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

1 2 34 5 6 7 8 91011>>

  /external/icu4c/test/intltest/
winutil.h 23 * \brief C++ API: Format dates using Windows API.
  /ndk/sources/host-tools/sed-4.2.1/
README 3 See the NEWS file for a brief summary and the ChangeLog for
  /external/clang/include/clang/AST/
ExternalASTSource.h 30 /// \brief Enumeration describing the result of loading information from
33 /// \brief Loading the external information has succeeded.
36 /// \brief Loading the external information has failed.
39 /// \brief The external information has already been loaded, and therefore
44 /// \brief Abstract interface for external sources of AST nodes.
52 /// \brief Whether this AST source also provides information for
63 /// \brief RAII class for safely pairing a StartedDeserializing call
77 /// \brief Resolve a declaration ID into a declaration, potentially
86 /// \brief Resolve a selector ID into a selector.
94 /// \brief Returns the number of selectors known to the external AS
    [all...]
Redeclarable.h 23 /// \brief Provides common interface for the Decls that can be redeclared.
49 /// \brief Points to the next redeclaration in the chain.
65 /// \brief Return the previous declaration of this declaration or NULL if this
77 /// \brief Return the first declaration of this declaration or itself if this
86 /// \brief Return the first declaration of this declaration or itself if this
95 /// \brief Returns true if this is the first declaration.
100 /// \brief Returns the most recent (re)declaration of this declaration.
105 /// \brief Returns the most recent (re)declaration of this declaration.
110 /// \brief Set the previous declaration. If PrevDecl is NULL, set this as the
114 /// \brief Iterates through all the redeclarations of the same decl
    [all...]
TemplateBase.h 36 /// \brief Represents a template argument within a class template
40 /// \brief The kind of template argument we're storing.
42 /// \brief Represents an empty template argument, e.g., one that has not
69 /// \brief The kind of template argument we're storing.
91 /// \brief Construct an empty, invalid template argument.
94 /// \brief Construct a template type argument.
99 /// \brief Construct a template argument that refers to a
107 /// \brief Construct an integral constant template argument.
115 /// \brief Construct a template argument that is a template.
129 /// \brief Construct a template argument that is a template pack expansion
    [all...]
ExprCXX.h 35 /// \brief A call to an overloaded operator written using operator
49 /// \brief The overloaded operator.
178 /// \brief Retrieve the location of the cast operator keyword, e.g.,
182 /// \brief Retrieve the location of the closing parenthesis.
422 /// \brief Retrieves the type operand of this typeid() expression after
426 /// \brief Retrieve source information for the type operand.
497 /// \brief Retrieves the type operand of this __uuidof() expression after
501 /// \brief Retrieve source information for the type operand.
589 /// \brief Whether the thrown variable (if any) is in scope.
611 /// \brief Determines whether the variable thrown by this expression (if any!
    [all...]
  /external/llvm/include/llvm/
ValueSymbolTable.h 45 /// @brief A mapping of names to values.
48 /// @brief An iterator over a ValueMap.
51 /// @brief A const_iterator over a ValueMap.
70 /// @brief Lookup a named Value.
74 /// @brief Determine if the symbol table is empty
77 /// @brief The number of name/type pairs is returned.
82 /// @brief Print out symbol table on stderr
89 /// @brief Get an iterator that from the beginning of the symbol table.
92 /// @brief Get a const_iterator that from the beginning of the symbol table.
95 /// @brief Get an iterator to the end of the symbol table
    [all...]
  /external/srtp/crypto/include/
crypto_types.h 74 * @brief Each cipher type is identified by an unsigned integer. The
91 * @brief The null cipher performs no encryption.
100 * @brief AES-128 Integer Counter Mode (AES ICM)
108 * @brief SEAL 3.0
116 * @brief AES-128 Integer Counter Mode (AES ICM)
124 * @brief Strongest available cipher.
139 * @brief Each authentication function type is identified by an
158 * @brief The null authentication function performs no authentication.
166 * @brief UST with TMMH Version 2
176 * @brief (UST) AES-128 XORMAC
    [all...]
  /system/media/wilhelm/src/
sl_entry.c 19 /** \brief slCreateEngine Function */
35 /** \brief slQueryNumSupportedEngineInterfaces Function */
50 /** \brief slQuerySupportedEngineInterfaces Function */
sllog.c 20 /** \brief Log messages are prefixed by this tag */
29 /** \brief Default runtime log level */
33 /** \brief Set the runtime log level */
xa_entry.c 19 /** \brief xaCreateEngine Function */
36 /** \brief xaQueryNumSupportedEngineInterfaces Function */
49 /** \brief xaQuerySupportedEngineInterfaces Function */
  /system/media/wilhelm/src/ut/
slesutResult.c 22 /** \brief Maximum result return code */
26 /** \brief Array of strings correponding to each result code */
49 /** \brief Convert a result code to a string or NULL. */
  /external/llvm/include/llvm/Support/
PathV2.h 31 /// @brief Path iterator.
74 /// @brief Difference in bytes between this and RHS.
80 /// @brief Get begin iterator over \a path.
85 /// @brief Get end iterator over \a path.
90 /// @brief Get reverse begin iterator over \a path.
97 /// @brief Get reverse end iterator over \a path.
108 /// @brief Remove the last component from \a path unless it is the root dir.
117 /// @brief Replace the file extension of \a path with \a extension.
129 /// @brief Append to path.
142 /// @brief Append to path
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 128 @brief Encoding options structure */
131 /** @brief Sets the encoding mode, defined by the above enumaration. If there are conflicts between the encoding mode
135 /** @brief Sets the number of bytes per packet, only used in DATA_PARTITIONING_MODE or COMBINE_MODE_WITH_ERR_RES mode.
139 /** @brief Selects MPEG-4/H.263 profile and level, if specified other encoding options must conform with it. */
142 /** @brief Enables reversible variable length code (RVLC) mode. Normally it is set to PV_OFF.*/
145 /** @brief Set the frequency of GOB header interval */
148 /** @brief Sets the number of bitstream layers: 1 is base only: 2 is base + enhancement */
151 /** @brief Sets the number of ticks per second used for timing information encoded in MPEG4 bitstream.*/
154 /** @brief Sets the number of ticks in time increment resolution between 2 source frames (equivalent to source frame rate). */
157 /** @brief Specifies encoded heights in pixels, height[n] represents the n-th layer's height. *
    [all...]
  /system/media/wilhelm/src/objects/
CAudioPlayer.c 22 /** \brief Hook called by Object::Realize when an audio player is realized */
45 /** \brief Hook called by Object::Resume when an audio player is resumed */
53 /** \brief Hook called by Object::Destroy when an audio player is destroyed */
69 /** \brief Hook called by Object::Destroy before an audio player is about to be destroyed */
100 /** \brief Given an audio player, return its data sink, which is guaranteed to be a non-NULL output
  /development/host/windows/usb/api/
adb_legacy_interface.h 27 /** \brief Encapsulates an interface on our USB device that is accessible
32 /** \brief Constructs the object.
39 /** \brief Destructs the object.
51 /** \brief Creates handle to this object.
68 /** \brief Gets serial number for interface's device.
86 /** \brief Gets information about an endpoint on this interface.
99 /** \brief Opens an endpoint on this interface.
124 /** \brief Opens an endpoint on this interface.
145 /** \brief Caches device descriptor for the USB device associated with
156 /** \brief Caches descriptor for the selected USB device configuration.
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
queue.h 26 * @brief Lock-free double-ended queue.
39 /** @brief Decide whether to declare certain variable volatile in this file. */
44 /**@brief Double-ended queue of bounded size, allowing lock-free
55 /** @brief Array of elements, seen as cyclic buffer. */
58 /** @brief Maximal number of elements contained at the same time. */
61 /** @brief Cyclic begin and end pointers contained in one
66 /** @brief Constructor. Not to be called concurrent, of course.
76 /** @brief Destructor. Not to be called concurrent, of course. */
80 /** @brief Pushes one element into the queue at the front end.
97 /** @brief Pops one element from the queue at the front end
    [all...]
random_number.h 26 * @brief Random number generator based on the Mersenne twister.
40 /** @brief Random number generator, based on the Mersenne twister. */
72 /** @brief Default constructor. Seed with 0. */
80 /** @brief Constructor.
91 /** @brief Generate unsigned random 32-bit integer. */
96 /** @brief Generate unsigned random 32-bit integer in the
105 /** @brief Generate a number of random bits, run-time parameter.
  /external/clang/include/clang/Lex/
CodeCompletionHandler.h 22 /// \brief Callback handler that receives notifications when performing code
28 /// \brief Callback invoked when performing code completion for a preprocessor
38 /// \brief Callback invoked when performing code completion within a block of
42 /// \brief Callback invoked when performing code completion in a context
49 /// \brief Callback invoked when performing code completion in a preprocessor
53 /// \brief Callback invoked when performing code completion inside a
63 /// \brief Callback invoked when performing code completion in a part of the
  /external/clang/tools/libclang/
CIndexer.h 37 /// \brief Whether we only want to see "local" declarations (that did not
48 /// \brief Get the path of the clang resource files.
57 * \brief Given a set of "unsaved" files, create temporary files and
67 /// \brief Return the current size to request for "safety".
70 /// \brief Set the current size to request for "safety" (or 0, if safety
74 /// \brief Execution the given code "safely", using crash recovery or safety
81 /// \brief Print libclang's resource usage to standard error.
  /external/libvpx/vpx/
vp8.h 29 * \brief Provides controls common to both the VP8 encoder and decoder.
35 /*!\brief Control functions
52 /*!\brief post process flags
68 /*!\brief post process flags
82 /*!\brief reference frame type
93 /*!\brief reference frame data struct
105 /*!\brief vp8 decoder control function parameter type
  /external/llvm/include/llvm/MC/
MCAsmLayout.h 44 /// \brief Make sure that the layout for the given fragment is valid, lazily
56 /// \brief Invalidate all following fragments because a fragment has been
60 /// \brief Perform layout for a single fragment, assuming that the previous
79 /// \brief Get the offset of the given fragment inside its containing section.
86 /// \brief Get the address space size of the given section, as it effects
91 /// \brief Get the data size of the given section, as emitted to the object
95 /// \brief Get the offset of the given symbol, as computed in the current
  /frameworks/media/libvideoeditor/vss/common/inc/
M4VPP_API.h 19 * @brief Video preprocessing API public functions prototypes.
68 * @brief Prototype of the main video preprocessing function
83 * @brief This function allocates a new execution context for the Video Preprocessing component.
97 * @brief Preprocess one frame.
114 * @brief This method frees the execution context for the Video Preprocessing component.
127 * @brief This method apply the video preprocessing to the input plane. Result is put into the
138 * @brief Definition of the errors specific to this module.
M4_BitStreamParser.h 19 * @brief MPEG-4 File Format bit stream utility
44 * @brief Clean up context
52 * @brief Read the next <length> bits in the bitstream.
63 * @brief Increment the bitstream pointer of <length> bits.
72 * @brief Get a pointer to the current byte pointed by the bitstream pointer.
92 * @brief Get a pointer to the current byte pointed by the bitstream pointer.
125 * @brief Decode an MPEG4 Systems descriptor size from an encoded SDL size data.
  /external/llvm/lib/CodeGen/
VirtRegMap.h 169 /// @brief returns true if the specified virtual register is
175 /// @brief returns the physical register mapped to the specified
182 /// @brief creates a mapping for the specified virtual register to
193 /// @brief clears the specified virtual register's, physical
202 /// @brief clears all virtual to physical register mappings
208 /// @brief returns the register allocation preference.
211 /// @brief returns true if VirtReg is assigned to its preferred physreg.
216 /// @brief records virtReg is a split live interval from SReg.
221 /// @brief returns the live interval virtReg is split from.
235 /// @brief returns true if the specified virtual register is no
    [all...]

Completed in 3175 milliseconds

1 2 34 5 6 7 8 91011>>