MCPcopy Create free account

hub / github.com/Cambricon/mlu-ops / functions

Functions4,409 in github.com/Cambricon/mlu-ops

MethodFormatHexInt
Formats an int value as "%X".
test/mlu_op_gtest/googletest/src/gtest.cc:1897
MethodFormatIntWidth2
Formats an int value as "%02d".
test/mlu_op_gtest/googletest/src/gtest.cc:1890
MethodFormula2str
test/mlu_op_gtest/pb_gtest/include/evaluator.h:231
MethodFuchsiaDeathTest
test/mlu_op_gtest/googletest/src/gtest-death-test.cc:781
FunctionFullMatch
FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:1236
MethodFullMatch
Returns true iff regular expression re matches the entire str.
test/mlu_op_gtest/googletest/src/gtest-port.cc:551
MethodGTEST_LOCK_EXCLUDED_
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-linked_ptr.h:106
MethodGTestFlagSaver
The c'tor.
test/mlu_op_gtest/googletest/src/gtest-internal-inl.h:155
MethodGTestLog
test/mlu_op_gtest/googletest/src/gtest-port.cc:897
MethodGTestMutexLock
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:1811
MethodGTestShouldProcessSEH
Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. This function is usefu
test/mlu_op_gtest/googletest/src/gtest.cc:525
MethodGenerateProposalsV2Executor
test/mlu_op_gtest/pb_gtest/src/zoo/generate_proposals_v2/generate_proposals_v2.h:34
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
test/mlu_op_gtest/googletest/src/gtest-filepath.cc:275
MethodGetAbsolutePathToOutputFile
Returns the name of the requested output file, or the default if none was explicitly specified.
test/mlu_op_gtest/googletest/src/gtest.cc:417
MethodGetArgvsForDeathTestChildProcess
test/mlu_op_gtest/googletest/src/gtest-death-test.cc:1014
FunctionGetBoolAssertionFailureMessage
Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
test/mlu_op_gtest/googletest/src/gtest.cc:1309
FunctionGetCapturedStdout
Stops capturing stdout and returns the captured string.
test/mlu_op_gtest/googletest/src/gtest-port.cc:1030
MethodGetCurrentDir
Returns the current working directory, or "" if unsuccessful.
test/mlu_op_gtest/googletest/src/gtest-filepath.cc:97
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
test/mlu_op_gtest/googletest/src/gtest.cc:5197
FunctionGetDefaultFilter
test/mlu_op_gtest/pb_gtest/src/gtest/mlu_op_test_result_printer.cpp:128
MethodGetIndicePairsExecutor
test/mlu_op_gtest/pb_gtest/src/zoo/get_indice_pairs/get_indice_pairs.cpp:32
MethodGetInstance
Gets the singleton UnitTest object. The first time this method is called, a UnitTest object is constructed and returned. Consecutive calls will retu
test/mlu_op_gtest/googletest/src/gtest.cc:4202
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.
test/mlu_op_gtest/googletest/src/gtest.cc:4315
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.
test/mlu_op_gtest/googletest/src/gtest.cc:2619
MethodGetOrCreateValue
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:1962
MethodGetOutputFormat
Returns the output format, or "" for normal printed output.
test/mlu_op_gtest/googletest/src/gtest.cc:405
FunctionGetParamNameGen
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util.h:364
MethodGetTestCasePatternHolder
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util.h:643
MethodGetThreadLocalsMapLocked
Returns map of thread local instances.
test/mlu_op_gtest/googletest/src/gtest-port.cc:508
FunctionGetTypeId
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-internal.h:426
FunctionGetTypeName
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-type-util.h:80
MethodGetValueOnCurrentThread
Registers thread_local_instance as having value on the current thread. Returns a value that can be used to identify the thread from other threads.
test/mlu_op_gtest/googletest/src/gtest-port.cc:391
MethodGetValueOnCurrentThread
test/mlu_op_gtest/googletest/src/gtest-port.cc:523
MethodGoogleTestFailureException
test/mlu_op_gtest/googletest/src/gtest.cc:2256
MethodHardwareTimeNotifier
test/mlu_op_gtest/pb_gtest/include/executor.h:152
MethodHasFatalFailure
Returns true iff the test fatally failed.
test/mlu_op_gtest/googletest/src/gtest.cc:2087
MethodHasNewFatalFailureHelper
test/mlu_op_gtest/googletest/src/gtest-test-part.cc:81
MethodHasNonfatalFailure
Returns true iff the test has a non-fatal failure.
test/mlu_op_gtest/googletest/src/gtest.cc:2097
FunctionHasOneFailure
This predicate-formatter checks that 'results' contains a test part failure of the given type and that the failure message contains the given substrin
test/mlu_op_gtest/googletest/src/gtest.cc:618
MethodHasSameFixtureClass
Google Test requires all tests in the same test case to use the same test fixture class. This function checks if the current test has the same fixtur
test/mlu_op_gtest/googletest/src/gtest.cc:2166
MethodHostTimerWrapper
test/mlu_op_gtest/pb_gtest/include/executor.h:381
MethodHunk
test/mlu_op_gtest/googletest/src/gtest.cc:1097
FunctionImplicitCast_
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:1445
FunctionInDeathTestChild
Returns a Boolean value indicating whether the caller is currently executing in the context of the death test child process. Tools such as Valgrind h
test/mlu_op_gtest/googletest/src/gtest-death-test.cc:133
MethodIndex3D
test/mlu_op_gtest/pb_gtest/src/zoo/mutual_information_backward/mutual_information_backward.h:40
MethodIndex3D
test/mlu_op_gtest/pb_gtest/src/zoo/mutual_information_forward/mutual_information_forward.h:40
MethodIndiceConvolutionBackwardDataExecutor
test/mlu_op_gtest/pb_gtest/src/zoo/indice_convolution_backward_data/indice_convolution_backward_data.h:33
MethodInfinity
Returns the floating-point number that represent positive infinity.
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-internal.h:302
MethodInit
Initializes an RE from its string representation.
test/mlu_op_gtest/googletest/src/gtest-port.cc:570
MethodInit
test/mlu_op_gtest/googletest/src/gtest.cc:568
MethodInitCopy
Initializes this object with a copy of the input.
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-internal.h:1114
MethodInitRef
Initializes this object with a reference of the input.
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-internal.h:1123
MethodInputSpace
kernels/sparse_conv/get_indice_pairs/get_indice_pairs_structs.h:49
MethodInstanceValueHolderFactory
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:1992
MethodInstanceValueHolderFactory
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2192
MethodInstantiationInfo
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util.h:583
MethodInternalRunDeathTestFlag
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-death-test-internal.h:242
FunctionIsAlNum
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2342
FunctionIsAlpha
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2339
MethodIsCloseable
test/mlu_op_gtest/googletest/src/gtest-port.cc:221
FunctionIsContainerTest
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-internal.h:893
FunctionIsEmpty
Returns true iff the path is "".
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-filepath.h:105
FunctionIsHRESULTFailure
test/mlu_op_gtest/googletest/src/gtest.cc:1650
FunctionIsHRESULTSuccess
test/mlu_op_gtest/googletest/src/gtest.cc:1643
FunctionIsLower
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2348
MethodIsNormalizableWhitespace
test/mlu_op_gtest/pb_gtest/src/gtest/mlu_op_test_result_printer.h:50
MethodIsNormalizableWhitespace
Is c a whitespace character that is normalized to a space character when it appears in an XML attribute value?
test/mlu_op_gtest/googletest/src/gtest.cc:3241
FunctionIsNotSubstring
test/mlu_op_gtest/googletest/src/gtest.cc:1556
MethodIsRootDirectory
Returns true if pathname describes a root directory. (Windows has one root directory per disk drive.)
test/mlu_op_gtest/googletest/src/gtest-filepath.cc:244
FunctionIsSubstring
test/mlu_op_gtest/googletest/src/gtest.cc:1542
FunctionIsUpper
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2354
MethodIsValidParamName
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util.h:602
MethodIsValidXmlCharacter
May c appear in a well-formed XML document?
test/mlu_op_gtest/pb_gtest/src/gtest/mlu_op_test_result_printer.h:55
MethodIsValidXmlCharacter
May c appear in a well-formed XML document?
test/mlu_op_gtest/googletest/src/gtest.cc:3244
MethodIterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util.h:213
MethodIterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util.h:291
MethodIterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:6159
MethodIterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:6268
MethodIterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:6397
MethodIterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:6544
MethodIterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:6711
MethodIterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:6895
MethodIterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:7105
MethodIterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:7333
MethodIterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:7592
MethodJoin
test/mlu_op_gtest/googletest/src/gtest-port.cc:378
MethodJoin
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:1711
MethodJsonMsg
test/mlu_op_gtest/pb_gtest/include/socket_comm.h:61
MethodJsonPrinter
Creates a new JsonUnitTestResultPrinter.
test/mlu_op_gtest/pb_gtest/src/gtest/mlu_op_test_result_printer.cpp:545
FunctionJsonStringify
test/mlu_op_gtest/pb_gtest/src/gtest/mlu_op_gtest.cpp:572
MethodJsonUnitTestResultPrinter
Creates a new JsonUnitTestResultPrinter.
test/mlu_op_gtest/googletest/src/gtest.cc:3729
MethodKilledBySignal
KilledBySignal constructor.
test/mlu_op_gtest/googletest/src/gtest-death-test.cc:169
MethodLOOKUP_TABLE>
test/mlu_op_gtest/include/math_half.h:193
MethodLastMessage
test/mlu_op_gtest/googletest/src/gtest-death-test.cc:366
MethodLgammaExecutor
test/mlu_op_gtest/pb_gtest/src/zoo/lgamma/lgamma.h:31
MethodListTestsMatchingFilter
Prints the names of the tests matching the user-specified filter flag.
test/mlu_op_gtest/googletest/src/gtest.cc:5087
MethodLock
test/mlu_op_gtest/googletest/src/gtest-port.cc:264
MethodLock
Acquires this mutex.
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2012
FunctionLock<pthread_rwlock_t, false>
core/subscriber.hpp:56
FunctionLock<pthread_rwlock_t, true>
core/subscriber.hpp:51
← previousnext →1,601–1,700 of 4,409, ranked by callers