MCPcopy Create free account

hub / github.com/BitFunnel/NativeJIT / functions

Functions3,843 in github.com/BitFunnel/NativeJIT

↓ 1 callersFunctionFuseGMockGTestAllCc
Scans folder gmock_root to generate gmock-gtest-all.cc in output_dir.
googletest/googlemock/scripts/fuse_gmock_files.py:204
↓ 1 callersFunctionFuseGMockH
Scans folder gmock_root to generate gmock/gmock.h in output_dir.
googletest/googlemock/scripts/fuse_gmock_files.py:119
↓ 1 callersFunctionFuseGTestAllCc
Scans folder gtest_root to generate gtest/gtest-all.cc in output_dir.
googletest/googletest/scripts/fuse_gtest_files.py:221
↓ 1 callersFunctionFuseGTestAllCcToFile
Scans folder gtest_root to generate gtest/gtest-all.cc in output_file.
googletest/googletest/scripts/fuse_gtest_files.py:178
↓ 1 callersFunctionFuseGTestH
Scans folder gtest_root to generate gtest/gtest.h in output_dir.
googletest/googletest/scripts/fuse_gtest_files.py:149
↓ 1 callersFunctionGenTest
Returns the test for a predicate assertion macro. Args: use_format: true iff the assertion is a *_PRED_FORMAT*. use_assert: t
googletest/googletest/scripts/gen_gtest_pred_impl.py:570
↓ 1 callersMethodGenerateDiff
(self, extra_args)
googletest/googlemock/scripts/upload.py:993
↓ 1 callersMethodGenerateDiff
(self, extra_args)
googletest/googletest/scripts/upload.py:993
↓ 1 callersFunctionGenerateHeader
Given the maximum arity n, updates the header file that implements the predicate assertions.
googletest/googletest/scripts/gen_gtest_pred_impl.py:315
↓ 1 callersFunctionGenerateUnitTest
Returns the tests for up-to n-ary predicate assertions.
googletest/googletest/scripts/gen_gtest_pred_impl.py:706
↓ 1 callersMethodGetAllocatedSpillable
inc/NativeJIT/ExpressionTree.h:1099
↓ 1 callersFunctionGetAnsiColorCode
Returns the ANSI color code for the given color. COLOR_DEFAULT is an invalid input.
googletest/googletest/src/gtest.cc:2904
↓ 1 callersMethodGetBaseFile
Get the content of the upstream version of a file. Returns: A tuple (base_content, new_content, is_binary, status) base_content: Th
googletest/googlemock/scripts/upload.py:625
↓ 1 callersMethodGetBaseFile
Get the content of the upstream version of a file. Returns: A tuple (base_content, new_content, is_binary, status) base_content: Th
googletest/googletest/scripts/upload.py:625
↓ 1 callersMethodGetBaseFiles
Helper that calls GetBase file for each file in the patch. Returns: A dictionary that maps from filename to GetBaseFile's tuple. Filenames
googletest/googlemock/scripts/upload.py:642
↓ 1 callersMethodGetBaseFiles
Helper that calls GetBase file for each file in the patch. Returns: A dictionary that maps from filename to GetBaseFile's tuple. Filenames
googletest/googletest/scripts/upload.py:642
↓ 1 callersFunctionGetBuildDir
Returns the absolute path of the directory where the test binaries are.
googletest/googletest/test/gtest_test_utils.py:132
↓ 1 callersMethodGetCapturedString
googletest/googletest/src/gtest-port.cc:988
↓ 1 callersMethodGetCharPtrValue
googletest/googletest/xcode/Samples/FrameworkSample/widget.cc:58
↓ 1 callersFunctionGetColorAttribute
Returns the character attribute for the given color.
googletest/googletest/src/gtest.cc:2891
↓ 1 callersFunctionGetCommandOutput
Runs the shell command and returns its stdout as a list of lines.
googletest/googletest/scripts/common.py:46
↓ 1 callersFunctionGetContentType
Helper to guess the content-type from the filename.
googletest/googlemock/scripts/upload.py:533
↓ 1 callersFunctionGetContentType
Helper to guess the content-type from the filename.
googletest/googletest/scripts/upload.py:533
↓ 1 callersMethodGetData
inc/NativeJIT/ExpressionTree.h:1070
↓ 1 callersFunctionGetDefaultFilter
googletest/googletest/src/gtest.cc:192
↓ 1 callersMethodGetDescriber
Returns the describer for this matcher object; retains ownership of the describer, which is only guaranteed to be alive when this matcher object is al
googletest/googlemock/include/gmock/gmock-matchers.h:283
↓ 1 callersFunctionGetEmail
Prompts the user for their email address and returns it. The last used email address is saved to a file and offered up as a suggestion to the use
googletest/googlemock/scripts/upload.py:65
↓ 1 callersFunctionGetEmail
Prompts the user for their email address and returns it. The last used email address is saved to a file and offered up as a suggestion to the use
googletest/googletest/scripts/upload.py:65
↓ 1 callersMethodGetEntryPoint
src/CodeGen/FunctionBuffer.cpp:111
↓ 1 callersFunctionGetFileSize
googletest/googletest/src/gtest-port.cc:1076
↓ 1 callersMethodGetFilesToBranch
Returns a list of .wiki file names that need to be branched.
googletest/googletest/scripts/release_docs.py:117
↓ 1 callersMethodGetFixedSizeBlob
Note: at least in this test, the blobs are accessed through a function call instead of JITGetFixedSizeBlob() method creating a Node to do so.
test/NativeJIT/BitFunnelAcceptanceTest.cpp:119
↓ 1 callersMethodGetFloatValue
googletest/googletest/xcode/Samples/FrameworkSample/widget.cc:46
↓ 1 callersMethodGetHandle
Returns an Expectation object that references and co-owns this expectation.
googletest/googlemock/include/gmock/gmock-spec-builders.h:1076
↓ 1 callersMethodGetHandleOf
Returns an Expectation object that references and co-owns exp, which must be an expectation on this mock function.
googletest/googlemock/src/gmock-spec-builders.cc:449
↓ 1 callersMethodGetIntValue
googletest/googletest/xcode/Samples/FrameworkSample/widget.cc:50
↓ 1 callersMethodGetLabel
src/CodeGen/JumpTable.cpp:152
↓ 1 callersFunctionGetLeakyTests
Returns a list of test names that leak mock objects.
googletest/googlemock/test/gmock_output_test.py:110
↓ 1 callersMethodGetLogicalRegister
inc/NativeJIT/Nodes/ParameterNode.h:95
↓ 1 callersFunctionGetMutableTestCase
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-internal-inl.h:584
↓ 1 callersFunctionGetNormalizedOutputAndLeakyTests
Normalizes the output of gmock_output_test_. Args: output: The test output. Returns: A tuple (the normalized test output, the list of te
googletest/googlemock/test/gmock_output_test.py:119
↓ 1 callersMethodGetPosition
inc/NativeJIT/Nodes/ParameterNode.h:188
↓ 1 callersMethodGetRXXUsedMask
src/NativeJIT/ExpressionTree.cpp:145
↓ 1 callersMethodGetRange
(self, identifier)
googletest/googletest/scripts/pump.py:632
↓ 1 callersFunctionGetRpcServer
Returns an instance of an AbstractRpcServer. Returns: A new AbstractRpcServer, on which RPC calls can be made.
googletest/googlemock/scripts/upload.py:458
↓ 1 callersFunctionGetRpcServer
Returns an instance of an AbstractRpcServer. Returns: A new AbstractRpcServer, on which RPC calls can be made.
googletest/googletest/scripts/upload.py:458
↓ 1 callersFunctionGetShellCommandOutput
Runs a command in a sub-process, and returns its STDOUT in a string.
googletest/googlemock/test/gmock_output_test.py:138
↓ 1 callersMethodGetStartOfEpilogue
src/NativeJIT/ExpressionTree.cpp:168
↓ 1 callersMethodGetStatus
Returns the status of a file.
googletest/googlemock/scripts/upload.py:854
↓ 1 callersMethodGetStatus
Returns the status of a file.
googletest/googletest/scripts/upload.py:854
↓ 1 callersFunctionGetStatusFileDescriptor
Recreates the pipe and event handles from the provided parameters, signals the event, and returns a file descriptor wrapped around the pipe handle. Th
googletest/googletest/src/gtest-death-test.cc:1227
↓ 1 callersMethodGetStringValue
googletest/googletest/xcode/Samples/FrameworkSample/widget.cc:54
↓ 1 callersMethodGetTemplateIndices
(self, names)
googletest/googlemock/scripts/generator/cpp/ast.py:666
↓ 1 callersFunctionGetTestCase
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-internal-inl.h:577
↓ 1 callersMethodGetTestCaseTypeId
Test case id to verify identity.
googletest/googletest/include/gtest/internal/gtest-param-util.h:516
↓ 1 callersMethodGetToName
googletest/googlemock/include/gmock/gmock-matchers.h:2126
↓ 1 callersFunctionGetTokens
Returns a sequence of Tokens. Args: source: string of C++ source code. Yields: Token that represents the next token in the sourc
googletest/googlemock/scripts/generator/cpp/tokenize.py:119
↓ 1 callersMethodGetUnknownFiles
Return a list of files unknown to the VCS.
googletest/googlemock/scripts/upload.py:608
↓ 1 callersMethodGetUnknownFiles
Return a list of files unknown to the VCS.
googletest/googletest/scripts/upload.py:608
↓ 1 callersFunctionGetUnwindOpCodeCount
A helper function to return the number of unwind codes for an opcode.
src/CodeGen/FunctionSpecification.cpp:391
↓ 1 callersMethodGetVariableSizeBlob
test/NativeJIT/BitFunnelAcceptanceTest.cpp:131
↓ 1 callersMethodGetXMMUsedMask
src/NativeJIT/ExpressionTree.cpp:151
↓ 1 callersMethodGuessBase
Wrapper for _GuessBase.
googletest/googlemock/scripts/upload.py:742
↓ 1 callersMethodGuessBase
Wrapper for _GuessBase.
googletest/googletest/scripts/upload.py:742
↓ 1 callersFunctionGuessVCS
Helper to guess the version control system. This examines the current directory, guesses which VersionControlSystem we're using, and returns an i
googletest/googlemock/scripts/upload.py:1209
↓ 1 callersFunctionGuessVCS
Helper to guess the version control system. This examines the current directory, guesses which VersionControlSystem we're using, and returns an i
googletest/googletest/scripts/upload.py:1209
↓ 1 callersFunctionHasEdge
googletest/googlemock/include/gmock/gmock-matchers.h:3267
↓ 1 callersFunctionHasGoogleTestFlagPrefix
Determines whether a string has a prefix that Google Test uses for its flags, i.e., starts with GTEST_FLAG_PREFIX_ or GTEST_FLAG_PREFIX_DASH_. If Goog
googletest/googletest/src/gtest.cc:5105
↓ 1 callersFunctionHeaderPostamble
Returns the postamble for the header file.
googletest/googletest/scripts/gen_gtest_pred_impl.py:293
↓ 1 callersFunctionHeaderPreamble
Returns the preamble for the header file. Args: n: the maximum arity of the predicate macros to be generated.
googletest/googletest/scripts/gen_gtest_pred_impl.py:65
↓ 1 callersFunctionHelper1
googletest/googlemock/test/gmock_stress_test.cc:179
↓ 1 callersFunctionHelper2
googletest/googlemock/test/gmock_stress_test.cc:230
↓ 1 callersMethodIMulImmediate
inc/NativeJIT/CodeGen/X64CodeGenerator.h:1218
↓ 1 callersFunctionImplementationForArity
Returns the implementation of n-ary predicate assertions.
googletest/googletest/scripts/gen_gtest_pred_impl.py:205
↓ 1 callersMethodIncrement
googletest/googletest/test/gtest-port_test.cc:1056
↓ 1 callersFunctionInitDeathTestSubprocessControlInfo
googletest/googletest/src/gtest-internal-inl.h:750
↓ 1 callersMethodInitializeData
inc/NativeJIT/ExpressionTree.h:1048
↓ 1 callersFunctionIntToStringFunction
Tests that ResultOf(f, ...) compiles and works as expected when f is a function pointer.
googletest/googlemock/test/gmock-matchers_test.cc:3802
↓ 1 callersFunctionIsATTY
googletest/googletest/include/gtest/internal/gtest-port.h:2306
↓ 1 callersFunctionIsAlNum
googletest/googletest/include/gtest/internal/gtest-port.h:2254
↓ 1 callersFunctionIsAlpha
googletest/googletest/include/gtest/internal/gtest-port.h:2251
↓ 1 callersMethodIsBasePointer
src/NativeJIT/ExpressionTree.cpp:157
↓ 1 callersMethodIsDiagnosticsStreamAvailable
src/NativeJIT/ExpressionTree.cpp:120
↓ 1 callersMethodIsDiagnosticsStreamAvailable
src/CodeGen/X64CodeGenerator.cpp:200
↓ 1 callersFunctionIsDir
googletest/googletest/include/gtest/internal/gtest-port.h:2331
↓ 1 callersFunctionIsInPreprocessorDirective
(prev_lines, cur_line)
googletest/googletest/scripts/pump.py:711
↓ 1 callersFunctionIsLower
googletest/googletest/include/gtest/internal/gtest-port.h:2260
↓ 1 callersFunctionIsMultiLineIWYUPragma
(line)
googletest/googletest/scripts/pump.py:779
↓ 1 callersFunctionIsPrintableAscii
Returns true if c is a printable ASCII character. We test the value of c directly instead of calling isprint(), which is buggy on Windows Mobile.
googletest/googletest/src/gtest-printers.cc:137
↓ 1 callersFunctionIsSingleLineComment
(cur_line)
googletest/googletest/scripts/pump.py:707
↓ 1 callersFunctionIsSubstringPred
googletest/googletest/src/gtest.cc:1557
↓ 1 callersFunctionIsUpper
googletest/googletest/include/gtest/internal/gtest-port.h:2266
↓ 1 callersFunctionIsUtf16SurrogatePair
Determines if the arguments constitute UTF-16 surrogate pair and thus should be combined into a single Unicode code point using CreateCodePointFromUtf
googletest/googletest/src/gtest.cc:1794
↓ 1 callersMethodLea
inc/NativeJIT/CodeGen/X64CodeGenerator.h:1259
↓ 1 callersFunctionLessThan
googletest/googlemock/test/gmock-generated-matchers_test.cc:242
↓ 1 callersFunctionLoadFlagsFromFile
googletest/googletest/src/gtest.cc:5253
↓ 1 callersFunctionLogElementMatcherPairVec
googletest/googlemock/src/gmock-matchers.cc:312
↓ 1 callersFunctionLogToStderr
googletest/googletest/include/gtest/internal/gtest-port.h:1275
↓ 1 callersFunctionMakeCardinality
Creates a cardinality from its implementation.
googletest/googlemock/include/gmock/gmock-cardinalities.h:141
↓ 1 callersFunctionMakeTermFeatures
Creates term features out of frequencies and position and shard.
test/NativeJIT/BitFunnelAcceptanceTest.cpp:198
← previousnext →901–1,000 of 3,843, ranked by callers