Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aksnzhy/xlearn
/ functions
Functions
3,349 in github.com/aksnzhy/xlearn
⨍
Functions
3,349
◇
Types & classes
1,370
Method
Send
Sends a string to the socket.
gtest/fused-src/gtest/gtest-all.cc:1504
Method
SendLn
Sends a string and a newline to the socket.
gtest/src/gtest-internal-inl.h:1084
Method
SendLn
Sends the given message and a newline to the socket.
gtest/src/gtest-internal-inl.h:1200
Method
SendLn
Sends a string and a newline to the socket.
gtest/fused-src/gtest/gtest-all.cc:1485
Method
SendLn
Sends the given message and a newline to the socket.
gtest/fused-src/gtest/gtest-all.cc:1601
Method
SeparateInstanceTest
gtest/test/gtest-param-test_test.cc:768
Method
SequenceTestingListener
gtest/test/gtest_unittest.cc:6772
Method
Serialize
Serialize current DMatrix to disk file.
src/data/data_structure.h:333
Method
SetDefaultResultPrinter
gtest/test/gtest_unittest.cc:165
Method
SetDefaultXmlGenerator
gtest/test/gtest_unittest.cc:169
Function
SetEnvVar
Sets/unsets an environment variable to a given value.
gtest/test/gtest_test_utils.py:65
Function
SetInjectableArgvs
gtest/src/gtest-port.cc:683
Function
SetInjectableArgvs
gtest/fused-src/gtest/gtest-all.cc:8893
Method
SetParam
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
Method
SetParam
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
Function
SetPthreadFlag
gtest/test/gtest-death-test_test.cc:473
Method
SetShuffle
If shuffle data ?
src/reader/reader.h:210
Method
SetShuffle
We cannot set shuffle for OndiskReader
src/reader/reader.h:286
Method
SetShuffle
If shuffle data ?
src/reader/reader.h:329
Method
SetTimeZone
gtest/test/gtest_unittest.cc:446
Method
SetUp
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
Method
SetUp
gtest/samples/sample5_unittest.cc:146
Method
SetUp
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
Method
SetUp
gtest/samples/sample7_unittest.cc:71
Method
SetUp
gtest/samples/sample8_unittest.cc:95
Method
SetUp
gtest/test/gtest_pred_impl_unittest.cc:125
Method
SetUp
gtest/test/gtest_pred_impl_unittest.cc:517
Method
SetUp
gtest/test/gtest_pred_impl_unittest.cc:951
Method
SetUp
gtest/test/gtest_pred_impl_unittest.cc:1427
Method
SetUp
gtest/test/gtest_pred_impl_unittest.cc:1945
Method
SetUp
gtest/test/gtest_xml_outfile2_test_.cc:39
Method
SetUp
gtest/test/gtest_xml_outfile1_test_.cc:39
Method
SetUp
gtest/test/gtest-options_test.cc:129
Method
SetUp
gtest/test/gtest-filepath_test.cc:493
Method
SetUp
gtest/test/gtest-listener_test.cc:130
Method
SetUp
gtest/test/gtest-listener_test.cc:149
Method
SetUp
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
Method
SetUp
gtest/test/gtest-param-test_test.cc:637
Method
SetUp
gtest/test/gtest-typed-test_test.cc:69
Method
SetUp
gtest/test/gtest-typed-test_test.cc:180
Method
SetUp
gtest/test/gtest_repeat_test.cc:86
Method
SetUp
gtest/test/gtest_output_test_.cc:357
Method
SetUp
gtest/test/gtest_output_test_.cc:382
Method
SetUp
gtest/test/gtest_output_test_.cc:413
Method
SetUp
gtest/test/gtest_output_test_.cc:438
Method
SetUp
Starts a thread and waits for it to begin.
gtest/test/gtest_output_test_.cc:497
Method
SetUp
gtest/test/gtest_output_test_.cc:966
Method
SetUp
gtest/test/gtest_output_test_.cc:978
Method
SetUp
gtest/test/gtest_unittest.cc:418
Method
SetUp
gtest/test/gtest_unittest.cc:1351
Method
SetUp
gtest/test/gtest_unittest.cc:1803
Method
SetUp
gtest/test/gtest_unittest.cc:2684
Method
SetUp
This will be called before each test in this test case.
gtest/test/gtest_unittest.cc:5250
Method
SetUp
Clears the flags before each test.
gtest/test/gtest_unittest.cc:5431
Method
SetUp
gtest/test/gtest_unittest.cc:6321
Method
SetUp
gtest/test/gtest_catch_exceptions_test_.cc:83
Method
SetUp
gtest/test/gtest_catch_exceptions_test_.cc:124
Method
SetUp
gtest/test/gtest_catch_exceptions_test_.cc:185
Method
SetUp
gtest/test/gtest_catch_exceptions_test_.cc:228
Method
SetUp
Override this to define how to set up the environment.
gtest/fused-src/gtest/gtest.h:18359
Method
SetUp
Override this to define how to set up the environment.
gtest/include/gtest/gtest.h:946
Method
SetUp
src/reader/file_splitor_test.cc:44
Method
SetUp
src/score/linear_score_test.cc:37
Method
SetUp
src/loss/loss_test.cc:62
Function
SetUpEnvironment
Helpers for setting up / tearing down the given environment. They are for use in the ForEach() function.
gtest/src/gtest.cc:4210
Function
SetUpEnvironment
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
Function
SetUpTestCase
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
Function
SetUpTestCase
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
Method
SetUpTestCase
gtest/test/gtest-listener_test.cc:141
Method
SetUpTestCase
gtest/test/gtest_xml_output_unittest_.cc:99
Method
SetUpTestCase
gtest/test/gtest-param-test_test.cc:646
Method
SetUpTestCase
gtest/test/gtest-death-test_test.cc:956
Method
SetUpTestCase
gtest/test/gtest-typed-test_test.cc:48
Method
SetUpTestCase
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
Method
SetUpTestCase
gtest/test/gtest_unittest.cc:1971
Method
SetUpTestCase
gtest/test/gtest_unittest.cc:3115
Method
SetUpTestCase
This will be called once before the first test in this test case is run.
gtest/test/gtest_unittest.cc:5219
Method
SetUpTestCase
Tests that current_test_info() returns NULL before the first test in the test case is run.
gtest/test/gtest_unittest.cc:6235
Method
SetUpTestCase
gtest/test/gtest_catch_exceptions_test_.cc:69
Method
SetUpTestCase
gtest/test/gtest_catch_exceptions_test_.cc:168
Function
Setup
gtest/fused-src/gtest/gtest.h:17864
Function
Setup
gtest/include/gtest/gtest.h:451
Method
Setup
gtest/fused-src/gtest/gtest.h:18367
Method
Setup
gtest/include/gtest/gtest.h:954
Function
ShouldRunTest
Returns true if the given test should run.
gtest/fused-src/gtest/gtest.h:18301
Function
ShouldRunTest
Returns true if the given test should run.
gtest/include/gtest/gtest.h:888
Function
ShouldRunTestCase
Returns true iff test_case contains at least one test that should run.
gtest/src/gtest.cc:342
Function
ShouldRunTestCase
Returns true iff test_case contains at least one test that should run.
gtest/fused-src/gtest/gtest-all.cc:1826
Method
ShowWideCString
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
Method
ShowWideCString
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
Method
Shuffle
Creates a Flags struct where the gtest_shuffle flag has the given value.
gtest/test/gtest_unittest.cc:5380
Method
ShuffleTests
Shuffles the tests in this test case.
gtest/src/gtest.cc:2463
Method
ShuffleTests
Shuffles the tests in this test case.
gtest/fused-src/gtest/gtest-all.cc:3947
Method
SignAndMagnitudeToBiased
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
Method
SignAndMagnitudeToBiased
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
Function
SigprofAction
gtest/test/gtest-death-test_test.cc:379
Method
SingleEvaluationTest
gtest/test/gtest_unittest.cc:3215
Method
SocketWriter
gtest/src/gtest-internal-inl.h:1092
Method
SocketWriter
gtest/fused-src/gtest/gtest-all.cc:1493
Method
Solver
Constructor and Destructor
src/solver/solver.h:56
← previous
next →
2,101–2,200 of 3,349, ranked by callers