MCPcopy Create free account

hub / github.com/MikeLankamp/fpm / functions

Functions1,471 in github.com/MikeLankamp/fpm

↓ 1 callersFunctionIsDigit
3rdparty/googletest/include/gtest/internal/gtest-port.h:2005
↓ 1 callersFunctionIsDir
3rdparty/googletest/include/gtest/internal/gtest-port.h:2079
↓ 1 callersFunctionIsFlag
3rdparty/googlebench/src/commandlineflags.cc:208
↓ 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.
3rdparty/googletest/src/gtest-printers.cc:136
↓ 1 callersFunctionIsSubstringPred
3rdparty/googletest/src/gtest.cc:1577
↓ 1 callersFunctionIsTrue
3rdparty/googletest/src/gtest.cc:5609
↓ 1 callersFunctionIsUtf16SurrogatePair
Determines if the arguments constitute UTF-16 surrogate pair and thus should be combined into a single Unicode code point using CreateCodePointFromUtf
3rdparty/googletest/src/gtest.cc:1812
↓ 1 callersFunctionIsValidEscape
Returns true iff "\\c" is a supported escape sequence.
3rdparty/googletest/src/gtest-port.cc:703
↓ 1 callersFunctionIsValidUTF8
3rdparty/googletest/src/gtest-printers.cc:378
↓ 1 callersFunctionIsXDigit
3rdparty/googletest/include/gtest/internal/gtest-port.h:2017
↓ 1 callersFunctionLoadFlagsFromFile
3rdparty/googletest/src/gtest.cc:5876
↓ 1 callersFunctionLogToStderr
3rdparty/googletest/include/gtest/internal/gtest-port.h:1016
↓ 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
3rdparty/googletest/src/gtest-port.cc:798
↓ 1 callersMethodMatches
Returns true iff this matcher matches x.
3rdparty/googletest/include/gtest/gtest-matchers.h:260
↓ 1 callersMethodNewValueForCurrentThread
3rdparty/googletest/include/gtest/internal/gtest-port.h:1644
↓ 1 callersMethodOnEnvironmentsSetUpEnd
3rdparty/googletest/src/gtest.cc:3100
↓ 1 callersMethodOnEnvironmentsSetUpStart
3rdparty/googletest/src/gtest.cc:3152
↓ 1 callersMethodOnEnvironmentsTearDownEnd
3rdparty/googletest/src/gtest.cc:3107
↓ 1 callersMethodOnEnvironmentsTearDownStart
3rdparty/googletest/src/gtest.cc:3228
↓ 1 callersMethodOnTestCaseEnd
3rdparty/googletest/src/gtest.cc:3217
↓ 1 callersMethodOnTestCaseStart
3rdparty/googletest/src/gtest.cc:3159
↓ 1 callersMethodOnTestEnd
3rdparty/googletest/src/gtest.cc:3196
↓ 1 callersMethodOnTestIterationEnd
3rdparty/googletest/src/gtest.cc:3284
↓ 1 callersMethodOnTestIterationStart
Fired before each iteration of tests starts.
3rdparty/googletest/src/gtest.cc:3117
↓ 1 callersMethodOnTestPartResult
Called after an assertion failure.
3rdparty/googletest/src/gtest.cc:3180
↓ 1 callersMethodOnTestProgramEnd
3rdparty/googletest/src/gtest.cc:3109
↓ 1 callersMethodOnTestProgramStart
The following methods override what's in the TestEventListener class.
3rdparty/googletest/src/gtest.cc:3097
↓ 1 callersMethodOnTestStart
3rdparty/googletest/src/gtest.cc:3172
↓ 1 callersMethodOnTestSuiteEnd
Fired after the test suite ends.
3rdparty/googletest/include/gtest/gtest.h:1109
↓ 1 callersMethodOnTestSuiteStart
Fired before the test suite starts.
3rdparty/googletest/include/gtest/gtest.h:1090
↓ 1 callersFunctionOutputFlagAlsoCheckEnvVar
As a special case for the 'output' flag, if GTEST_OUTPUT is not set, we look for XML_OUTPUT_FILE, which is set by the Bazel build system. The value o
3rdparty/googletest/src/gtest-port.cc:1293
↓ 1 callersFunctionParseCommandLineFlags
3rdparty/googlebench/src/benchmark.cc:569
↓ 1 callersFunctionParseDouble
Parses 'str' for a double. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns false.
3rdparty/googlebench/src/commandlineflags.cc:61
↓ 1 callersFunctionParseDoubleFlag
3rdparty/googlebench/src/commandlineflags.cc:185
↓ 1 callersFunctionParseGoogleTestFlagsOnly
Parses the command line for Google Test flags, without initializing other parts of Google Test.
3rdparty/googletest/src/gtest.cc:5952
↓ 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
3rdparty/googletest/src/gtest-death-test.cc:1578
↓ 1 callersFunctionPartialMatch
3rdparty/googletest/include/gtest/internal/gtest-port.h:930
↓ 1 callersFunctionPassed
Returns true iff the unit test passed (i.e. all test suites passed).
3rdparty/googletest/src/gtest-internal-inl.h:577
↓ 1 callersMethodPostFlagParsingInit
Performs initialization dependent upon flag values obtained in ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to ParseGoogleT
3rdparty/googletest/src/gtest.cc:5026
↓ 1 callersFunctionPrintAsStringLiteralTo
Prints a wchar_t c as if it's part of a string literal, escaping it when necessary; returns how c was formatted.
3rdparty/googletest/src/gtest-printers.cc:194
↓ 1 callersFunctionPrintBytesInObjectTo
Delegates to PrintBytesInObjectToImpl() to print the bytes in the given object. The delegation simplifies the implementation, which uses the << opera
3rdparty/googletest/src/gtest-printers.cc:113
↓ 1 callersFunctionPrintBytesInObjectToImpl
Prints the bytes in the given value to the given ostream.
3rdparty/googletest/src/gtest-printers.cc:82
↓ 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
3rdparty/googletest/src/gtest.cc:5746
↓ 1 callersFunctionPrintImp
3rdparty/googlebench/src/sysinfo.cc:66
↓ 1 callersMethodPrintJsonTestList
3rdparty/googletest/src/gtest.cc:4243
↓ 1 callersFunctionPrintTestPartResult
Prints a TestPartResult.
3rdparty/googletest/src/gtest.cc:2897
↓ 1 callersMethodPrintTo
3rdparty/googletest/src/gtest.cc:1174
↓ 1 callersFunctionPrintTupleTo
3rdparty/googletest/include/gtest/gtest-printers.h:646
↓ 1 callersMethodPrintXmlTestsList
3rdparty/googletest/src/gtest.cc:3861
↓ 1 callersFunctionRE
Constructs an RE from a string.
3rdparty/googletest/include/gtest/internal/gtest-port.h:909
↓ 1 callersMethodRemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
3rdparty/googletest/src/gtest-filepath.cc:150
↓ 1 callersMethodRemoveExtension
Returns a copy of the FilePath with the case-insensitive extension removed. Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns FilePath(
3rdparty/googletest/src/gtest-filepath.cc:119
↓ 1 callersFunctionReportInvalidTestSuiteType
3rdparty/googletest/src/gtest.cc:2584
↓ 1 callersMethodReportTestPartResult
Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
3rdparty/googletest/src/gtest.cc:631
↓ 1 callersFunctionRoundDouble
3rdparty/googlebench/src/json_reporter.cc:63
↓ 1 callersMethodRun
3rdparty/googlebench/src/benchmark_register.cc:453
↓ 1 callersFunctionRunBenchmark
3rdparty/googlebench/src/benchmark.cc:184
↓ 1 callersFunctionRunBenchmarks
3rdparty/googlebench/src/benchmark.cc:389
↓ 1 callersFunctionRunInThread
Execute one thread of benchmark b for the specified number of iterations. Adds the stats collected for the thread into *total.
3rdparty/googlebench/src/benchmark.cc:161
↓ 1 callersFunctionSameNames
3rdparty/googlebench/src/counter.cc:54
↓ 1 callersFunctionSet
3rdparty/googletest/include/gtest/internal/gtest-filepath.h:76
↓ 1 callersMethodSetDefaultResultPrinter
Sets the default_result_printer attribute to the provided listener. The listener is also added to the listener list and previous default_result_printe
3rdparty/googletest/src/gtest.cc:4494
↓ 1 callersMethodSetErrorStream
REQUIRES: The object referenced by 'err' is valid for the lifetime of the reporter.
3rdparty/googlebench/include/benchmark/benchmark.h:1355
↓ 1 callersMethodSetLabel
3rdparty/googlebench/src/benchmark.cc:362
↓ 1 callersMethodSetOutputStream
REQUIRES: The object referenced by 'out' is valid for the lifetime of the reporter.
3rdparty/googlebench/include/benchmark/benchmark.h:1348
↓ 1 callersMethodSetUp
Sets up the test fixture. A sub-class may override this.
3rdparty/googletest/src/gtest.cc:2249
↓ 1 callersMethodSetUp
These will be deprecated ...
3rdparty/googlebench/include/benchmark/benchmark.h:1012
↓ 1 callersMethodSetValue
Sets a new value, overriding the one supplied in the constructor.
3rdparty/googletest/include/gtest/gtest.h:554
↓ 1 callersFunctionShouldRunTestOnShard
Given the total number of shards, the shard index, and the test id, returns true iff the test should be run on this shard. The test id is some arbitra
3rdparty/googletest/src/gtest.cc:5384
↓ 1 callersFunctionShouldUseColor
Returns true iff Google Test should use colors in the output.
3rdparty/googletest/src/gtest.cc:2977
↓ 1 callersFunctionShuffle
3rdparty/googletest/src/gtest-internal-inl.h:330
↓ 1 callersFunctionSkipSpaces
Skips to the first non-space char in str. Returns an empty string if str contains only whitespace characters.
3rdparty/googletest/src/gtest-typed-test.cc:42
↓ 1 callersFunctionSleepMilliseconds
Sleeps for (roughly) n milliseconds. This function is only for testing Google Test's own constructs. Don't use it in user tests, either directly or
3rdparty/googletest/include/gtest/internal/gtest-port.h:1213
↓ 1 callersFunctionSplitIntoTestNames
3rdparty/googletest/src/gtest-typed-test.cc:48
↓ 1 callersFunctionStackGrowsDown
Make sure AddressSanitizer does not tamper with the stack here.
3rdparty/googletest/src/gtest-death-test.cc:1281
↓ 1 callersFunctionStackLowerThanAddress
3rdparty/googletest/src/gtest-death-test.cc:1275
↓ 1 callersMethodStartTimer
Called by each thread
3rdparty/googlebench/src/thread_timer.h:15
↓ 1 callersFunctionStrCaseCmp
3rdparty/googletest/include/gtest/internal/gtest-port.h:2055
↓ 1 callersFunctionStrError
3rdparty/googletest/include/gtest/internal/gtest-port.h:2133
↓ 1 callersFunctionStrFormatImp
3rdparty/googlebench/src/string_util.cc:125
↓ 1 callersMethodTearDown
Tears down the test fixture. A sub-class may override this.
3rdparty/googletest/src/gtest.cc:2255
↓ 1 callersMethodTearDown
3rdparty/googlebench/include/benchmark/benchmark.h:1013
↓ 1 callersFunctionTestPartResult
C'tor. TestPartResult does NOT have a default constructor. Always use this constructor (with parameters) to create a TestPartResult object.
3rdparty/googletest/include/gtest/gtest-test-part.h:63
↓ 1 callersFunctionTestPartResultTypeToString
Converts a TestPartResult::Type enum to human-friendly string representation. Both kNonFatalFailure and kFatalFailure are translated to "Failure", as
3rdparty/googletest/src/gtest.cc:2865
↓ 1 callersFunctionToExponentAndMantissa
3rdparty/googlebench/src/string_util.cc:30
↓ 1 callersFunctionToUpper
3rdparty/googletest/include/gtest/internal/gtest-port.h:2028
↓ 1 callersFunctionUniversalPrintArray
Prints a (const) char array of 'len' elements, starting at address 'begin'.
3rdparty/googletest/src/gtest-printers.cc:317
↓ 1 callersFunctionValidateRegex
Generates non-fatal failures and returns false if regex is invalid; otherwise returns true.
3rdparty/googletest/src/gtest-port.cc:738
↓ 1 callersFunctionValidateTestPropertyName
3rdparty/googletest/src/gtest.cc:2152
↓ 1 callersMethodWaitForNotification
3rdparty/googletest/src/gtest-port.cc:252
↓ 1 callersMethodWaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
3rdparty/googletest/include/gtest/internal/gtest-port.h:1252
↓ 1 callersFunctionWrite
3rdparty/googletest/include/gtest/internal/gtest-port.h:2129
↓ 1 callersFunctionWriteToShardStatusFileIfNeeded
Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file if the variable is present. If a file already exists at this location, th
3rdparty/googletest/src/gtest.cc:5299
↓ 1 callersFunctionacos
accuracy/accuracy.cpp:29
↓ 1 callersFunctionad_hoc_test_result
Returns the TestResult for the ad hoc test.
3rdparty/googletest/src/gtest-internal-inl.h:612
↓ 1 callersFunctionasin
accuracy/accuracy.cpp:28
↓ 1 callersFunctionatan
accuracy/accuracy.cpp:30
↓ 1 callersFunctionatan2
accuracy/accuracy.cpp:31
↓ 1 callersMethodcpu_time_used
REQUIRES: timer is not running
3rdparty/googlebench/src/thread_timer.h:43
↓ 1 callersFunctionexp
accuracy/accuracy.cpp:33
← previousnext →401–500 of 1,471, ranked by callers