MCPcopy Create free account

hub / github.com/chuckcho/video-caffe / functions

Functions2,834 in github.com/chuckcho/video-caffe

↓ 1 callersFunctionDefaultPrintNonContainerTo
src/gtest/gtest.h:9403
↓ 1 callersFunctionDefaultPrintTo
src/gtest/gtest.h:9454
↓ 1 callersFunctionDeleteThreadLocalValue
src/gtest/gtest.h:2355
↓ 1 callersMethodEnd
src/gtest/gtest.h:10127
↓ 1 callersMethodEnd
Stop analyzing function body.
scripts/cpp_lint.py:865
↓ 1 callersMethodEndsWithCaseInsensitive
Returns true iff this String ends with the given suffix, ignoring case. Any String is considered to end with a NULL or empty suffix.
src/gtest/gtest-all.cpp:2982
↓ 1 callersMethodEquals
src/gtest/gtest.h:10150
↓ 1 callersFunctionError
Logs the fact we've found a lint error. We log where the error was found, and also our confidence in the error, that is, how certain we are this
scripts/cpp_lint.py:992
↓ 1 callersMethodExactNumTopBlobs
* @brief Returns the exact number of top blobs required by the layer, * or -1 if no exact number is required. * * This method should b
include/caffe/layer.hpp:224
↓ 1 callersFunctionExecDeathTestChildMain
The main function for a threadsafe-style death test child process. This function is called in a clone()-ed process and thus must avoid any potentially
src/gtest/gtest-all.cpp:7096
↓ 1 callersFunctionExecDeathTestFork
A threadsafe implementation of fork(2) for threadsafe-style death tests that uses clone(2). It dies with an error message if anything goes wrong.
src/gtest/gtest-all.cpp:7149
↓ 1 callersFunctionExitSummary
Generates a textual description of a given exit code, in the format specified by wait(2).
src/gtest/gtest-all.cpp:6340
↓ 1 callersMethodExtension
File extension - text following the final period.
scripts/cpp_lint.py:952
↓ 1 callersFunctionFClose
src/gtest/gtest.h:2691
↓ 1 callersFunctionFDOpen
src/gtest/gtest.h:2689
↓ 1 callersFunctionFailFromInternalError
This is called from a death test parent process to read a failure message from the death test child process and log it with the FATAL severity. On Win
src/gtest/gtest-all.cpp:6468
↓ 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:4405
↓ 1 callersMethodFillBottoms
src/caffe/test/test_accuracy_layer.cpp:42
↓ 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:2523
↓ 1 callersFunctionFindNextMultiLineCommentEnd
We are inside a comment, find the end marker.
scripts/cpp_lint.py:1138
↓ 1 callersFunctionFindNextMultiLineCommentStart
Find the beginning marker for a multiline comment.
scripts/cpp_lint.py:1127
↓ 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:2592
↓ 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:537
↓ 1 callersMethodForwardFromTo
src/caffe/net.cpp:518
↓ 1 callersMethodForwardTo
src/caffe/net.cpp:542
↓ 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:74
↓ 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 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:3443
↓ 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 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:1946
↓ 1 callersMethodIncrementErrorCount
Bumps the module's error statistic.
scripts/cpp_lint.py:751
↓ 1 callersFunctionInitDeathTestSubprocessControlInfo
src/gtest/gtest-all.cpp:1129
↓ 1 callersMethodInitDiffDataUnsharedWeightsNet
src/caffe/test/test_net.cpp:443
↓ 1 callersMethodInitReshapableNet
src/caffe/test/test_net.cpp:567
↓ 1 callersMethodInitSolverFromProtoString
src/caffe/test/test_gradient_based_solver.cpp:54
↓ 1 callersMethodInitSolverFromProtoString
src/caffe/test/test_solver.cpp:24
↓ 1 callersMethodInitTinyNetEuclidean
src/caffe/test/test_net.cpp:147
↓ 1 callersMethodInitTrickyNet
src/caffe/test/test_net.cpp:207
↓ 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:1049
↓ 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:504
↓ 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:616
↓ 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:232
↓ 1 callersMethodNCCL
python/caffe/_caffe.cpp:349
↓ 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:4785
↓ 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
← previousnext →601–700 of 2,834, ranked by callers