MCPcopy Create free account

hub / github.com/StanfordPL/stoke / functions

Functions5,085 in github.com/StanfordPL/stoke

↓ 3 callersFunctionFlagToEnvVar
Returns the name of the environment variable corresponding to the given flag. For example, FlagToEnvVar("foo") will return "GTEST_FOO" in the open-so
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:8919
↓ 3 callersFunctionFormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4697
↓ 3 callersFunctionGetAbsolutePathOf
Turns the given relative path into an absolute path.
src/ext/gtest-1.7.0/test/gtest-options_test.cc:63
↓ 3 callersFunctionGetPrefixUntilComma
Returns the prefix of 'str' before the first comma in it; returns the entire string if it contains no comma.
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:7513
↓ 3 callersMethodGetTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:5216
↓ 3 callersMethodGetTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:3893
↓ 3 callersMethodGetTestPartResultReporterForCurrentThread
Returns the test part result reporter for the current thread.
src/ext/gtest-1.7.0/src/gtest.cc:696
↓ 3 callersMethodGetTestPartResultReporterForCurrentThread
Returns the test part result reporter for the current thread.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:2180
↓ 3 callersFunctionGetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:2082
↓ 3 callersMethodHead
! * @return Returns the first element on the queue, or NULL if it is empty. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/atomic/lifo-ctr.hpp:222
↓ 3 callersFunctionIdToKey
src/ext/gtest-1.7.0/test/gtest_stress_test.cc:64
↓ 3 callersFunctionIdToString
src/ext/gtest-1.7.0/test/gtest_stress_test.cc:70
↓ 3 callersMethodIncrement
Returns the current counter value, and increments it.
src/ext/gtest-1.7.0/samples/sample4.cc:39
↓ 3 callersMethodInitialize
! * It is not necessary to call this method. It is provided only for symmetry. * * @return Always returns TRUE. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/sync/reader-writer-lock-futex.hpp:253
↓ 3 callersFunctionInt32FromGTestEnv
Reads and returns a 32-bit integer stored in the environment variable corresponding to the given flag; if it isn't set or doesn't represent a valid 32
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:8986
↓ 3 callersFunctionInvokeWithModifiedEnv
Runs the given function and arguments in a modified environment.
src/ext/gtest-1.7.0/test/gtest_filter_unittest.py:204
↓ 3 callersFunctionIsTrue
src/ext/gtest-1.7.0/src/gtest.cc:4648
↓ 3 callersFunctionIsTrue
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:6132
↓ 3 callersFunctionMatchRegexAtHead
Returns true iff regex matches a prefix of str. regex must be a valid simple regular expression and not start with "^", or the result is undefined.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:8557
↓ 3 callersFunctionNormalExitStatus
Returns the exit status of a process that calls _exit(2) with a given exit code. This is a helper function for the ExitStatusPredicateTest test suite
src/ext/gtest-1.7.0/test/gtest-death-test_test.cc:229
↓ 3 callersFunctionParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
src/ext/gtest-1.7.0/src/gtest.cc:4677
↓ 3 callersFunctionParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:6161
↓ 3 callersFunctionParseInt32
Parses 'str' for a 32-bit signed integer. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns
src/ext/gtest-1.7.0/src/gtest-port.cc:724
↓ 3 callersFunctionParseInt32
Parses 'str' for a 32-bit signed integer. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:8934
↓ 3 callersFunctionParseInt32Flag
Parses a string for an Int32 flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:6216
↓ 3 callersFunctionPeekToken
(a_list)
src/ext/gtest-1.7.0/scripts/pump.py:463
↓ 3 callersFunctionPrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
src/ext/gtest-1.7.0/src/gtest-printers.cc:59
↓ 3 callersFunctionPrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:9072
↓ 3 callersFunctionPrintRawArrayTo
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:9638
↓ 3 callersFunctionPrintRawArrayTo
src/ext/gtest-1.7.0/include/gtest/gtest-printers.h:447
↓ 3 callersMethodRegisterTests
UnitTest class invokes this method to register tests in this test case test cases right before running tests in RUN_ALL_TESTS macro. This method shoul
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:10486
↓ 3 callersMethodRemoveTrailingPathSeparator
If input name has a trailing separator character, remove it and return the name, otherwise return the name string unmodified. On Windows platform, use
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:8175
↓ 3 callersFunctionReportFailureInUnknownLocation
src/ext/gtest-1.7.0/src/gtest.cc:1926
↓ 3 callersFunctionReportFailureInUnknownLocation
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:3410
↓ 3 callersMethodReset
Resets the state of the environment s.t. it can be reused.
src/ext/gtest-1.7.0/test/gtest_environment_test.cc:82
↓ 3 callersMethodReset
! * Set the state of the lock to "not locked", even if the calling thread * does not own the lock. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/sync/reader-writer-lock-spin.hpp:402
↓ 3 callersFunctionSet
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:3560
↓ 3 callersMethodSetValue
Sets a new value, overriding the one supplied in the constructor.
src/ext/gtest-1.7.0/include/gtest/gtest.h:483
↓ 3 callersFunctionShuffleRange
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:712
↓ 3 callersFunctionSkipComma
Skips to the first non-space char after the first comma in 'str'; returns NULL if no comma is found in 'str'.
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:7502
↓ 3 callersFunctionSleepMilliseconds
Sleeps for (roughly) n milli-seconds. This function is only for testing Google Test's own constructs. Don't use it in user tests, either directly or
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:2295
↓ 3 callersFunctionSubString
Returns a substring in lines.
src/ext/gtest-1.7.0/scripts/pump.py:208
↓ 3 callersFunctionSubWithTrace
Another helper function for testing SCOPED_TRACE.
src/ext/gtest-1.7.0/test/gtest_output_test_.cc:169
↓ 3 callersFunctionTestPartResult
C'tor. TestPartResult does NOT have a default constructor. Always use this constructor (with parameters) to create a TestPartResult object.
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:17103
↓ 3 callersFunctionTestRepeat
Tests the behavior of Google Test when --gtest_repeat has the given value.
src/ext/gtest-1.7.0/test/gtest_repeat_test.cc:172
↓ 3 callersMethod_TestXmlOutput
Asserts that the XML document generated by running the program gtest_prog_name matches expected_xml, a string containing another XML docu
src/ext/gtest-1.7.0/test/gtest_xml_output_unittest.py:286
↓ 3 callersMethodadd
src/ext/z3/include/z3++.h:1310
↓ 3 callersMethodarray_domain
\brief Return the domain of this Array sort. \pre is_array() */
src/ext/z3/include/z3++.h:403
↓ 3 callersFunctioncheck_binary_64b
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-disas-elf.cpp:400
↓ 3 callersFunctioncheck_set_evar
src/ext/pin-2.13-62732-gcc.4.4.7-linux/source/launcher/os_specific_m.c:10
↓ 3 callersFunctioncompute_split
Takes a *sorted* list of addresses along with the size of the read/write. * Determines the stack/heap bounds if we put the first 'pos' addresses in t
src/validator/validator.cc:197
↓ 3 callersFunctionconvert_ascii_nibble
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:1127
↓ 3 callersMethodcurrent_test_result
Returns the TestResult for the test that's currently running, or the TestResult for the ad hoc test if no test is running.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:6078
↓ 3 callersFunctiondisassemble
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:442
↓ 3 callersFunctionfn_disassemble_xed
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:415
↓ 3 callersMethodfopen
src/ext/pstreams-0.8.1/pstream.h:2207
↓ 3 callersFunctionget
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:1570
↓ 3 callersMethodget_parameters
(self)
tools/scripts/completion_generator.py:301
↓ 3 callersMethodis_counterexample_valid
Returns whether the last counterexample made sense */
src/validator/validator.h:74
↓ 3 callersMethodis_supported
src/sandbox/sandbox.cc:46
↓ 3 callersMethodnesting_depth
Returns the number of loops that this basic block is contained in. */
src/cfg/cfg.h:268
↓ 3 callersFunctionparse_encode_request
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-enc-lang.cpp:392
↓ 3 callersMethodremove_nop
src/cfg/cfg_transforms.cc:33
↓ 3 callersMethodremove_unreachable
src/cfg/cfg_transforms.cc:21
↓ 3 callersMethodreportable_disabled_test_count
Gets the number of disabled tests that will be reported in the XML report.
src/ext/gtest-1.7.0/src/gtest.cc:739
↓ 3 callersMethodreportable_disabled_test_count
Gets the number of disabled tests that will be reported in the XML report.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:2223
↓ 3 callersMethodreportable_test_count
Gets the number of tests to be printed in the XML report.
src/ext/gtest-1.7.0/src/gtest.cc:750
↓ 3 callersMethodreportable_test_count
Gets the number of tests to be printed in the XML report.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:2234
↓ 3 callersMethodresult_end
Iterator for return states. */
src/sandbox/sandbox.h:145
↓ 3 callersMethodrun_one
src/sandbox/sandbox.cc:114
↓ 3 callersFunctionsep
tools/apps/stoke_search.cc:72
↓ 3 callersMethodstart_timestamp
Gets the time of the test program start, in ms from the start of the UNIX epoch.
src/ext/gtest-1.7.0/src/gtest.cc:3714
↓ 3 callersMethodtest_case_to_run_count
Gets the number of all test cases that contain at least one test that should run.
src/ext/gtest-1.7.0/src/gtest.cc:724
↓ 3 callersFunctionto_check_result
src/ext/z3/include/z3++.h:1221
↓ 3 callersMethodtype
Returns the index-th operand type for this opcode. */
src/search/transforms.h:156
↓ 3 callersMethodundo
src/search/transforms.cc:470
↓ 3 callersFunctionupcase
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-enc-lang.cpp:61
↓ 3 callersMethodvalid
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/udhelp.H:77
↓ 3 callersMethodverify
src/verifier/verifier.cc:25
↓ 3 callersFunctionwindows_error
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-disas-pecoff.cpp:67
↓ 3 callersMethodwrite_fd
src/ext/gtest-1.7.0/src/gtest-death-test.cc:389
↓ 3 callersMethodwrite_fd
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:6883
↓ 3 callersFunctionxed_convert_ascii_to_hex
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:1169
↓ 3 callersFunctionxed_decode_error
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:472
↓ 3 callersFunctionxed_decode_stats_reset
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:89
↓ 3 callersFunctionxed_decoded_inst_set_input_chip
Set a user-specified #xed_chip_enum_t chip name for restricting decode @ingroup DEC
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/include/xed-decoded-inst-api.h:308
↓ 3 callersFunctionxed_flag_set_mask
@ingroup FLAGS Return the flags as a mask
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/include/xed-flags.h:234
↓ 3 callersFunctionxed_map_region
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:320
↓ 3 callersFunctionxed_strdup
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:1296
↓ 2 callersFunctionAbort
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:2923
↓ 2 callersFunctionAbort
src/ext/gtest-1.7.0/include/gtest/internal/gtest-port.h:1816
↓ 2 callersMethodAddArgument
src/ext/gtest-1.7.0/src/gtest-death-test.cc:899
↓ 2 callersMethodAddArgument
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:7393
↓ 2 callersMethodAddMilliseconds
! * Add milliseconds to "this" time. * * @param[in] milliseconds Number of milliseconds to add. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/sync/os-posix-time.hpp:76
↓ 2 callersMethodAddTestInfo
Adds a test to this test case. Will delete the test upon destruction of the TestCase object.
src/ext/gtest-1.7.0/src/gtest.cc:2423
↓ 2 callersMethodAddTestInfo
Adds a test to this test case. Will delete the test upon destruction of the TestCase object.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:3907
↓ 2 callersMethodAdvance
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:10207
↓ 2 callersMethodAdvance
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util.h:208
↓ 2 callersFunctionAlsoRunDisabledTestsFlag
()
src/ext/gtest-1.7.0/test/gtest_shuffle_test.py:58
↓ 2 callersFunctionAlwaysTrue
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:6134
← previousnext →501–600 of 5,085, ranked by callers