MCPcopy Create free account

hub / github.com/aksnzhy/xlearn / functions

Functions3,349 in github.com/aksnzhy/xlearn

↓ 1 callersFunctionFuncWithAssert
gtest/test/gtest-death-test_test.cc:1278
↓ 1 callersFunctionFuseGTestAllCc
Scans folder gtest_root to generate gtest/gtest-all.cc in output_dir.
gtest/scripts/fuse_gtest_files.py:218
↓ 1 callersFunctionFuseGTestAllCcToFile
Scans folder gtest_root to generate gtest/gtest-all.cc in output_file.
gtest/scripts/fuse_gtest_files.py:175
↓ 1 callersFunctionFuseGTestH
Scans folder gtest_root to generate gtest/gtest.h in output_dir.
gtest/scripts/fuse_gtest_files.py:146
↓ 1 callersFunctionGTestIsInitialized
gtest/src/gtest.cc:316
↓ 1 callersFunctionGTestIsInitialized
gtest/fused-src/gtest/gtest-all.cc:1800
↓ 1 callersFunctionGenTest
Returns the test for a predicate assertion macro. Args: use_format: true iff the assertion is a *_PRED_FORMAT*. use_assert: t
gtest/scripts/gen_gtest_pred_impl.py:570
↓ 1 callersMethodGenerate
Generates a random number from [0, range), using a Linear Congruential Generator (LCG). Crashes if 'range' is 0 or greater than kMaxRange.
gtest/fused-src/gtest/gtest-all.cc:1775
↓ 1 callersFunctionGenerateHeader
Given the maximum arity n, updates the header file that implements the predicate assertions.
gtest/scripts/gen_gtest_pred_impl.py:315
↓ 1 callersFunctionGenerateUnitTest
Returns the tests for up-to n-ary predicate assertions.
gtest/scripts/gen_gtest_pred_impl.py:706
↓ 1 callersFunctionGetAnsiColorCode
Returns the ANSI color code for the given color. COLOR_DEFAULT is an invalid input.
gtest/src/gtest.cc:2573
↓ 1 callersFunctionGetAnsiColorCode
Returns the ANSI color code for the given color. COLOR_DEFAULT is an invalid input.
gtest/fused-src/gtest/gtest-all.cc:4057
↓ 1 callersFunctionGetBuildDir
Returns the absolute path of the directory where the test binaries are.
gtest/test/gtest_test_utils.py:132
↓ 1 callersFunctionGetCapturedStderr
Stops capturing stderr and returns the captured string.
gtest/fused-src/gtest/gtest-all.cc:8879
↓ 1 callersMethodGetCapturedString
gtest/src/gtest-port.cc:568
↓ 1 callersMethodGetCapturedString
gtest/fused-src/gtest/gtest-all.cc:8778
↓ 1 callersMethodGetCharPtrValue
gtest/xcode/Samples/FrameworkSample/widget.cc:58
↓ 1 callersFunctionGetColorAttribute
Returns the character attribute for the given color.
gtest/src/gtest.cc:2560
↓ 1 callersFunctionGetColorAttribute
Returns the character attribute for the given color.
gtest/fused-src/gtest/gtest-all.cc:4044
↓ 1 callersFunctionGetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
gtest/fused-src/gtest/gtest-all.cc:1861
↓ 1 callersFunctionGetDefaultFilter
gtest/src/gtest.cc:185
↓ 1 callersFunctionGetDefaultFilter
gtest/fused-src/gtest/gtest-all.cc:1669
↓ 1 callersMethodGetFloatValue
gtest/xcode/Samples/FrameworkSample/widget.cc:46
↓ 1 callersMethodGetIntValue
gtest/xcode/Samples/FrameworkSample/widget.cc:50
↓ 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.
gtest/src/gtest-internal-inl.h:593
↓ 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.
gtest/fused-src/gtest/gtest-all.cc:994
↓ 1 callersFunctionGetNextRandomSeed
Returns the first valid random seed after 'seed'. The behavior is undefined if 'seed' is invalid. The seed after kMaxRandomSeed is considered to be
gtest/fused-src/gtest/gtest-all.cc:552
↓ 1 callersFunctionGetPrefixUntilComma
Returns the prefix of 'str' before the first comma in it; returns the entire string if it contains no comma.
gtest/include/gtest/internal/gtest-internal.h:553
↓ 1 callersFunctionGetRandomSeedFromFlag
Returns a random seed in range [1, kMaxRandomSeed] based on the given --gtest_random_seed flag value.
gtest/fused-src/gtest/gtest-all.cc:536
↓ 1 callersMethodGetRange
(self, identifier)
gtest/scripts/pump.py:632
↓ 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
gtest/src/gtest-death-test.cc:1229
↓ 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
gtest/fused-src/gtest/gtest-all.cc:7723
↓ 1 callersMethodGetStringValue
gtest/xcode/Samples/FrameworkSample/widget.cc:54
↓ 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.
gtest/src/gtest-internal-inl.h:586
↓ 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.
gtest/fused-src/gtest/gtest-all.cc:987
↓ 1 callersMethodGetTestCaseTypeId
Test case id to verify identity.
gtest/fused-src/gtest/gtest.h:10458
↓ 1 callersMethodGetTestCaseTypeId
Test case id to verify identity.
gtest/include/gtest/internal/gtest-param-util.h:459
↓ 1 callersFunctionGetThreadCount
Returns the number of threads running in the process, or 0 to indicate that we cannot detect it.
gtest/fused-src/gtest/gtest-all.cc:8299
↓ 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
gtest/src/gtest.cc:4767
↓ 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
gtest/fused-src/gtest/gtest-all.cc:6251
↓ 1 callersFunctionHeaderPostamble
Returns the postamble for the header file.
gtest/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.
gtest/scripts/gen_gtest_pred_impl.py:65
↓ 1 callersFunctionImplementationForArity
Returns the implementation of n-ary predicate assertions.
gtest/scripts/gen_gtest_pred_impl.py:205
↓ 1 callersMethodIncrement
gtest/test/gtest-port_test.cc:1061
↓ 1 callersFunctionInitDeathTestSubprocessControlInfo
gtest/src/gtest-internal-inl.h:759
↓ 1 callersFunctionInitDeathTestSubprocessControlInfo
gtest/fused-src/gtest/gtest-all.cc:1160
↓ 1 callersFunctionInitGoogleTest
Initializes Google Test. This must be called before calling RUN_ALL_TESTS(). In particular, it parses a command line for the flags that Google Test
gtest/fused-src/gtest/gtest-all.cc:6489
↓ 1 callersFunctionInitializeLogger
src/base/logging.cc:35
↓ 1 callersMethodIsAbsolutePath
Returns true if pathname describes an absolute path.
gtest/fused-src/gtest/gtest-all.cc:8094
↓ 1 callersFunctionIsInPreprocessorDirective
(prev_lines, cur_line)
gtest/scripts/pump.py:711
↓ 1 callersFunctionIsMultiLineIWYUPragma
(line)
gtest/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.
gtest/src/gtest-printers.cc:133
↓ 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.
gtest/fused-src/gtest/gtest-all.cc:9146
↓ 1 callersFunctionIsSingleLineComment
(cur_line)
gtest/scripts/pump.py:707
↓ 1 callersFunctionIsSpace
gtest/include/gtest/internal/gtest-port.h:1671
↓ 1 callersFunctionIsSubstringPred
gtest/src/gtest.cc:1234
↓ 1 callersFunctionIsSubstringPred
gtest/fused-src/gtest/gtest-all.cc:2718
↓ 1 callersFunctionIsUtf16SurrogatePair
Determines if the arguments constitute UTF-16 surrogate pair and thus should be combined into a single Unicode code point using CreateCodePointFromUtf
gtest/src/gtest.cc:1471
↓ 1 callersFunctionIsUtf16SurrogatePair
Determines if the arguments constitute UTF-16 surrogate pair and thus should be combined into a single Unicode code point using CreateCodePointFromUtf
gtest/fused-src/gtest/gtest-all.cc:2955
↓ 1 callersFunctionIsValidEscape
Returns true iff "\\c" is a supported escape sequence.
gtest/fused-src/gtest/gtest-all.cc:8432
↓ 1 callersMethodLock
gtest/fused-src/gtest/gtest.h:2655
↓ 1 callersMethodLock
gtest/include/gtest/internal/gtest-port.h:1548
↓ 1 callersMethodMap
gtest/samples/sample3-inl.h:153
↓ 1 callersFunctionMatchRepetitionAndRegexAtHead
Matches a repeated regex atom followed by a valid simple regular expression. The regex atom is defined as c if escaped is false, or \c otherwise. re
gtest/fused-src/gtest/gtest-all.cc:8530
↓ 1 callersMethodMemberFunction
A member function that may die.
gtest/test/gtest-death-test_test.cc:159
↓ 1 callersFunctionNonVoidFunction
A non-void function that's expected to die.
gtest/test/gtest-death-test_test.cc:173
↓ 1 callersFunctionNonVoidFunction
gtest/test/gtest_unittest.cc:1209
↓ 1 callersFunctionNormalizeOutput
Normalizes output (the output of gtest_output_test_.exe).
gtest/test/gtest_output_test.py:190
↓ 1 callersMethodOnEnvironmentsSetUpEnd
gtest/src/gtest.cc:2703
↓ 1 callersMethodOnEnvironmentsSetUpEnd
gtest/fused-src/gtest/gtest-all.cc:4187
↓ 1 callersMethodOnEnvironmentsSetUpStart
gtest/src/gtest.cc:2754
↓ 1 callersMethodOnEnvironmentsSetUpStart
gtest/fused-src/gtest/gtest-all.cc:4238
↓ 1 callersMethodOnEnvironmentsTearDownEnd
gtest/src/gtest.cc:2710
↓ 1 callersMethodOnEnvironmentsTearDownEnd
gtest/fused-src/gtest/gtest-all.cc:4194
↓ 1 callersMethodOnEnvironmentsTearDownStart
gtest/src/gtest.cc:2824
↓ 1 callersMethodOnEnvironmentsTearDownStart
gtest/fused-src/gtest/gtest-all.cc:4308
↓ 1 callersMethodOnTestCaseEnd
gtest/test/gtest-listener_test.cc:96
↓ 1 callersMethodOnTestCaseEnd
gtest/src/gtest.cc:2812
↓ 1 callersMethodOnTestCaseEnd
gtest/fused-src/gtest/gtest-all.cc:4296
↓ 1 callersMethodOnTestCaseStart
gtest/test/gtest-listener_test.cc:80
↓ 1 callersMethodOnTestCaseStart
gtest/src/gtest.cc:2761
↓ 1 callersMethodOnTestCaseStart
gtest/fused-src/gtest/gtest-all.cc:4245
↓ 1 callersMethodOnTestEnd
gtest/test/gtest-listener_test.cc:92
↓ 1 callersMethodOnTestEnd
gtest/src/gtest.cc:2793
↓ 1 callersMethodOnTestEnd
gtest/fused-src/gtest/gtest-all.cc:4277
↓ 1 callersMethodOnTestIterationEnd
gtest/src/gtest.cc:2856
↓ 1 callersMethodOnTestIterationEnd
gtest/fused-src/gtest/gtest-all.cc:4340
↓ 1 callersMethodOnTestIterationStart
gtest/test/gtest_unittest.cc:6784
↓ 1 callersMethodOnTestIterationStart
Fired before each iteration of tests starts.
gtest/src/gtest.cc:2719
↓ 1 callersMethodOnTestIterationStart
Fired before each iteration of tests starts.
gtest/fused-src/gtest/gtest-all.cc:4203
↓ 1 callersMethodOnTestPartResult
gtest/test/gtest-listener_test.cc:88
↓ 1 callersMethodOnTestPartResult
Called after an assertion failure.
gtest/src/gtest.cc:2782
↓ 1 callersMethodOnTestPartResult
Called after an assertion failure.
gtest/fused-src/gtest/gtest-all.cc:4266
↓ 1 callersMethodOnTestProgramEnd
gtest/src/gtest.cc:2712
↓ 1 callersMethodOnTestProgramEnd
gtest/fused-src/gtest/gtest-all.cc:1549
↓ 1 callersMethodOnTestProgramStart
The following methods override what's in the TestEventListener class.
gtest/src/gtest.cc:2700
↓ 1 callersMethodOnTestProgramStart
gtest/fused-src/gtest/gtest-all.cc:1545
↓ 1 callersMethodOnTestStart
gtest/test/gtest_shuffle_test_.cc:86
↓ 1 callersMethodOnTestStart
gtest/src/gtest.cc:2774
↓ 1 callersMethodOnTestStart
gtest/fused-src/gtest/gtest-all.cc:4258
← previousnext →801–900 of 3,349, ranked by callers