MCPcopy Create free account

hub / github.com/aksnzhy/xlearn / functions

Functions3,349 in github.com/aksnzhy/xlearn

↓ 1 callersFunctionParse
(pos)
gtest/scripts/pump.py:289
↓ 1 callersFunctionParseAtomicCodeNode
(tokens)
gtest/scripts/pump.py:503
↓ 1 callersFunctionParseElseNode
(tokens)
gtest/scripts/pump.py:475
↓ 1 callersFunctionParseExpTokenInParens
(lines, pos)
gtest/scripts/pump.py:281
↓ 1 callersFunctionParseGoogleTestFlagsOnly
Parses the command line for Google Test flags, without initializing other parts of Google Test.
gtest/fused-src/gtest/gtest-all.cc:6443
↓ 1 callersFunctionParseInParens
(pos)
gtest/scripts/pump.py:282
↓ 1 callersFunctionParseInternalRunDeathTestFlag
Returns a newly created InternalRunDeathTestFlag object with fields initialized from the GTEST_FLAG(internal_run_death_test) flag if the flag is speci
gtest/src/gtest-death-test.cc:1296
↓ 1 callersFunctionParseInternalRunDeathTestFlag
Returns a newly created InternalRunDeathTestFlag object with fields initialized from the GTEST_FLAG(internal_run_death_test) flag if the flag is speci
gtest/fused-src/gtest/gtest-all.cc:7790
↓ 1 callersFunctionParseToAST
Convert the given Pump source text into an AST.
gtest/scripts/pump.py:577
↓ 1 callersFunctionPassed
Returns true iff the unit test passed (i.e. all test cases passed).
gtest/src/gtest-internal-inl.h:576
↓ 1 callersFunctionPassed
Returns true iff the unit test passed (i.e. all test cases passed).
gtest/fused-src/gtest/gtest-all.cc:977
↓ 1 callersMethodPostFlagParsingInit
Performs initialization dependent upon flag values obtained in ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to ParseGoogleT
gtest/src/gtest.cc:4112
↓ 1 callersMethodPostFlagParsingInit
Performs initialization dependent upon flag values obtained in ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to ParseGoogleT
gtest/fused-src/gtest/gtest-all.cc:5596
↓ 1 callersFunctionPredFormatFunction1
gtest/test/gtest_pred_impl_unittest.cc:101
↓ 1 callersFunctionPredFormatFunction2
gtest/test/gtest_pred_impl_unittest.cc:489
↓ 1 callersFunctionPredFormatFunction3
gtest/test/gtest_pred_impl_unittest.cc:919
↓ 1 callersFunctionPredFormatFunction4
gtest/test/gtest_pred_impl_unittest.cc:1391
↓ 1 callersFunctionPredFormatFunction5
gtest/test/gtest_pred_impl_unittest.cc:1905
↓ 1 callersFunctionPredFunction1
gtest/test/gtest_pred_impl_unittest.cc:77
↓ 1 callersFunctionPredFunction2
gtest/test/gtest_pred_impl_unittest.cc:464
↓ 1 callersFunctionPredFunction3
gtest/test/gtest_pred_impl_unittest.cc:893
↓ 1 callersFunctionPredFunction4
gtest/test/gtest_pred_impl_unittest.cc:1364
↓ 1 callersFunctionPredFunction5
gtest/test/gtest_pred_impl_unittest.cc:1877
↓ 1 callersFunctionPrintAsStringLiteralTo
Prints a wchar_t c as if it's part of a string literal, escaping it when necessary; returns how c was formatted.
gtest/src/gtest-printers.cc:188
↓ 1 callersFunctionPrintAsStringLiteralTo
Prints a wchar_t c as if it's part of a string literal, escaping it when necessary; returns how c was formatted.
gtest/fused-src/gtest/gtest-all.cc:9201
↓ 1 callersFunctionPrintBytesInObjectTo
Delegates to PrintBytesInObjectToImpl() to print the bytes in the given object. The delegation simplifies the implementation, which uses the << opera
gtest/src/gtest-printers.cc:110
↓ 1 callersFunctionPrintBytesInObjectTo
Delegates to PrintBytesInObjectToImpl() to print the bytes in the given object. The delegation simplifies the implementation, which uses the << opera
gtest/fused-src/gtest/gtest-all.cc:9123
↓ 1 callersFunctionPrintBytesInObjectToImpl
Prints the bytes in the given value to the given ostream.
gtest/src/gtest-printers.cc:78
↓ 1 callersFunctionPrintBytesInObjectToImpl
Prints the bytes in the given value to the given ostream.
gtest/fused-src/gtest/gtest-all.cc:9091
↓ 1 callersFunctionPrintColorEncoded
Prints a string containing code-encoded text. The following escape sequences can be used in the string to control the text color: @@ prints a sin
gtest/src/gtest.cc:4787
↓ 1 callersFunctionPrintColorEncoded
Prints a string containing code-encoded text. The following escape sequences can be used in the string to control the text color: @@ prints a sin
gtest/fused-src/gtest/gtest-all.cc:6271
↓ 1 callersFunctionPrintFlag
gtest/test/gtest_env_var_test_.cc:53
↓ 1 callersFunctionPrintSize
Format the file size by GB, MB, and KB
src/base/file_util.h:231
↓ 1 callersFunctionPrintTestPartResult
Prints a TestPartResult.
gtest/src/gtest.cc:2530
↓ 1 callersFunctionPrintTestPartResult
Prints a TestPartResult.
gtest/fused-src/gtest/gtest-all.cc:4014
↓ 1 callersFunctionPrintTo
gtest/fused-src/gtest/gtest.h:9544
↓ 1 callersFunctionPrintTo
gtest/include/gtest/gtest-printers.h:353
↓ 1 callersFunctionPushFront
(a_list, elem)
gtest/scripts/pump.py:449
↓ 1 callersMethodPushRange
(self, var, lower, upper)
gtest/scripts/pump.py:608
↓ 1 callersFunctionRE
Constructs an RE from a string.
gtest/fused-src/gtest/gtest.h:2040
↓ 1 callersFunctionRE
Constructs an RE from a string.
gtest/include/gtest/internal/gtest-port.h:933
↓ 1 callersFunctionRStripNewLineFromToken
(token)
gtest/scripts/pump.py:303
↓ 1 callersFunctionRUN_ALL_TESTS
gtest/fused-src/gtest/gtest.h:20057
↓ 1 callersMethodRecordProperty
Adds a test property to the list. If a property with the same key as the supplied property is already represented, the value of this test_property rep
gtest/src/gtest.cc:1734
↓ 1 callersMethodRecordProperty
Adds a test property to the list. If a property with the same key as the supplied property is already represented, the value of this test_property rep
gtest/fused-src/gtest/gtest-all.cc:3218
↓ 1 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
gtest/include/gtest/internal/gtest-param-util.h:487
↓ 1 callersMethodRemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
gtest/fused-src/gtest/gtest-all.cc:7984
↓ 1 callersMethodRemoveExtension
Returns a copy of the FilePath with the case-insensitive extension removed. Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns FilePath(
gtest/fused-src/gtest/gtest-all.cc:7953
↓ 1 callersFunctionRemoveLocations
Removes all file location info from a Google Test program's output. Args: test_output: the output of a Google Test program. Returns:
gtest/test/gtest_output_test.py:88
↓ 1 callersFunctionRemoveStackTraceDetails
Removes all stack traces from a Google Test program's output.
gtest/test/gtest_output_test.py:104
↓ 1 callersFunctionRemoveStackTraces
Removes all traces of stack traces from a Google Test program's output.
gtest/test/gtest_output_test.py:112
↓ 1 callersFunctionRemoveTime
Removes all time information from a Google Test program's output.
gtest/test/gtest_output_test.py:119
↓ 1 callersMethodRemoveUnsupportedTests
(self, test_output)
gtest/test/gtest_output_test.py:259
↓ 1 callersFunctionReportInvalidTestCaseType
gtest/src/gtest.cc:2233
↓ 1 callersFunctionReportInvalidTestCaseType
gtest/fused-src/gtest/gtest-all.cc:3717
↓ 1 callersMethodReportTestPartResult
Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
gtest/src/gtest.cc:582
↓ 1 callersMethodReportTestPartResult
Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
gtest/fused-src/gtest/gtest-all.cc:2066
↓ 1 callersFunctionRun
Runs a command; returns 1 if it was killed by a signal, or 0 otherwise.
gtest/test/gtest_break_on_failure_unittest.py:80
↓ 1 callersFunctionRun
Runs a command; returns True/False if its exit code is/isn't 0.
gtest/test/gtest_throw_on_failure_test.py:70
↓ 1 callersFunctionRun
Runs gtest_list_tests_unittest_ and returns the list of tests printed.
gtest/test/gtest_list_tests_unittest.py:117
↓ 1 callersMethodRun
Runs the test and updates the test result.
gtest/src/gtest.cc:2141
↓ 1 callersMethodRun
Runs the test and updates the test result.
gtest/fused-src/gtest/gtest-all.cc:3625
↓ 1 callersFunctionRunAllTests
Runs all TESTs, all TEST_Fs, and the ad hoc test.
gtest/test/gtest_output_test_.cc:340
↓ 1 callersFunctionRunAndReturnOutput
Runs the test program and returns its output.
gtest/test/gtest_filter_unittest.py:178
↓ 1 callersFunctionRunAndReturnOutput
Runs the test program and returns its output.
gtest/test/gtest_shuffle_test.py:78
↓ 1 callersFunctionRunAtomicCode
(env, node, output)
gtest/scripts/pump.py:656
↓ 1 callersFunctionRunWithSharding
Runs a test program shard and returns exit code and a list of tests run.
gtest/test/gtest_filter_unittest.py:215
↓ 1 callersFunctionSTLDeleteElementsAndClear
src/base/stl-util.h:27
↓ 1 callersMethodSaveModel
Save model to disk file
src/solver/trainer.h:78
↓ 1 callersMethodSaveTxtModel
Save txt model to disk file
src/solver/trainer.h:85
↓ 1 callersFunctionSet
gtest/include/gtest/internal/gtest-filepath.h:73
↓ 1 callersMethodSetDefaultResultPrinter
Sets the default_result_printer attribute to the provided listener. The listener is also added to the listener list and previous default_result_printe
gtest/src/gtest.cc:3595
↓ 1 callersMethodSetDefaultResultPrinter
Sets the default_result_printer attribute to the provided listener. The listener is also added to the listener list and previous default_result_printe
gtest/fused-src/gtest/gtest-all.cc:5079
↓ 1 callersMethodSetDefaultXmlGenerator
Sets the default_xml_generator attribute to the provided listener. The listener is also added to the listener list and previous default_xml_generator
gtest/src/gtest.cc:3611
↓ 1 callersMethodSetDefaultXmlGenerator
Sets the default_xml_generator attribute to the provided listener. The listener is also added to the listener list and previous default_xml_generator
gtest/fused-src/gtest/gtest-all.cc:5095
↓ 1 callersMethodSetTrain
Ser train or predict
src/solver/solver.h:63
↓ 1 callersMethodSetUp
Sets up the test fixture. A sub-class may override this.
gtest/src/gtest.cc:1903
↓ 1 callersMethodSetUp
Sets up the test fixture. A sub-class may override this.
gtest/fused-src/gtest/gtest-all.cc:3387
↓ 1 callersMethodSetUpExecuted
gtest/test/gtest-param-test_test.cc:576
↓ 1 callersMethodSetValue
Sets a new value, overriding the one supplied in the constructor.
gtest/fused-src/gtest/gtest.h:17896
↓ 1 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
gtest/fused-src/gtest/gtest-all.cc:5928
↓ 1 callersFunctionShouldUseColor
Returns true iff Google Test should use colors in the output.
gtest/fused-src/gtest/gtest-all.cc:4069
↓ 1 callersFunctionShuffle
gtest/fused-src/gtest/gtest-all.cc:733
↓ 1 callersFunctionSkipComma
Skips to the first non-space char after the first comma in 'str'; returns NULL if no comma is found in 'str'.
gtest/include/gtest/internal/gtest-internal.h:542
↓ 1 callersFunctionSkipSpaces
Skips to the first non-space char in str. Returns an empty string if str contains only whitespace characters.
gtest/src/gtest-typed-test.cc:42
↓ 1 callersFunctionSkipSpaces
Skips to the first non-space char in str. Returns an empty string if str contains only whitespace characters.
gtest/fused-src/gtest/gtest-all.cc:9524
↓ 1 callersFunctionSleepMilliseconds
Sleeps for (roughly) n milli-seconds. This function is only for testing Google Test's own constructs. Don't use it in user tests, either directly or
gtest/include/gtest/internal/gtest-port.h:1188
↓ 1 callersFunctionSplitString
Splits a given string on a given delimiter, populating a given vector with the fields. GTEST_HAS_DEATH_TEST implies that we have ::std::string, so we
gtest/src/gtest-death-test.cc:1208
↓ 1 callersFunctionSplitString
Splits a given string on a given delimiter, populating a given vector with the fields. GTEST_HAS_DEATH_TEST implies that we have ::std::string, so we
gtest/fused-src/gtest/gtest-all.cc:7702
↓ 1 callersFunctionStackGrowsDown
gtest/src/gtest-death-test.cc:988
↓ 1 callersFunctionStackGrowsDown
gtest/fused-src/gtest/gtest-all.cc:7482
↓ 1 callersFunctionStackLowerThanAddress
gtest/src/gtest-death-test.cc:983
↓ 1 callersFunctionStackLowerThanAddress
gtest/fused-src/gtest/gtest-all.cc:7477
↓ 1 callersFunctionStreamableToString
gtest/include/gtest/gtest-message.h:243
↓ 1 callersFunctionStripMetaComments
Strip meta comments from each line in the given string.
gtest/scripts/pump.py:226
↓ 1 callersMethodTearDown
Tears down the test fixture. A sub-class may override this.
gtest/src/gtest.cc:1909
↓ 1 callersMethodTearDown
Tears down the test fixture. A sub-class may override this.
gtest/fused-src/gtest/gtest-all.cc:3393
↓ 1 callersMethodTearDownExecuted
gtest/test/gtest-param-test_test.cc:577
↓ 1 callersFunctionTestAssertEqualsUncopyable
A subroutine used by the following test.
gtest/test/gtest_unittest.cc:3752
↓ 1 callersFunctionTestAssertNonPositive
A subroutine used by the following test.
gtest/test/gtest_unittest.cc:3747
← previousnext →901–1,000 of 3,349, ranked by callers