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

<<11121314151617181920>>

  /frameworks/media/libvideoeditor/osal/src/
M4OSA_Semaphore.c 19 * @brief Semaphore for Windows
51 * @brief This method creates a new semaphore with the "initialCounter"
111 * @brief This method decrements (one by one) the semaphore counter. The
197 * @brief This method increments the semaphore counter. The semaphore is
233 * @brief This method deletes a semaphore (identify by its context).
  /hardware/invensense/mlsdk/mllite/
mldmp.c 30 * @brief Shared functions between all the different DMP versions
56 * @brief Open the default motion sensor engine.
161 * @brief Start the DMP.
205 * @brief Stops the DMP and puts it in low power.
234 * @brief Closes the motion sensor engine.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_relops.h 72 * @brief The generated relational operators are sequestered here.
76 * @brief Defines @c != for arbitrary types, in terms of @c ==.
89 * @brief Defines @c > for arbitrary types, in terms of @c <.
102 * @brief Defines @c <= for arbitrary types, in terms of @c <.
115 * @brief Defines @c >= for arbitrary types, in terms of @c <.
stl_heap.h 144 * @brief Push an element onto a heap.
191 * @brief Push an element onto a heap using comparison functor.
266 * @brief Pop an element off a heap.
338 * @brief Pop an element off a heap using comparison functor.
364 * @brief Construct a heap over a range.
402 * @brief Construct a heap over a range using comparison functor.
443 * @brief Sort a heap.
470 * @brief Sort a heap using comparison functor.
499 * @brief Search the end of a heap.
524 * @brief Search the end of a heap using comparison functor
    [all...]
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...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_relops.h 72 * @brief The generated relational operators are sequestered here.
76 * @brief Defines @c != for arbitrary types, in terms of @c ==.
89 * @brief Defines @c > for arbitrary types, in terms of @c <.
102 * @brief Defines @c <= for arbitrary types, in terms of @c <.
115 * @brief Defines @c >= for arbitrary types, in terms of @c <.
stl_heap.h 144 * @brief Push an element onto a heap.
191 * @brief Push an element onto a heap using comparison functor.
266 * @brief Pop an element off a heap.
338 * @brief Pop an element off a heap using comparison functor.
364 * @brief Construct a heap over a range.
402 * @brief Construct a heap over a range using comparison functor.
443 * @brief Sort a heap.
470 * @brief Sort a heap using comparison functor.
499 * @brief Search the end of a heap.
524 * @brief Search the end of a heap using comparison functor
    [all...]
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...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_relops.h 72 * @brief The generated relational operators are sequestered here.
76 * @brief Defines @c != for arbitrary types, in terms of @c ==.
89 * @brief Defines @c > for arbitrary types, in terms of @c <.
102 * @brief Defines @c <= for arbitrary types, in terms of @c <.
115 * @brief Defines @c >= for arbitrary types, in terms of @c <.
stl_heap.h 144 * @brief Push an element onto a heap.
191 * @brief Push an element onto a heap using comparison functor.
266 * @brief Pop an element off a heap.
338 * @brief Pop an element off a heap using comparison functor.
364 * @brief Construct a heap over a range.
402 * @brief Construct a heap over a range using comparison functor.
443 * @brief Sort a heap.
470 * @brief Sort a heap using comparison functor.
499 * @brief Search the end of a heap.
524 * @brief Search the end of a heap using comparison functor
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 44 /// \brief Implements a set of CFGBlocks using a BitVector.
63 /// \brief Set the bit associated with a particular CFGBlock.
78 /// \brief Check if the bit for a CFGBlock has been already set.
86 /// \brief We create a helper class which we use to iterate through CFGBlocks in
119 /// \brief A MutexID object uniquely identifies a particular mutex, and
188 /// \brief Construct a MutexID from an expression.
260 /// \brief Returns the name of the first Decl in the list for a given MutexID;
278 /// \brief This is a helper class that stores info about the most recent
285 /// \brief LKind stores whether a lock is held shared or exclusively.
314 /// \brief We use this class to visit different types of expressions i
    [all...]
  /external/libnfc-nxp/src/
phLibNfc.h 19 *\brief Contains FRI1.1 API details.
60 *\brief Defines Testmode Init configuration values
74 *\brief Defines Secure Element configurable states
87 *\brief Defines Secure Element types.
100 *\brief Defines Ndef Card Offset.
112 *\brief This function allows to activate specific Secure element.
142 *\brief Defines SE low power mode types.
154 *\brief Defines Secure element event info .
164 *\brief Types of SE transaction events sent to SE notification handler .
190 *\brief Defines possible registration details for notifications
    [all...]
phLlcNfc_DataTypes.h 19 * \brief Contains the structure information.
244 * \brief Enum to get the baud rate
279 * \brief Enum to select the U or I or S frame
308 * \brief Enum to select the U or I or S frame
329 * \brief LLC sent frame type
384 * \brief LLC payload
403 * \brief Llc buffer
422 * \brief Packet information
444 * \brief I frame details
467 * \brief LLC timer informatio
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 220 /// \brief The CXCodeCompleteResults structure we allocate internally;
226 /// \brief Diagnostics produced while performing code completion.
229 /// \brief Diag object
232 /// \brief Language options used to adjust source locations.
237 /// \brief File manager, used for diagnostics.
240 /// \brief Source manager, used for diagnostics.
243 /// \brief Temporary files that should be removed once we have finished
247 /// \brief Temporary buffers that will be deleted once we have finished with
251 /// \brief Allocator used to store globally cached code-completion results.
255 /// \brief Allocator used to store code completion results
    [all...]
  /development/host/windows/usb/api/
adb_api_instance.h 51 /** \brief Constructs the object
61 /** \brief
80 /** \brief Dereferences the object and returns number of references
  /external/bluetooth/glib/
README.commits 47 tracker reference if applicable) and so forth. Be concise but not too brief.
50 - Always add a brief description of the commit to the _first_ line of
54 - First line (the brief description) must only be one sentence and
  /external/clang/include/clang/Basic/
DelayedCleanupPool.h 24 /// \brief Gathers pairs of pointer-to-object/pointer-to-cleanup-function
38 /// \brief Adds a pointer and its associated cleanup function to be called
96 /// \brief RAII object for triggering a cleanup of a DelayedCleanupPool.
  /external/clang/lib/Index/
GlobalSelector.cpp 21 /// \brief Get the ASTContext-specific selector.
39 /// \brief Get a printable name for debugging purpose.
48 /// \brief Get a GlobalSelector for the ASTContext-specific selector.
  /external/llvm/include/llvm/Analysis/
Verifier.h 32 /// @brief An enumeration to specify the action to be taken if errors found.
44 /// @brief Create a verifier pass.
53 /// @brief Check a module for errors.
  /external/llvm/include/llvm/Assembly/
Parser.h 32 /// @brief Parse LLVM Assembly from a file
44 /// @brief Parse LLVM Assembly from a string
54 /// @brief Parse LLVM Assembly from a MemoryBuffer. This function *always*
  /external/llvm/include/llvm/Support/
Signals.h 29 /// @brief Remove a file if a fatal signal occurs.
38 /// @brief Print a stack trace if a fatal signal occurs.
54 /// @brief Register a function to be called when ctrl-c is pressed.
  /external/webkit/Source/WebKit/efl/ewk/
ewk_contextmenu.h 23 * @brief Describes the context menu API.
40 * @brief Provides the actions of items for the context menu.
123 * @brief Defines the types of the items for the context menu.
  /frameworks/media/libvideoeditor/vss/inc/
M4EXIFC_CommonAPI.h 19 * @brief EXIF common data header
71 * @brief This structure stores the basic tags values.
103 * @brief get the version numbers of the exif library.
  /hardware/ti/omap4xxx/camera/
CameraHalCommon.cpp 32 @brief PPM instrumentation
55 @brief PPM instrumentation
87 @brief PPM instrumentation
  /hardware/ti/omap4xxx/libtiutils/
ErrorUtils.cpp 23 @brief Method to convert from POSIX to Android errors
64 @brief Method to convert from TI OSAL to Android errors
86 @brief Method to convert from OMX to Android errors

Completed in 3082 milliseconds

<<11121314151617181920>>