MCPcopy Create free account

hub / github.com/andybarry/flight / functions

Functions5,664 in github.com/andybarry/flight

↓ 2 callersMethodBaseGenerator
externals/gtest/include/gtest/internal/gtest-param-util.h:205
↓ 2 callersMethodBeginNewRecording
* Sets up variables to start recording on the next frame. */
sensors/stereo/RecordingManager.cpp:70
↓ 2 callersFunctionCaptureStream
Starts capturing an output stream (stdout/stderr).
externals/gtest/src/gtest-port.cc:1014
↓ 2 callersFunctionCleanUp
sensors/stereo/opencv-cam-calib-test.cpp:405
↓ 2 callersFunctionCsvParser_destroy
externals/csvparser/csvparser.c:50
↓ 2 callersFunctionCsvParser_getErrorMessage
externals/csvparser/csvparser.c:225
↓ 2 callersFunctionCsvParser_getHeader
externals/csvparser/csvparser.c:80
↓ 2 callersFunctionCsvParser_getRow
externals/csvparser/csvparser.c:91
↓ 2 callersMethodCurrent
externals/gtest/include/gtest/internal/gtest-param-util.h:215
↓ 2 callersMethodCurrentOsStackTraceExceptTop
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
externals/gtest/src/gtest.cc:780
↓ 2 callersMethodDeleteFilesAndDir
(self)
externals/gtest/test/gtest_xml_outfiles_test.py:78
↓ 2 callersFunctionDieInDebugElse12
Death in dbg, not opt.
externals/gtest/test/gtest-death-test_test.cc:199
↓ 2 callersFunctionDieWithEmbeddedNul
externals/gtest/test/gtest-death-test_test.cc:309
↓ 2 callersFunctionDisableSigprofActionAndTimer
Disables ITIMER_PROF timer and ignores SIGPROF signal.
externals/gtest/test/gtest-death-test_test.cc:392
↓ 2 callersMethodDoDelayedImuUpdate
controllers/state-machine/StateMachineControl.cpp:107
↓ 2 callersMethodDraw
controllers/TrajectoryLibrary/TrajectoryLibrary.cpp:240
↓ 2 callersMethodDraw
estimators/StereoOctomap/StereoOctomap.cpp:158
↓ 2 callersFunctionEditsToString
externals/gtest/test/gtest_unittest.cc:3437
↓ 2 callersFunctionExpectKeyAndValueWereRecordedForId
externals/gtest/test/gtest_stress_test.cc:76
↓ 2 callersFunctionExternalUtilityThatCallsRecordProperty
externals/gtest/test/gtest_xml_output_unittest_.cc:126
↓ 2 callersFunctionFReopen
externals/gtest/include/gtest/internal/gtest-port.h:2313
↓ 2 callersFunctionFailed
Returns true iff the test case failed.
externals/gtest/include/gtest/gtest.h:830
↓ 2 callersFunctionFalseHRESULTSuccess
externals/gtest/test/gtest_unittest.cc:3959
↓ 2 callersFunctionFatalFailure
A helper for generating a fatal failure.
externals/gtest/test/gtest_output_test_.cc:710
↓ 2 callersFunctionFilterFlag
(test_filter)
externals/gtest/test/gtest_shuffle_test.py:62
↓ 2 callersMethodFlushBufferToDisk
sensors/stereo/RecordingManager.cpp:95
↓ 2 callersFunctionFlushCameraBuffer
* Flushes the camera buffer to ensure * that we are returning the most recent frames * * @param camera the camera object */
sensors/stereo/opencv-stereo-util.cpp:62
↓ 2 callersFunctionFormatCxxExceptionMessage
Adds an "exception thrown" fatal failure to the current test.
externals/gtest/src/gtest.cc:2314
↓ 2 callersFunctionFormatTestCaseCount
Formats the count of test cases.
externals/gtest/src/gtest.cc:2778
↓ 2 callersFunctionFuseGTest
Fuses gtest.h and gtest-all.cc.
externals/gtest/scripts/fuse_gtest_files.py:226
↓ 2 callersFunctionGenerateFile
Given a file path and a content string, overwrites it with the given content.
externals/gtest/scripts/gen_gtest_pred_impl.py:302
↓ 2 callersFunctionGetCapturedStream
Stops capturing the output stream and returns the captured string.
externals/gtest/src/gtest-port.cc:1023
↓ 2 callersFunctionGetCurrentOsStackTraceExceptTop
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
externals/gtest/src/gtest.cc:4922
↓ 2 callersFunctionGetEnviron
externals/gtest/src/gtest-death-test.cc:927
↓ 2 callersFunctionGetFileSize
ui/log-monitor/log-monitor.cpp:43
↓ 2 callersFunctionGetFlag
Runs gtest_env_var_test_ and returns its output.
externals/gtest/test/gtest_env_var_test.py:64
↓ 2 callersFunctionGetFlag
Returns the value of the given flag.
externals/gtest/test/gtest_test_utils.py:115
↓ 2 callersMethodGetGlobalTestPartResultReporter
Returns the global test part result reporter.
externals/gtest/src/gtest.cc:688
↓ 2 callersMethodGetId
externals/gtest/src/gtest.cc:1053
↓ 2 callersFunctionGetOutputOfAllCommands
Returns concatenated output from several representative commands.
externals/gtest/test/gtest_output_test.py:238
↓ 2 callersFunctionGetPrefixUntilComma
Returns the prefix of 'str' before the first comma in it; returns the entire string if it contains no comma.
externals/gtest/include/gtest/internal/gtest-internal.h:585
↓ 2 callersFunctionGetRealtimeDir
utils/utils/RealtimeUtils.cpp:744
↓ 2 callersFunctionGetReservedAttributesForElement
externals/gtest/src/gtest.cc:2075
↓ 2 callersFunctionGetShellCommandOutput
Runs a command in a sub-process, and returns its output in a string. Args: env_cmd: The shell command. A 2-tuple where element 0 is a dict of e
externals/gtest/test/gtest_output_test.py:200
↓ 2 callersMethodGetTestInfo
externals/gtest/test/gtest_unittest.cc:5285
↓ 2 callersMethodGetTrajectoryLibrary
controllers/state-machine/StateMachineControl.hpp:63
↓ 2 callersFunctionGetVideoDirectory
* Converts a timestamp into a date, searches for that date in the directory * given by the user, and returns the directory name if it is unique. Ret
utils/utils/RealtimeUtils.cpp:699
↓ 2 callersFunctionHRESULTFailureHelper
Helper function for IsHRESULT{SuccessFailure} predicates
externals/gtest/src/gtest.cc:1626
↓ 2 callersFunctionHandleSehExceptionsInMethodIfSupported
externals/gtest/src/gtest.cc:2345
↓ 2 callersFunctionHasFailureHelper
A wrapper for calling HasFailure outside of a test body.
externals/gtest/test/gtest_unittest.cc:6789
↓ 2 callersFunctionHasNonfatalFailureHelper
A wrapper for calling HasNonfatalFailure outside of a test body.
externals/gtest/test/gtest_unittest.cc:6747
↓ 2 callersMethodHead
Gets the first element of the queue, or NULL if the queue is empty.
externals/gtest/samples/sample3-inl.h:105
↓ 2 callersFunctionI2C
drivers/radio_labjack/src/u3.c:630
↓ 2 callersMethodInit
sensors/stereo/RecordingManager.cpp:33
↓ 2 callersFunctionInitGoogleTestImpl
externals/gtest/src/gtest.cc:5258
↓ 2 callersMethodInitRecording
sensors/stereo/RecordingManager.cpp:40
↓ 2 callersFunctionIsHeaderGuardIncludeOrOneLineIWYUPragma
(line)
externals/gtest/scripts/pump.py:783
↓ 2 callersFunctionKilledExitStatus
Returns the exit status of a process that raises a given signal. If the signal does not cause the process to die, then it returns instead the exit sta
externals/gtest/test/gtest-death-test_test.cc:244
↓ 2 callersMethodLength
externals/gtest/samples/sample2.h:76
↓ 2 callersMethodLock
externals/gtest/include/gtest/internal/gtest-port.h:2081
↓ 2 callersFunctionMakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_case_name: name of the test case name
externals/gtest/src/gtest.cc:2502
↓ 2 callersMethodMinMaxCommands
utils/ServoConverter/ServoConverter.cpp:71
↓ 2 callersFunctionNonBlockingLcm
* Processes LCM messages without blocking. * * @param lcm lcm object * * @retval true if processed a message */
utils/utils/RealtimeUtils.cpp:577
↓ 2 callersFunctionNormalizeToCurrentPlatform
Normalizes platform specific output details for easier comparison.
externals/gtest/test/gtest_output_test.py:139
↓ 2 callersMethodNormalizeXml
Normalizes Google Test's XML output to eliminate references to transient information that may change from run to run. * The "time" attr
externals/gtest/test/gtest_xml_test_utils.py:150
↓ 2 callersFunctionOkHRESULTSuccess
externals/gtest/test/gtest_unittest.cc:3955
↓ 2 callersMethodOnTestIterationEnd
externals/gtest/test/gtest_unittest.cc:6898
↓ 2 callersMethodOnTestProgramEnd
externals/gtest/test/gtest_unittest.cc:6889
↓ 2 callersFunctionParseGoogleTestFlagsOnly
Parses the command line for Google Test flags, without initializing other parts of Google Test.
externals/gtest/src/gtest.cc:5246
↓ 2 callersFunctionParseGoogleTestFlagsOnlyImpl
externals/gtest/src/gtest.cc:5176
↓ 2 callersMethodPassedArgument
externals/gtest/test/gtest-death-test_test.cc:891
↓ 2 callersFunctionPlaySound
ui/ground-sound/ground-sound.cpp:44
↓ 2 callersFunctionPopFront
(a_list)
externals/gtest/scripts/pump.py:443
↓ 2 callersFunctionPopToken
(a_list, token_type=None)
externals/gtest/scripts/pump.py:453
↓ 2 callersFunctionPrintFullTestCommentIfPresent
externals/gtest/src/gtest.cc:2961
↓ 2 callersFunctionPrintOnOneLine
Prints the given C-string on a single line by replacing all '\n' characters with string "\\n". If the output takes more than max_length characters, o
externals/gtest/src/gtest.cc:4799
↓ 2 callersFunctionPrintStringTo
externals/gtest/src/gtest-printers.cc:349
↓ 2 callersFunctionPrintTestPartResultToString
Prints a TestPartResult to an std::string.
externals/gtest/src/gtest.cc:2806
↓ 2 callersFunctionPrintWideStringTo
externals/gtest/src/gtest-printers.cc:360
↓ 2 callersFunctionProcessFile
Processes the given gtest header file.
externals/gtest/scripts/fuse_gtest_files.py:152
↓ 2 callersMethodPushVariable
(self, var, value)
externals/gtest/scripts/pump.py:595
↓ 2 callersFunctionRead
externals/gtest/include/gtest/internal/gtest-port.h:2320
↓ 2 callersMethodReadFile
Returns the contents of a file.
externals/gtest/scripts/upload.py:844
↓ 2 callersMethodRegisterTests
UnitTest class invokes this method to register tests in this test case test cases right before running tests in RUN_ALL_TESTS macro. This method shoul
externals/gtest/include/gtest/internal/gtest-param-util.h:487
↓ 2 callersFunctionRemoveTestCounts
Removes test counts from a Google Test program's output.
externals/gtest/test/gtest_output_test.py:153
↓ 2 callersFunctionRemoveTypeInfoDetails
Removes compiler-specific type info from Google Test program's output. Args: test_output: the output of a Google Test program. Returns:
externals/gtest/test/gtest_output_test.py:125
↓ 2 callersFunctionRepeatFlag
(n)
externals/gtest/test/gtest_shuffle_test.py:66
↓ 2 callersFunctionRmDir
externals/gtest/include/gtest/internal/gtest-port.h:2272
↓ 2 callersMethodRun
Runs the test and updates the test result.
externals/gtest/src/gtest.cc:2427
↓ 2 callersMethodRun
externals/gtest/include/gtest/internal/gtest-port.h:1629
↓ 2 callersFunctionRunFromThread
externals/gtest/test/gtest-port_test.cc:1136
↓ 2 callersFunctionRunWithFlag
Runs gtest_help_test_ with the given flag. Returns: the exit code and the text output as a tuple. Args: flag: the command-line flag to pa
externals/gtest/test/gtest_help_test.py:81
↓ 2 callersFunctionSendStateEstimatorResetRequest
controllers/tvlqr/tvlqr-controller.cpp:144
↓ 2 callersMethodSetAcceleration
ui/hud/hud.hpp:99
↓ 2 callersMethodSetAltitude
ui/hud/hud.hpp:85
↓ 2 callersMethodSetBatteryVoltage
ui/hud/hud.hpp:120
↓ 2 callersFunctionSetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
externals/gtest/test/gtest_env_var_test.py:55
↓ 2 callersFunctionSetEnvVar
Sets an environment variable to a given value; unsets it when the given value is None.
externals/gtest/test/gtest_throw_on_failure_test.py:58
↓ 2 callersMethodSetGlobalTestPartResultReporter
Sets the global test part result reporter.
externals/gtest/src/gtest.cc:695
↓ 2 callersMethodSetGpsHeading
ui/hud/hud.hpp:118
← previousnext →701–800 of 5,664, ranked by callers