MCPcopy Create free account

hub / github.com/aksnzhy/xlearn / functions

Functions3,349 in github.com/aksnzhy/xlearn

MethodSend
Sends a string to the socket.
gtest/fused-src/gtest/gtest-all.cc:1504
MethodSendLn
Sends a string and a newline to the socket.
gtest/src/gtest-internal-inl.h:1084
MethodSendLn
Sends the given message and a newline to the socket.
gtest/src/gtest-internal-inl.h:1200
MethodSendLn
Sends a string and a newline to the socket.
gtest/fused-src/gtest/gtest-all.cc:1485
MethodSendLn
Sends the given message and a newline to the socket.
gtest/fused-src/gtest/gtest-all.cc:1601
MethodSeparateInstanceTest
gtest/test/gtest-param-test_test.cc:768
MethodSequenceTestingListener
gtest/test/gtest_unittest.cc:6772
MethodSerialize
Serialize current DMatrix to disk file.
src/data/data_structure.h:333
MethodSetDefaultResultPrinter
gtest/test/gtest_unittest.cc:165
MethodSetDefaultXmlGenerator
gtest/test/gtest_unittest.cc:169
FunctionSetEnvVar
Sets/unsets an environment variable to a given value.
gtest/test/gtest_test_utils.py:65
FunctionSetInjectableArgvs
gtest/src/gtest-port.cc:683
FunctionSetInjectableArgvs
gtest/fused-src/gtest/gtest-all.cc:8893
MethodSetParam
Sets parameter value. The caller is responsible for making sure the value remains alive and unchanged throughout the current test.
gtest/fused-src/gtest/gtest.h:19233
MethodSetParam
Sets parameter value. The caller is responsible for making sure the value remains alive and unchanged throughout the current test.
gtest/include/gtest/gtest.h:1820
FunctionSetPthreadFlag
gtest/test/gtest-death-test_test.cc:473
MethodSetShuffle
If shuffle data ?
src/reader/reader.h:210
MethodSetShuffle
We cannot set shuffle for OndiskReader
src/reader/reader.h:286
MethodSetShuffle
If shuffle data ?
src/reader/reader.h:329
MethodSetTimeZone
gtest/test/gtest_unittest.cc:446
MethodSetUp
Remember that SetUp() is run immediately before a test starts. This is a good place to record the start time.
gtest/samples/sample5_unittest.cc:67
MethodSetUp
gtest/samples/sample5_unittest.cc:146
MethodSetUp
virtual void SetUp() will be called before each test is run. You should define it if you need to initialize the varaibles. Otherwise, this can be ski
gtest/samples/sample3_unittest.cc:77
MethodSetUp
gtest/samples/sample7_unittest.cc:71
MethodSetUp
gtest/samples/sample8_unittest.cc:95
MethodSetUp
gtest/test/gtest_pred_impl_unittest.cc:125
MethodSetUp
gtest/test/gtest_pred_impl_unittest.cc:517
MethodSetUp
gtest/test/gtest_pred_impl_unittest.cc:951
MethodSetUp
gtest/test/gtest_pred_impl_unittest.cc:1427
MethodSetUp
gtest/test/gtest_pred_impl_unittest.cc:1945
MethodSetUp
gtest/test/gtest_xml_outfile2_test_.cc:39
MethodSetUp
gtest/test/gtest_xml_outfile1_test_.cc:39
MethodSetUp
gtest/test/gtest-options_test.cc:129
MethodSetUp
gtest/test/gtest-filepath_test.cc:493
MethodSetUp
gtest/test/gtest-listener_test.cc:130
MethodSetUp
gtest/test/gtest-listener_test.cc:149
MethodSetUp
Depending on the value of failure_in_set_up_, SetUp() will generate a non-fatal failure, generate a fatal failure, or succeed.
gtest/test/gtest_environment_test.cc:60
MethodSetUp
gtest/test/gtest-param-test_test.cc:637
MethodSetUp
gtest/test/gtest-typed-test_test.cc:69
MethodSetUp
gtest/test/gtest-typed-test_test.cc:180
MethodSetUp
gtest/test/gtest_repeat_test.cc:86
MethodSetUp
gtest/test/gtest_output_test_.cc:357
MethodSetUp
gtest/test/gtest_output_test_.cc:382
MethodSetUp
gtest/test/gtest_output_test_.cc:413
MethodSetUp
gtest/test/gtest_output_test_.cc:438
MethodSetUp
Starts a thread and waits for it to begin.
gtest/test/gtest_output_test_.cc:497
MethodSetUp
gtest/test/gtest_output_test_.cc:966
MethodSetUp
gtest/test/gtest_output_test_.cc:978
MethodSetUp
gtest/test/gtest_unittest.cc:418
MethodSetUp
gtest/test/gtest_unittest.cc:1351
MethodSetUp
gtest/test/gtest_unittest.cc:1803
MethodSetUp
gtest/test/gtest_unittest.cc:2684
MethodSetUp
This will be called before each test in this test case.
gtest/test/gtest_unittest.cc:5250
MethodSetUp
Clears the flags before each test.
gtest/test/gtest_unittest.cc:5431
MethodSetUp
gtest/test/gtest_unittest.cc:6321
MethodSetUp
gtest/test/gtest_catch_exceptions_test_.cc:83
MethodSetUp
gtest/test/gtest_catch_exceptions_test_.cc:124
MethodSetUp
gtest/test/gtest_catch_exceptions_test_.cc:185
MethodSetUp
gtest/test/gtest_catch_exceptions_test_.cc:228
MethodSetUp
Override this to define how to set up the environment.
gtest/fused-src/gtest/gtest.h:18359
MethodSetUp
Override this to define how to set up the environment.
gtest/include/gtest/gtest.h:946
MethodSetUp
src/reader/file_splitor_test.cc:44
MethodSetUp
src/score/linear_score_test.cc:37
MethodSetUp
src/loss/loss_test.cc:62
FunctionSetUpEnvironment
Helpers for setting up / tearing down the given environment. They are for use in the ForEach() function.
gtest/src/gtest.cc:4210
FunctionSetUpEnvironment
Helpers for setting up / tearing down the given environment. They are for use in the ForEach() function.
gtest/fused-src/gtest/gtest-all.cc:5694
FunctionSetUpTestCase
Sets up the stuff shared by all tests in this test case. Google Test will call Foo::SetUpTestCase() before running the first test in test case Foo.
gtest/fused-src/gtest/gtest.h:17778
FunctionSetUpTestCase
Sets up the stuff shared by all tests in this test case. Google Test will call Foo::SetUpTestCase() before running the first test in test case Foo.
gtest/include/gtest/gtest.h:365
MethodSetUpTestCase
gtest/test/gtest-listener_test.cc:141
MethodSetUpTestCase
gtest/test/gtest_xml_output_unittest_.cc:99
MethodSetUpTestCase
gtest/test/gtest-param-test_test.cc:646
MethodSetUpTestCase
gtest/test/gtest-death-test_test.cc:956
MethodSetUpTestCase
gtest/test/gtest-typed-test_test.cc:48
MethodSetUpTestCase
Saves the Google Test flags such that we can restore them later, and then sets them to their default values. This will be called before the first tes
gtest/test/gtest_unittest.cc:1535
MethodSetUpTestCase
gtest/test/gtest_unittest.cc:1971
MethodSetUpTestCase
gtest/test/gtest_unittest.cc:3115
MethodSetUpTestCase
This will be called once before the first test in this test case is run.
gtest/test/gtest_unittest.cc:5219
MethodSetUpTestCase
Tests that current_test_info() returns NULL before the first test in the test case is run.
gtest/test/gtest_unittest.cc:6235
MethodSetUpTestCase
gtest/test/gtest_catch_exceptions_test_.cc:69
MethodSetUpTestCase
gtest/test/gtest_catch_exceptions_test_.cc:168
FunctionSetup
gtest/fused-src/gtest/gtest.h:17864
FunctionSetup
gtest/include/gtest/gtest.h:451
MethodSetup
gtest/fused-src/gtest/gtest.h:18367
MethodSetup
gtest/include/gtest/gtest.h:954
FunctionShouldRunTest
Returns true if the given test should run.
gtest/fused-src/gtest/gtest.h:18301
FunctionShouldRunTest
Returns true if the given test should run.
gtest/include/gtest/gtest.h:888
FunctionShouldRunTestCase
Returns true iff test_case contains at least one test that should run.
gtest/src/gtest.cc:342
FunctionShouldRunTestCase
Returns true iff test_case contains at least one test that should run.
gtest/fused-src/gtest/gtest-all.cc:1826
MethodShowWideCString
Converts a wide C string to an std::string using the UTF-8 encoding. NULL will be converted to "(null)".
gtest/src/gtest.cc:1525
MethodShowWideCString
Converts a wide C string to an std::string using the UTF-8 encoding. NULL will be converted to "(null)".
gtest/fused-src/gtest/gtest-all.cc:3009
MethodShuffle
Creates a Flags struct where the gtest_shuffle flag has the given value.
gtest/test/gtest_unittest.cc:5380
MethodShuffleTests
Shuffles the tests in this test case.
gtest/src/gtest.cc:2463
MethodShuffleTests
Shuffles the tests in this test case.
gtest/fused-src/gtest/gtest-all.cc:3947
MethodSignAndMagnitudeToBiased
Converts an integer from the sign-and-magnitude representation to the biased representation. More precisely, let N be 2 to the power of (kBitCount -
gtest/fused-src/gtest/gtest.h:7319
MethodSignAndMagnitudeToBiased
Converts an integer from the sign-and-magnitude representation to the biased representation. More precisely, let N be 2 to the power of (kBitCount -
gtest/include/gtest/internal/gtest-internal.h:359
FunctionSigprofAction
gtest/test/gtest-death-test_test.cc:379
MethodSingleEvaluationTest
gtest/test/gtest_unittest.cc:3215
MethodSocketWriter
gtest/src/gtest-internal-inl.h:1092
MethodSocketWriter
gtest/fused-src/gtest/gtest-all.cc:1493
MethodSolver
Constructor and Destructor
src/solver/solver.h:56
← previousnext →2,101–2,200 of 3,349, ranked by callers