MCPcopy Create free account

hub / github.com/StanfordPL/stoke / functions

Functions5,085 in github.com/StanfordPL/stoke

↓ 1 callersFunctionRoundDown
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/util/round.hpp:51
↓ 1 callersFunctionRun
Runs a command; returns 1 if it was killed by a signal, or 0 otherwise.
src/ext/gtest-1.7.0/test/gtest_break_on_failure_unittest.py:80
↓ 1 callersFunctionRun
Runs a command; returns True/False if its exit code is/isn't 0.
src/ext/gtest-1.7.0/test/gtest_throw_on_failure_test.py:70
↓ 1 callersFunctionRun
Runs gtest_list_tests_unittest_ and returns the list of tests printed.
src/ext/gtest-1.7.0/test/gtest_list_tests_unittest.py:117
↓ 1 callersMethodRun
Runs the test and updates the test result.
src/ext/gtest-1.7.0/src/gtest.cc:2141
↓ 1 callersMethodRun
Runs the test and updates the test result.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:3625
↓ 1 callersFunctionRunAllTests
Runs all TESTs, all TEST_Fs, and the ad hoc test.
src/ext/gtest-1.7.0/test/gtest_output_test_.cc:340
↓ 1 callersFunctionRunAndReturnOutput
Runs the test program and returns its output.
src/ext/gtest-1.7.0/test/gtest_filter_unittest.py:178
↓ 1 callersFunctionRunAndReturnOutput
Runs the test program and returns its output.
src/ext/gtest-1.7.0/test/gtest_shuffle_test.py:78
↓ 1 callersFunctionRunAtomicCode
(env, node, output)
src/ext/gtest-1.7.0/scripts/pump.py:656
↓ 1 callersFunctionRunWithSharding
Runs a test program shard and returns exit code and a list of tests run.
src/ext/gtest-1.7.0/test/gtest_filter_unittest.py:215
↓ 1 callersFunctionSet
src/ext/gtest-1.7.0/include/gtest/internal/gtest-filepath.h:73
↓ 1 callersMethodSet
! * Change the semaphore to "set" state and tell any waiters in Wait() or * TimedWait() to resume. Those threads are guaranteed to return f
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/sync/semaphore-spin.hpp:203
↓ 1 callersMethodSetAssociativity
src/ext/pin-2.13-62732-gcc.4.4.7-linux/source/include/pin/pin_cache.H:149
↓ 1 callersMethodSetDefaultResultPrinter
Sets the default_result_printer attribute to the provided listener. The listener is also added to the listener list and previous default_result_printe
src/ext/gtest-1.7.0/src/gtest.cc:3595
↓ 1 callersMethodSetDefaultResultPrinter
Sets the default_result_printer attribute to the provided listener. The listener is also added to the listener list and previous default_result_printe
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:5079
↓ 1 callersMethodSetDefaultXmlGenerator
Sets the default_xml_generator attribute to the provided listener. The listener is also added to the listener list and previous default_xml_generator
src/ext/gtest-1.7.0/src/gtest.cc:3611
↓ 1 callersMethodSetDefaultXmlGenerator
Sets the default_xml_generator attribute to the provided listener. The listener is also added to the listener list and previous default_xml_generator
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:5095
↓ 1 callersMethodSetUp
Sets up the test fixture. A sub-class may override this.
src/ext/gtest-1.7.0/src/gtest.cc:1903
↓ 1 callersMethodSetUp
Sets up the test fixture. A sub-class may override this.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:3387
↓ 1 callersMethodSetUpExecuted
src/ext/gtest-1.7.0/test/gtest-param-test_test.cc:576
↓ 1 callersMethodSetValue
Sets a new value, overriding the one supplied in the constructor.
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:17896
↓ 1 callersFunctionShouldRunTestOnShard
Given the total number of shards, the shard index, and the test id, returns true iff the test should be run on this shard. The test id is some arbitra
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:5928
↓ 1 callersFunctionShouldUseColor
Returns true iff Google Test should use colors in the output.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4069
↓ 1 callersFunctionShuffle
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:733
↓ 1 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/include/gtest/internal/gtest-internal.h:542
↓ 1 callersFunctionSkipSpaces
Skips to the first non-space char in str. Returns an empty string if str contains only whitespace characters.
src/ext/gtest-1.7.0/src/gtest-typed-test.cc:42
↓ 1 callersFunctionSkipSpaces
Skips to the first non-space char in str. Returns an empty string if str contains only whitespace characters.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:9524
↓ 1 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/include/gtest/internal/gtest-port.h:1188
↓ 1 callersFunctionSplitString
Splits a given string on a given delimiter, populating a given vector with the fields. GTEST_HAS_DEATH_TEST implies that we have ::std::string, so we
src/ext/gtest-1.7.0/src/gtest-death-test.cc:1208
↓ 1 callersFunctionSplitString
Splits a given string on a given delimiter, populating a given vector with the fields. GTEST_HAS_DEATH_TEST implies that we have ::std::string, so we
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:7702
↓ 1 callersFunctionStackGrowsDown
src/ext/gtest-1.7.0/src/gtest-death-test.cc:988
↓ 1 callersFunctionStackGrowsDown
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:7482
↓ 1 callersFunctionStackLowerThanAddress
src/ext/gtest-1.7.0/src/gtest-death-test.cc:983
↓ 1 callersFunctionStackLowerThanAddress
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:7477
↓ 1 callersFunctionStreamableToString
src/ext/gtest-1.7.0/include/gtest/gtest-message.h:243
↓ 1 callersFunctionStripMetaComments
Strip meta comments from each line in the given string.
src/ext/gtest-1.7.0/scripts/pump.py:226
↓ 1 callersMethodTearDown
Tears down the test fixture. A sub-class may override this.
src/ext/gtest-1.7.0/src/gtest.cc:1909
↓ 1 callersMethodTearDown
Tears down the test fixture. A sub-class may override this.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:3393
↓ 1 callersMethodTearDownExecuted
src/ext/gtest-1.7.0/test/gtest-param-test_test.cc:577
↓ 1 callersFunctionTestAssertEqualsUncopyable
A subroutine used by the following test.
src/ext/gtest-1.7.0/test/gtest_unittest.cc:3752
↓ 1 callersFunctionTestAssertNonPositive
A subroutine used by the following test.
src/ext/gtest-1.7.0/test/gtest_unittest.cc:3747
↓ 1 callersMethodTestBodyExecuted
src/ext/gtest-1.7.0/test/gtest-param-test_test.cc:578
↓ 1 callersFunctionTestEq1
A subroutine used by the following test.
src/ext/gtest-1.7.0/test/gtest_output_test_.cc:66
↓ 1 callersFunctionTestEq1
A subroutine used by the following test.
src/ext/gtest-1.7.0/test/gtest_unittest.cc:3710
↓ 1 callersFunctionTestExitCodeAndOutput
Runs the given command and verifies its exit code and output.
src/ext/gtest-1.7.0/test/gtest_uninitialized_test.py:54
↓ 1 callersFunctionTestFailureThrowsRuntimeError
Tests that an assertion failure throws a subclass of std::runtime_error.
src/ext/gtest-1.7.0/test/gtest_throw_on_failure_ex_test.cc:53
↓ 1 callersFunctionTestPartResultTypeToString
Converts a TestPartResult::Type enum to human-friendly string representation. Both kNonFatalFailure and kFatalFailure are translated to "Failure", as
src/ext/gtest-1.7.0/src/gtest.cc:2500
↓ 1 callersFunctionTestPartResultTypeToString
Converts a TestPartResult::Type enum to human-friendly string representation. Both kNonFatalFailure and kFatalFailure are translated to "Failure", as
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:3984
↓ 1 callersFunctionTestRepeatUnspecified
Tests the behavior of Google Test when --gtest_repeat is not specified.
src/ext/gtest-1.7.0/test/gtest_repeat_test.cc:165
↓ 1 callersFunctionTestRepeatWithFilterForFailedTests
Tests using --gtest_repeat when --gtest_filter specifies a set of failed tests.
src/ext/gtest-1.7.0/test/gtest_repeat_test.cc:211
↓ 1 callersFunctionTestRepeatWithFilterForSuccessfulTests
Tests using --gtest_repeat when --gtest_filter specifies a set of successful tests.
src/ext/gtest-1.7.0/test/gtest_repeat_test.cc:193
↓ 1 callersFunctionTestsForArity
Returns the tests for n-ary predicate assertions.
src/ext/gtest-1.7.0/scripts/gen_gtest_pred_impl.py:411
↓ 1 callersFunctionTokenize
A generator that yields the tokens in the given string.
src/ext/gtest-1.7.0/scripts/pump.py:382
↓ 1 callersFunctionTokenizeLines
(lines, pos)
src/ext/gtest-1.7.0/scripts/pump.py:310
↓ 1 callersFunctionUnitTestPostamble
Returns the postamble for the tests.
src/ext/gtest-1.7.0/scripts/gen_gtest_pred_impl.py:700
↓ 1 callersFunctionUnitTestPreamble
Returns the preamble for the unit test file.
src/ext/gtest-1.7.0/scripts/gen_gtest_pred_impl.py:325
↓ 1 callersFunctionUniversalPrintArray
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:9802
↓ 1 callersFunctionUniversalPrintArray
src/ext/gtest-1.7.0/include/gtest/gtest-printers.h:611
↓ 1 callersMethodUnlock
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:2656
↓ 1 callersMethodUnlock
src/ext/gtest-1.7.0/include/gtest/internal/gtest-port.h:1549
↓ 1 callersMethodUnlock
! * Manually release the lock. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/util/locker.hpp:71
↓ 1 callersFunctionUsage
src/ext/pin-2.13-62732-gcc.4.4.7-linux/source/tools/stoke/testcase.cpp:79
↓ 1 callersFunctionValidateGTestRootDir
Makes sure gtest_root points to a valid gtest root directory. The function aborts the program on failure.
src/ext/gtest-1.7.0/scripts/fuse_gtest_files.py:100
↓ 1 callersFunctionValidateOutputDir
Makes sure output_dir points to a valid output directory. The function aborts the program on failure.
src/ext/gtest-1.7.0/scripts/fuse_gtest_files.py:136
↓ 1 callersFunctionValidateRegex
Generates non-fatal failures and returns false if regex is invalid; otherwise returns true.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:8467
↓ 1 callersFunctionValidateTestPropertyName
src/ext/gtest-1.7.0/src/gtest.cc:1818
↓ 1 callersFunctionValidateTestPropertyName
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:3302
↓ 1 callersFunctionVerifyResults
src/ext/gtest-1.7.0/test/gtest-listener_test.cc:177
↓ 1 callersMethodWait
! * Block the calling thread until the semaphore's state is "set". This * method returns immediately if the state is already "set". */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/sync/semaphore-spin.hpp:222
↓ 1 callersMethodWaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
src/ext/gtest-1.7.0/include/gtest/internal/gtest-port.h:1221
↓ 1 callersFunctionWrapComment
(line, output)
src/ext/gtest-1.7.0/scripts/pump.py:717
↓ 1 callersFunctionWrapLongLine
(line, output)
src/ext/gtest-1.7.0/scripts/pump.py:790
↓ 1 callersFunctionWrapPlainCode
(line, output)
src/ext/gtest-1.7.0/scripts/pump.py:775
↓ 1 callersFunctionWrapPreprocessorDirective
(line, output)
src/ext/gtest-1.7.0/scripts/pump.py:771
↓ 1 callersFunctionWriteToShardStatusFileIfNeeded
Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file if the variable is present. If a file already exists at this location, th
src/ext/gtest-1.7.0/src/gtest.cc:4359
↓ 1 callersFunctionWriteToShardStatusFileIfNeeded
Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file if the variable is present. If a file already exists at this location, th
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:5843
↓ 1 callersFunction_Main
The entry point of the script. Generates the header file and its unit test.
src/ext/gtest-1.7.0/scripts/gen_gtest_pred_impl.py:715
↓ 1 callersFunctionad_hoc_test_result
Returns the TestResult for the ad hoc test.
src/ext/gtest-1.7.0/src/gtest-internal-inl.h:606
↓ 1 callersFunctionad_hoc_test_result
Returns the TestResult for the ad hoc test.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:1007
↓ 1 callersMethodadd_desc
(self, desc)
tools/scripts/completion_generator.py:296
↓ 1 callersFunctionadd_read_operands
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-dot-prep.c:83
↓ 1 callersMethodadd_summary
Adds summary information about a call target to increase precision of the dataflow analysis. The information is about function (callable by the g
src/cfg/cfg.h:341
↓ 1 callersFunctionadd_write_operands
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-dot-prep.c:133
↓ 1 callersFunctionall_zeros
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:407
↓ 1 callersFunctionappend3
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/udhelp.cpp:99
↓ 1 callersFunctionauto_gen
tools/apps/stoke_testcase.cc:102
↓ 1 callersFunctionbinary_search
tools/io/opc_set.cc:114
↓ 1 callersMethodbool_const
src/ext/z3/include/z3++.h:1597
↓ 1 callersFunctionbuild_child_argv
src/ext/pin-2.13-62732-gcc.4.4.7-linux/source/launcher/os_specific_m.c:47
↓ 1 callersFunctionbuild_map_to_xed
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-dll-discovery.c:96
↓ 1 callersFunctionbuild_user_argv
src/ext/pin-2.13-62732-gcc.4.4.7-linux/source/launcher/launcher_u.c:18
↓ 1 callersMethodcheck
src/ext/z3/include/z3++.h:1260
↓ 1 callersFunctioncheck_binary_32b
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-disas-elf.cpp:393
↓ 1 callersFunctioncheck_not_directory
! * Check if the file path is a directory * @param fn The file path * @return 1 if the file path is not a directory */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/source/launcher/utils.c:105
↓ 1 callersFunctionclassify_avx_sse
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:714
↓ 1 callersMethodcleanup
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/udhelp.cpp:321
↓ 1 callersMethodcollect
src/symstate/memory_manager.cc:21
↓ 1 callersFunctionconvert_ascii_nibbles
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:1164
↓ 1 callersFunctionconvert_nibble
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:153
← previousnext →1,101–1,200 of 5,085, ranked by callers