MCPcopy Create free account

hub / github.com/BitFunnel/NativeJIT / functions

Functions3,843 in github.com/BitFunnel/NativeJIT

↓ 1 callersFunctionRun
Runs a command; returns 1 if it was killed by a signal, or 0 otherwise.
googletest/googletest/test/gtest_break_on_failure_unittest.py:80
↓ 1 callersFunctionRun
Runs a command; returns True/False if its exit code is/isn't 0.
googletest/googletest/test/gtest_throw_on_failure_test.py:70
↓ 1 callersMethodRun
Examples/Parser/Parser.cpp:454
↓ 1 callersFunctionRunAllTests
Runs all TESTs, all TEST_Fs, and the ad hoc test.
googletest/googletest/test/gtest_output_test_.cc:344
↓ 1 callersFunctionRunAndReturnOutput
Runs the test program and returns its output.
googletest/googletest/test/gtest_filter_unittest.py:181
↓ 1 callersFunctionRunAndReturnOutput
Runs the test program and returns its output.
googletest/googletest/test/gtest_shuffle_test.py:78
↓ 1 callersFunctionRunAtomicCode
(env, node, output)
googletest/googletest/scripts/pump.py:656
↓ 1 callersFunctionRunWithSharding
Runs a test program shard and returns exit code and a list of tests run.
googletest/googletest/test/gtest_filter_unittest.py:218
↓ 1 callersFunctionSampleFunction0
test/NativeJIT/FunctionTest.cpp:57
↓ 1 callersFunctionSampleFunction1
test/NativeJIT/FunctionTest.cpp:64
↓ 1 callersFunctionSampleFunction2
test/NativeJIT/FunctionTest.cpp:72
↓ 1 callersFunctionSampleFunction4
test/NativeJIT/FunctionTest.cpp:100
↓ 1 callersMethodSendLn
Sends a string and a newline to the socket.
googletest/googletest/src/gtest-internal-inl.h:1049
↓ 1 callersMethodSetData
inc/NativeJIT/ExpressionTree.h:788
↓ 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
googletest/googletest/src/gtest.cc:3926
↓ 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
googletest/googletest/src/gtest.cc:3942
↓ 1 callersMethodSetUp
Sets up the test fixture. A sub-class may override this.
googletest/googletest/src/gtest.cc:2227
↓ 1 callersMethodSetUpExecuted
googletest/googletest/test/gtest-param-test_test.cc:576
↓ 1 callersMethodSite
src/CodeGen/JumpTable.cpp:162
↓ 1 callersFunctionSkipSpaces
Skips to the first non-space char in str. Returns an empty string if str contains only whitespace characters.
googletest/googletest/src/gtest-typed-test.cc:42
↓ 1 callersFunctionSleepMilliseconds
Sleeps for (roughly) n milliseconds. This function is only for testing Google Test's own constructs. Don't use it in user tests, either directly or
googletest/googletest/include/gtest/internal/gtest-port.h:1448
↓ 1 callersFunctionSplitIntoTestNames
googletest/googletest/src/gtest-typed-test.cc:48
↓ 1 callersFunctionSplitPatch
Splits a patch into separate pieces for each file. Args: data: A string containing the output of svn diff. Returns: A list of 2-tuple (f
googletest/googlemock/scripts/upload.py:1141
↓ 1 callersFunctionSplitPatch
Splits a patch into separate pieces for each file. Args: data: A string containing the output of svn diff. Returns: A list of 2-tuple (f
googletest/googletest/scripts/upload.py:1141
↓ 1 callersFunctionStackGrowsDown
Make sure AddressSanitizer does not tamper with the stack here.
googletest/googletest/src/gtest-death-test.cc:1005
↓ 1 callersFunctionStackLowerThanAddress
googletest/googletest/src/gtest-death-test.cc:999
↓ 1 callersFunctionStrCaseCmp
googletest/googletest/include/gtest/internal/gtest-port.h:2307
↓ 1 callersFunctionStrError
googletest/googletest/include/gtest/internal/gtest-port.h:2385
↓ 1 callersMethodStripLeadingWhitespace
Strip leading whitespace in each line in 'lines'.
googletest/googlemock/scripts/generator/cpp/gmock_class_test.py:37
↓ 1 callersFunctionStripMetaComments
Strip meta comments from each line in the given string.
googletest/googletest/scripts/pump.py:226
↓ 1 callersMethodSwap
inc/NativeJIT/ExpressionTree.h:705
↓ 1 callersMethodSwapContents
src/NativeJIT/ExpressionTree.cpp:555
↓ 1 callersFunctionTakeZeroFloatArg
test/NativeJIT/FunctionTest.cpp:871
↓ 1 callersFunctionTakeZeroIntArg
test/NativeJIT/FunctionTest.cpp:860
↓ 1 callersMethodTearDown
Tears down the test fixture. A sub-class may override this.
googletest/googletest/src/gtest.cc:2233
↓ 1 callersMethodTearDownExecuted
googletest/googletest/test/gtest-param-test_test.cc:577
↓ 1 callersFunctionTest
* * Test() runs a number of test cases for the parser. * It prints a summary of each case's input and output and either "OK" * or "FAILED" dependin
Examples/Parser/Parser.cpp:439
↓ 1 callersFunctionTestAssertEqualsUncopyable
A subroutine used by the following test.
googletest/googletest/test/gtest_unittest.cc:3851
↓ 1 callersFunctionTestAssertNonPositive
A subroutine used by the following test.
googletest/googletest/test/gtest_unittest.cc:3846
↓ 1 callersMethodTestBodyExecuted
googletest/googletest/test/gtest-param-test_test.cc:578
↓ 1 callersFunctionTestCatchesLeakedMocksInAdHocTests
googletest/googlemock/test/gmock_output_test_.cc:271
↓ 1 callersFunctionTestEq1
A subroutine used by the following test.
googletest/googletest/test/gtest_output_test_.cc:65
↓ 1 callersFunctionTestEq1
A subroutine used by the following test.
googletest/googletest/test/gtest_unittest.cc:3809
↓ 1 callersFunctionTestExitCodeAndOutput
Runs the given command and verifies its exit code and output.
googletest/googletest/test/gtest_uninitialized_test.py:54
↓ 1 callersFunctionTestFailureThrowsRuntimeError
Tests that an assertion failure throws a subclass of std::runtime_error.
googletest/googletest/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
googletest/googletest/src/gtest.cc:2830
↓ 1 callersFunctionTestRepeatUnspecified
Tests the behavior of Google Test when --gtest_repeat is not specified.
googletest/googletest/test/gtest_repeat_test.cc:165
↓ 1 callersFunctionTestRepeatWithFilterForFailedTests
Tests using --gtest_repeat when --gtest_filter specifies a set of failed tests.
googletest/googletest/test/gtest_repeat_test.cc:211
↓ 1 callersFunctionTestRepeatWithFilterForSuccessfulTests
Tests using --gtest_repeat when --gtest_filter specifies a set of successful tests.
googletest/googletest/test/gtest_repeat_test.cc:193
↓ 1 callersFunctionTestsForArity
Returns the tests for n-ary predicate assertions.
googletest/googletest/scripts/gen_gtest_pred_impl.py:411
↓ 1 callersFunctionToLower
googletest/googletest/include/gtest/internal/gtest-port.h:2277
↓ 1 callersMethodToParameters
(self, tokens)
googletest/googlemock/scripts/generator/cpp/ast.py:591
↓ 1 callersFunctionToUnixLineEnding
Changes all Windows/Mac line endings in s to UNIX line endings.
googletest/googlemock/test/gmock_output_test.py:59
↓ 1 callersFunctionToUpper
googletest/googletest/include/gtest/internal/gtest-port.h:2280
↓ 1 callersFunctionTokenize
A generator that yields the tokens in the given string.
googletest/googletest/scripts/pump.py:382
↓ 1 callersFunctionTokenizeLines
(lines, pos)
googletest/googletest/scripts/pump.py:310
↓ 1 callersFunctionUnary
googletest/googlemock/test/gmock-more-actions_test.cc:91
↓ 1 callersFunctionUnitTestPostamble
Returns the postamble for the tests.
googletest/googletest/scripts/gen_gtest_pred_impl.py:700
↓ 1 callersFunctionUnitTestPreamble
Returns the preamble for the unit test file.
googletest/googletest/scripts/gen_gtest_pred_impl.py:325
↓ 1 callersFunctionUniversalPrintArray
Prints a (const) char array of 'len' elements, starting at address 'begin'.
googletest/googletest/src/gtest-printers.cc:309
↓ 1 callersMethodUntypedPrintArgs
Prints the given function arguments to the ostream.
googletest/googlemock/include/gmock/gmock-spec-builders.h:1705
↓ 1 callersMethodUnwrap
Returns the held value. Must not be called more than once.
googletest/googlemock/include/gmock/gmock-spec-builders.h:1375
↓ 1 callersMethodUpdateData
inc/NativeJIT/ExpressionTree.h:1059
↓ 1 callersMethodUpdateLinksInBranchedFiles
(self)
googletest/googletest/scripts/release_docs.py:137
↓ 1 callersMethodUploadBaseFiles
Uploads the base files (and if necessary, the current ones as well).
googletest/googlemock/scripts/upload.py:661
↓ 1 callersMethodUploadBaseFiles
Uploads the base files (and if necessary, the current ones as well).
googletest/googletest/scripts/upload.py:661
↓ 1 callersFunctionUploadSeparatePatches
Uploads a separate patch for each file in the diff output. Returns a list of [patch_key, filename] for each file.
googletest/googlemock/scripts/upload.py:1181
↓ 1 callersFunctionUploadSeparatePatches
Uploads a separate patch for each file in the diff output. Returns a list of [patch_key, filename] for each file.
googletest/googletest/scripts/upload.py:1181
↓ 1 callersFunctionValidateGMockRootDir
Makes sure gmock_root points to a valid gmock root directory. The function aborts the program on failure.
googletest/googlemock/scripts/fuse_gmock_files.py:97
↓ 1 callersFunctionValidateGTestRootDir
Makes sure gtest_root points to a valid gtest root directory. The function aborts the program on failure.
googletest/googletest/scripts/fuse_gtest_files.py:103
↓ 1 callersFunctionValidateOutputDir
Makes sure output_dir points to a valid output directory. The function aborts the program on failure.
googletest/googlemock/scripts/fuse_gmock_files.py:108
↓ 1 callersFunctionValidateOutputDir
Makes sure output_dir points to a valid output directory. The function aborts the program on failure.
googletest/googletest/scripts/fuse_gtest_files.py:139
↓ 1 callersFunctionValidateTestPropertyName
googletest/googletest/src/gtest.cc:2141
↓ 1 callersFunctionVectorUniquePtrSource
googletest/googlemock/test/gmock-actions_test.cc:1344
↓ 1 callersFunctionVerifyPointerVsReferenceInternal
Verifies that pointer and reference arguments refer to the same memory location and that it contains the expected value. The *Internal method is neede
test/NativeJIT/FunctionTest.cpp:675
↓ 1 callersFunctionVerifyResults
googletest/googletest/test/gtest-listener_test.cc:177
↓ 1 callersFunctionVerifyStackVariableAddressesInternal
Verifies that the references to stack variables are in a sane memory range. The *Internal method is needed because GTest requires a void method and Na
test/NativeJIT/FunctionTest.cpp:607
↓ 1 callersMethodWaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
googletest/googletest/include/gtest/internal/gtest-port.h:1487
↓ 1 callersFunctionWrapComment
(line, output)
googletest/googletest/scripts/pump.py:717
↓ 1 callersFunctionWrapLongLine
(line, output)
googletest/googletest/scripts/pump.py:790
↓ 1 callersFunctionWrapPlainCode
(line, output)
googletest/googletest/scripts/pump.py:775
↓ 1 callersFunctionWrapPreprocessorDirective
(line, output)
googletest/googletest/scripts/pump.py:771
↓ 1 callersFunctionWrite
googletest/googletest/include/gtest/internal/gtest-port.h:2381
↓ 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
googletest/googletest/src/gtest.cc:4693
↓ 1 callersMethod_CollapseKeywords
Collapses SVN keywords.
googletest/googlemock/scripts/upload.py:805
↓ 1 callersMethod_CollapseKeywords
Collapses SVN keywords.
googletest/googletest/scripts/upload.py:805
↓ 1 callersFunction_GenerateMethods
(output_lines, source, class_node)
googletest/googlemock/scripts/generator/cpp/gmock_class.py:51
↓ 1 callersFunction_GenerateMocks
(filename, source, ast_list, desired_class_names)
googletest/googlemock/scripts/generator/cpp/gmock_class.py:126
↓ 1 callersMethod_GenerateOne
(self, token)
googletest/googlemock/scripts/generator/cpp/ast.py:738
↓ 1 callersMethod_GetAuthCookie
Fetches authentication cookies for an authentication token. Args: auth_token: The authentication token returned by ClientLogin. Raises
googletest/googlemock/scripts/upload.py:215
↓ 1 callersMethod_GetAuthCookie
Fetches authentication cookies for an authentication token. Args: auth_token: The authentication token returned by ClientLogin. Raises
googletest/googletest/scripts/upload.py:215
↓ 1 callersMethod_GetAuthToken
Uses ClientLogin to authenticate the user, returning an auth token. Args: email: The user's email address password: The user's pas
googletest/googlemock/scripts/upload.py:172
↓ 1 callersMethod_GetAuthToken
Uses ClientLogin to authenticate the user, returning an auth token. Args: email: The user's email address password: The user's pas
googletest/googletest/scripts/upload.py:172
↓ 1 callersMethod_GetBases
(self)
googletest/googlemock/scripts/generator/cpp/ast.py:1457
↓ 1 callersMethod_GetOpener
Returns an OpenerDirector for making HTTP requests. Returns: A urllib2.OpenerDirector object.
googletest/googlemock/scripts/upload.py:154
↓ 1 callersMethod_GetOpener
Returns an OpenerDirector for making HTTP requests. Returns: A urllib2.OpenerDirector object.
googletest/googletest/scripts/upload.py:154
↓ 1 callersMethod_GetRelPath
Get relative path of a file according to the current directory, given its logical path in the repo.
googletest/googlemock/scripts/upload.py:1058
↓ 1 callersMethod_GetRelPath
Get relative path of a file according to the current directory, given its logical path in the repo.
googletest/googletest/scripts/upload.py:1058
↓ 1 callersMethod_GetReturnTypeAndClassName
(self, token_seq)
googletest/googlemock/scripts/generator/cpp/ast.py:1116
↓ 1 callersMethod_GetTemplatedTypes
(self)
googletest/googlemock/scripts/generator/cpp/ast.py:1395
← previousnext →1,101–1,200 of 3,843, ranked by callers