MCPcopy Create free account

hub / github.com/StanfordPL/stoke / functions

Functions5,085 in github.com/StanfordPL/stoke

MethodOnTestProgramStart
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:18427
MethodOnTestProgramStart
The following methods override what's in the TestEventListener class.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4184
MethodOnTestProgramStart
src/ext/gtest-1.7.0/include/gtest/gtest.h:1014
MethodOnTestStart
Called before a test starts.
src/ext/gtest-1.7.0/samples/sample9_unittest.cc:64
MethodOnTestStart
Called before a test starts.
src/ext/gtest-1.7.0/samples/sample10_unittest.cc:81
MethodOnTestStart
src/ext/gtest-1.7.0/test/gtest-listener_test.cc:84
MethodOnTestStart
src/ext/gtest-1.7.0/src/gtest-internal-inl.h:1178
MethodOnTestStart
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:18433
MethodOnTestStart
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:1579
MethodOnTestStart
src/ext/gtest-1.7.0/include/gtest/gtest.h:1020
MethodOsStackTraceGetter
src/ext/gtest-1.7.0/src/gtest-internal-inl.h:442
MethodOsStackTraceGetter
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:843
MethodOsStackTraceGetterInterface
src/ext/gtest-1.7.0/src/gtest-internal-inl.h:419
MethodOsStackTraceGetterInterface
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:820
MethodOutput
Creates a Flags struct where the gtest_output flag has the given value.
src/ext/gtest-1.7.0/test/gtest_unittest.cc:5348
MethodOutputXmlAttribute
src/ext/gtest-1.7.0/src/gtest.cc:3265
MethodOutputXmlAttribute
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4749
MethodOutputXmlCDataSection
Streams an XML CDATA section, escaping invalid CDATA sequences as needed.
src/ext/gtest-1.7.0/src/gtest.cc:3246
MethodOutputXmlCDataSection
Streams an XML CDATA section, escaping invalid CDATA sequences as needed.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4730
MethodOutputXmlTestInfo
Prints an XML representation of a TestInfo object. TODO(wan): There is also value in printing properties with the plain printer.
src/ext/gtest-1.7.0/src/gtest.cc:3283
MethodOutputXmlTestInfo
Prints an XML representation of a TestInfo object. TODO(wan): There is also value in printing properties with the plain printer.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4767
MethodPackedHandler
src/validator/handlers/packed_handler.h:31
MethodPackedOpcode
src/validator/handlers/packed_handler.h:709
MethodParamGenerator
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:10162
MethodParamGenerator
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util.h:163
MethodParamIterator
ParamIterator assumes ownership of the impl_ pointer.
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:10105
MethodParamIterator
ParamIterator assumes ownership of the impl_ pointer.
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util.h:106
MethodParameterizedDerivedTest
src/ext/gtest-1.7.0/test/gtest-param-test_test.cc:851
MethodParameterizedTestCaseInfo
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:10452
MethodParameterizedTestCaseInfo
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util.h:453
MethodParameterizedTestCaseInfoBase
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:10429
MethodParameterizedTestCaseInfoBase
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util.h:430
MethodParameterizedTestCaseRegistry
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:10557
MethodParameterizedTestCaseRegistry
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util.h:558
MethodParameterizedTestFactory
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:10355
MethodParameterizedTestFactory
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util.h:356
FunctionParseUnsigned
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/util/strings.hpp:155
FunctionPartialMatch
src/ext/gtest-1.7.0/include/gtest/internal/gtest-port.h:957
MethodPartialMatch
Returns true iff regular expression re matches a substring of str (including str itself).
src/ext/gtest-1.7.0/src/gtest-port.cc:162
MethodPartialMatch
Returns true iff regular expression re matches a substring of str (including str itself).
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:8372
FunctionPassed
Returns true iff the test passed (i.e. no test part failed).
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:17929
FunctionPassed
Returns true iff the test passed (i.e. no test part failed).
src/ext/gtest-1.7.0/include/gtest/gtest.h:516
MethodPassed
Assesses the success or failure of a death test, using both private members which have previously been set, and one argument: Private data members: o
src/ext/gtest-1.7.0/src/gtest-death-test.cc:530
MethodPatternMatchesString
Returns true iff the wildcard pattern matches the string. The first ':' or '\0' character in pattern marks the end of it. This recursive algorithm i
src/ext/gtest-1.7.0/src/gtest.cc:440
MethodPatternMatchesString
Returns true iff the wildcard pattern matches the string. The first ':' or '\0' character in pattern marks the end of it. This recursive algorithm i
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:1924
MethodPop
! * Pop an element off the head of the lifo queue. * * @param[out] isEmpty If Pop() returns NULL and \a isEmpty is not NULL, the
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/atomic/lifo-ctr.hpp:188
MethodPop
! * Pop an element off the head of the lifo queue. * * This method may fail (return NULL) if there are too many simultaneous callers to
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/atomic/lifo-ptr.hpp:280
MethodPopBack
! * Remove trailing bytes from the end of the buffer, making it shorter. * * @param[in] num This many bytes are removed from the buff
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/util/data.hpp:322
MethodPopFront
! * Remove initial bytes from the start of the buffer, making it shorter. * * @param[in] num This many bytes are removed from the buf
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/util/data.hpp:302
MethodPopInternal
! * Pop an element off the head of the lifo queue. * * This method may fail (return NULL) if there are too many simultaneous callers to
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/atomic/lifo-ptr.hpp:185
MethodPopRange
(self)
src/ext/gtest-1.7.0/scripts/pump.py:611
MethodPopVariable
(self)
src/ext/gtest-1.7.0/scripts/pump.py:605
MethodPreCalculatedPrimeTable
'max' specifies the maximum number the prime table holds.
src/ext/gtest-1.7.0/samples/prime_tables.h:83
FunctionPredFunction1Bool
src/ext/gtest-1.7.0/test/gtest_pred_impl_unittest.cc:87
FunctionPredFunction1Int
The following two functions are needed to circumvent a bug in gcc 2.95.3, which sometimes has problem with the above template function.
src/ext/gtest-1.7.0/test/gtest_pred_impl_unittest.cc:84
FunctionPredFunction2Bool
src/ext/gtest-1.7.0/test/gtest_pred_impl_unittest.cc:474
FunctionPredFunction2Int
The following two functions are needed to circumvent a bug in gcc 2.95.3, which sometimes has problem with the above template function.
src/ext/gtest-1.7.0/test/gtest_pred_impl_unittest.cc:471
FunctionPredFunction3Bool
src/ext/gtest-1.7.0/test/gtest_pred_impl_unittest.cc:903
FunctionPredFunction3Int
The following two functions are needed to circumvent a bug in gcc 2.95.3, which sometimes has problem with the above template function.
src/ext/gtest-1.7.0/test/gtest_pred_impl_unittest.cc:900
FunctionPredFunction4Bool
src/ext/gtest-1.7.0/test/gtest_pred_impl_unittest.cc:1374
FunctionPredFunction4Int
The following two functions are needed to circumvent a bug in gcc 2.95.3, which sometimes has problem with the above template function.
src/ext/gtest-1.7.0/test/gtest_pred_impl_unittest.cc:1371
FunctionPredFunction5Bool
src/ext/gtest-1.7.0/test/gtest_pred_impl_unittest.cc:1887
FunctionPredFunction5Int
The following two functions are needed to circumvent a bug in gcc 2.95.3, which sometimes has problem with the above template function.
src/ext/gtest-1.7.0/test/gtest_pred_impl_unittest.cc:1884
MethodPrematureExitFileExists
Returns true iff the premature-exit file exists.
src/ext/gtest-1.7.0/test/gtest_premature_exit_test.cc:70
MethodPrematureExitTest
src/ext/gtest-1.7.0/test/gtest_premature_exit_test.cc:60
MethodPrettyUnitTestResultPrinter
src/ext/gtest-1.7.0/src/gtest.cc:2694
MethodPrettyUnitTestResultPrinter
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4178
MethodPrimeTableTest
The ctor calls the factory function to create a prime table implemented by T.
src/ext/gtest-1.7.0/samples/sample6_unittest.cc:63
MethodPrint
Prints the current counter value to STDOUT.
src/ext/gtest-1.7.0/samples/sample4.cc:44
MethodPrint
Note: we deliberately don't call this PrintTo(), as that name conflicts with ::testing::internal::PrintTo in the body of the function.
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:9782
MethodPrint
Prints the given array, omitting some elements when there are too many.
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:9837
MethodPrint
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:9853
MethodPrint
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:9874
MethodPrint
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:9881
MethodPrint
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:9888
MethodPrint
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:9895
MethodPrint
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:9906
MethodPrint
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:9915
MethodPrint
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:9928
MethodPrint
Note: we deliberately don't call this PrintTo(), as that name conflicts with ::testing::internal::PrintTo in the body of the function.
src/ext/gtest-1.7.0/include/gtest/gtest-printers.h:591
MethodPrint
Prints the given array, omitting some elements when there are too many.
src/ext/gtest-1.7.0/include/gtest/gtest-printers.h:646
MethodPrint
src/ext/gtest-1.7.0/include/gtest/gtest-printers.h:662
MethodPrint
src/ext/gtest-1.7.0/include/gtest/gtest-printers.h:683
MethodPrint
src/ext/gtest-1.7.0/include/gtest/gtest-printers.h:690
MethodPrint
src/ext/gtest-1.7.0/include/gtest/gtest-printers.h:697
MethodPrint
src/ext/gtest-1.7.0/include/gtest/gtest-printers.h:704
MethodPrint
src/ext/gtest-1.7.0/include/gtest/gtest-printers.h:715
MethodPrint
src/ext/gtest-1.7.0/include/gtest/gtest-printers.h:724
MethodPrint
src/ext/gtest-1.7.0/include/gtest/gtest-printers.h:737
FunctionPrintAsCharLiteralTo
src/ext/gtest-1.7.0/src/gtest-printers.cc:142
FunctionPrintAsCharLiteralTo
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:9155
FunctionPrintCharAndCodeTo
src/ext/gtest-1.7.0/src/gtest-printers.cc:213
FunctionPrintCharAndCodeTo
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:9226
MethodPrintFailedTests
Internal helper for printing the list of failed tests.
src/ext/gtest-1.7.0/src/gtest.cc:2832
MethodPrintFailedTests
Internal helper for printing the list of failed tests.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4316
MethodPrintPrefixTo
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:9965
MethodPrintPrefixTo
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:9987
MethodPrintPrefixTo
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:10000
MethodPrintPrefixTo
src/ext/gtest-1.7.0/include/gtest/gtest-printers.h:774
MethodPrintPrefixTo
src/ext/gtest-1.7.0/include/gtest/gtest-printers.h:796
← previousnext →2,401–2,500 of 5,085, ranked by callers