MCPcopy Create free account

hub / github.com/aksnzhy/xlearn / functions

Functions3,349 in github.com/aksnzhy/xlearn

MethodSpawnThreadNotifications
gtest/test/gtest_output_test_.cc:472
FunctionSplitStringToSetUsing
src/base/split_string.cc:59
MethodSquaredLoss
Constructor and Desstructor
src/loss/squared_loss.h:37
MethodStackTraceDepth
Creates a Flags struct where the GTEST_FLAG(stack_trace_depth) flag has the given value.
gtest/test/gtest_unittest.cc:5388
MethodStart
Called at the start of streaming to notify the receiver what protocol we are using.
gtest/src/gtest-internal-inl.h:1204
MethodStart
Called at the start of streaming to notify the receiver what protocol we are using.
gtest/fused-src/gtest/gtest-all.cc:1605
FunctionStartsWith
Returns True iff the given position in lines starts with 'string'.
gtest/scripts/pump.py:163
FunctionStat
gtest/include/gtest/internal/gtest-port.h:1730
FunctionStaticAssertTypeEq
gtest/fused-src/gtest/gtest.h:19975
FunctionStaticAssertTypeEq
gtest/include/gtest/gtest.h:2205
MethodStaticAssertTypeEqTestHelper
gtest/test/gtest_unittest.cc:6585
MethodStaticMemberFunction
A static member function that's expected to die.
gtest/test/gtest-death-test_test.cc:140
FunctionStrCaseCmp
gtest/include/gtest/internal/gtest-port.h:1708
FunctionStrDup
gtest/include/gtest/internal/gtest-port.h:1711
FunctionStrError
gtest/include/gtest/internal/gtest-port.h:1790
FunctionStrNCpy
gtest/fused-src/gtest/gtest.h:2868
FunctionStrNCpy
gtest/include/gtest/internal/gtest-port.h:1761
MethodStrSimilar
Constructor and Destructor
src/base/levenshtein_distance.h:55
FunctionStreamHelper
gtest/fused-src/gtest/gtest.h:3278
FunctionStreamHelper
gtest/include/gtest/gtest-message.h:206
MethodStreamResultTo
Creates a Flags struct where the GTEST_FLAG(stream_result_to) flag has the given value.
gtest/test/gtest_unittest.cc:5396
MethodStreamableTemplateInFoo
gtest/test/gtest-printers_test.cc:172
MethodStreamingListener
gtest/src/gtest-internal-inl.h:1138
MethodStreamingListener
gtest/fused-src/gtest/gtest-all.cc:1539
MethodStreamingListenerTest
gtest/test/gtest_unittest.cc:94
FunctionStringAppendF
src/base/stringprintf.cc:89
MethodSucceeds
gtest/test/gtest_unittest.cc:3354
FunctionSum
src/base/thread_pool_test.cc:55
FunctionSumIsEven2
Returns true iff the sum of the arguments is an even number.
gtest/test/gtest_unittest.cc:2153
MethodSuppressEventForwarding
gtest/test/gtest_unittest.cc:178
MethodSuppressTestEventsIfInSubprocess
Disables event forwarding if the control is currently in a death test subprocess. Must not be called before InitGoogleTest.
gtest/src/gtest.cc:4068
MethodSuppressTestEventsIfInSubprocess
Disables event forwarding if the control is currently in a death test subprocess. Must not be called before InitGoogleTest.
gtest/fused-src/gtest/gtest-all.cc:5552
FunctionTEST
Tests the default c'tor.
gtest/samples/sample2_unittest.cc:49
FunctionTEST
Google Test may not support value-parameterized tests with some compilers. If we use conditional compilation to compile out all code referring to the
gtest/samples/sample7_unittest.cc:128
FunctionTEST
Tests factorial of negative numbers.
gtest/samples/sample1_unittest.cc:79
FunctionTEST
gtest/samples/sample9_unittest.cc:93
FunctionTEST
Tests the Increment() method.
gtest/samples/sample4_unittest.cc:36
FunctionTEST
Google Test may not support Combine() with some compilers. If we use conditional compilation to compile out all code referring to the gtest_main libra
gtest/samples/sample8_unittest.cc:171
FunctionTEST
gtest/samples/sample10_unittest.cc:98
FunctionTEST
This test verifies that the constructor sets the internal state of the Widget class correctly.
gtest/xcode/Samples/FrameworkSample/widget_test.cc:45
FunctionTEST
Tests the default constructor.
gtest/test/gtest-message_test.cc:45
FunctionTEST
Tests that private members can be accessed from a TEST declared as a friend of the class.
gtest/test/gtest_prod_test.cc:39
FunctionTEST
The purpose of this is to ensure that the UnitTest singleton is created before main() is entered, and thus that ShouldUseColor() works the same way as
gtest/test/gtest_color_test_.cc:55
FunctionTEST
We can only test the accessors that do not change value while tests run. Since tests can be run in any order, the values the accessors that track test
gtest/test/gtest-unittest-api_test.cc:114
FunctionTEST
gtest/test/gtest-options_test.cc:69
FunctionTEST
The purpose of this is to make the test more realistic by ensuring that the UnitTest singleton is created before main() is entered. We don't actual ru
gtest/test/gtest_env_var_test_.cc:50
FunctionTEST
gtest/test/gtest_filter_unittest_.cc:59
FunctionTEST
gtest/test/gtest-filepath_test.cc:86
FunctionTEST
When a help flag is specified, this program should skip the tests and exit with 0; otherwise the following test will be executed, causing this program
gtest/test/gtest_help_test_.cc:40
FunctionTEST
A test that's expected to fail.
gtest/test/gtest_break_on_failure_unittest_.cc:52
FunctionTEST
The sole purpose of this TEST is to enable us to check whether it was run.
gtest/test/gtest_environment_test.cc:111
FunctionTEST
gtest/test/gtest_xml_output_unittest_.cc:72
FunctionTEST
Tests that iterators produced by generator functions conform to the ForwardIterator concept.
gtest/test/gtest-param-test_test.cc:189
FunctionTEST
Tests the ExitedWithCode predicate.
gtest/test/gtest-death-test_test.cc:214
FunctionTEST
gtest/test/gtest-printers_test.cc:253
FunctionTEST
Google Test may not support type-parameterized tests with some compilers. If we use conditional compilation to compile out all code referring to the g
gtest/test/gtest-typed-test_test.cc:358
FunctionTEST
Tests that death tests report thrown exceptions as failures and that the exceptions do not escape death test macros.
gtest/test/gtest-death-test_ex_test.cc:51
FunctionTEST
gtest/test/gtest_main_unittest.cc:39
FunctionTEST
gtest/test/gtest_shuffle_test_.cc:54
FunctionTEST
gtest/test/gtest_repeat_test.cc:94
FunctionTEST
Tests using SCOPED_TRACE() and Google Test assertions in many threads concurrently.
gtest/test/gtest_stress_test.cc:127
FunctionTEST
gtest/test/gtest-port_test.cc:64
FunctionTEST
gtest/test/gtest_sole_header_test.cc:43
FunctionTEST
Several different test cases and tests that will be listed.
gtest/test/gtest_list_tests_unittest_.cc:44
FunctionTEST
gtest/test/gtest_uninitialized_test_.cc:34
FunctionTEST
gtest/test/gtest_output_test_.cc:86
FunctionTEST
Verifies that the command line flag variables can be accessed in code once <gtest/gtest.h> has been #included. Do not move it after other #includes.
gtest/test/gtest_unittest.cc:40
FunctionTEST
Tests that tuple_element<K, tuple<T0, T1, ..., TN> >::type returns TK.
gtest/test/gtest-tuple_test.cc:46
FunctionTEST
gtest/test/gtest_catch_exceptions_test_.cc:95
FunctionTEST
src/distributed/parameter_server_test.cc:27
FunctionTEST
src/c_api/c_api_test.cc:25
FunctionTEST
src/data/model_parameters_test.cc:44
FunctionTEST
src/data/data_structure_test.cc:29
FunctionTEST
src/reader/reader_test.cc:278
FunctionTEST
src/reader/parser_test.cc:113
FunctionTEST
src/score/fm_score_test.cc:31
FunctionTEST
src/score/score_function_test.cc:31
FunctionTEST
src/score/ffm_score_test.cc:31
FunctionTEST
src/base/file_util_test.cc:28
FunctionTEST
src/base/levenshtein_distance_test.cc:32
FunctionTEST
src/base/thread_pool_test.cc:29
FunctionTEST
src/loss/cross_entropy_loss_test.cc:32
FunctionTEST
src/loss/squared_loss_test.cc:32
FunctionTEST
src/loss/metric_test.cc:31
FunctionTEST_F
Tests Factorial()
gtest/samples/sample5_unittest.cc:100
FunctionTEST_F
Tests the default c'tor.
gtest/samples/sample3_unittest.cc:123
FunctionTEST_F
Tests a successful EXPECT_PRED1 where the predicate-formatter is a function on a built-in type (int).
gtest/test/gtest_pred_impl_unittest.cc:167
FunctionTEST_F
Tests that private members can be accessed from a TEST_F declared as a friend of the class.
gtest/test/gtest_prod_test.cc:51
FunctionTEST_F
gtest/test/gtest-test-part_test.cc:58
FunctionTEST_F
gtest/test/gtest_xml_outfile2_test_.cc:47
FunctionTEST_F
gtest/test/gtest_xml_outfile1_test_.cc:47
FunctionTEST_F
gtest/test/gtest-options_test.cc:144
FunctionTEST_F
Tests that: - the premature-exit file exists during the execution of a death test (EXPECT_DEATH*), and - a death test doesn't interfere with the main
gtest/test/gtest_premature_exit_test.cc:84
FunctionTEST_F
gtest/test/gtest_filter_unittest_.cc:50
FunctionTEST_F
gtest/test/gtest-filepath_test.cc:550
FunctionTEST_F
gtest/test/gtest-listener_test.cc:158
FunctionTEST_F
gtest/test/gtest_xml_output_unittest_.cc:53
FunctionTEST_F
gtest/test/gtest-linked_ptr_test.cc:77
FunctionTEST_F
gtest/test/gtest-param-test_test.cc:858
FunctionTEST_F
Tests that the death test macros expand to code which may or may not be followed by operator<<, and that in either case the complete text comprises on
gtest/test/gtest-death-test_test.cc:288
← previousnext →2,201–2,300 of 3,349, ranked by callers