MCPcopy Create free account

hub / github.com/Harick1/caffe-yolo / functions

Functions2,741 in github.com/Harick1/caffe-yolo

↓ 1 callersFunctionFailed
Returns true iff the unit test failed (i.e. some test case failed or something outside of all tests failed).
src/gtest/gtest-all.cpp:956
↓ 1 callersFunctionFileNo
src/gtest/gtest.h:2635
↓ 1 callersMethodFileOrDirectoryExists
Returns true if pathname describes something findable in the file-system, either a file, directory, or whatever.
src/gtest/gtest-all.cpp:7629
↓ 1 callersFunctionFilesBelongToSameModule
Check if these two filenames belong to the same module. The concept of a 'module' here is a as follows: foo.h, foo-inl.h, foo.cc, foo_test.cc and
scripts/cpp_lint.py:4399
↓ 1 callersMethodFillBottoms
src/caffe/test/test_accuracy_layer.cpp:40
↓ 1 callersMethodFillUnrolledNet
src/caffe/layers/rnn_layer.cpp:42
↓ 1 callersFunctionFindNextMatchingAngleBracket
Find the corresponding > to close a template. Args: clean_lines: A CleansedLines instance containing the file. linenum: Current line number
scripts/cpp_lint.py:2517
↓ 1 callersFunctionFindNextMultiLineCommentEnd
We are inside a comment, find the end marker.
scripts/cpp_lint.py:1134
↓ 1 callersFunctionFindNextMultiLineCommentStart
Find the beginning marker for a multiline comment.
scripts/cpp_lint.py:1123
↓ 1 callersFunctionFindPreviousMatchingAngleBracket
Find the corresponding < that started a template. Args: clean_lines: A CleansedLines instance containing the file. linenum: Current line nu
scripts/cpp_lint.py:2586
↓ 1 callersFunctionFormatCompilerIndependentFileLocation
Formats a file location for compiler-independent XML output. Although this function is not platform dependent, we put it next to FormatFileLocation in
src/gtest/gtest-all.cpp:8250
↓ 1 callersFunctionFormatSehExceptionMessage
Adds an "exception thrown" fatal failure to the current test. This function returns its result via an output parameter pointer because VC++ prohibits
src/gtest/gtest-all.cpp:3321
↓ 1 callersMethodForwardFrom
src/caffe/net.cpp:549
↓ 1 callersMethodForwardFromTo
src/caffe/net.cpp:535
↓ 1 callersMethodForwardTo
src/caffe/net.cpp:554
↓ 1 callersFunctionGTestIsInitialized
src/gtest/gtest-all.cpp:1612
↓ 1 callersMethodGenerate
Generates a random number from [0, range), using a Linear Congruential Generator (LCG). Crashes if 'range' is 0 or greater than kMaxRange.
src/gtest/gtest-all.cpp:1587
↓ 1 callersMethodGetActionFunction
Return the function that the solver can use to find out if a snapshot or early exit is being requested.
src/caffe/util/signal_handler.cpp:111
↓ 1 callersFunctionGetAnsiColorCode
Returns the ANSI color code for the given color. COLOR_DEFAULT is an invalid input.
src/gtest/gtest-all.cpp:3876
↓ 1 callersFunctionGetBrewFunction
tools/caffe.cpp:67
↓ 1 callersFunctionGetCapturedStderr
Stops capturing stderr and returns the captured string.
src/gtest/gtest-all.cpp:8425
↓ 1 callersMethodGetCapturedString
src/gtest/gtest-all.cpp:8326
↓ 1 callersFunctionGetColorAttribute
Returns the character attribute for the given color.
src/gtest/gtest-all.cpp:3863
↓ 1 callersFunctionGetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
src/gtest/gtest-all.cpp:1673
↓ 1 callersFunctionGetEnviron
src/gtest/gtest-all.cpp:7080
↓ 1 callersFunctionGetGTBox
src/caffe/layers/eval_detection_layer.cpp:50
↓ 1 callersFunctionGetLineWidth
Determines the width of the line in column positions. Args: line: A string, which may be a Unicode string. Returns: The width of the lin
scripts/cpp_lint.py:3437
↓ 1 callersFunctionGetMutableTestCase
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.
src/gtest/gtest-all.cpp:969
↓ 1 callersFunctionGetNextRandomSeed
Returns the first valid random seed after 'seed'. The behavior is undefined if 'seed' is invalid. The seed after kMaxRandomSeed is considered to be
src/gtest/gtest-all.cpp:538
↓ 1 callersFunctionGetPredBox
src/caffe/layers/eval_detection_layer.cpp:75
↓ 1 callersFunctionGetRandomSeedFromFlag
Returns a random seed in range [1, kMaxRandomSeed] based on the given --gtest_random_seed flag value.
src/gtest/gtest-all.cpp:522
↓ 1 callersFunctionGetStatusFileDescriptor
Recreates the pipe and event handles from the provided parameters, signals the event, and returns a file descriptor wrapped around the pipe handle. Th
src/gtest/gtest-all.cpp:7315
↓ 1 callersFunctionGetTestCase
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.
src/gtest/gtest-all.cpp:962
↓ 1 callersMethodGetTestCaseTypeId
Test case id to verify identity.
src/gtest/gtest.h:10393
↓ 1 callersFunctionGetThreadCount
Returns the number of threads running in the process, or 0 to indicate that we cannot detect it.
src/gtest/gtest-all.cpp:7885
↓ 1 callersFunctionGotSIGHUP
Return true iff a SIGHUP has been received since the last time this function was called.
src/caffe/util/signal_handler.cpp:79
↓ 1 callersFunctionGotSIGINT
Return true iff a SIGINT has been received since the last time this function was called.
src/caffe/util/signal_handler.cpp:71
↓ 1 callersFunctionHasGoogleTestFlagPrefix
Determines whether a string has a prefix that Google Test uses for its flags, i.e., starts with GTEST_FLAG_PREFIX_ or GTEST_FLAG_PREFIX_DASH_. If Goog
src/gtest/gtest-all.cpp:5953
↓ 1 callersFunctionHookupHandler
src/caffe/util/signal_handler.cpp:25
↓ 1 callersMethodInNamespaceBody
Check if we are currently one level inside a namespace body. Returns: True if top of the stack is a namespace block, False otherwise.
scripts/cpp_lint.py:1940
↓ 1 callersMethodIncrementErrorCount
Bumps the module's error statistic.
scripts/cpp_lint.py:747
↓ 1 callersFunctionInitDeathTestSubprocessControlInfo
src/gtest/gtest-all.cpp:1129
↓ 1 callersMethodInitDiffDataUnsharedWeightsNet
src/caffe/test/test_net.cpp:431
↓ 1 callersMethodInitReshapableNet
src/caffe/test/test_net.cpp:555
↓ 1 callersMethodInitSolverFromProtoString
src/caffe/test/test_gradient_based_solver.cpp:52
↓ 1 callersMethodInitSolverFromProtoString
src/caffe/test/test_solver.cpp:24
↓ 1 callersMethodInitTinyNetEuclidean
src/caffe/test/test_net.cpp:135
↓ 1 callersMethodInitTrickyNet
src/caffe/test/test_net.cpp:195
↓ 1 callersFunctionIsATTY
src/gtest/gtest.h:2617
↓ 1 callersMethodIsAbsolutePath
Returns true if pathname describes an absolute path.
src/gtest/gtest-all.cpp:7685
↓ 1 callersFunctionIsCppString
Does line terminate so, that the next symbol is in string constant. This function does not consider single-line nor multi-line comments. Args:
scripts/cpp_lint.py:1045
↓ 1 callersFunctionIsDigit
src/gtest/gtest.h:2579
↓ 1 callersFunctionIsDir
src/gtest/gtest.h:2642
↓ 1 callersFunctionIsErrorSuppressedByNolint
Returns true if the specified error category is suppressed on this line. Consults the global error_suppressions map populated by ParseNolintSuppr
scripts/cpp_lint.py:500
↓ 1 callersMethodIsInAlphabeticalOrder
Check if a header is in alphabetical order with the previous header. Args: clean_lines: A CleansedLines instance containing the file.
scripts/cpp_lint.py:612
↓ 1 callersFunctionIsPrintableAscii
Returns true if c is a printable ASCII character. We test the value of c directly instead of calling isprint(), which is buggy on Windows Mobile.
src/gtest/gtest-all.cpp:8686
↓ 1 callersFunctionIsSubstringPred
src/gtest/gtest-all.cpp:2534
↓ 1 callersFunctionIsUtf16SurrogatePair
Determines if the arguments constitute UTF-16 surrogate pair and thus should be combined into a single Unicode code point using CreateCodePointFromUtf
src/gtest/gtest-all.cpp:2778
↓ 1 callersFunctionIsValidEscape
Returns true iff "\\c" is a supported escape sequence.
src/gtest/gtest-all.cpp:7998
↓ 1 callersMethodLock
Acquires this mutex.
src/gtest/gtest.h:2269
↓ 1 callersFunctionLogToStderr
src/gtest/gtest.h:1989
↓ 1 callersFunctionMatchRepetitionAndRegexAtHead
Matches a repeated regex atom followed by a valid simple regular expression. The regex atom is defined as c if escaped is false, or \c otherwise. re
src/gtest/gtest-all.cpp:8096
↓ 1 callersMethodMinTopBlobs
* @brief Returns the minimum number of top blobs required by the layer, * or -1 if no minimum number is required. * * This method shou
include/caffe/layer.hpp:257
↓ 1 callersMethodOnEnvironmentsSetUpEnd
src/gtest/gtest-all.cpp:4000
↓ 1 callersMethodOnEnvironmentsSetUpStart
src/gtest/gtest-all.cpp:4053
↓ 1 callersMethodOnEnvironmentsTearDownEnd
src/gtest/gtest-all.cpp:4007
↓ 1 callersMethodOnEnvironmentsTearDownStart
src/gtest/gtest-all.cpp:4125
↓ 1 callersMethodOnTestCaseEnd
src/gtest/gtest-all.cpp:4112
↓ 1 callersMethodOnTestCaseStart
src/gtest/gtest-all.cpp:4060
↓ 1 callersMethodOnTestEnd
src/gtest/gtest-all.cpp:4093
↓ 1 callersMethodOnTestIterationEnd
src/gtest/gtest-all.cpp:4157
↓ 1 callersMethodOnTestIterationStart
Fired before each iteration of tests starts.
src/gtest/gtest-all.cpp:4018
↓ 1 callersMethodOnTestPartResult
Called after an assertion failure.
src/gtest/gtest-all.cpp:4082
↓ 1 callersMethodOnTestProgramEnd
src/gtest/gtest-all.cpp:4653
↓ 1 callersMethodOnTestProgramStart
src/gtest/gtest-all.cpp:4649
↓ 1 callersMethodOnTestStart
src/gtest/gtest-all.cpp:4074
↓ 1 callersFunctionParseArguments
Parses the command line arguments. This may set the output format and verbosity level as side-effects. Args: args: The command line argument
scripts/cpp_lint.py:4779
↓ 1 callersFunctionParseGoogleTestFlagsOnly
Parses the command line for Google Test flags, without initializing other parts of Google Test.
src/gtest/gtest-all.cpp:6145
↓ 1 callersFunctionParseInternalRunDeathTestFlag
Returns a newly created InternalRunDeathTestFlag object with fields initialized from the GTEST_FLAG(internal_run_death_test) flag if the flag is speci
src/gtest/gtest-all.cpp:7380
↓ 1 callersFunctionPartialMatch
src/gtest/gtest.h:1902
↓ 1 callersFunctionPassed
Returns true iff the unit test passed (i.e. all test cases passed).
src/gtest/gtest-all.cpp:952
↓ 1 callersMethodPopGTestTrace
Pops a trace from the per-thread Google Test trace stack. L < mutex_
src/gtest/gtest-all.cpp:5235
↓ 1 callersMethodPostFlagParsingInit
Performs initialization dependent upon flag values obtained in ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to ParseGoogleT
src/gtest/gtest-all.cpp:5338
↓ 1 callersFunctionPrintAsNarrowStringLiteralTo
Prints a char c as if it's part of a string literal, escaping it when necessary; returns how c was formatted.
src/gtest/gtest-all.cpp:8756
↓ 1 callersFunctionPrintBytesInObjectTo
Delegates to PrintBytesInObjectToImpl() to print the bytes in the given object. The delegation simplifies the implementation, which uses the << opera
src/gtest/gtest-all.cpp:8663
↓ 1 callersFunctionPrintBytesInObjectToImpl
Prints the bytes in the given value to the given ostream.
src/gtest/gtest-all.cpp:8631
↓ 1 callersFunctionPrintCategories
Prints a list of all the error-categories used by error messages. These are the categories used to filter messages via --filter.
scripts/cpp_lint.py:4770
↓ 1 callersFunctionPrintColorEncoded
Prints a string containing code-encoded text. The following escape sequences can be used in the string to control the text color: @@ prints a sin
src/gtest/gtest-all.cpp:5973
↓ 1 callersMethodPrintErrorCounts
Print a summary of errors by category, and the total.
scripts/cpp_lint.py:757
↓ 1 callersFunctionPrintTestPartResult
Prints a TestPartResult.
src/gtest/gtest-all.cpp:3831
↓ 1 callersFunctionPrintTo
src/gtest/gtest.h:9538
↓ 1 callersFunctionProcessFile
Does google-lint on a single file. Args: filename: The name of the file to parse. vlevel: The level of errors to report. Every error of c
scripts/cpp_lint.py:4689
↓ 1 callersFunctionProcessFileData
Performs lint checks and reports any errors to the given error function. Args: filename: Filename of the file that is being processed. file
scripts/cpp_lint.py:4644
↓ 1 callersFunctionProcessLine
Processes a single line in the file. Args: filename: Filename of the file that is being processed. file_extension: The extension (dot not i
scripts/cpp_lint.py:4600
↓ 1 callersMethodPushGTestTrace
Pushes a trace defined by SCOPED_TRACE() on to the per-thread Google Test trace stack. L < mutex_
src/gtest/gtest-all.cpp:5228
↓ 1 callersFunctionRE
Constructs an RE from a string.
src/gtest/gtest.h:1878
↓ 1 callersFunctionReadBoxDataToDatum
src/caffe/util/io.cpp:170
↓ 1 callersFunctionReadProtoFromBinaryFile
include/caffe/util/io.hpp:73
↓ 1 callersFunctionReadProtoFromTextFile
include/caffe/util/io.hpp:54
↓ 1 callersMethodRecordPropertyForCurrentTest
Creates and adds a property to the current TestResult. If a property matching the supplied value already exists, updates its value instead.
src/gtest/gtest-all.cpp:5114
← previousnext →601–700 of 2,741, ranked by callers