MCPcopy Create free account

hub / github.com/StanfordPL/stoke / functions

Functions5,085 in github.com/StanfordPL/stoke

MethodCartesianProductGenerator2
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:3164
MethodCartesianProductGenerator3
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:13895
MethodCartesianProductGenerator3
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:3279
MethodCartesianProductGenerator4
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:14027
MethodCartesianProductGenerator4
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:3411
MethodCartesianProductGenerator5
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:14178
MethodCartesianProductGenerator5
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:3562
MethodCartesianProductGenerator6
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:14347
MethodCartesianProductGenerator6
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:3731
MethodCartesianProductGenerator7
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:14533
MethodCartesianProductGenerator7
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:3917
MethodCartesianProductGenerator8
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:14736
MethodCartesianProductGenerator8
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:4120
MethodCartesianProductGenerator9
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:14958
MethodCartesianProductGenerator9
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:4342
MethodCartesianProductHolder10
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:15710
MethodCartesianProductHolder10
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:5094
MethodCartesianProductHolder2
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:15454
MethodCartesianProductHolder2
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:4838
MethodCartesianProductHolder3
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:15475
MethodCartesianProductHolder3
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:4859
MethodCartesianProductHolder4
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:15500
MethodCartesianProductHolder4
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:4884
MethodCartesianProductHolder5
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:15527
MethodCartesianProductHolder5
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:4911
MethodCartesianProductHolder6
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:15556
MethodCartesianProductHolder6
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:4940
MethodCartesianProductHolder7
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:15589
MethodCartesianProductHolder7
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:4973
MethodCartesianProductHolder8
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:15626
MethodCartesianProductHolder8
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:5010
MethodCartesianProductHolder9
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:15666
MethodCartesianProductHolder9
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:5050
MethodCaseInsensitiveCStringEquals
Compares two C strings, ignoring case. Returns true iff they have the same content. Unlike strcasecmp(), this function can handle NULL argument(s).
src/ext/gtest-1.7.0/src/gtest.cc:1582
MethodCaseInsensitiveCStringEquals
Compares two C strings, ignoring case. Returns true iff they have the same content. Unlike strcasecmp(), this function can handle NULL argument(s).
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:3066
MethodCaseInsensitiveWideCStringEquals
Compares two wide C strings, ignoring case. Returns true iff they have the same content. Unlike wcscasecmp(), this function can handle NULL argument
src/ext/gtest-1.7.0/src/gtest.cc:1602
MethodCaseInsensitiveWideCStringEquals
Compares two wide C strings, ignoring case. Returns true iff they have the same content. Unlike wcscasecmp(), this function can handle NULL argument
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:3086
MethodCastable
src/ext/gtest-1.7.0/test/gtest-port_test.cc:132
MethodCatchExceptions
Creates a Flags struct where the gtest_catch_exceptions flag has the given value.
src/ext/gtest-1.7.0/test/gtest_unittest.cc:5316
FunctionCeilLog2
! * @brief Computes floor(log2(n)) * Works by finding position of MSB set. * @returns -1 if n == 0. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/source/include/pin/pin_cache.H:80
MethodCfg
Creates a new control flow graph with valid internal state. */
src/cfg/cfg.h:70
MethodCfgGadget
tools/gadgets/cfg.h:30
FunctionChDir
src/ext/gtest-1.7.0/include/gtest/internal/gtest-port.h:1770
MethodCheckFlags
Verifies that the flag values match the expected values.
src/ext/gtest-1.7.0/test/gtest_unittest.cc:5460
MethodCheckList
* Validate an input list that will be pushed onto the fifo. The input list is assumed * to be private to the calling thread. * * @par
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/atomic/lifo-ptr.hpp:371
FunctionCheckedDowncastToActualType
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:2252
FunctionCheckedDowncastToActualType
src/ext/gtest-1.7.0/include/gtest/internal/gtest-port.h:1145
MethodClear
Clears the queue.
src/ext/gtest-1.7.0/samples/sample3-inl.h:83
MethodClear
! * Change the semaphore to "clear" state. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/sync/semaphore-futex.hpp:95
MethodClear
! * Change the semaphore to "clear" state. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/sync/semaphore-futex.hpp:245
MethodClear
! * Change the semaphore to "clear" state. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/sync/semaphore-spin.hpp:92
MethodClear
! * Change the semaphore to "clear" state. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/sync/semaphore-event.hpp:98
MethodClear
! * Change the semaphore to "clear" state. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/sync/semaphore-event.hpp:206
MethodClear
! * Atomically clears the lifo queue and returns a pointer to the previous contents. * * @return Returns a pointer to a linked list wi
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/atomic/lifo-ptr.hpp:328
MethodClear
! * Clear the content of the buffer, making it empty. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/util/data.hpp:288
MethodClear
< @return Address 1 byte beyond range end.
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/util/range.hpp:95
FunctionClearAdHocTestResult
Clears the results of ad-hoc test assertions.
src/ext/gtest-1.7.0/src/gtest-internal-inl.h:716
FunctionClearAdHocTestResult
Clears the results of ad-hoc test assertions.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:1117
MethodClearIfNeeded
! * Clear the _bigValue buffer if it is allocated. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/util/regvalue.hpp:480
MethodClearNonAtomic
! * Remove all elements from the map. This method is NOT atomic. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/atomic/fixed-multimap.hpp:116
MethodClearNonAtomic
! * Remove all elements from the set. This method is NOT atomic. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/atomic/fixed-multiset.hpp:98
MethodClearNonAtomic
! * Initialize to empty queue. This method is NOT atomic. */
src/ext/pin-2.13-62732-gcc.4.4.7-linux/extras/components/include/atomic/fixed-lifo.hpp:108
FunctionClearTestCaseResult
Clears the results of all tests in the given test case.
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:18259
FunctionClearTestCaseResult
Clears the results of all tests in the given test case.
src/ext/gtest-1.7.0/include/gtest/gtest.h:846
MethodClearTestPartResults
src/ext/gtest-1.7.0/src/gtest-internal-inl.h:1057
MethodClearTestPartResults
Clears the test part results.
src/ext/gtest-1.7.0/src/gtest.cc:1722
MethodClearTestPartResults
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:1458
FunctionClearTestResult
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:18128
FunctionClearTestResult
src/ext/gtest-1.7.0/include/gtest/gtest.h:715
MethodClone
Returns a copy of self.
src/ext/gtest-1.7.0/scripts/pump.py:125
MethodClone
Returns a copy of self.
src/ext/gtest-1.7.0/scripts/pump.py:156
MethodClone
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:10298
MethodClone
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:13821
MethodClone
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:13944
MethodClone
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:14085
MethodClone
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:14243
MethodClone
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:14420
MethodClone
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:14614
MethodClone
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:14827
MethodClone
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:15056
MethodClone
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:15303
MethodClone
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util.h:299
MethodClone
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:3205
MethodClone
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:3328
MethodClone
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:3469
MethodClone
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:3627
MethodClone
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:3804
MethodClone
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:3998
MethodClone
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:4211
MethodClone
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:4440
MethodClone
src/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h:4687
MethodCloneCString
Clones a 0-terminated C string, allocating memory using new.
src/ext/gtest-1.7.0/samples/sample2.cc:39
MethodCloseConnection
Closes the socket.
src/ext/gtest-1.7.0/src/gtest-internal-inl.h:1081
MethodCloseConnection
Closes the socket.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:1482
FunctionCmpHelperEQ
The helper function for {ASSERT|EXPECT}_EQ with int or enum arguments.
src/ext/gtest-1.7.0/src/gtest.cc:1114
FunctionCmpHelperEQ
The helper function for {ASSERT|EXPECT}_EQ with int or enum arguments.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:2598
FunctionCmpHelperFloatingPointEQ
src/ext/gtest-1.7.0/fused-src/gtest/gtest.h:19099
FunctionCmpHelperFloatingPointEQ
src/ext/gtest-1.7.0/include/gtest/gtest.h:1686
FunctionCmpHelperSTRCASENE
The helper function for {ASSERT|EXPECT}_STRCASENE.
src/ext/gtest-1.7.0/src/gtest.cc:1210
FunctionCmpHelperSTRCASENE
The helper function for {ASSERT|EXPECT}_STRCASENE.
src/ext/gtest-1.7.0/fused-src/gtest/gtest-all.cc:2694
← previousnext →1,601–1,700 of 5,085, ranked by callers