MCPcopy Create free account

hub / github.com/StanfordPL/stoke / functions

Functions5,085 in github.com/StanfordPL/stoke

↓ 7 callersMethodos_stack_trace_getter
Returns the current OS stack trace getter if it is not NULL; otherwise, creates an OsStackTraceGetter, makes it the current getter, and returns it.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:6068
↓ 7 callersMethods_lt
src/symstate/bitvector.cc:196
↓ 7 callersFunctionto_expr
\brief Wraps a Z3_ast as an expr object. It also checks for errors. This function allows the user to use the whole C API with the C++ layer def
src/ext/z3/include/z3++.h:899
↓ 7 callersFunctiontype
Gets the outcome of the test part.
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:17115
↓ 7 callersFunctionxed_decoded_inst_inst
@ingroup DEC Return the #xed_inst_t structure for this instruction. This is the route to the basic operands form information.
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/include/xed-decoded-inst-api.h:55
↓ 7 callersFunctionxed_inst_noperands
@ingroup DEC Number of instruction operands
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/include/xed-inst.h:299
↓ 6 callersFunctionAbort
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:8909
↓ 6 callersMethodAssignNonAtomic
! * Set the contents of the lifo queue to a singly-linked list of elements. This method * is NOT atomic. * * @param[in] list
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/atomic/lifo-ctr.hpp:271
↓ 6 callersFunctionCaptureStdout
Starts capturing stdout.
src/ext/gtest-1.7.0/src/gtest-port.cc:654
↓ 6 callersFunctionChDir
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:2877
↓ 6 callersFunctionChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
src/ext/gtest-1.7.0/src/gtest.cc:1424
↓ 6 callersFunctionChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:2908
↓ 6 callersFunctionCopyArray
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:7889
↓ 6 callersMethodDequeue
Removes the head of the queue and returns it. Returns NULL if the queue is empty.
src/ext/gtest-1.7.0/samples/sample3-inl.h:131
↓ 6 callersFunctionDieIf
A unary function that may die.
src/ext/gtest-1.7.0/test/gtest-death-test_test.cc:179
↓ 6 callersFunctionExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest
src/ext/gtest-1.7.0/test/gtest_unittest.cc:1943
↓ 6 callersFunctionExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestCase
src/ext/gtest-1.7.0/test/gtest_unittest.cc:1951
↓ 6 callersFunctionFlushInfoLog
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:2151
↓ 6 callersFunctionFormatEpochTimeInMillisAsIso8601
Converts the given epoch time in milliseconds to a date string in the ISO 8601 format, without the timezone information.
src/ext/gtest-1.7.0/src/gtest.cc:3221
↓ 6 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/fused-src/gtest/gtest-all.cc:8666
↓ 6 callersFunctionFormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
src/ext/gtest-1.7.0/src/gtest-port.cc:250
↓ 6 callersFunctionFormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:8460
↓ 6 callersFunctionGenerateFatalFailureInAnotherThread
src/ext/gtest-1.7.0/test/gtest_stress_test.cc:172
↓ 6 callersFunctionGetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
src/ext/gtest-1.7.0/src/gtest.cc:377
↓ 6 callersMethodGetNextPrime
src/ext/gtest-1.7.0/samples/sample8_unittest.cc:69
↓ 6 callersFunctionGetThreadCount
Returns the number of threads running in the process, or 0 to indicate that we cannot detect it.
src/ext/gtest-1.7.0/src/gtest-port.cc:89
↓ 6 callersFunctionIsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:8413
↓ 6 callersFunctionIsPathSeparator
Returns whether the given character is a valid path separator.
src/ext/gtest-1.7.0/src/gtest-filepath.cc:92
↓ 6 callersFunctionIsPathSeparator
Returns whether the given character is a valid path separator.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:7926
↓ 6 callersFunctionParseStringFlag
Parses a string for a string 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:4749
↓ 6 callersFunctionParseStringFlag
Parses a string for a string 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:6233
↓ 6 callersFunctionPrintValue
src/ext/gtest-1.7.0/test/gtest-param-test_test.cc:82
↓ 6 callersMethodReset
src/ext/gtest-1.7.0/src/gtest-internal-inl.h:981
↓ 6 callersMethodReset
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:1382
↓ 6 callersFunctionSetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
src/ext/gtest-1.7.0/test/gtest_filter_unittest.py:169
↓ 6 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/fused-src/gtest/gtest-all.cc:6147
↓ 6 callersMethodTestHelpFlag
Verifies correct behavior when help flag is specified. The right message must be printed and the tests must skipped when the given flag is sp
src/ext/gtest-1.7.0/test/gtest_help_test.py:101
↓ 6 callersMethodVerifyRegisteredTestNames
Verifies that registered_tests match the test names in defined_test_names_; returns registered_tests if successful, or aborts the program otherwise.
src/ext/gtest-1.7.0/src/gtest-typed-test.cc:51
↓ 6 callersMethodWaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:2328
↓ 6 callersMethodcopy_defined
src/state/memory.cc:29
↓ 6 callersMethodequality_constraints
Generate constraints expressing equality of two states over a given regset */
src/symstate/state.cc:261
↓ 6 callersMethodequals
src/symstate/bitvector.h:434
↓ 6 callersMethodfailed_test_count
Gets the number of failed tests.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:2218
↓ 6 callersMethodget_counterexample
Gets the counterexample */
src/validator/validator.h:78
↓ 6 callersMethodget_quad
Element access; undefined for invalid quads */
src/state/memory.h:90
↓ 6 callersMethodget_support
src/validator/handlers/lea_handler.cc:22
↓ 6 callersMethodis_defined_quad
Returns true if a quad is defined; undefined for invalid quads */
src/state/memory.h:148
↓ 6 callersMethodis_valid_quad
Returns true if a quad is valid. */
src/state/memory.h:121
↓ 6 callersMethodnum_reachable
Returns the number of reachable blocks in this graph. */
src/cfg/cfg.h:274
↓ 6 callersMethodreachable_end
Returns an iterator that points to the end of this graph's reachable block list. */
src/cfg/cfg.h:282
↓ 6 callersMethodread_err
src/ext/pstreams-0.8.1/pstream.h:1739
↓ 6 callersMethodreset
src/ext/z3/include/z3++.h:1316
↓ 6 callersMethodset
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:2599
↓ 6 callersFunctionxed_copy_info
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:60
↓ 6 callersFunctionxed_disas_test
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-examples-util.c:740
↓ 6 callersFunctionxed_state_init
@name Initialization @{ Constructor. DEPRECATED: use #xed_state_init2(). The mode, and addresses widths are enumerations that specify the number of bi
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/include/xed-state.h:73
↓ 6 callersFunctionxed_state_zero
clear the xed_state_t @ingroup INIT
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/include/xed-state.h:101
↓ 5 callersMethodAbortCalls
src/ext/gtest-1.7.0/test/gtest-death-test_test.cc:831
↓ 5 callersMethodAssumeRoleCalls
Accessors.
src/ext/gtest-1.7.0/test/gtest-death-test_test.cc:827
↓ 5 callersMethodDelay
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/sync/backoff-or-yield.hpp:63
↓ 5 callersFunctionDieWithMessage
src/ext/gtest-1.7.0/test/gtest-death-test_test.cc:109
↓ 5 callersFunctionEof
Returns the special cursor to denote the end-of-file.
src/ext/gtest-1.7.0/scripts/pump.py:132
↓ 5 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/fused-src/gtest/gtest-all.cc:2484
↓ 5 callersFunctionFormatCompilerIndependentFileLocation
Formats a file location for compiler-independent XML output. Although this function is not platform dependent, we put it next to FormatFileLocation in
src/ext/gtest-1.7.0/src/gtest-port.cc:474
↓ 5 callersFunctionFormatDeathTestOutput
Returns an indented copy of stderr output for a death test. This makes distinguishing death test output lines from regular log lines much easier.
src/ext/gtest-1.7.0/src/gtest-death-test.cc:493
↓ 5 callersFunctionFormatDeathTestOutput
Returns an indented copy of stderr output for a death test. This makes distinguishing death test output lines from regular log lines much easier.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:6987
↓ 5 callersFunctionGetCapturedStdout
Stops capturing stdout and returns the captured string.
src/ext/gtest-1.7.0/src/gtest-port.cc:664
↓ 5 callersFunctionGetLastErrnoDescription
Returns the message describing the last system error in errno.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:6798
↓ 5 callersFunctionGetNextRandomSeed
Returns the first valid random seed after 'seed'. The behavior is undefined if 'seed' is invalid. The seed after kMaxRandomSeed is considered to be
src/ext/gtest-1.7.0/src/gtest-internal-inl.h:151
↓ 5 callersMethodGetSize
! * @return Size (bytes) of the buffer. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/util/data.hpp:400
↓ 5 callersFunctionHasFailure
Returns true iff the current test has a (either fatal or non-fatal) failure.
src/ext/gtest-1.7.0/include/gtest/gtest.h:383
↓ 5 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/fused-src/gtest/gtest-all.cc:5910
↓ 5 callersMethodIsDirectory
Returns true if FilePath ends with a path separator, which indicates that it is intended to represent a directory. Returns false otherwise. This does
src/ext/gtest-1.7.0/src/gtest-filepath.cc:295
↓ 5 callersFunctionIsSpace
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:2778
↓ 5 callersFunctionParseToken
(lines, pos, regex, token_type)
src/ext/gtest-1.7.0/scripts/pump.py:243
↓ 5 callersMethodPassedCalls
src/ext/gtest-1.7.0/test/gtest-death-test_test.cc:829
↓ 5 callersMethodPointer
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/atomic/fixed-lifo.hpp:279
↓ 5 callersMethodRemoveExtension
Returns a copy of the FilePath with the case-insensitive extension removed. Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns FilePath(
src/ext/gtest-1.7.0/src/gtest-filepath.cc:119
↓ 5 callersFunctionResetCounts
Resets the count for each test.
src/ext/gtest-1.7.0/test/gtest_repeat_test.cc:141
↓ 5 callersMethodRunAndVerify
Runs gtest_list_tests_unittest_ and verifies that it prints the correct tests. Args: flag_value: value of the --gtest_list_test
src/ext/gtest-1.7.0/test/gtest_list_tests_unittest.py:129
↓ 5 callersFunctionRunCode
(env, code_node, output)
src/ext/gtest-1.7.0/scripts/pump.py:702
↓ 5 callersMethodSetParameters
Sets the parameters for subsequent calls to Create.
src/ext/gtest-1.7.0/test/gtest-death-test_test.cc:916
↓ 5 callersFunctionStat
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:2837
↓ 5 callersFunctionStringFromGTestEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
src/ext/gtest-1.7.0/src/gtest-port.cc:798
↓ 5 callersFunctionStringFromGTestEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:9008
↓ 5 callersMethodTestDeleted
src/ext/gtest-1.7.0/test/gtest-death-test_test.cc:835
↓ 5 callersMethodWaitCalls
src/ext/gtest-1.7.0/test/gtest-death-test_test.cc:828
↓ 5 callersMethodback
src/ext/z3/include/z3++.h:997
↓ 5 callersFunctionclose_fd_array
src/ext/pstreams-0.8.1/pstream.h:1177
↓ 5 callersMethoderror
src/ext/pstreams-0.8.1/pstream.h:1694
↓ 5 callersMethodget
src/ext/gtest-1.7.0/include/gtest/internal/gtest-linked_ptr.h:172
↓ 5 callersMethodget_exit
Returns the id of the exit block. */
src/cfg/cfg.h:143
↓ 5 callersFunctionget_symbol
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-symbol-table.cpp:108
↓ 5 callersFunctionlisteners
Provides access to the event listener list.
src/ext/gtest-1.7.0/src/gtest-internal-inl.h:599
↓ 5 callersFunctionlisteners
Provides access to the event listener list.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:1000
↓ 5 callersFunctionmake_symbol_vector
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/xed2-intel64/examples/xed-symbol-table.cpp:55
↓ 5 callersMethodmaybe_undef_set
Dataflow information about an instruction (more precise for function calls that instr.must/maybe_read/write/undef_set). */
src/cfg/cfg.h:486
↓ 5 callersMethodoriginal_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:5418
↓ 5 callersMethodrepeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
src/ext/gtest-1.7.0/src/gtest.cc:3588
↓ 5 callersMethodror
src/symstate/bitvector.cc:81
← previousnext →301–400 of 5,085, ranked by callers