Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitFunnel/NativeJIT
/ functions
Functions
3,843 in github.com/BitFunnel/NativeJIT
⨍
Functions
3,843
◇
Types & classes
1,532
↓ 1 callers
Function
Run
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 callers
Function
Run
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 callers
Method
Run
Examples/Parser/Parser.cpp:454
↓ 1 callers
Function
RunAllTests
Runs all TESTs, all TEST_Fs, and the ad hoc test.
googletest/googletest/test/gtest_output_test_.cc:344
↓ 1 callers
Function
RunAndReturnOutput
Runs the test program and returns its output.
googletest/googletest/test/gtest_filter_unittest.py:181
↓ 1 callers
Function
RunAndReturnOutput
Runs the test program and returns its output.
googletest/googletest/test/gtest_shuffle_test.py:78
↓ 1 callers
Function
RunAtomicCode
(env, node, output)
googletest/googletest/scripts/pump.py:656
↓ 1 callers
Function
RunWithSharding
Runs a test program shard and returns exit code and a list of tests run.
googletest/googletest/test/gtest_filter_unittest.py:218
↓ 1 callers
Function
SampleFunction0
test/NativeJIT/FunctionTest.cpp:57
↓ 1 callers
Function
SampleFunction1
test/NativeJIT/FunctionTest.cpp:64
↓ 1 callers
Function
SampleFunction2
test/NativeJIT/FunctionTest.cpp:72
↓ 1 callers
Function
SampleFunction4
test/NativeJIT/FunctionTest.cpp:100
↓ 1 callers
Method
SendLn
Sends a string and a newline to the socket.
googletest/googletest/src/gtest-internal-inl.h:1049
↓ 1 callers
Method
SetData
inc/NativeJIT/ExpressionTree.h:788
↓ 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
googletest/googletest/src/gtest.cc:3926
↓ 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
googletest/googletest/src/gtest.cc:3942
↓ 1 callers
Method
SetUp
Sets up the test fixture. A sub-class may override this.
googletest/googletest/src/gtest.cc:2227
↓ 1 callers
Method
SetUpExecuted
googletest/googletest/test/gtest-param-test_test.cc:576
↓ 1 callers
Method
Site
src/CodeGen/JumpTable.cpp:162
↓ 1 callers
Function
SkipSpaces
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 callers
Function
SleepMilliseconds
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 callers
Function
SplitIntoTestNames
googletest/googletest/src/gtest-typed-test.cc:48
↓ 1 callers
Function
SplitPatch
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 callers
Function
SplitPatch
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 callers
Function
StackGrowsDown
Make sure AddressSanitizer does not tamper with the stack here.
googletest/googletest/src/gtest-death-test.cc:1005
↓ 1 callers
Function
StackLowerThanAddress
googletest/googletest/src/gtest-death-test.cc:999
↓ 1 callers
Function
StrCaseCmp
googletest/googletest/include/gtest/internal/gtest-port.h:2307
↓ 1 callers
Function
StrError
googletest/googletest/include/gtest/internal/gtest-port.h:2385
↓ 1 callers
Method
StripLeadingWhitespace
Strip leading whitespace in each line in 'lines'.
googletest/googlemock/scripts/generator/cpp/gmock_class_test.py:37
↓ 1 callers
Function
StripMetaComments
Strip meta comments from each line in the given string.
googletest/googletest/scripts/pump.py:226
↓ 1 callers
Method
Swap
inc/NativeJIT/ExpressionTree.h:705
↓ 1 callers
Method
SwapContents
src/NativeJIT/ExpressionTree.cpp:555
↓ 1 callers
Function
TakeZeroFloatArg
test/NativeJIT/FunctionTest.cpp:871
↓ 1 callers
Function
TakeZeroIntArg
test/NativeJIT/FunctionTest.cpp:860
↓ 1 callers
Method
TearDown
Tears down the test fixture. A sub-class may override this.
googletest/googletest/src/gtest.cc:2233
↓ 1 callers
Method
TearDownExecuted
googletest/googletest/test/gtest-param-test_test.cc:577
↓ 1 callers
Function
Test
* * 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 callers
Function
TestAssertEqualsUncopyable
A subroutine used by the following test.
googletest/googletest/test/gtest_unittest.cc:3851
↓ 1 callers
Function
TestAssertNonPositive
A subroutine used by the following test.
googletest/googletest/test/gtest_unittest.cc:3846
↓ 1 callers
Method
TestBodyExecuted
googletest/googletest/test/gtest-param-test_test.cc:578
↓ 1 callers
Function
TestCatchesLeakedMocksInAdHocTests
googletest/googlemock/test/gmock_output_test_.cc:271
↓ 1 callers
Function
TestEq1
A subroutine used by the following test.
googletest/googletest/test/gtest_output_test_.cc:65
↓ 1 callers
Function
TestEq1
A subroutine used by the following test.
googletest/googletest/test/gtest_unittest.cc:3809
↓ 1 callers
Function
TestExitCodeAndOutput
Runs the given command and verifies its exit code and output.
googletest/googletest/test/gtest_uninitialized_test.py:54
↓ 1 callers
Function
TestFailureThrowsRuntimeError
Tests that an assertion failure throws a subclass of std::runtime_error.
googletest/googletest/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
googletest/googletest/src/gtest.cc:2830
↓ 1 callers
Function
TestRepeatUnspecified
Tests the behavior of Google Test when --gtest_repeat is not specified.
googletest/googletest/test/gtest_repeat_test.cc:165
↓ 1 callers
Function
TestRepeatWithFilterForFailedTests
Tests using --gtest_repeat when --gtest_filter specifies a set of failed tests.
googletest/googletest/test/gtest_repeat_test.cc:211
↓ 1 callers
Function
TestRepeatWithFilterForSuccessfulTests
Tests using --gtest_repeat when --gtest_filter specifies a set of successful tests.
googletest/googletest/test/gtest_repeat_test.cc:193
↓ 1 callers
Function
TestsForArity
Returns the tests for n-ary predicate assertions.
googletest/googletest/scripts/gen_gtest_pred_impl.py:411
↓ 1 callers
Function
ToLower
googletest/googletest/include/gtest/internal/gtest-port.h:2277
↓ 1 callers
Method
ToParameters
(self, tokens)
googletest/googlemock/scripts/generator/cpp/ast.py:591
↓ 1 callers
Function
ToUnixLineEnding
Changes all Windows/Mac line endings in s to UNIX line endings.
googletest/googlemock/test/gmock_output_test.py:59
↓ 1 callers
Function
ToUpper
googletest/googletest/include/gtest/internal/gtest-port.h:2280
↓ 1 callers
Function
Tokenize
A generator that yields the tokens in the given string.
googletest/googletest/scripts/pump.py:382
↓ 1 callers
Function
TokenizeLines
(lines, pos)
googletest/googletest/scripts/pump.py:310
↓ 1 callers
Function
Unary
googletest/googlemock/test/gmock-more-actions_test.cc:91
↓ 1 callers
Function
UnitTestPostamble
Returns the postamble for the tests.
googletest/googletest/scripts/gen_gtest_pred_impl.py:700
↓ 1 callers
Function
UnitTestPreamble
Returns the preamble for the unit test file.
googletest/googletest/scripts/gen_gtest_pred_impl.py:325
↓ 1 callers
Function
UniversalPrintArray
Prints a (const) char array of 'len' elements, starting at address 'begin'.
googletest/googletest/src/gtest-printers.cc:309
↓ 1 callers
Method
UntypedPrintArgs
Prints the given function arguments to the ostream.
googletest/googlemock/include/gmock/gmock-spec-builders.h:1705
↓ 1 callers
Method
Unwrap
Returns the held value. Must not be called more than once.
googletest/googlemock/include/gmock/gmock-spec-builders.h:1375
↓ 1 callers
Method
UpdateData
inc/NativeJIT/ExpressionTree.h:1059
↓ 1 callers
Method
UpdateLinksInBranchedFiles
(self)
googletest/googletest/scripts/release_docs.py:137
↓ 1 callers
Method
UploadBaseFiles
Uploads the base files (and if necessary, the current ones as well).
googletest/googlemock/scripts/upload.py:661
↓ 1 callers
Method
UploadBaseFiles
Uploads the base files (and if necessary, the current ones as well).
googletest/googletest/scripts/upload.py:661
↓ 1 callers
Function
UploadSeparatePatches
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 callers
Function
UploadSeparatePatches
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 callers
Function
ValidateGMockRootDir
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 callers
Function
ValidateGTestRootDir
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 callers
Function
ValidateOutputDir
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 callers
Function
ValidateOutputDir
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 callers
Function
ValidateTestPropertyName
googletest/googletest/src/gtest.cc:2141
↓ 1 callers
Function
VectorUniquePtrSource
googletest/googlemock/test/gmock-actions_test.cc:1344
↓ 1 callers
Function
VerifyPointerVsReferenceInternal
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 callers
Function
VerifyResults
googletest/googletest/test/gtest-listener_test.cc:177
↓ 1 callers
Function
VerifyStackVariableAddressesInternal
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 callers
Method
WaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
googletest/googletest/include/gtest/internal/gtest-port.h:1487
↓ 1 callers
Function
WrapComment
(line, output)
googletest/googletest/scripts/pump.py:717
↓ 1 callers
Function
WrapLongLine
(line, output)
googletest/googletest/scripts/pump.py:790
↓ 1 callers
Function
WrapPlainCode
(line, output)
googletest/googletest/scripts/pump.py:775
↓ 1 callers
Function
WrapPreprocessorDirective
(line, output)
googletest/googletest/scripts/pump.py:771
↓ 1 callers
Function
Write
googletest/googletest/include/gtest/internal/gtest-port.h:2381
↓ 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
googletest/googletest/src/gtest.cc:4693
↓ 1 callers
Method
_CollapseKeywords
Collapses SVN keywords.
googletest/googlemock/scripts/upload.py:805
↓ 1 callers
Method
_CollapseKeywords
Collapses SVN keywords.
googletest/googletest/scripts/upload.py:805
↓ 1 callers
Function
_GenerateMethods
(output_lines, source, class_node)
googletest/googlemock/scripts/generator/cpp/gmock_class.py:51
↓ 1 callers
Function
_GenerateMocks
(filename, source, ast_list, desired_class_names)
googletest/googlemock/scripts/generator/cpp/gmock_class.py:126
↓ 1 callers
Method
_GenerateOne
(self, token)
googletest/googlemock/scripts/generator/cpp/ast.py:738
↓ 1 callers
Method
_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 callers
Method
_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 callers
Method
_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 callers
Method
_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 callers
Method
_GetBases
(self)
googletest/googlemock/scripts/generator/cpp/ast.py:1457
↓ 1 callers
Method
_GetOpener
Returns an OpenerDirector for making HTTP requests. Returns: A urllib2.OpenerDirector object.
googletest/googlemock/scripts/upload.py:154
↓ 1 callers
Method
_GetOpener
Returns an OpenerDirector for making HTTP requests. Returns: A urllib2.OpenerDirector object.
googletest/googletest/scripts/upload.py:154
↓ 1 callers
Method
_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 callers
Method
_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 callers
Method
_GetReturnTypeAndClassName
(self, token_seq)
googletest/googlemock/scripts/generator/cpp/ast.py:1116
↓ 1 callers
Method
_GetTemplatedTypes
(self)
googletest/googlemock/scripts/generator/cpp/ast.py:1395
← previous
next →
1,101–1,200 of 3,843, ranked by callers