MCPcopy Create free account

hub / github.com/aksnzhy/xlearn / functions

Functions3,349 in github.com/aksnzhy/xlearn

↓ 2 callersMethodpointer
gtest/include/gtest/internal/gtest-port.h:1489
↓ 2 callersFunctionprint_row
src/base/format_print.h:211
↓ 2 callersMethodrandom_seed
Returns the random seed used at the start of the current test run.
gtest/src/gtest.cc:3955
↓ 2 callersMethodrandom_seed
Returns the random seed used at the start of the current test run.
gtest/fused-src/gtest/gtest-all.cc:5439
↓ 2 callersMethodrelease
gtest/fused-src/gtest/gtest.h:2008
↓ 2 callersMethodreset
Reset code start
src/base/timer.cc:28
↓ 2 callersMethodrun
(self)
python-package/setup_pip.py:97
↓ 2 callersMethodset_x
gtest/test/production.h:51
↓ 2 callersFunctionsilent_call
(cmd, raise_error=False, error_msg='')
python-package/setup_pip.py:34
↓ 2 callersMethodtest_case_to_run_count
Gets the number of all test cases that contain at least one test that should run.
gtest/fused-src/gtest/gtest-all.cc:2208
↓ 2 callersMethodtotal_test_case_count
Gets the number of all test cases.
gtest/fused-src/gtest/gtest-all.cc:2202
↓ 2 callersMethodtotal_test_count
Gets the number of all tests.
gtest/fused-src/gtest/gtest-all.cc:2239
↓ 2 callersMethodtrain
* Basic train function * *********************************************************/
src/solver/trainer.cc:162
↓ 2 callersMethodvalue
Gets the user supplied value.
gtest/fused-src/gtest/gtest.h:17891
↓ 1 callersMethodAbort
Signals that the death test code which should have exited, didn't. Should be called only in a death test child process. Writes a status byte to the ch
gtest/src/gtest-death-test.cc:470
↓ 1 callersMethodAbort
Signals that the death test code which should have exited, didn't. Should be called only in a death test child process. Writes a status byte to the ch
gtest/fused-src/gtest/gtest-all.cc:6964
↓ 1 callersFunctionAdHocTest
Tests using assertions outside of TEST and TEST_F. This function creates two failures intentionally.
gtest/test/gtest_output_test_.cc:333
↓ 1 callersMethodAddArguments
gtest/src/gtest-death-test.cc:904
↓ 1 callersMethodAddArguments
gtest/fused-src/gtest/gtest-all.cc:7398
↓ 1 callersMethodAddEnvironment
Registers and returns a global test environment. When a test program is run, all global test environments will be set-up in the order they were regis
gtest/src/gtest.cc:3764
↓ 1 callersMethodAddEnvironment
Registers and returns a global test environment. When a test program is run, all global test environments will be set-up in the order they were regis
gtest/fused-src/gtest/gtest-all.cc:5248
↓ 1 callersFunctionAddFailureHelper
gtest/test/gtest_unittest.cc:4534
↓ 1 callersMethodAlmostEquals
Returns true iff this number is at most kMaxUlps ULP's away from rhs. In particular, this function: - returns false if either number is (or both are
gtest/include/gtest/internal/gtest-internal.h:328
↓ 1 callersFunctionAlwaysFalse
Always returns false.
gtest/include/gtest/internal/gtest-internal.h:660
↓ 1 callersFunctionAppendUserMessage
Appends the user-supplied message to the Google-Test-generated message.
gtest/fused-src/gtest/gtest-all.cc:3162
↓ 1 callersMethodArgv
gtest/src/gtest-death-test.cc:911
↓ 1 callersMethodArgv
gtest/fused-src/gtest/gtest-all.cc:7405
↓ 1 callersFunctionAssertDebugDeathHelper
gtest/test/gtest-death-test_test.cc:700
↓ 1 callersFunctionAssertEq
(expected, actual)
gtest/test/gtest_uninitialized_test.py:47
↓ 1 callersFunctionAssertIsEven
A predicate-formatter function that asserts the argument is an even number.
gtest/test/gtest_unittest.cc:2115
↓ 1 callersFunctionAssertNoFatalFailureIgnoresFailuresInOtherThreads
gtest/test/gtest_stress_test.cc:185
↓ 1 callersMethodAssertPartitionIsValid
Asserts that list_of_sets is a valid partition of set_var.
gtest/test/gtest_filter_unittest.py:239
↓ 1 callersFunctionBeautifyCode
(string)
gtest/scripts/pump.py:814
↓ 1 callersMethodBegin
gtest/fused-src/gtest/gtest.h:10189
↓ 1 callersMethodBegin
gtest/include/gtest/internal/gtest-param-util.h:190
↓ 1 callersFunctionBool
Bool() allows generating tests with parameters in a set of (false, true). Synopsis: Bool() - returns a generator producing sequences with elements {f
gtest/fused-src/gtest/gtest.h:16786
↓ 1 callersMethodCVTrain
* Cross-Validation * *********************************************************/
src/solver/trainer.cc:108
↓ 1 callersMethodCalcGrad
Calculate gradient and update current model parameters. Using SSE to accelerate vector operation.
src/score/fm_score.cc:101
↓ 1 callersMethodCalcGrad
------------------------------------------------------------------------------ Calculate gradient in multi-thread master_thread / | \ /
src/loss/squared_loss.cc:116
↓ 1 callersMethodCalcGrad
------------------------------------------------------------------------------ Calculate gradient in multi-thread master_thread / | \ /
src/loss/cross_entropy_loss.cc:117
↓ 1 callersFunctionCalculateReserveForVector
In most cases, delim contains only one character. In this case, we use CalculateReserveForVector to count the number of elements should be reserved in
src/base/split_string.cc:28
↓ 1 callersFunctionCalculateTestLists
Calculates the list of tests run under different flags.
gtest/test/gtest_shuffle_test.py:130
↓ 1 callersFunctionClearNonAdHocTestResult
Clears the results of all tests, except the ad hoc tests.
gtest/src/gtest-internal-inl.h:711
↓ 1 callersFunctionClearNonAdHocTestResult
Clears the results of all tests, except the ad hoc tests.
gtest/fused-src/gtest/gtest-all.cc:1112
↓ 1 callersMethodClearResult
Clears the results of all tests in this test case.
gtest/src/gtest.cc:2457
↓ 1 callersMethodClearResult
Clears the results of all tests in this test case.
gtest/fused-src/gtest/gtest-all.cc:3941
↓ 1 callersMethodClearTestPartResults
Clears the test part results.
gtest/fused-src/gtest/gtest-all.cc:3206
↓ 1 callersFunctionClose
gtest/include/gtest/internal/gtest-port.h:1789
↓ 1 callersMethodCloseConnection
Closes the socket.
gtest/src/gtest-internal-inl.h:1120
↓ 1 callersMethodCloseConnection
Closes the socket.
gtest/fused-src/gtest/gtest-all.cc:1521
↓ 1 callersFunctionCmpHelperSTREQ
Helper function for *_STREQ on wide strings.
gtest/src/gtest.cc:1546
↓ 1 callersFunctionCmpHelperSTREQ
Helper function for *_STREQ on wide strings.
gtest/fused-src/gtest/gtest-all.cc:3030
↓ 1 callersFunctionCodePointToUtf8
Converts a Unicode code point to a narrow string in UTF-8 encoding. code_point parameter is of type UInt32 because wchar_t may not be wide enough to c
gtest/fused-src/gtest/gtest-all.cc:2920
↓ 1 callersFunctionConvertFromPumpSource
Return the text generated from the given Pump source text.
gtest/scripts/pump.py:823
↓ 1 callersFunctionCopyArray
gtest/include/gtest/internal/gtest-internal.h:929
↓ 1 callersMethodCopyFrom
Copy another data matrix to this matrix. Note that here we do the deep copy and we will allocate memory if current matrix is empty.
src/data/data_structure.h:230
↓ 1 callersFunctionCreateCodePointFromUtf16SurrogatePair
Creates a Unicode code point from UTF16 surrogate pair.
gtest/src/gtest.cc:1477
↓ 1 callersFunctionCreateCodePointFromUtf16SurrogatePair
Creates a Unicode code point from UTF16 surrogate pair.
gtest/fused-src/gtest/gtest-all.cc:2961
↓ 1 callersMethodCreateDirectoriesRecursively
Create directories so that path exists. Returns true if successful or if the directories already exist; returns false if unable to create directories
gtest/fused-src/gtest/gtest-all.cc:8137
↓ 1 callersMethodCreateFolder
Create the directory so that path exists. Returns true if successful or if the directory already exists; returns false if unable to create the directo
gtest/src/gtest-filepath.cc:320
↓ 1 callersMethodCreateFolder
Create the directory so that path exists. Returns true if successful or if the directory already exists; returns false if unable to create the directo
gtest/fused-src/gtest/gtest-all.cc:8154
↓ 1 callersMethodCreateTestFactory
gtest/fused-src/gtest/gtest.h:10396
↓ 1 callersMethodCreateTestFactory
gtest/include/gtest/internal/gtest-param-util.h:397
↓ 1 callersFunctionDeathTestSubroutine
Tests that ASSERT_DEATH can be used outside a TEST, TEST_F, or test fixture.
gtest/test/gtest-death-test_test.cc:193
↓ 1 callersFunctionDeathTestThreadWarning
Generates a textual failure message when a death test finds more than one thread running, or cannot determine the number of threads, prior to executin
gtest/src/gtest-death-test.cc:217
↓ 1 callersFunctionDeathTestThreadWarning
Generates a textual failure message when a death test finds more than one thread running, or cannot determine the number of threads, prior to executin
gtest/fused-src/gtest/gtest-all.cc:6711
↓ 1 callersFunctionDefaultPrintNonContainerTo
gtest/fused-src/gtest/gtest.h:9409
↓ 1 callersFunctionDefaultPrintNonContainerTo
gtest/include/gtest/gtest-printers.h:218
↓ 1 callersFunctionDefaultPrintTo
gtest/fused-src/gtest/gtest.h:9460
↓ 1 callersFunctionDefaultPrintTo
gtest/include/gtest/gtest-printers.h:269
↓ 1 callersFunctionDeleteThreadLocalValue
gtest/fused-src/gtest/gtest.h:2546
↓ 1 callersFunctionDeleteThreadLocalValue
gtest/include/gtest/internal/gtest-port.h:1439
↓ 1 callersFunctionDoesNotAbortHelper
gtest/test/gtest_unittest.cc:1222
↓ 1 callersMethodEnd
gtest/fused-src/gtest/gtest.h:10192
↓ 1 callersMethodEnd
gtest/include/gtest/internal/gtest-param-util.h:193
↓ 1 callersMethodEquals
gtest/fused-src/gtest/gtest.h:10215
↓ 1 callersMethodEquals
gtest/include/gtest/internal/gtest-param-util.h:216
↓ 1 callersFunctionExecDeathTestChildMain
The main function for a threadsafe-style death test child process. This function is called in a clone()-ed process and thus must avoid any potentially
gtest/src/gtest-death-test.cc:944
↓ 1 callersFunctionExecDeathTestChildMain
The main function for a threadsafe-style death test child process. This function is called in a clone()-ed process and thus must avoid any potentially
gtest/fused-src/gtest/gtest-all.cc:7438
↓ 1 callersFunctionExecDeathTestSpawnChild
Spawns a child process with the same executable as the current process in a thread-safe manner and instructs it to run the death test. The implementa
gtest/src/gtest-death-test.cc:1002
↓ 1 callersFunctionExecDeathTestSpawnChild
Spawns a child process with the same executable as the current process in a thread-safe manner and instructs it to run the death test. The implementa
gtest/fused-src/gtest/gtest-all.cc:7496
↓ 1 callersFunctionExitSummary
Generates a textual description of a given exit code, in the format specified by wait(2).
gtest/src/gtest-death-test.cc:182
↓ 1 callersFunctionExitSummary
Generates a textual description of a given exit code, in the format specified by wait(2).
gtest/fused-src/gtest/gtest-all.cc:6676
↓ 1 callersFunctionExpectDeathTestHelper
On exit, *aborted will be true iff the EXPECT_DEATH() statement aborted the function.
gtest/test/gtest-death-test_test.cc:570
↓ 1 callersFunctionExpectDebugDeathHelper
gtest/test/gtest-death-test_test.cc:673
↓ 1 callersFunctionFailFromInternalError
This is called from a death test parent process to read a failure message from the death test child process and log it with the FATAL severity. On Win
gtest/src/gtest-death-test.cc:312
↓ 1 callersFunctionFailFromInternalError
This is called from a death test parent process to read a failure message from the death test child process and log it with the FATAL severity. On Win
gtest/fused-src/gtest/gtest-all.cc:6806
↓ 1 callersFunctionFailed
Returns true iff the unit test failed (i.e. some test case failed or something outside of all tests failed).
gtest/src/gtest-internal-inl.h:580
↓ 1 callersFunctionFailed
Returns true iff the unit test failed (i.e. some test case failed or something outside of all tests failed).
gtest/fused-src/gtest/gtest-all.cc:981
↓ 1 callersMethodFileOrDirectoryExists
Returns true if pathname describes something findable in the file-system, either a file, directory, or whatever.
gtest/fused-src/gtest/gtest-all.cc:8038
↓ 1 callersFunctionFilePath
gtest/include/gtest/internal/gtest-filepath.h:62
↓ 1 callersFunctionFindFirst
Finds the first occurrence of any string in strings in lines.
gtest/scripts/pump.py:186
↓ 1 callersFunctionFindFirstInLine
(line, token_table)
gtest/scripts/pump.py:169
↓ 1 callersMethodFixtureConstructorExecuted
gtest/test/gtest-param-test_test.cc:575
↓ 1 callersFunctionFormatCompilerIndependentFileLocation
Formats a file location for compiler-independent XML output. Although this function is not platform dependent, we put it next to FormatFileLocation in
gtest/fused-src/gtest/gtest-all.cc:8684
↓ 1 callersFunctionFormatEpochTimeInMillisAsIso8601
Converts the given epoch time in milliseconds to a date string in the ISO 8601 format, without the timezone information.
gtest/fused-src/gtest/gtest-all.cc:4705
↓ 1 callersFunctionFormatSehExceptionMessage
Adds an "exception thrown" fatal failure to the current test. This function returns its result via an output parameter pointer because VC++ prohibits
gtest/src/gtest.cc:2012
↓ 1 callersFunctionFormatSehExceptionMessage
Adds an "exception thrown" fatal failure to the current test. This function returns its result via an output parameter pointer because VC++ prohibits
gtest/fused-src/gtest/gtest-all.cc:3496
↓ 1 callersFunctionFormatWordList
gtest/src/gtest.cc:1804
↓ 1 callersFunctionFormatWordList
gtest/fused-src/gtest/gtest-all.cc:3288
← previousnext →701–800 of 3,349, ranked by callers