MCPcopy Create free account

hub / github.com/aksnzhy/xlearn / functions

Functions3,349 in github.com/aksnzhy/xlearn

MethodFilterMatchesTest
Returns true iff the user-specified filter matches the test case name and the test name.
gtest/src/gtest.cc:480
MethodFilterMatchesTest
Returns true iff the user-specified filter matches the test case name and the test name.
gtest/fused-src/gtest/gtest-all.cc:1964
MethodFilterTests
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
MethodFilterTests
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
MethodFindLastPathSeparator
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
MethodFindLastPathSeparator
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
MethodFindTestCase
Returns the test case by its name. The caller doesn't own the returned pointer.
gtest/test/gtest-unittest-api_test.cc:73
MethodFlags
Constructs a Flags struct where each flag has its default value.
gtest/test/gtest_unittest.cc:5281
FunctionFloatLE
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
FunctionFloatLE
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
MethodFloatingPoint
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
MethodFloatingPoint
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
FunctionFloatingPointLE
gtest/src/gtest.cc:1061
FunctionFloatingPointLE
gtest/fused-src/gtest/gtest-all.cc:2545
FunctionFlushInfoLog
gtest/include/gtest/internal/gtest-port.h:1044
MethodFoo
gtest/test/gtest_unittest.cc:4895
MethodForkingDeathTest
Constructs a ForkingDeathTest.
gtest/src/gtest-death-test.cc:792
MethodForkingDeathTest
Constructs a ForkingDeathTest.
gtest/fused-src/gtest/gtest-all.cc:7286
MethodFormat
gtest/fused-src/gtest/gtest.h:18770
MethodFormat
gtest/fused-src/gtest/gtest.h:18779
MethodFormat
gtest/include/gtest/gtest.h:1357
MethodFormat
gtest/include/gtest/gtest.h:1366
MethodFormatBool
gtest/src/gtest-internal-inl.h:1206
MethodFormatBool
gtest/fused-src/gtest/gtest-all.cc:1607
MethodFormatByte
Formats a byte as "%02X".
gtest/src/gtest.cc:1650
MethodFormatByte
Formats a byte as "%02X".
gtest/fused-src/gtest/gtest-all.cc:3134
MethodFormatHexInt
Formats an int value as "%X".
gtest/src/gtest.cc:1643
MethodFormatHexInt
Formats an int value as "%X".
gtest/fused-src/gtest/gtest-all.cc:3127
MethodFormatIntWidth2
Formats an int value as "%02d".
gtest/src/gtest.cc:1636
MethodFormatIntWidth2
Formats an int value as "%02d".
gtest/fused-src/gtest/gtest-all.cc:3120
MethodFromDMReader
Constructor and Destructor
src/reader/reader.h:304
FunctionFullMatch
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
MethodFullMatch
Returns true iff regular expression re matches the entire str.
gtest/src/gtest-port.cc:153
MethodFullMatch
Returns true iff regular expression re matches the entire str.
gtest/fused-src/gtest/gtest-all.cc:8363
MethodGTEST_LOCK_EXCLUDED_
gtest/fused-src/gtest/gtest.h:9069
MethodGTEST_LOCK_EXCLUDED_
gtest/include/gtest/internal/gtest-linked_ptr.h:109
FunctionGTEST_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
MethodGTestFlagSaver
The c'tor.
gtest/src/gtest-internal-inl.h:164
MethodGTestFlagSaver
The c'tor.
gtest/fused-src/gtest/gtest-all.cc:565
MethodGTestLog
gtest/src/gtest-port.cc:485
MethodGTestLog
gtest/fused-src/gtest/gtest-all.cc:8695
MethodGTestMutexLock
gtest/fused-src/gtest/gtest.h:2520
MethodGTestMutexLock
gtest/include/gtest/internal/gtest-port.h:1413
MethodGTestShouldProcessSEH
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
MethodGTestShouldProcessSEH
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
MethodGenerateUniqueFileName
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
MethodGenerateUniqueFileName
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
MethodGetAbsolutePathToOutputFile
Returns the name of the requested output file, or the default if none was explicitly specified.
gtest/src/gtest.cc:404
MethodGetAbsolutePathToOutputFile
Returns the name of the requested output file, or the default if none was explicitly specified.
gtest/fused-src/gtest/gtest-all.cc:1888
MethodGetArgvsForDeathTestChildProcess
gtest/src/gtest-death-test.cc:875
MethodGetArgvsForDeathTestChildProcess
gtest/fused-src/gtest/gtest-all.cc:7369
FunctionGetBoolAssertionFailureMessage
Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
gtest/src/gtest.cc:1023
FunctionGetBoolAssertionFailureMessage
Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
gtest/fused-src/gtest/gtest-all.cc:2507
FunctionGetCapturedStdout
Stops capturing stdout and returns the captured string.
gtest/fused-src/gtest/gtest-all.cc:8874
MethodGetCurrentDir
Returns the current working directory, or "" if unsuccessful.
gtest/src/gtest-filepath.cc:101
MethodGetCurrentDir
Returns the current working directory, or "" if unsuccessful.
gtest/fused-src/gtest/gtest-all.cc:7935
FunctionGetCurrentOsStackTraceExceptTop
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
FunctionGetEnv
gtest/include/gtest/internal/gtest-port.h:1792
MethodGetEventDescription
gtest/test/gtest_unittest.cc:6795
FunctionGetExitStatus
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
MethodGetFileSize
Returns the size (in bytes) of a file.
gtest/src/gtest-port.cc:599
MethodGetFileSize
Returns the size (in bytes) of a file.
gtest/fused-src/gtest/gtest-all.cc:8809
MethodGetFullMethodName
gtest/test/gtest-listener_test.cc:121
MethodGetInstance
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
MethodGetInstance
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
MethodGetLastLine
(self)
gtest/scripts/pump.py:645
MethodGetMatrix
Get data buffer
src/reader/reader.h:219
MethodGetMetric
Return accuarcy
src/loss/metric.h:160
MethodGetMetric
Return accuarcy
src/loss/metric.h:252
MethodGetMetric
Return accuarcy
src/loss/metric.h:345
MethodGetMetric
Return AUC
src/loss/metric.h:550
MethodGetMetric
Return accuarcy
src/loss/metric.h:657
MethodGetMetric
Return accuarcy
src/loss/metric.h:736
MethodGetMetric
Return accuarcy
src/loss/metric.h:817
MethodGetMutableTestCase
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
MethodGetMutableTestCase
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
MethodGetMutableTestInfo
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
MethodGetMutableTestInfo
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
MethodGetNewIndex
gtest/test/gtest-port_test.cc:1164
MethodGetNextPrime
gtest/samples/prime_tables.h:93
MethodGetOrCreateValue
gtest/fused-src/gtest/gtest.h:2623
MethodGetOrCreateValue
gtest/include/gtest/internal/gtest-port.h:1516
MethodGetOutputFormat
Returns the output format, or "" for normal printed output.
gtest/src/gtest.cc:392
MethodGetOutputFormat
Returns the output format, or "" for normal printed output.
gtest/fused-src/gtest/gtest-all.cc:1876
MethodGetRepeater
gtest/test/gtest_unittest.cc:161
MethodGetResult
Get the results
src/solver/inference.h:70
MethodGetSortedTestCases
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
MethodGetSortedTests
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
FunctionGetSourceDir
Returns the absolute path of the directory where the .py files are.
gtest/test/gtest_test_utils.py:126
FunctionGetTempDir
Returns a directory for temporary files.
gtest/test/gtest_test_utils.py:147
MethodGetTestCasePatternHolder
gtest/fused-src/gtest/gtest.h:10568
MethodGetTestCasePatternHolder
gtest/include/gtest/internal/gtest-param-util.h:569
FunctionGetTestExecutablePath
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
MethodGetTestResult
gtest/test/gtest_unittest.cc:5188
FunctionGetTypeId
gtest/fused-src/gtest/gtest.h:7377
FunctionGetTypeId
gtest/include/gtest/internal/gtest-internal.h:417
FunctionGetTypeName
gtest/fused-src/gtest/gtest.h:3756
FunctionGetTypeName
gtest/include/gtest/internal/gtest-type-util.h:64
MethodGetValue
(self, identifier)
gtest/scripts/pump.py:614
MethodGoogleTestFailureException
gtest/src/gtest.cc:2044
← previousnext →1,601–1,700 of 3,349, ranked by callers