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
FilterMatchesTest
Returns true iff the user-specified filter matches the test case name and the test name.
gtest/src/gtest.cc:480
Method
FilterMatchesTest
Returns true iff the user-specified filter matches the test case name and the test name.
gtest/fused-src/gtest/gtest-all.cc:1964
Method
FilterTests
Compares the name of each test with the user-specified filter to decide whether the test should be run, then records the result in each TestCase and T
gtest/src/gtest.cc:4455
Method
FilterTests
Compares the name of each test with the user-specified filter to decide whether the test should be run, then records the result in each TestCase and T
gtest/fused-src/gtest/gtest-all.cc:5939
Method
FindLastPathSeparator
Returns a pointer to the last occurence of a valid path separator in the FilePath. On Windows, for example, both '/' and '\' are valid path separators
gtest/src/gtest-filepath.cc:131
Method
FindLastPathSeparator
Returns a pointer to the last occurence of a valid path separator in the FilePath. On Windows, for example, both '/' and '\' are valid path separators
gtest/fused-src/gtest/gtest-all.cc:7965
Method
FindTestCase
Returns the test case by its name. The caller doesn't own the returned pointer.
gtest/test/gtest-unittest-api_test.cc:73
Method
Flags
Constructs a Flags struct where each flag has its default value.
gtest/test/gtest_unittest.cc:5281
Function
FloatLE
Asserts that val1 is less than, or almost equal to, val2. Fails otherwise. In particular, it fails if either val1 or val2 is NaN.
gtest/src/gtest.cc:1098
Function
FloatLE
Asserts that val1 is less than, or almost equal to, val2. Fails otherwise. In particular, it fails if either val1 or val2 is NaN.
gtest/fused-src/gtest/gtest-all.cc:2582
Method
FloatingPoint
Constructs a FloatingPoint from a raw floating-point number. On an Intel CPU, passing a non-normalized NAN (Not a Number) around may change its bits,
gtest/fused-src/gtest/gtest.h:7240
Method
FloatingPoint
Constructs a FloatingPoint from a raw floating-point number. On an Intel CPU, passing a non-normalized NAN (Not a Number) around may change its bits,
gtest/include/gtest/internal/gtest-internal.h:280
Function
FloatingPointLE
gtest/src/gtest.cc:1061
Function
FloatingPointLE
gtest/fused-src/gtest/gtest-all.cc:2545
Function
FlushInfoLog
gtest/include/gtest/internal/gtest-port.h:1044
Method
Foo
gtest/test/gtest_unittest.cc:4895
Method
ForkingDeathTest
Constructs a ForkingDeathTest.
gtest/src/gtest-death-test.cc:792
Method
ForkingDeathTest
Constructs a ForkingDeathTest.
gtest/fused-src/gtest/gtest-all.cc:7286
Method
Format
gtest/fused-src/gtest/gtest.h:18770
Method
Format
gtest/fused-src/gtest/gtest.h:18779
Method
Format
gtest/include/gtest/gtest.h:1357
Method
Format
gtest/include/gtest/gtest.h:1366
Method
FormatBool
gtest/src/gtest-internal-inl.h:1206
Method
FormatBool
gtest/fused-src/gtest/gtest-all.cc:1607
Method
FormatByte
Formats a byte as "%02X".
gtest/src/gtest.cc:1650
Method
FormatByte
Formats a byte as "%02X".
gtest/fused-src/gtest/gtest-all.cc:3134
Method
FormatHexInt
Formats an int value as "%X".
gtest/src/gtest.cc:1643
Method
FormatHexInt
Formats an int value as "%X".
gtest/fused-src/gtest/gtest-all.cc:3127
Method
FormatIntWidth2
Formats an int value as "%02d".
gtest/src/gtest.cc:1636
Method
FormatIntWidth2
Formats an int value as "%02d".
gtest/fused-src/gtest/gtest-all.cc:3120
Method
FromDMReader
Constructor and Destructor
src/reader/reader.h:304
Function
FullMatch
FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches
gtest/include/gtest/internal/gtest-port.h:954
Method
FullMatch
Returns true iff regular expression re matches the entire str.
gtest/src/gtest-port.cc:153
Method
FullMatch
Returns true iff regular expression re matches the entire str.
gtest/fused-src/gtest/gtest-all.cc:8363
Method
GTEST_LOCK_EXCLUDED_
gtest/fused-src/gtest/gtest.h:9069
Method
GTEST_LOCK_EXCLUDED_
gtest/include/gtest/internal/gtest-linked_ptr.h:109
Function
GTEST_TEST
Sanity tests to ensure that the alternative, verbose spellings of some of the macros work. We don't test them thoroughly as that would be quite invol
gtest/test/gtest_unittest.cc:7015
Method
GTestFlagSaver
The c'tor.
gtest/src/gtest-internal-inl.h:164
Method
GTestFlagSaver
The c'tor.
gtest/fused-src/gtest/gtest-all.cc:565
Method
GTestLog
gtest/src/gtest-port.cc:485
Method
GTestLog
gtest/fused-src/gtest/gtest-all.cc:8695
Method
GTestMutexLock
gtest/fused-src/gtest/gtest.h:2520
Method
GTestMutexLock
gtest/include/gtest/internal/gtest-port.h:1413
Method
GTestShouldProcessSEH
Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. This function is usefu
gtest/src/gtest.cc:512
Method
GTestShouldProcessSEH
Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. This function is usefu
gtest/fused-src/gtest/gtest-all.cc:1996
Method
GenerateUniqueFileName
Returns a pathname for a file that does not currently exist. The pathname will be directory/base_name.extension or directory/base_name_<number>.extens
gtest/src/gtest-filepath.cc:281
Method
GenerateUniqueFileName
Returns a pathname for a file that does not currently exist. The pathname will be directory/base_name.extension or directory/base_name_<number>.extens
gtest/fused-src/gtest/gtest-all.cc:8115
Method
GetAbsolutePathToOutputFile
Returns the name of the requested output file, or the default if none was explicitly specified.
gtest/src/gtest.cc:404
Method
GetAbsolutePathToOutputFile
Returns the name of the requested output file, or the default if none was explicitly specified.
gtest/fused-src/gtest/gtest-all.cc:1888
Method
GetArgvsForDeathTestChildProcess
gtest/src/gtest-death-test.cc:875
Method
GetArgvsForDeathTestChildProcess
gtest/fused-src/gtest/gtest-all.cc:7369
Function
GetBoolAssertionFailureMessage
Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
gtest/src/gtest.cc:1023
Function
GetBoolAssertionFailureMessage
Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
gtest/fused-src/gtest/gtest-all.cc:2507
Function
GetCapturedStdout
Stops capturing stdout and returns the captured string.
gtest/fused-src/gtest/gtest-all.cc:8874
Method
GetCurrentDir
Returns the current working directory, or "" if unsuccessful.
gtest/src/gtest-filepath.cc:101
Method
GetCurrentDir
Returns the current working directory, or "" if unsuccessful.
gtest/fused-src/gtest/gtest-all.cc:7935
Function
GetCurrentOsStackTraceExceptTop
Returns the current OS stack trace as an std::string. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth f
gtest/fused-src/gtest/gtest-all.cc:6119
Function
GetEnv
gtest/include/gtest/internal/gtest-port.h:1792
Method
GetEventDescription
gtest/test/gtest_unittest.cc:6795
Function
GetExitStatus
Returns the argument to exit(), or -1 if exit() wasn't called. Args: exit_code: the result value of os.system(command).
gtest/test/gtest_test_utils.py:187
Method
GetFileSize
Returns the size (in bytes) of a file.
gtest/src/gtest-port.cc:599
Method
GetFileSize
Returns the size (in bytes) of a file.
gtest/fused-src/gtest/gtest-all.cc:8809
Method
GetFullMethodName
gtest/test/gtest-listener_test.cc:121
Method
GetInstance
Gets the singleton UnitTest object. The first time this method is called, a UnitTest object is constructed and returned. Consecutive calls will retu
gtest/src/gtest.cc:3641
Method
GetInstance
Gets the singleton UnitTest object. The first time this method is called, a UnitTest object is constructed and returned. Consecutive calls will retu
gtest/fused-src/gtest/gtest-all.cc:5125
Method
GetLastLine
(self)
gtest/scripts/pump.py:645
Method
GetMatrix
Get data buffer
src/reader/reader.h:219
Method
GetMetric
Return accuarcy
src/loss/metric.h:160
Method
GetMetric
Return accuarcy
src/loss/metric.h:252
Method
GetMetric
Return accuarcy
src/loss/metric.h:345
Method
GetMetric
Return AUC
src/loss/metric.h:550
Method
GetMetric
Return accuarcy
src/loss/metric.h:657
Method
GetMetric
Return accuarcy
src/loss/metric.h:736
Method
GetMetric
Return accuarcy
src/loss/metric.h:817
Method
GetMutableTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
gtest/src/gtest.cc:3744
Method
GetMutableTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
gtest/fused-src/gtest/gtest-all.cc:5228
Method
GetMutableTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
gtest/src/gtest.cc:2416
Method
GetMutableTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
gtest/fused-src/gtest/gtest-all.cc:3900
Method
GetNewIndex
gtest/test/gtest-port_test.cc:1164
Method
GetNextPrime
gtest/samples/prime_tables.h:93
Method
GetOrCreateValue
gtest/fused-src/gtest/gtest.h:2623
Method
GetOrCreateValue
gtest/include/gtest/internal/gtest-port.h:1516
Method
GetOutputFormat
Returns the output format, or "" for normal printed output.
gtest/src/gtest.cc:392
Method
GetOutputFormat
Returns the output format, or "" for normal printed output.
gtest/fused-src/gtest/gtest-all.cc:1876
Method
GetRepeater
gtest/test/gtest_unittest.cc:161
Method
GetResult
Get the results
src/solver/inference.h:70
Method
GetSortedTestCases
Returns the array of pointers to all test cases sorted by the test case name. The caller is responsible for deleting the array.
gtest/test/gtest-unittest-api_test.cc:57
Method
GetSortedTests
Returns the array of pointers to all tests in a particular test case sorted by the test name. The caller is responsible for deleting the array.
gtest/test/gtest-unittest-api_test.cc:86
Function
GetSourceDir
Returns the absolute path of the directory where the .py files are.
gtest/test/gtest_test_utils.py:126
Function
GetTempDir
Returns a directory for temporary files.
gtest/test/gtest_test_utils.py:147
Method
GetTestCasePatternHolder
gtest/fused-src/gtest/gtest.h:10568
Method
GetTestCasePatternHolder
gtest/include/gtest/internal/gtest-param-util.h:569
Function
GetTestExecutablePath
Returns the absolute path of the test binary given its name. The function will print a message and abort the program if the resulting file doesn'
gtest/test/gtest_test_utils.py:156
Method
GetTestResult
gtest/test/gtest_unittest.cc:5188
Function
GetTypeId
gtest/fused-src/gtest/gtest.h:7377
Function
GetTypeId
gtest/include/gtest/internal/gtest-internal.h:417
Function
GetTypeName
gtest/fused-src/gtest/gtest.h:3756
Function
GetTypeName
gtest/include/gtest/internal/gtest-type-util.h:64
Method
GetValue
(self, identifier)
gtest/scripts/pump.py:614
Method
GoogleTestFailureException
gtest/src/gtest.cc:2044
← previous
next →
1,601–1,700 of 3,349, ranked by callers