Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StanfordPL/stoke
/ functions
Functions
5,085 in github.com/StanfordPL/stoke
⨍
Functions
5,085
◇
Types & classes
1,793
↓ 1 callers
Function
RoundDown
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/util/round.hpp:51
↓ 1 callers
Function
Run
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 callers
Function
Run
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 callers
Function
Run
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 callers
Method
Run
Runs the test and updates the test result.
src/ext/gtest-1.7.0/src/gtest.cc:2141
↓ 1 callers
Method
Run
Runs the test and updates the test result.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:3625
↓ 1 callers
Function
RunAllTests
Runs all TESTs, all TEST_Fs, and the ad hoc test.
src/ext/gtest-1.7.0/test/gtest_output_test_.cc:340
↓ 1 callers
Function
RunAndReturnOutput
Runs the test program and returns its output.
src/ext/gtest-1.7.0/test/gtest_filter_unittest.py:178
↓ 1 callers
Function
RunAndReturnOutput
Runs the test program and returns its output.
src/ext/gtest-1.7.0/test/gtest_shuffle_test.py:78
↓ 1 callers
Function
RunAtomicCode
(env, node, output)
src/ext/gtest-1.7.0/scripts/pump.py:656
↓ 1 callers
Function
RunWithSharding
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 callers
Function
Set
src/ext/gtest-1.7.0/include/gtest/internal/gtest-filepath.h:73
↓ 1 callers
Method
Set
! * 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 callers
Method
SetAssociativity
src/ext/pin-2.13-62732-gcc.4.4.7-linux/source/include/pin/pin_cache.H:149
↓ 1 callers
Method
SetDefaultResultPrinter
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 callers
Method
SetDefaultResultPrinter
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 callers
Method
SetDefaultXmlGenerator
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 callers
Method
SetDefaultXmlGenerator
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 callers
Method
SetUp
Sets up the test fixture. A sub-class may override this.
src/ext/gtest-1.7.0/src/gtest.cc:1903
↓ 1 callers
Method
SetUp
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 callers
Method
SetUpExecuted
src/ext/gtest-1.7.0/test/gtest-param-test_test.cc:576
↓ 1 callers
Method
SetValue
Sets a new value, overriding the one supplied in the constructor.
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:17896
↓ 1 callers
Function
ShouldRunTestOnShard
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 callers
Function
ShouldUseColor
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 callers
Function
Shuffle
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:733
↓ 1 callers
Function
SkipComma
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 callers
Function
SkipSpaces
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 callers
Function
SkipSpaces
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 callers
Function
SleepMilliseconds
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 callers
Function
SplitString
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 callers
Function
SplitString
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 callers
Function
StackGrowsDown
src/ext/gtest-1.7.0/src/gtest-death-test.cc:988
↓ 1 callers
Function
StackGrowsDown
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:7482
↓ 1 callers
Function
StackLowerThanAddress
src/ext/gtest-1.7.0/src/gtest-death-test.cc:983
↓ 1 callers
Function
StackLowerThanAddress
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:7477
↓ 1 callers
Function
StreamableToString
src/ext/gtest-1.7.0/include/gtest/gtest-message.h:243
↓ 1 callers
Function
StripMetaComments
Strip meta comments from each line in the given string.
src/ext/gtest-1.7.0/scripts/pump.py:226
↓ 1 callers
Method
TearDown
Tears down the test fixture. A sub-class may override this.
src/ext/gtest-1.7.0/src/gtest.cc:1909
↓ 1 callers
Method
TearDown
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 callers
Method
TearDownExecuted
src/ext/gtest-1.7.0/test/gtest-param-test_test.cc:577
↓ 1 callers
Function
TestAssertEqualsUncopyable
A subroutine used by the following test.
src/ext/gtest-1.7.0/test/gtest_unittest.cc:3752
↓ 1 callers
Function
TestAssertNonPositive
A subroutine used by the following test.
src/ext/gtest-1.7.0/test/gtest_unittest.cc:3747
↓ 1 callers
Method
TestBodyExecuted
src/ext/gtest-1.7.0/test/gtest-param-test_test.cc:578
↓ 1 callers
Function
TestEq1
A subroutine used by the following test.
src/ext/gtest-1.7.0/test/gtest_output_test_.cc:66
↓ 1 callers
Function
TestEq1
A subroutine used by the following test.
src/ext/gtest-1.7.0/test/gtest_unittest.cc:3710
↓ 1 callers
Function
TestExitCodeAndOutput
Runs the given command and verifies its exit code and output.
src/ext/gtest-1.7.0/test/gtest_uninitialized_test.py:54
↓ 1 callers
Function
TestFailureThrowsRuntimeError
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 callers
Function
TestPartResultTypeToString
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 callers
Function
TestPartResultTypeToString
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 callers
Function
TestRepeatUnspecified
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 callers
Function
TestRepeatWithFilterForFailedTests
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 callers
Function
TestRepeatWithFilterForSuccessfulTests
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 callers
Function
TestsForArity
Returns the tests for n-ary predicate assertions.
src/ext/gtest-1.7.0/scripts/gen_gtest_pred_impl.py:411
↓ 1 callers
Function
Tokenize
A generator that yields the tokens in the given string.
src/ext/gtest-1.7.0/scripts/pump.py:382
↓ 1 callers
Function
TokenizeLines
(lines, pos)
src/ext/gtest-1.7.0/scripts/pump.py:310
↓ 1 callers
Function
UnitTestPostamble
Returns the postamble for the tests.
src/ext/gtest-1.7.0/scripts/gen_gtest_pred_impl.py:700
↓ 1 callers
Function
UnitTestPreamble
Returns the preamble for the unit test file.
src/ext/gtest-1.7.0/scripts/gen_gtest_pred_impl.py:325
↓ 1 callers
Function
UniversalPrintArray
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:9802
↓ 1 callers
Function
UniversalPrintArray
src/ext/gtest-1.7.0/include/gtest/gtest-printers.h:611
↓ 1 callers
Method
Unlock
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:2656
↓ 1 callers
Method
Unlock
src/ext/gtest-1.7.0/include/gtest/internal/gtest-port.h:1549
↓ 1 callers
Method
Unlock
! * Manually release the lock. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/util/locker.hpp:71
↓ 1 callers
Function
Usage
src/ext/pin-2.13-62732-gcc.4.4.7-linux/source/tools/stoke/testcase.cpp:79
↓ 1 callers
Function
ValidateGTestRootDir
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 callers
Function
ValidateOutputDir
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 callers
Function
ValidateRegex
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 callers
Function
ValidateTestPropertyName
src/ext/gtest-1.7.0/src/gtest.cc:1818
↓ 1 callers
Function
ValidateTestPropertyName
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:3302
↓ 1 callers
Function
VerifyResults
src/ext/gtest-1.7.0/test/gtest-listener_test.cc:177
↓ 1 callers
Method
Wait
! * 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 callers
Method
WaitForNotification
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 callers
Function
WrapComment
(line, output)
src/ext/gtest-1.7.0/scripts/pump.py:717
↓ 1 callers
Function
WrapLongLine
(line, output)
src/ext/gtest-1.7.0/scripts/pump.py:790
↓ 1 callers
Function
WrapPlainCode
(line, output)
src/ext/gtest-1.7.0/scripts/pump.py:775
↓ 1 callers
Function
WrapPreprocessorDirective
(line, output)
src/ext/gtest-1.7.0/scripts/pump.py:771
↓ 1 callers
Function
WriteToShardStatusFileIfNeeded
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 callers
Function
WriteToShardStatusFileIfNeeded
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 callers
Function
_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 callers
Function
ad_hoc_test_result
Returns the TestResult for the ad hoc test.
src/ext/gtest-1.7.0/src/gtest-internal-inl.h:606
↓ 1 callers
Function
ad_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 callers
Method
add_desc
(self, desc)
tools/scripts/completion_generator.py:296
↓ 1 callers
Function
add_read_operands
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-dot-prep.c:83
↓ 1 callers
Method
add_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 callers
Function
add_write_operands
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-dot-prep.c:133
↓ 1 callers
Function
all_zeros
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:407
↓ 1 callers
Function
append3
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/udhelp.cpp:99
↓ 1 callers
Function
auto_gen
tools/apps/stoke_testcase.cc:102
↓ 1 callers
Function
binary_search
tools/io/opc_set.cc:114
↓ 1 callers
Method
bool_const
src/ext/z3/include/z3++.h:1597
↓ 1 callers
Function
build_child_argv
src/ext/pin-2.13-62732-gcc.4.4.7-linux/source/launcher/os_specific_m.c:47
↓ 1 callers
Function
build_map_to_xed
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-dll-discovery.c:96
↓ 1 callers
Function
build_user_argv
src/ext/pin-2.13-62732-gcc.4.4.7-linux/source/launcher/launcher_u.c:18
↓ 1 callers
Method
check
src/ext/z3/include/z3++.h:1260
↓ 1 callers
Function
check_binary_32b
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-disas-elf.cpp:393
↓ 1 callers
Function
check_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 callers
Function
classify_avx_sse
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:714
↓ 1 callers
Method
cleanup
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/udhelp.cpp:321
↓ 1 callers
Method
collect
src/symstate/memory_manager.cc:21
↓ 1 callers
Function
convert_ascii_nibbles
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:1164
↓ 1 callers
Function
convert_nibble
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:153
← previous
next →
1,101–1,200 of 5,085, ranked by callers