MCPcopy Create free account

hub / github.com/StanfordPL/stoke / functions

Functions5,085 in github.com/StanfordPL/stoke

↓ 17 callersFunctionShuffleRange
src/ext/gtest-1.7.0/src/gtest-internal-inl.h:311
↓ 17 callersMethodmay_overlap
Tells if two memory references may overlap *at all* */
src/analysis/alias.h:41
↓ 17 callersMethodmust_overlap
Tells if two memory references must overlap *exactly* */
src/analysis/alias.h:30
↓ 17 callersMethodopen
src/ext/pstreams-0.8.1/pstream.h:1112
↓ 17 callersFunctiontest_argc
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed.cpp:394
↓ 16 callersFunctionArrayEq
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:7849
↓ 16 callersFunctionAssertionFailure
Makes a failed assertion result.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:2457
↓ 16 callersFunctionFactorial
Returns n! (the factorial of n). For negative n, n! is defined to be 1.
src/ext/gtest-1.7.0/samples/sample1.cc:37
↓ 16 callersFunctionGetTestsForAllIterations
Runs the test program and returns a list of test lists. Args: extra_env: a map from environment variables to their values args: command lin
src/ext/gtest-1.7.0/test/gtest_shuffle_test.py:87
↓ 16 callersFunctionIsAsciiWordChar
src/ext/gtest-1.7.0/src/gtest-port.cc:216
↓ 16 callersFunctionIsSubstring
src/ext/gtest-1.7.0/src/gtest.cc:1283
↓ 16 callersFunctionPartialMatch
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:2064
↓ 16 callersFunctionRange
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:15808
↓ 16 callersFunctionShouldShard
Checks whether sharding is enabled by examining the relevant environment variable values. If the variables are present, but inconsistent (i.e., shard_
src/ext/gtest-1.7.0/src/gtest.cc:4381
↓ 16 callersMethodget_base
src/search/transforms.h:274
↓ 16 callersMethodget_index
src/search/transforms.h:296
↓ 16 callersMethodptr
src/ext/z3/include/z3++.h:260
↓ 16 callersMethodstr
accessors
src/ext/pin-2.13-62732-gcc.4.4.7-linux/source/include/pin/pin_profile.H:217
↓ 16 callersMethodtest_property_count
Returns the number of the test properties.
src/ext/gtest-1.7.0/src/gtest.cc:1882
↓ 15 callersMethodDelay
! * Delay the calling thread in a spin loop, using a processor specific * "spin loop hint" if available. * * @param[in] delay
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/atomic/ops.hpp:212
↓ 15 callersFunctionMatchRegexAnywhere
Returns true iff regex matches any substring of str. regex must be a valid simple regular expression, or the result is undefined. The algorithm is r
src/ext/gtest-1.7.0/src/gtest-port.cc:383
↓ 15 callersFunctionThrowAnInteger
src/ext/gtest-1.7.0/test/gtest_unittest.cc:3302
↓ 15 callersFunctionUniversalPrint
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:9943
↓ 15 callersMethodnext
Gets the next node in the queue.
src/ext/gtest-1.7.0/samples/sample3-inl.h:57
↓ 15 callersMethodwrite
src/ext/pstreams-0.8.1/pstream.h:1950
↓ 14 callersFunctionCodePointToUtf8
Converts a Unicode code point to a narrow string in UTF-8 encoding. code_point parameter is of type UInt32 because wchar_t may not be wide enough to c
src/ext/gtest-1.7.0/src/gtest.cc:1436
↓ 14 callersFunctionCountIf
src/ext/gtest-1.7.0/src/gtest-internal-inl.h:282
↓ 14 callersMethodDirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
src/ext/gtest-1.7.0/src/gtest-filepath.cc:218
↓ 14 callersFunctionFormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
src/ext/gtest-1.7.0/src/gtest.cc:3213
↓ 14 callersFunctionMatchRepetitionAndRegexAtHead
Matches a repeated regex atom followed by a valid simple regular expression. The regex atom is defined as c if escaped is false, or \c otherwise. re
src/ext/gtest-1.7.0/src/gtest-port.cc:320
↓ 14 callersFunctionMessage
Copy constructor.
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:3168
↓ 14 callersMethodis_open
src/ext/pstreams-0.8.1/pstream.h:1724
↓ 14 callersMethodis_sat
src/solver/z3solver.cc:27
↓ 14 callersMethods_gt
src/symstate/bitvector.cc:188
↓ 14 callersMethodtotal_part_count
Gets the number of all test parts. This is the sum of the number of successful test parts and the number of failed test parts.
src/ext/gtest-1.7.0/src/gtest.cc:1877
↓ 13 callersFunctionCheck
Prints the message and aborts the program if condition is false.
src/ext/gtest-1.7.0/test/gtest_environment_test.cc:116
↓ 13 callersFunctionFullMatch
FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:2061
↓ 13 callersMethodGet
src/ext/gtest-1.7.0/src/gtest-internal-inl.h:980
↓ 13 callersFunctionIsAsciiWhiteSpace
src/ext/gtest-1.7.0/src/gtest-port.cc:215
↓ 13 callersMethodIsEmpty
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/sync/reader-writer-lock-spin.hpp:210
↓ 13 callersFunctionIsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
src/ext/gtest-1.7.0/src/gtest-port.cc:203
↓ 13 callersMethodIsRootDirectory
Returns true if pathname describes a root directory. (Windows has one root directory per disk drive.)
src/ext/gtest-1.7.0/src/gtest-filepath.cc:248
↓ 13 callersMethodreset
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:2014
↓ 13 callersMethodtotal_test_count
Gets the number of all tests.
src/ext/gtest-1.7.0/src/gtest.cc:755
↓ 12 callersMethodFailed
Returns true iff the test failed.
src/ext/gtest-1.7.0/src/gtest.cc:1847
↓ 12 callersFunctionFormatFileLocation
Formats a source file path and a line number as they would appear in an error message from the compiler used to compile this code.
src/ext/gtest-1.7.0/src/gtest-port.cc:456
↓ 12 callersFunctionGetTestCases
Returns a list of test cases in the given full test names. Args: tests: a list of full test names Returns: A list of test cases from 'te
src/ext/gtest-1.7.0/test/gtest_shuffle_test.py:110
↓ 12 callersFunctionIsAsciiDigit
Returns true iff ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale.
src/ext/gtest-1.7.0/src/gtest-port.cc:210
↓ 12 callersMethodIsPrime
src/ext/gtest-1.7.0/samples/sample8_unittest.cc:62
↓ 12 callersFunctionRandomSeedFlag
(n)
src/ext/gtest-1.7.0/test/gtest_shuffle_test.py:74
↓ 12 callersMethodRemoveFileName
RemoveFileName returns the directory path with the filename removed. Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". If the Fil
src/ext/gtest-1.7.0/src/gtest-filepath.cc:161
↓ 12 callersFunctionShuffleFlag
()
src/ext/gtest-1.7.0/test/gtest_shuffle_test.py:70
↓ 12 callersMethodis_bool
\brief Return true if this sort is the Boolean sort. */
src/ext/z3/include/z3++.h:357
↓ 11 callersFunctionAlwaysTrue
src/ext/gtest-1.7.0/src/gtest.cc:4650
↓ 11 callersMethodBaseGenerator
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:10204
↓ 11 callersFunctionCountIf
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:683
↓ 11 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/src/gtest.cc:4732
↓ 11 callersFunctionPrintTupleTo
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:10016
↓ 11 callersFunctionPrintTupleTo
src/ext/gtest-1.7.0/include/gtest/gtest-printers.h:825
↓ 11 callersMethodRemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
src/ext/gtest-1.7.0/src/gtest-filepath.cc:150
↓ 11 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/src/gtest-filepath.cc:341
↓ 11 callersMethodRunAndVerify
Runs gtest_break_on_failure_unittest_ and verifies that it does (or does not) have a seg-fault. Args: env_var_value: value of the GT
src/ext/gtest-1.7.0/test/gtest_break_on_failure_unittest.py:99
↓ 11 callersMethodRunAndVerifyWithSharding
Checks that binary runs correct tests for the given filter and shard. Runs all shards of gtest_filter_unittest_ with the given filter, and ve
src/ext/gtest-1.7.0/test/gtest_filter_unittest.py:287
↓ 11 callersFunctionTestFlag
Verifies that the given flag is affected by the corresponding env var.
src/ext/gtest-1.7.0/test/gtest_env_var_test.py:73
↓ 11 callersFunctionThrowNothing
src/ext/gtest-1.7.0/test/gtest_unittest.cc:3661
↓ 11 callersMethodfinish
(self)
tools/scripts/completion_generator.py:64
↓ 11 callersMethodpointer
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:2596
↓ 11 callersMethodread
src/symstate/memory.cc:73
↓ 11 callersMethodwrite
src/symstate/memory.cc:37
↓ 11 callersFunctionxed_print_hex_line
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:236
↓ 10 callersFunctionCaptureStderr
Starts capturing stderr.
src/ext/gtest-1.7.0/src/gtest-port.cc:659
↓ 10 callersFunctionDeathTestAbort
Routine for aborting the program which is safe to call from an exec-style death test child process, in which case the error message is propagated back
src/ext/gtest-1.7.0/src/gtest-death-test.cc:251
↓ 10 callersFunctionDeathTestAbort
Routine for aborting the program which is safe to call from an exec-style death test child process, in which case the error message is propagated back
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:6745
↓ 10 callersFunctionDieInside
src/ext/gtest-1.7.0/test/gtest-death-test_test.cc:125
↓ 10 callersFunctionEqFailure
Constructs and returns the message for an equality assertion (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. The first four parameters are the expressio
src/ext/gtest-1.7.0/src/gtest.cc:1000
↓ 10 callersFunctionForEach
src/ext/gtest-1.7.0/src/gtest-internal-inl.h:295
↓ 10 callersFunctionInt32FromEnvOrDie
Parses the environment variable var as an Int32. If it is unset, returns default_val. If it is not an Int32, prints an error and aborts.
src/ext/gtest-1.7.0/src/gtest.cc:4426
↓ 10 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/src/gtest-port.cc:776
↓ 10 callersFunctionIsNotSubstring
src/ext/gtest-1.7.0/src/gtest.cc:1295
↓ 10 callersFunctionIsRepeat
src/ext/gtest-1.7.0/src/gtest-port.cc:214
↓ 10 callersMethodOnTestProgramStart
src/ext/gtest-1.7.0/test/gtest_unittest.cc:6706
↓ 10 callersMethodPassed
src/ext/gtest-1.7.0/test/gtest-death-test_test.cc:886
↓ 10 callersMethodPassed
Returns true iff the unit test passed (i.e. all test cases passed).
src/ext/gtest-1.7.0/src/gtest.cc:3724
↓ 10 callersFunctionSetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
src/ext/gtest-1.7.0/test/gtest_color_test.py:47
↓ 10 callersFunctionSkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
src/ext/gtest-1.7.0/src/gtest.cc:4663
↓ 10 callersMethodUse
src/ext/gtest-1.7.0/test/gtest-linked_ptr_test.cc:51
↓ 10 callersMethodarity
Returns the number of operands for this opcode. */
src/search/transforms.h:152
↓ 10 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/src/gtest.cc:4594
↓ 10 callersMethodexited
src/ext/pstreams-0.8.1/pstream.h:1671
↓ 10 callersMethodfailed_test_count
Gets the number of failed tests.
src/ext/gtest-1.7.0/src/gtest.cc:734
↓ 10 callersMethodnum_instrs
Returns the number of instructions in this basic block. */
src/cfg/cfg.h:124
↓ 10 callersMethodrecompute
Recompute internal state; recomputes basic block structure and data flow values. */
src/cfg/cfg.h:76
↓ 10 callersMethodrecompute_defs
Recomputes the defined-in relation for instructions; modifying an instruction will invalidate this relation, calling this method will restore it.
src/cfg/cfg.h:102
↓ 10 callersFunctionremove
Windows CE doesn't have the remove C function.
src/ext/gtest-1.7.0/test/gtest-filepath_test.cc:68
↓ 10 callersMethodtype
src/symstate/bitvector.h:490
↓ 10 callersMethodupper_bound
Upper bound on valid addresses; doesn't include headroom. */
src/state/memory.h:67
↓ 9 callersFunctionAbort
src/ext/gtest-1.7.0/src/gtest-port.cc:699
↓ 9 callersMethodAtEnd
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:13858
↓ 9 callersMethodAtEnd
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:3242
↓ 9 callersMethodBaseGenerator
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:3191
← previousnext →101–200 of 5,085, ranked by callers