MCPcopy Create free account

hub / github.com/BitFunnel/NativeJIT / functions

Functions3,843 in github.com/BitFunnel/NativeJIT

↓ 2 callersMethodLock
googletest/googletest/include/gtest/internal/gtest-port.h:2139
↓ 2 callersFunctionLogWithLocation
Logs a message including file and line number information.
googletest/googlemock/src/gmock-spec-builders.cc:59
↓ 2 callersFunctionMakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_case_name: name of the test case name
googletest/googletest/src/gtest.cc:2543
↓ 2 callersFunctionMakeFunctionTableIdentifier
src/CodeGen/UnwindCode.cpp:60
↓ 2 callersMethodMakeNewHolder
googletest/googletest/include/gtest/internal/gtest-port.h:1897
↓ 2 callersMethodMatchAndExplain
googletest/googlemock/test/gmock-matchers_test.cc:259
↓ 2 callersMethodMatchAndExplainImpl
The first argument of MatchAndExplainImpl() is needed to help Symbian's C++ compiler choose which overload to use. Its type is true_type iff the Fiel
googletest/googlemock/include/gmock/gmock-matchers.h:2209
↓ 2 callersMethodMatches
Returns true iff the given arguments match the matchers.
googletest/googlemock/include/gmock/gmock-spec-builders.h:329
↓ 2 callersMethodNextGraph
googletest/googlemock/src/gmock-matchers.cc:359
↓ 2 callersFunctionNormalizeToCurrentPlatform
Normalizes platform specific output details for easier comparison.
googletest/googletest/test/gtest_output_test.py:140
↓ 2 callersMethodNormalizeXml
Normalizes Google Test's XML output to eliminate references to transient information that may change from run to run. * The "time" attr
googletest/googletest/test/gtest_xml_test_utils.py:150
↓ 2 callersMethodNullary
googletest/googlemock/test/gmock-actions_test.cc:1119
↓ 2 callersFunctionOkHRESULTSuccess
googletest/googletest/test/gtest_unittest.cc:3970
↓ 2 callersMethodOnTestIterationEnd
googletest/googletest/test/gtest_unittest.cc:7079
↓ 2 callersMethodOnTestProgramEnd
googletest/googletest/test/gtest_unittest.cc:7070
↓ 2 callersMethodPackedMax
test/NativeJIT/BitFunnelAcceptanceTest.cpp:460
↓ 2 callersMethodPackedMin
test/NativeJIT/BitFunnelAcceptanceTest.cpp:449
↓ 2 callersFunctionParse
(pos)
googletest/googletest/scripts/pump.py:289
↓ 2 callersFunctionParseGoogleMockFlagValue
Parses a string as a command line flag. The string should have the format "--gmock_flag=value". When def_optional is true, the "=value" part can be
googletest/googlemock/src/gmock.cc:58
↓ 2 callersFunctionParseGoogleTestFlag
googletest/googletest/src/gtest.cc:5223
↓ 2 callersFunctionParseGoogleTestFlagsOnly
Parses the command line for Google Test flags, without initializing other parts of Google Test.
googletest/googletest/src/gtest.cc:5332
↓ 2 callersFunctionParseGoogleTestFlagsOnlyImpl
googletest/googletest/src/gtest.cc:5279
↓ 2 callersMethodPassedArgument
googletest/googletest/test/gtest-death-test_test.cc:895
↓ 2 callersMethodPinStorageRegister
inc/NativeJIT/Nodes/CallNode.h:452
↓ 2 callersFunctionPopFront
(a_list)
googletest/googletest/scripts/pump.py:443
↓ 2 callersFunctionPopToken
(a_list, token_type=None)
googletest/googletest/scripts/pump.py:453
↓ 2 callersMethodPrintAsActionResult
Prints the held value as an action's result to os.
googletest/googlemock/include/gmock/gmock-spec-builders.h:1380
↓ 2 callersFunctionPrintFullTestCommentIfPresent
googletest/googletest/src/gtest.cc:3009
↓ 2 callersMethodPrintImmediate
inc/NativeJIT/CodeGen/X64CodeGenerator.h:948
↓ 2 callersFunctionPrintOnOneLine
Prints the given C-string on a single line by replacing all '\n' characters with string "\\n". If the output takes more than max_length characters, o
googletest/googletest/src/gtest.cc:4846
↓ 2 callersFunctionPrintStringTo
googletest/googletest/src/gtest-printers.cc:349
↓ 2 callersFunctionPrintTestPartResultToString
Prints a TestPartResult to an std::string.
googletest/googletest/src/gtest.cc:2850
↓ 2 callersFunctionPrintWideStringTo
googletest/googletest/src/gtest-printers.cc:360
↓ 2 callersFunctionProcessFile
Processes the given gmock header file.
googletest/googlemock/scripts/fuse_gmock_files.py:125
↓ 2 callersFunctionProcessFile
Processes the given gtest header file.
googletest/googletest/scripts/fuse_gtest_files.py:155
↓ 2 callersMethodPushVariable
(self, var, value)
googletest/googletest/scripts/pump.py:595
↓ 2 callersFunctionRead
googletest/googletest/include/gtest/internal/gtest-port.h:2378
↓ 2 callersFunctionReadEntireFile
googletest/googletest/src/gtest-port.cc:1081
↓ 2 callersMethodReadFile
Returns the contents of a file.
googletest/googletest/scripts/upload.py:844
↓ 2 callersMethodRecordCallRegister
inc/NativeJIT/Nodes/CallNode.h:334
↓ 2 callersFunctionReferencesBarOrIsZero
This function verifies that MakePolymorphicMatcher() returns a PolymorphicMatcher<T> where T is the argument's type.
googletest/googlemock/test/gmock-matchers_test.cc:458
↓ 2 callersMethodRegisterTests
UnitTest class invokes this method to register tests in this test case test cases right before running tests in RUN_ALL_TESTS macro. This method shoul
googletest/googletest/include/gtest/internal/gtest-param-util.h:546
↓ 2 callersMethodRelease
inc/NativeJIT/ExpressionTree.h:1029
↓ 2 callersMethodReleaseRegister
inc/NativeJIT/ExpressionTree.h:227
↓ 2 callersFunctionRemoveTestCounts
Removes test counts from a Google Test program's output.
googletest/googletest/test/gtest_output_test.py:154
↓ 2 callersFunctionRemoveTypeInfoDetails
Removes compiler-specific type info from Google Test program's output. Args: test_output: the output of a Google Test program. Returns:
googletest/googletest/test/gtest_output_test.py:126
↓ 2 callersFunctionRepeatFlag
(n)
googletest/googletest/test/gtest_shuffle_test.py:66
↓ 2 callersMethodReportFailure
googletest/googlemock/src/gmock-internal-utils.cc:78
↓ 2 callersFunctionReturnZeroFromNullaryFunction
googletest/googlemock/test/gmock-actions_test.cc:494
↓ 2 callersMethodRightmost
Returns the bits of the rightmost component.
inc/NativeJIT/Packed.h:156
↓ 2 callersFunctionRoundUp
Rounds x up to the nearest size, where size is a power of 2.
src/CodeGen/ExecutionBuffer.cpp:45
↓ 2 callersFunctionRun
Runs gtest_list_tests_unittest_ and returns the list of tests printed.
googletest/googletest/test/gtest_list_tests_unittest.py:117
↓ 2 callersMethodRun
Runs the test and updates the test result.
googletest/googletest/src/gtest.cc:2465
↓ 2 callersMethodRun
googletest/googletest/include/gtest/internal/gtest-port.h:1620
↓ 2 callersFunctionRunFromThread
googletest/googletest/test/gtest-port_test.cc:1131
↓ 2 callersFunctionRunWithFlag
Runs gtest_help_test_ with the given flag. Returns: the exit code and the text output as a tuple. Args: flag: the command-line flag to pa
googletest/googletest/test/gtest_help_test.py:81
↓ 2 callersMethodSet
test/NativeJIT/BitFunnelAcceptanceTest.cpp:303
↓ 2 callersMethodSet
Sets the default value for type T&.
googletest/googlemock/include/gmock/gmock-actions.h:278
↓ 2 callersFunctionSetEnvVar
Sets an environment variable to a given value; unsets it when the given value is None.
googletest/googletest/test/gtest_throw_on_failure_test.py:58
↓ 2 callersMethodSetGlobalTestPartResultReporter
Sets the global test part result reporter.
googletest/googletest/src/gtest.cc:711
↓ 2 callersFunctionSetSigprofActionAndTimer
Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms).
googletest/googletest/test/gtest-death-test_test.cc:377
↓ 2 callersMethodSize
src/CodeGen/JumpTable.cpp:157
↓ 2 callersFunctionSkipComma
Skips to the first non-space char after the first comma in 'str'; returns NULL if no comma is found in 'str'.
googletest/googletest/include/gtest/internal/gtest-internal.h:594
↓ 2 callersFunctionSkipUntil
(lines, pos, regex, token_type)
googletest/googletest/scripts/pump.py:270
↓ 2 callersFunctionSplitEscapedString
The string representation of the values received in EqFailure() are already escaped. Split them on escaped '\n' boundaries. Leave all other escaped ch
googletest/googletest/src/gtest.cc:1272
↓ 2 callersFunctionSplitString
googletest/googletest/src/gtest.cc:922
↓ 2 callersFunctionStart
Called at the start of streaming to notify the receiver what protocol we are using.
googletest/googletest/src/gtest-internal-inl.h:1169
↓ 2 callersFunctionStreamWideCharsToMessage
Converts an array of wide chars to a narrow string using the UTF-8 encoding, and streams the result to the given Message object.
googletest/googletest/src/gtest.cc:906
↓ 2 callersFunctionSubWithoutTrace
A helper function for testing SCOPED_TRACE.
googletest/googletest/test/gtest_output_test_.cc:167
↓ 2 callersFunctionSubroutine
googletest/googletest/test/gtest_sole_header_test.cc:39
↓ 2 callersMethodSuppressEventForwarding
googletest/googletest/src/gtest.cc:3959
↓ 2 callersFunctionTempDir
googletest/googletest/src/gtest-port.cc:1058
↓ 2 callersFunctionTestExitMacros
Tests the *_EXIT family of macros, using a variety of predicates.
googletest/googletest/test/gtest-death-test_test.cc:783
↓ 2 callersMethodTestNonHelpFlag
Verifies correct behavior when no help flag is specified. Verifies that when no help flag is specified, the tests are run and the help messag
googletest/googletest/test/gtest_help_test.py:125
↓ 2 callersFunctionTestPartResult
C'tor. TestPartResult does NOT have a default constructor. Always use this constructor (with parameters) to create a TestPartResult object.
googletest/googletest/include/gtest/gtest-test-part.h:60
↓ 2 callersFunctionTestRepeatWithEmptyFilter
Tests using --gtest_repeat when --gtest_filter specifies an empty set of tests.
googletest/googletest/test/gtest_repeat_test.cc:182
↓ 2 callersMethodTestSehExceptions
(self, test_output)
googletest/googletest/test/gtest_catch_exceptions_test.py:89
↓ 2 callersFunctionTitle
Returns the given word in title case. The difference between this and string's title() method is that Title('4-ary') is '4-ary' while '4-ary'.tit
googletest/googletest/scripts/gen_gtest_pred_impl.py:175
↓ 2 callersFunctionToUnixLineEnding
Changes all Windows/Mac line endings in s to UNIX line endings.
googletest/googletest/test/gtest_output_test.py:83
↓ 2 callersFunctionTransformTupleValues
googletest/googlemock/include/gmock/gmock-matchers.h:853
↓ 2 callersFunctionTryTestSubroutine
This function calls a test subroutine, catches the fatal failure it generates, and then returns early.
googletest/googletest/test/gtest_output_test_.cc:71
↓ 2 callersMethodUnary
googletest/googlemock/test/gmock-more-actions_test.cc:186
↓ 2 callersFunctionUnexpectedHRESULTFailure
googletest/googletest/test/gtest_unittest.cc:3966
↓ 2 callersFunctionUniversalPrintCharArray
googletest/googletest/src/gtest-printers.cc:286
↓ 2 callersMethodUnlock
googletest/googletest/include/gtest/internal/gtest-port.h:2140
↓ 2 callersMethodUntypedPerformAction
Performs the given action with the given arguments and returns the action's result. The caller is responsible for deleting the result. L =
googletest/googlemock/include/gmock/gmock-spec-builders.h:1535
↓ 2 callersFunctionVerifyFileExists
Verifies that the given file exists; aborts on failure. relative_path is the file path relative to the given directory.
googletest/googletest/scripts/fuse_gtest_files.py:89
↓ 2 callersFunctionVerifyOutputFile
Verifies that the given output file path is valid. relative_path is relative to the output_dir directory.
googletest/googletest/scripts/fuse_gtest_files.py:113
↓ 2 callersFunctionWithoutArgs
googletest/googlemock/include/gmock/gmock-more-actions.h:134
↓ 2 callersFunctionWrapCode
(line, line_concat, output)
googletest/googletest/scripts/pump.py:741
↓ 2 callersMethod_Authenticate
Authenticates the user. The authentication process works as follows: 1) We get a username and password from the user 2) We use ClientLo
googletest/googlemock/scripts/upload.py:239
↓ 2 callersMethod_Authenticate
Authenticates the user. The authentication process works as follows: 1) We get a username and password from the user 2) We use ClientLo
googletest/googletest/scripts/upload.py:239
↓ 2 callersFunction_GetChar
(source, start, i)
googletest/googlemock/scripts/generator/cpp/tokenize.py:105
↓ 2 callersMethod_GetChildren
Fetches all of the child nodes of element, a DOM Element object. Returns them as the values of a dictionary keyed by the IDs of the child
googletest/googletest/test/gtest_xml_test_utils.py:117
↓ 2 callersMethod_GetNestedType
(self, ctor)
googletest/googlemock/scripts/generator/cpp/ast.py:1193
↓ 2 callersFunction_GetString
(source, start, i)
googletest/googlemock/scripts/generator/cpp/tokenize.py:89
↓ 2 callersMethod_GetTemplateEnd
(self, tokens, start)
googletest/googlemock/scripts/generator/cpp/ast.py:463
↓ 2 callersMethod_GetXmlOutput
Returns the xml output generated by running the program gtest_prog_name. Furthermore, the program's exit code must be expected_exit_code.
googletest/googletest/test/gtest_xml_output_unittest.py:263
↓ 2 callersMethod_IgnoreUpTo
(self, token_type, token)
googletest/googlemock/scripts/generator/cpp/ast.py:862
↓ 2 callersFunction_ParseAndStripGTestFlags
Parses and strips Google Test flags from argv. This is idempotent.
googletest/googletest/test/gtest_test_utils.py:86
← previousnext →701–800 of 3,843, ranked by callers