HomeSort by relevance Sort by last modified time
    Searched full:brief (Results 376 - 400 of 2268) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 152 * @brief A standard container which offers fixed time access to
205 * @brief Default constructor creates no elements.
211 * @brief Creates a %vector with no elements.
219 * @brief Creates a %vector with copies of an exemplar element.
233 * @brief %Vector copy constructor.
251 * @brief %Vector move constructor.
261 * @brief Builds a %vector from an initializer list.
281 * @brief Builds a %vector from a range.
317 * @brief %Vector assignment operator.
329 * @brief %Vector move assignment operator
    [all...]
  /external/clang/include/clang/Lex/
TokenLexer.h 66 /// \brief Source location pointing at the source location entry chunk that
70 /// \brief The offset of the macro expansion in the
74 /// \brief Location of the macro definition.
76 /// \brief Length of the macro definition.
171 /// \brief If \arg loc is a FileID and points inside the current macro
176 /// \brief Creates SLocEntries and updates the locations of macro argument
  /external/libnfc-nxp/src/
phFriNfc_DesfireFormat.h 19 * \brief Type4 Smart card formatting.
178 * \brief \copydoc page_reg Resets the component instance to the initial state and lets the component forget about
192 * \brief Initiates the card formatting procedure for Remote Smart Card Type.
214 * \brief \copydoc page_reg Resets the component instance to the initial state and lets the component forget about
229 * \brief Initiates the conversion of the already NDEF formatted tag to READ ONLY.
253 * \brief Smart card Formatting \b Completion \b Routine or \b Process function
phFriNfc_ISO15693Map.h 20 * \brief NFC Ndef Mapping For ISO-15693 Smart Card.
55 * \brief \copydoc page_ovr Initiates Reading of NDEF information from the Remote Device.
99 * \brief \copydoc page_ovr Initiates Writing of NDEF information to the Remote Device.
144 * \brief \copydoc page_ovr Check whether a particulat Remote Device is NDEF compliant.
166 * \brief \copydoc page_cb Completion Routine, Processing function, needed to avoid long blocking.
186 * \brief \copydoc page_ovr Initiates Writing of NDEF information to the Remote Device.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
iomanip 52 * @brief Manipulator for @c setf.
86 * @brief Manipulator for @c setf.
120 * @brief Manipulator for @c setf.
162 * @brief Manipulator for @c fill.
197 * @brief Manipulator for @c precision.
231 * @brief Manipulator for @c width.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
merge.h 26 * @brief Parallel implementation of std::merge().
40 /** @brief Merge routine being able to merge only the @c max_length
87 /** @brief Merge routine being able to merge only the @c max_length
156 /** @brief Merge routine being able to merge only the @c max_length
185 /** @brief Merge routine fallback to sequential in case the
210 /** @brief Parallel merge routine being able to merge only the @c
workstealing.h 26 * @brief Parallelization of embarrassingly parallel execution by
52 /** @brief One job for a certain thread. */
58 /** @brief First element.
64 /** @brief Last element.
69 /** @brief Number of elements, i. e. @c last-first+1.
75 /** @brief Work stealing algorithm for random access iterators.
compatibility.h 26 * @brief Compatibility layer, mostly concerned with atomic operations.
88 /** @brief Add a value to a variable, atomically.
127 /** @brief Add a value to a variable, atomically.
177 /** @brief Add a value to a variable, atomically.
226 /** @brief Compare @c *ptr and @c comparand. If equal, let @c
266 /** @brief Compare @c *ptr and @c comparand. If equal, let @c
318 /** @brief Compare @c *ptr and @c comparand. If equal, let @c
337 /** @brief Yield the control to another thread, without waiting for
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
iomanip 52 * @brief Manipulator for @c setf.
86 * @brief Manipulator for @c setf.
120 * @brief Manipulator for @c setf.
162 * @brief Manipulator for @c fill.
197 * @brief Manipulator for @c precision.
231 * @brief Manipulator for @c width.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
iomanip 52 * @brief Manipulator for @c setf.
86 * @brief Manipulator for @c setf.
120 * @brief Manipulator for @c setf.
162 * @brief Manipulator for @c fill.
197 * @brief Manipulator for @c precision.
231 * @brief Manipulator for @c width.
  /external/clang/include/clang/Index/
Indexer.h 32 /// \brief Maps information to TranslationUnits.
46 /// \brief Find all Entities and map them to the given translation unit.
  /external/clang/include/clang/Parse/
ParseAST.h 26 /// \brief Parse the entire file specified, notifying the ASTConsumer as
41 /// \brief Parse the main file known to the preprocessor, producing an
  /external/clang/include/clang/Sema/
Overload.h 138 /// \brief Whether this is the deprecated conversion of a
143 /// \brief Whether the qualification conversion involves a change in the
159 /// \brief Whether this is an lvalue reference binding (otherwise, it's
163 /// \brief Whether we're binding to a function lvalue.
166 /// \brief Whether we're binding to an rvalue.
169 /// \brief Whether this binds an implicit object argument to a
173 /// \brief Whether this binds a reference to an object with a different
261 /// \brief The declaration that we found via name lookup, which might be
441 /// \brief Return a ranking of the implicit conversion sequence
595 /// \brief The number of call arguments that were explicitly provided
    [all...]
  /external/flac/include/FLAC/
export.h 37 * \brief
47 * \brief
  /external/llvm/include/llvm/Analysis/
Lint.h 29 /// @brief Create a lint pass.
34 /// @brief Check a module.
  /external/llvm/include/llvm/CodeGen/PBQP/
HeuristicSolver.h 26 /// \brief Heuristic PBQP solver implementation.
47 /// \brief Iterator type for edges in the solver graph.
117 /// \brief Construct a heuristic solver implementation to solve the given
122 /// \brief Get the graph being solved by this solver.
127 /// \brief Get the heuristic data attached to the given node.
134 /// \brief Get the heuristic data attached to the given edge.
141 /// \brief Begin iterator for the set of edges adjacent to the given node in
150 /// \brief End iterator for the set of edges adjacent to the given node in
159 /// \brief Remove a node from the solver graph.
173 /// \brief Compute a solution to the PBQP problem instance with which thi
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 20 /// \brief Generic interface for extending the MCAsmParser,
46 /// \brief Initialize the extension for parsing using the given \arg
  /external/llvm/include/llvm/Support/
SystemUtils.h 27 /// @brief Check for output written to a console
38 /// @brief Find a named executable.
  /frameworks/media/libvideoeditor/osal/src/
M4OSA_Clock.c 21 * @brief Clock related functions
39 * @brief This function gets an absolute time to an unknown reference with
M4PSW_DebugTrace.c 19 * @brief Default trace function for debugging macros
40 * @brief This function implements the trace for debug tests
  /frameworks/media/libvideoeditor/vss/mcs/src/
M4MCS_Codecs.c 19 * @brief MCS implementation
43 * @brief Clear encoders, decoders, reader and writers interfaces tables
123 * @brief This function will register a specific file format writer.
176 * @brief This function will register a specific video encoder.
231 * @brief This function will register a specific audio encoder.
288 * @brief Register reader.
332 * @brief Register video decoder
393 * @brief Register audio decoder
440 * @brief Unregister writer
476 * @brief Unregister the encoder
    [all...]
  /frameworks/media/libvideoeditor/vss/src/
M4VSS3GPP_Codecs.c 19 * @brief VSS implementation
34 * @brief Clear encoders, decoders, reader and writers interfaces tables
123 * @brief This function will register a specific file format writer.
176 * @brief This function will register a specific video encoder.
244 * @brief This function will register a specific audio encoder.
298 * @brief Register reader.
342 * @brief Register video decoder
422 * @brief Register audio decoder
470 * @brief Unregister writer
507 * @brief Unregister the encoder
    [all...]
  /hardware/invensense/mlsdk/mllite/
mlarray.c 28 * @brief APIs to read different data sets from FIFO.
47 * @brief inv_get_gyro is used to get the most recent gyroscope measurement.
64 * @brief inv_get_accel is used to get the most recent
83 * @brief inv_get_temperature is used to get the most recent
101 * @brief inv_get_rot_mat is used to get the rotation matrix
137 * @brief inv_get_quaternion is used to get the quaternion representation
153 * @brief inv_get_linear_accel is used to get an estimate of linear
171 * @brief inv_get_linear_accel_in_world is used to get an estimate of
188 * @brief inv_get_gravity is used to get an estimate of the body frame
204 * @brief inv_get_angular_velocity is used to get an estimate of the bod
    [all...]
  /hardware/invensense/mlsdk/platform/linux/
log_linux.c 24 * @brief Logging facility for the MPL
28 * @brief Core logging facility functions.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
error.h 3 * \brief Application interface library for the ALSA driver
48 * \brief Error handler callback.

Completed in 5109 milliseconds

<<11121314151617181920>>