MCPcopy Create free account

hub / github.com/BitFunnel/NativeJIT / functions

Functions3,843 in github.com/BitFunnel/NativeJIT

↓ 11 callersFunctionAllOfMatches
Helper to allow easy testing of AllOf matchers with num parameters.
googletest/googlemock/test/gmock-matchers_test.cc:2046
↓ 11 callersFunctionAlwaysTrue
googletest/googletest/src/gtest.cc:4988
↓ 11 callersFunctionAnyOfMatches
Helper to allow easy testing of AnyOf matchers with num parameters.
googletest/googlemock/test/gmock-matchers_test.cc:2244
↓ 11 callersFunctionByRef
googletest/googlemock/include/gmock/gmock-actions.h:1199
↓ 11 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
googletest/googletest/src/gtest.cc:1312
↓ 11 callersFunctionGetNonZeroBitCount
Returns the count of 1 bits in the value. Requires SSE4 support. See https://en.wikipedia.org/wiki/SSE4#POPCNT_and_LZCNT Note that processors from aro
inc/NativeJIT/BitOperations.h:86
↓ 11 callersMethodGetOffset
inc/NativeJIT/ExpressionTree.h:577
↓ 11 callersFunctionInvokeWithoutArgs
googletest/googlemock/include/gmock/gmock-actions.h:1167
↓ 11 callersFunctionIsReadableTypeName
Returns true if the given type name is easy to read by a human. This is used to decide whether printing the type of a value might be helpful.
googletest/googlemock/include/gmock/gmock-matchers.h:688
↓ 11 callersFunctionMatches
googletest/googlemock/include/gmock/gmock-matchers.h:4341
↓ 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,
googletest/googletest/src/gtest.cc:5070
↓ 11 callersMethodRemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
googletest/googletest/src/gtest-filepath.cc:155
↓ 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
googletest/googletest/src/gtest-filepath.cc:346
↓ 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
googletest/googletest/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
googletest/googletest/test/gtest_filter_unittest.py:290
↓ 11 callersFunctionSetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
googletest/googletest/test/gtest_color_test.py:47
↓ 11 callersFunctionTestFlag
Verifies that the given flag is affected by the corresponding env var.
googletest/googletest/test/gtest_env_var_test.py:73
↓ 11 callersFunctionThrowNothing
googletest/googletest/test/gtest_unittest.cc:3760
↓ 11 callersFunctionTruly
googletest/googlemock/include/gmock/gmock-matchers.h:4115
↓ 11 callersMethodpointer
googletest/googletest/include/gtest/internal/gtest-port.h:1854
↓ 11 callersMethodset_n
googletest/googlemock/test/gmock-matchers_test.cc:3585
↓ 10 callersFunctionAssertDebugDeathHelper
googletest/googletest/test/gtest-death-test_test.cc:699
↓ 10 callersFunctionCaptureStderr
Starts capturing stderr.
googletest/googletest/src/gtest-port.cc:1042
↓ 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
googletest/googletest/src/gtest-death-test.cc:262
↓ 10 callersFunctionDescribeNegation
googletest/googlemock/test/gmock-generated-matchers_test.cc:94
↓ 10 callersFunctionDieInside
googletest/googletest/test/gtest-death-test_test.cc:125
↓ 10 callersFunctionForEach
googletest/googletest/src/gtest-internal-inl.h:296
↓ 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.
googletest/googletest/src/gtest.cc:4760
↓ 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
googletest/googletest/src/gtest-port.cc:1204
↓ 10 callersFunctionIsNotSubstring
googletest/googletest/src/gtest.cc:1618
↓ 10 callersFunctionIsRepeat
googletest/googletest/src/gtest-port.cc:638
↓ 10 callersMethodJoin
googletest/googletest/src/gtest-port.cc:385
↓ 10 callersMethodLeftmost
Returns the bits of the leftmost component shifted to the zero bit.
inc/NativeJIT/Packed.h:149
↓ 10 callersFunctionLogIsVisible
Returns true iff a log with the given severity is visible according to the --gmock_verbose flag.
googletest/googlemock/src/gmock-internal-utils.cc:110
↓ 10 callersMethodOnTestProgramStart
googletest/googletest/test/gtest_unittest.cc:6996
↓ 10 callersMethodPassed
googletest/googletest/test/gtest-death-test_test.cc:951
↓ 10 callersMethodPassed
Returns true iff the unit test passed (i.e. all test cases passed).
googletest/googletest/src/gtest.cc:4055
↓ 10 callersFunctionRunTestCase
test/NativeJIT/BitFunnelAcceptanceTest.cpp:1208
↓ 10 callersMethodSetMatchers
googletest/googlemock/include/gmock/gmock-spec-builders.h:1280
↓ 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
googletest/googletest/src/gtest.cc:5001
↓ 10 callersFunctionStrCaseNe
Matches a string not equal to str, ignoring case.
googletest/googlemock/include/gmock/gmock-matchers.h:3975
↓ 10 callersFunctionStrNe
Matches a string not equal to str.
googletest/googlemock/include/gmock/gmock-matchers.h:3961
↓ 10 callersFunctionTestInitGoogleMock
googletest/googlemock/test/gmock_test.cc:49
↓ 10 callersMethodUse
googletest/googletest/test/gtest-linked_ptr_test.cc:51
↓ 10 callersFunctionValue
googletest/googlemock/include/gmock/gmock-matchers.h:4347
↓ 10 callersMethod_AddBackToken
(self, token)
googletest/googlemock/scripts/generator/cpp/ast.py:910
↓ 10 callersMethod_GetMatchingChar
(self, open_paren, close_paren, GetNextToken=None)
googletest/googlemock/scripts/generator/cpp/ast.py:880
↓ 10 callersMethod_GetTokensUpTo
(self, expected_token_type, expected_token)
googletest/googlemock/scripts/generator/cpp/ast.py:849
↓ 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.
googletest/googletest/src/gtest.cc:4932
↓ 10 callersMethodfailed_test_count
Gets the number of failed tests.
googletest/googletest/src/gtest.cc:756
↓ 10 callersMethodtotal_test_case_count
Gets the number of all test cases.
googletest/googletest/src/gtest.cc:740
↓ 9 callersMethodAllocateLabel
src/CodeGen/JumpTable.cpp:50
↓ 9 callersMethodAtEnd
googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3245
↓ 9 callersMethodBaseGenerator
googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3194
↓ 9 callersMethodClone
(self)
googletest/googletest/scripts/pump.py:589
↓ 9 callersFunctionElements
googletest/googlemock/include/gmock/gmock-matchers.h:3333
↓ 9 callersFunctionEmitAndRecordOffset
Emits the code into the buffer and records the buffer offset after the emit.
test/CodeGen/FunctionBufferTest.cpp:206
↓ 9 callersMethodEquals
googletest/googletest/include/gtest/internal/gtest-param-util.h:240
↓ 9 callersFunctionGTEST_EXCLUSIVE_LOCK_REQUIRED_
googletest/googlemock/include/gmock/gmock-spec-builders.h:773
↓ 9 callersMethodGenerate
Generates a random number from [0, range), using a Linear Congruential Generator (LCG). Crashes if 'range' is 0 or greater than kMaxRange.
googletest/googletest/src/gtest.cc:311
↓ 9 callersFunctionGetElementOr
googletest/googletest/src/gtest-internal-inl.h:303
↓ 9 callersFunctionGetTimeInMillis
Returns the current time in milliseconds.
googletest/googletest/src/gtest.cc:806
↓ 9 callersFunctionIsEven
Returns true iff the argument is an even number.
googletest/googletest/test/gtest_unittest.cc:2111
↓ 9 callersFunctionLog
Prints the given message to stdout iff 'severity' >= the level specified by the --gmock_verbose flag. If stack_frames_to_skip >= 0, also prints the s
googletest/googlemock/src/gmock-internal-utils.cc:131
↓ 9 callersMethodPlaceLabel
src/CodeGen/JumpTable.cpp:59
↓ 9 callersFunctionPrintArrayHelper
googletest/googletest/test/gtest-printers_test.cc:595
↓ 9 callersMethodRunAndVerify
Runs gtest_throw_on_failure_test_ and verifies that it does (or does not) exit with a non-zero code. Args: env_var_value: value of t
googletest/googletest/test/gtest_throw_on_failure_test.py:83
↓ 9 callersMethodRunAndVerifyAllowingDisabled
Checks that the binary runs correct set of tests for the given filter. Runs gtest_filter_unittest_ with the given filter, and enables disable
googletest/googletest/test/gtest_filter_unittest.py:328
↓ 9 callersMethod_StringHelper
(self, name, suffix)
googletest/googlemock/scripts/generator/cpp/ast.py:135
↓ 9 callersMethodelapsed_time
Gets the elapsed time, in milliseconds.
googletest/googletest/src/gtest.cc:4050
↓ 8 callersFunctionACTION_TEMPLATE
Tests that ACTION_TEMPLATE works for integral template parameters.
googletest/googlemock/test/gmock-generated-actions_test.cc:1099
↓ 8 callersFunctionAddGlobalTestEnvironment
A convenient wrapper for adding an environment for the test program. You should call this before RUN_ALL_TESTS() is called, probably in main(). If y
googletest/googletest/include/gtest/gtest.h:1350
↓ 8 callersFunctionCaseInsensitiveCStringEquals
Polymorphic helper functions for narrow and wide string matchers.
googletest/googlemock/include/gmock/gmock-matchers.h:1090
↓ 8 callersFunctionClearCurrentTestPartResults
googletest/googletest/test/gtest_unittest.cc:355
↓ 8 callersFunctionCombine
googletest/googletest/include/gtest/gtest-param-test.h:1274
↓ 8 callersFunctionDoubleNear
Creates a matcher that matches any double argument approximately equal to rhs, up to the specified max absolute error bound, where two NANs are consid
googletest/googlemock/include/gmock/gmock-matchers.h:3828
↓ 8 callersFunctionEMString
Test helper for formatting element, matcher index pairs in expectations.
googletest/googlemock/test/gmock-matchers_test.cc:4940
↓ 8 callersFunctionExpectNonFatalFailureRecordingPropertyWithReservedKeyOutsideOfTestCase
googletest/googletest/test/gtest_unittest.cc:1966
↓ 8 callersFunctionGetCapturedStderr
Stops capturing stderr and returns the captured string.
googletest/googletest/src/gtest-port.cc:1052
↓ 8 callersMethodGetId
src/NativeJIT/Node.cpp:46
↓ 8 callersMethodGetPin
inc/NativeJIT/ExpressionTree.h:767
↓ 8 callersMethodGetPrologLength
src/CodeGen/FunctionSpecification.cpp:517
↓ 8 callersFunctionGetRandomSeedFromFlag
Returns a random seed in range [1, kMaxRandomSeed] based on the given --gtest_random_seed flag value.
googletest/googletest/src/gtest-internal-inl.h:136
↓ 8 callersFunctionGetRawPointer
googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:76
↓ 8 callersMethodGetRegisterId
src/NativeJIT/ExpressionTree.cpp:493
↓ 8 callersMethodGetTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
googletest/googletest/src/gtest.cc:4063
↓ 8 callersFunctionHandleExceptionsInMethodIfSupported
googletest/googletest/src/gtest.cc:2410
↓ 8 callersFunctionHasPrefix
googletest/googletest/test/gtest-printers_test.cc:542
↓ 8 callersFunctionIsEmpty
Returns true iff the path is "".
googletest/googletest/include/gtest/internal/gtest-filepath.h:111
↓ 8 callersFunctionIsSubstringImpl
googletest/googletest/src/gtest.cc:1583
↓ 8 callersFunctionMakeToken
Creates a new instance of Token.
googletest/googletest/scripts/pump.py:237
↓ 8 callersFunctionParseBoolFlag
Parses a string for a bool flag, in the form of either "--flag=value" or "--flag". In the former case, the value is taken as true as long as it does
googletest/googletest/src/gtest.cc:5053
↓ 8 callersFunctionPrintCharsAsStringTo
googletest/googletest/src/gtest-printers.cc:262
↓ 8 callersFunctionResultIsEven
A predicate function that returns AssertionResult for use in EXPECT/ASSERT_TRUE/FALSE.
googletest/googletest/test/gtest_unittest.cc:2134
↓ 8 callersFunctionResultIsEvenNoExplanation
A predicate function that returns AssertionResult but gives no explanation why it succeeds. Needed for testing that EXPECT/ASSERT_FALSE handles such f
googletest/googletest/test/gtest_unittest.cc:2144
↓ 8 callersFunctionRunShellWithReturnCode
Executes a command and returns the output from stdout and the return code. Args: command: Command to execute. print_output: If True, the ou
googletest/googlemock/scripts/upload.py:541
↓ 8 callersFunctionRunShellWithReturnCode
Executes a command and returns the output from stdout and the return code. Args: command: Command to execute. print_output: If True, the ou
googletest/googletest/scripts/upload.py:541
↓ 8 callersFunctionSet
googletest/googletest/include/gtest/internal/gtest-filepath.h:73
↓ 8 callersFunctionShouldRunTestOnShard
Given the total number of shards, the shard index, and the test id, returns true iff the test should be run on this shard. The test id is some arbitra
googletest/googletest/src/gtest.cc:4778
↓ 8 callersMethodSize
Gets the number of elements.
googletest/googletest/samples/sample3-inl.h:102
← previousnext →201–300 of 3,843, ranked by callers