MCPcopy Create free account

hub / github.com/andybarry/flight / functions

Functions5,664 in github.com/andybarry/flight

↓ 218 callersFunction_mav_finalize_message_chan_send
mavlink-rlg/mavlink_helpers.h:119
↓ 214 callersFunction_mav_finalize_message_chan_send
mavlink-generated2/mavlink_helpers.h:119
↓ 200 callersMethodend
externals/gtest/include/gtest/internal/gtest-internal.h:1020
↓ 182 callersMethodbegin
externals/gtest/include/gtest/internal/gtest-internal.h:1019
↓ 181 callersFunctionPrint
externals/gtest/test/gtest-printers_test.cc:231
↓ 179 callersMethodsize
Returns the number of TestPartResult objects in the array.
externals/gtest/src/gtest-test-part.cc:83
↓ 177 callersFunctionEXPECT_FATAL_FAILURE
The c'tor sets this object as the test part result reporter used by Google Test. The 'result' parameter specifies where to report the results. This r
externals/gtest/include/gtest/gtest-spi.h:64
↓ 138 callersMethodadd
externals/ConciseArgs.hpp:280
↓ 136 callersFunctionFilePath
externals/gtest/include/gtest/internal/gtest-filepath.h:62
↓ 135 callersFunctionmav_array_memcpy
like memcpy(), but if src is NULL, do a memset to zero */
mavlink-rlg/protocol.h:163
↓ 131 callersFunctionmav_array_memcpy
like memcpy(), but if src is NULL, do a memset to zero */
mavlink-generated2/protocol.h:163
↓ 111 callersFunctionmavlink_finalize_message_chan
mavlink-rlg/mavlink_helpers.h:68
↓ 111 callersFunctionmavlink_msg_to_send_buffer
* @brief Pack a message to send it over a serial byte stream */
mavlink-rlg/mavlink_helpers.h:170
↓ 110 callersFunctionmavlink_finalize_message
mavlink-rlg/mavlink_helpers.h:96
↓ 109 callersFunctionmavlink_finalize_message_chan
mavlink-generated2/mavlink_helpers.h:68
↓ 109 callersFunctionmavlink_msg_get_send_buffer_length
* @brief Get the required buffer size for this message */
mavlink-rlg/protocol.h:79
↓ 108 callersFunctionmavlink_finalize_message
mavlink-generated2/mavlink_helpers.h:96
↓ 107 callersFunctionmavlink_msg_get_send_buffer_length
* @brief Get the required buffer size for this message */
mavlink-generated2/protocol.h:79
↓ 107 callersFunctionmavlink_msg_to_send_buffer
* @brief Pack a message to send it over a serial byte stream */
mavlink-generated2/mavlink_helpers.h:170
↓ 73 callersFunctionAtomMatchesChar
Returns true iff the given atom (specified by escaped and pattern) matches ch. The result is undefined if the atom is invalid.
externals/gtest/src/gtest-port.cc:612
↓ 73 callersMethodGetString
Gets the text streamed to this object so far as an std::string. Each '\0' character in the buffer is replaced with "\\0".
externals/gtest/src/gtest.cc:944
↓ 62 callersFunctionGetTimestampNow
utils/utils/RealtimeUtils.cpp:543
↓ 59 callersFunctionValuesIn
externals/gtest/include/gtest/gtest-param-test.h:308
↓ 52 callersFunctionSetEnv
Sets an environment variable with the given name to the given value. If the value argument is "", unsets the environment variable. The caller must e
externals/gtest/test/gtest_unittest.cc:1615
↓ 48 callersMethodGetTrajectoryNumber
controllers/TrajectoryLibrary/Trajectory.hpp:42
↓ 48 callersMethodget
externals/gtest/include/gtest/internal/gtest-port.h:1156
↓ 46 callersFunctionStreamableToString
externals/gtest/include/gtest/gtest-message.h:243
↓ 43 callersFunctionValues
externals/gtest/include/gtest/gtest-param-test.h:348
↓ 41 callersFunctionAssertionSuccess
Makes a successful assertion result.
externals/gtest/src/gtest.cc:973
↓ 37 callersFunctionAssertionFailure
Makes a failed assertion result.
externals/gtest/src/gtest.cc:978
↓ 37 callersFunctionPrintPointer
Since ::std::stringstream::operator<<(const void *) formats the pointer output differently with different compilers, we have to create the expected ou
externals/gtest/test/gtest-printers_test.cc:378
↓ 36 callersMethodIsPrime
externals/gtest/samples/prime_tables.h:58
↓ 36 callersFunction_mav_put_char_array
* Place a char array into a buffer */
mavlink-rlg/protocol.h:175
↓ 36 callersFunction_mav_put_uint8_t_array
* Place a uint8_t array into a buffer */
mavlink-generated2/protocol.h:184
↓ 36 callersFunction_mav_put_uint8_t_array
* Place a uint8_t array into a buffer */
mavlink-rlg/protocol.h:184
↓ 34 callersFunctionRUN_ALL_TESTS
externals/gtest/include/gtest/gtest.h:2325
↓ 34 callersMethodparse
externals/ConciseArgs.hpp:251
↓ 33 callersFunctionGetUnitTestImpl
Convenience function for accessing the global UnitTest implementation object.
externals/gtest/src/gtest-internal-inl.h:936
↓ 33 callersFunctionUsesColor
Runs gtest_color_test_ and returns its exit code.
externals/gtest/test/gtest_color_test.py:56
↓ 33 callersFunction_mav_put_char_array
* Place a char array into a buffer */
mavlink-generated2/protocol.h:175
↓ 32 callersFunctionShouldUseColor
Returns true iff Google Test should use colors in the output.
externals/gtest/src/gtest.cc:2872
↓ 30 callersMethodGetCurrentStateName
controllers/state-machine/StateMachineControl.hpp:65
↓ 30 callersFunctionInitGoogleTest
Initializes Google Test. This must be called before calling RUN_ALL_TESTS(). In particular, it parses a command line for the flags that Google Test
externals/gtest/src/gtest.cc:5292
↓ 29 callersFunctionFormatForComparisonFailureMessage
externals/gtest/include/gtest/gtest.h:1455
↓ 29 callersFunctionWideStringToUtf8
Converts a wide string to a narrow string in UTF-8 encoding. The wide string is assumed to have the following encoding: UTF-16 if sizeof(wchar_t) == 2
externals/gtest/src/gtest.cc:1786
↓ 29 callersFunctionmake_tuple
externals/gtest/include/gtest/internal/gtest-tuple.h:675
↓ 29 callersMethodvalue
externals/gtest/test/gtest_unittest.cc:3809
↓ 28 callersMethodRunAndVerify
Checks that the binary runs correct set of tests for a given filter.
externals/gtest/test/gtest_filter_unittest.py:257
↓ 27 callersFunctionIter
Given a positive integer n, a format string that contains 0 or more '%s' format specs, and optionally a separator string, returns the join of n st
externals/gtest/scripts/gen_gtest_pred_impl.py:189
↓ 26 callersFunctionPop
(token_type=None)
externals/gtest/scripts/pump.py:476
↓ 25 callersFunctionMatchRegexAtHead
Returns true iff regex matches a prefix of str. regex must be a valid simple regular expression and not start with "^", or the result is undefined.
externals/gtest/src/gtest-port.cc:731
↓ 25 callersFunctionValidateRegex
Generates non-fatal failures and returns false if regex is invalid; otherwise returns true.
externals/gtest/src/gtest-port.cc:641
↓ 24 callersFunctionIsXDigit
externals/gtest/include/gtest/internal/gtest-port.h:2211
↓ 23 callersFunctionColoredPrintf
Helpers for printing colored strings to stdout. Note that on Windows, we cannot simply emit special characters and have the terminal change colors. Th
externals/gtest/src/gtest.cc:2908
↓ 23 callersFunctionIsPrime
Returns true iff n is a prime number.
externals/gtest/samples/sample1.cc:47
↓ 23 callersFunctionIsValidEscape
Returns true iff "\\c" is a supported escape sequence.
externals/gtest/src/gtest-port.cc:606
↓ 23 callersFunctionParseNaturalNumber
externals/gtest/src/gtest-internal-inl.h:976
↓ 23 callersMethodkey
Gets the user supplied key.
externals/gtest/include/gtest/gtest.h:497
↓ 23 callersFunctionto_string
externals/ConciseArgs.hpp:115
↓ 22 callersMethodAppend
externals/gtest/src/gtest.cc:3228
↓ 22 callersFunctionIsNull
externals/gtest/test/gtest-unittest-api_test.cc:140
↓ 22 callersFunctionimpl
Accessors for the implementation object.
externals/gtest/include/gtest/gtest.h:1279
↓ 21 callersFunctionVerifyGenerator
externals/gtest/test/gtest-param-test_test.cc:130
↓ 20 callersMethodFindFarthestTrajectory
* Finds the first Trajectory that is at least "threshold" distance away from any obstacle and the ground. * In the case that there is no such trajec
controllers/TrajectoryLibrary/TrajectoryLibrary.cpp:116
↓ 20 callersMethodGet
externals/gtest/src/gtest-port.cc:153
↓ 19 callersFunctionAlwaysFalse
Always returns false.
externals/gtest/include/gtest/internal/gtest-internal.h:692
↓ 19 callersFunctionAngleUnwrap
utils/utils/RealtimeUtils.cpp:141
↓ 19 callersMethodSetLabel
ui/GoForFlight/StatusHandler.h:37
↓ 18 callersFunctionErrorExit
Print an error message to stderr and exit.
externals/gtest/scripts/upload.py:109
↓ 18 callersMethodGetCurrentTrajectory
controllers/state-machine/StateMachineControl.hpp:35
↓ 18 callersMethodGetNextPrime
externals/gtest/samples/prime_tables.h:69
↓ 18 callersMethodSet
Sets the 0-terminated C string this MyString object represents.
externals/gtest/samples/sample2.cc:51
↓ 17 callersFunctionShuffleRange
externals/gtest/src/gtest-internal-inl.h:311
↓ 17 callersFunctionusage
externals/timesync/src/timesync.c:231
↓ 16 callersFunctionArrayEq
externals/gtest/include/gtest/internal/gtest-internal.h:916
↓ 16 callersFunctionFactorial
Returns n! (the factorial of n). For negative n, n! is defined to be 1.
externals/gtest/samples/sample1.cc:37
↓ 16 callersFunctionGetTestsForAllIterations
Runs the test program and returns a list of test lists. Args: extra_env: a map from environment variables to their values args: command lin
externals/gtest/test/gtest_shuffle_test.py:87
↓ 16 callersFunctionIsAsciiWordChar
externals/gtest/src/gtest-port.cc:600
↓ 16 callersFunctionIsSubstring
externals/gtest/src/gtest.cc:1569
↓ 16 callersMethodLoadLibrary
controllers/TrajectoryLibrary/TrajectoryLibrary.cpp:16
↓ 16 callersFunctionRunShell
(command, silent_ok=False, universal_newlines=True, print_output=False)
externals/gtest/scripts/upload.py:577
↓ 16 callersFunctionShouldShard
Checks whether sharding is enabled by examining the relevant environment variable values. If the variables are present, but inconsistent (i.e., shard_
externals/gtest/src/gtest.cc:4668
↓ 16 callersMethodtest_property_count
Returns the number of the test properties.
externals/gtest/src/gtest.cc:2168
↓ 15 callersFunctionGetFrameFormat7
* Gets a Format7 frame from a Firefly MV USB camera. * The frame will be CV_8UC1 and black and white. * * @param camera the camera * * @retval fr
sensors/stereo/opencv-stereo-util.cpp:18
↓ 15 callersFunctionMatchRegexAnywhere
Returns true iff regex matches any substring of str. regex must be a valid simple regular expression, or the result is undefined. The algorithm is r
externals/gtest/src/gtest-port.cc:767
↓ 15 callersFunctionPartialMatch
externals/gtest/include/gtest/internal/gtest-port.h:1219
↓ 15 callersFunctionRange
externals/gtest/include/gtest/gtest-param-test.h:242
↓ 15 callersFunctionThrowAnInteger
externals/gtest/test/gtest_unittest.cc:3295
↓ 14 callersMethodClosestObstacleInRemainderOfTrajectory
* Searches along the remainder of the trajectory, assuming it executes exactly from the * current position. * * Returns the distance to the closest
controllers/TrajectoryLibrary/Trajectory.cpp:417
↓ 14 callersFunctionCodePointToUtf8
Converts a Unicode code point to a narrow string in UTF-8 encoding. code_point parameter is of type UInt32 because wchar_t may not be wide enough to c
externals/gtest/src/gtest.cc:1722
↓ 14 callersFunctionCountIf
externals/gtest/src/gtest-internal-inl.h:282
↓ 14 callersMethodDirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
externals/gtest/src/gtest-filepath.cc:223
↓ 14 callersFunctionFormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
externals/gtest/src/gtest.cc:3502
↓ 14 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
externals/gtest/src/gtest-port.cc:704
↓ 14 callersMethodtotal_part_count
Gets the number of all test parts. This is the sum of the number of successful test parts and the number of failed test parts.
externals/gtest/src/gtest.cc:2163
↓ 13 callersFunctionCheck
Prints the message and aborts the program if condition is false.
externals/gtest/test/gtest_environment_test.cc:116
↓ 13 callersFunctionFullMatch
FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches
externals/gtest/include/gtest/internal/gtest-port.h:1216
↓ 13 callersMethodGetTrajectoryByNumber
controllers/TrajectoryLibrary/TrajectoryLibrary.cpp:92
↓ 13 callersFunctionIsAsciiWhiteSpace
externals/gtest/src/gtest-port.cc:599
↓ 13 callersFunctionIsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
externals/gtest/src/gtest-port.cc:587
next →1–100 of 5,664, ranked by callers