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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/Serialization/
ASTBitCodes.h 27 /// \brief AST file major version number supported by this version of
40 /// \brief AST file minor version number supported by this version of
50 /// \brief An ID number that refers to an identifier in an AST file.
56 /// \brief An ID number that refers to a declaration in an AST file.
64 /// \brief a Decl::Kind/DeclID pair.
72 /// \brief An ID number that refers to a type in an AST file.
84 /// \brief A type index; the type ID with the qualifier bits removed.
124 /// \brief An ID number that refers to an identifier in an AST file.
127 /// \brief The number of predefined identifier IDs.
130 /// \brief An ID number that refers to an ObjC selctor in an AST file
    [all...]
Module.h 32 /// \brief Specifies the kind of module that has been loaded.
40 /// \brief Information about the contents of a DeclContext.
50 /// \brief Information about a module that has been loaded by the ASTReader.
64 /// \brief The type of this module.
67 /// \brief The file name of the module file.
70 /// \brief Whether this module has been directly imported by the
74 /// \brief The memory buffer that stores the data associated with
78 /// \brief The size of this file, in bits.
81 /// \brief The global bit offset (or base) of this module
84 /// \brief The bitstream reader from which we'll read the AST file
    [all...]
ASTReader.h 83 /// \brief The file ID for this predefines buffer in a PCH file.
86 /// \brief This predefines buffer in a PCH file.
91 /// \brief Abstract interface for callback invocations by the ASTReader.
101 /// \brief Receives the language options.
108 /// \brief Receives the target triple.
115 /// \brief Receives the contents of the predefines buffer.
133 /// \brief Receives a HeaderFileInfo entry.
136 /// \brief Receives __COUNTER__ value.
140 /// \brief ASTReaderListener implementation to validate the information of
175 /// \brief Reads an AST files chain containing the contents of a translatio
    [all...]
ASTWriter.h 60 /// \brief Writes an AST file containing the contents of a translation unit.
74 /// \brief Map that provides the ID numbers of each type within the
87 /// \brief The bitstream writer used to emit this precompiled header.
90 /// \brief The ASTContext we're writing.
93 /// \brief The reader of existing AST files, if we're chaining.
96 /// \brief Indicates when the AST writing is actively performing
100 /// \brief Stores a declaration or a type to be written to the AST file.
124 /// \brief The declarations and types to emit.
127 /// \brief The first ID number we can use for our own declarations.
130 /// \brief The decl ID that will be assigned to the next new decl
    [all...]
  /dalvik/tests/074-gc-thrash/
info.txt 1 This thrashes the memory allocator and garbage collector for a brief period.
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 28 /// \brief Default priority values for code-completion results based
31 /// \brief Priority for the next initialization in a constructor initializer
34 /// \brief Priority for an enumeration constant inside a switch whose
37 /// \brief Priority for a send-to-super completion.
39 /// \brief Priority for a declaration that is in the local scope.
41 /// \brief Priority for a member declaration found from the current
44 /// \brief Priority for a language keyword (that isn't any of the other
47 /// \brief Priority for a code pattern.
49 /// \brief Priority for a non-type declaration.
51 /// \brief Priority for a type
    [all...]
Initialization.h 37 /// \brief Describes an entity that is being initialized.
40 /// \brief Specifies the kind of entity being initialized.
42 /// \brief The entity being initialized is a variable.
44 /// \brief The entity being initialized is a function parameter.
46 /// \brief The entity being initialized is the result of a function call.
48 /// \brief The entity being initialized is an exception object that
51 /// \brief The entity being initialized is a non-static data member
54 /// \brief The entity being initialized is an element of an array.
56 /// \brief The entity being initialized is an object (or array of
59 /// \brief The entity being initialized is a temporary object
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_constants.h 88 * \brief Default group size for db_PreemptiveRansac class.
96 * \brief Default target number of corners
101 * \brief Default number of regions (horizontal or vertical) that are considered separately
108 * \brief Absolute feature strength threshold.
113 * \brief Relative feature strength threshold.
118 * \brief Maximum disparity (as fraction of image size) allowed in feature matching
123 * \brief Indicates that vertical disparity is the same as horizontal disparity.
129 * \brief e
134 * \brief log2(e)
139 * \brief log10(e
    [all...]
  /external/srtp/doc/
crypto_kernel.txt 14 @brief A generic cipher type enables cipher agility, that is, the
24 * @brief Allocates a cipher of a particular type.
32 * @brief Initialized a cipher to use a particular key. May
41 * @brief Sets the initialization vector of a given cipher.
49 * @brief Encrypts a buffer with a given cipher.
57 * @brief Sets a buffer to the keystream generated by the cipher.
64 * @brief Deallocates a cipher.
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 29 /// \brief Allocates memory within a Clang preprocessing record.
33 /// \brief Frees memory allocated in a Clang preprocessing record.
41 /// \brief Base class that describes a preprocessed entity, which may be a
45 /// \brief The kind of preprocessed entity an object describes.
47 /// \brief Indicates a problem trying to load the preprocessed entity.
50 /// \brief A macro expansion.
56 /// \brief A macro definition.
59 /// \brief An inclusion directive, such as \c #include, \c
70 /// \brief The kind of preprocessed entity that this object describes.
73 /// \brief The source range that covers this preprocessed entity
    [all...]
  /external/clang/tools/libclang/
CXCursor.h 59 /// \brief Create an Objective-C superclass reference at the given location.
64 /// \brief Unpack an ObjCSuperClassRef cursor into the interface it references
69 /// \brief Create an Objective-C protocol reference at the given location.
74 /// \brief Unpack an ObjCProtocolRef cursor into the protocol it references
79 /// \brief Create an Objective-C class reference at the given location.
84 /// \brief Unpack an ObjCClassRef cursor into the class it references
89 /// \brief Create a type reference at the given location.
93 /// \brief Unpack a TypeRef cursor into the class it references
97 /// \brief Create a reference to a template at the given location.
101 /// \brief Unpack a TemplateRef cursor into the template it references an
    [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 32 /// \brief Represents a C++ nested name specifier, such as
43 /// \brief Enumeration describing
51 /// \brief The nested name specifier that precedes this nested name
59 /// \brief The last component in the nested name specifier, which
69 /// \brief The kind of specifier that completes this nested name
72 /// \brief An identifier, stored as an IdentifierInfo*.
74 /// \brief A namespace, stored as a NamespaceDecl*.
76 /// \brief A namespace alias, stored as a NamespaceAliasDecl*.
78 /// \brief A type, stored as a Type*.
80 /// \brief A type that was preceded by the 'template' keyword
    [all...]
ASTImporter.h 36 /// \brief Imports selected nodes from one AST context into another context,
43 /// \brief The contexts we're importing to and from.
46 /// \brief The file managers we're importing to and from.
49 /// \brief Whether to perform a minimal import.
52 /// \brief Mapping from the already-imported types in the "from" context
56 /// \brief Mapping from the already-imported declarations in the "from"
60 /// \brief Mapping from the already-imported statements in the "from"
64 /// \brief Mapping from the already-imported FileIDs in the "from" source
68 /// \brief Imported, anonymous tag declarations that are missing their
72 /// \brief Declaration (from, to) pairs that are known not to be equivalen
    [all...]
ASTMutationListener.h 28 /// \brief An abstract interface that should be implemented by listeners
35 /// \brief A new TagDecl definition was completed.
38 /// \brief A new declaration with name has been added to a DeclContext.
41 /// \brief An implicit member was added after the definition was completed.
44 /// \brief A template specialization (or partial one) was added to the
49 /// \brief A template specialization (or partial one) was added to the
54 /// \brief An implicit member got a definition.
57 /// \brief A static data member was implicitly instantiated.
60 /// \brief A new objc category class was added for an interface.
TemplateName.h 39 /// \brief Implementation class used to describe either a set of overloaded
51 /// \brief A Kind.
54 /// \brief The number of stored templates or template arguments,
89 /// \brief A structure for storing the information associated with an
111 /// \brief A structure for storing an already-substituted template template
130 /// \brief Retrieve the template template parameter pack being substituted.
135 /// \brief Retrieve the template template argument pack with which this
147 /// \brief Represents a C++ template name within the type system.
187 // \brief Kind of name that is actually stored.
189 /// \brief A single template declaration
    [all...]
  /external/libnfc-nxp/src/
phLibNfc_ioctl.h 19 *\brief Contains LibNfc IOCTL details.
38 * \brief Allows to initiate firmware download to connected PN544
44 * \brief Allows to read memory from connected PN544 .
51 * \brief Allows to write PN544 memory.
58 * \brief Allows to do Antenna test.
64 * \brief Allows to do SWP test.
70 * \brief Allows to do PRBS test.
77 * \brief Allows to switch UICC mode.
phFriNfc_OvrHalCmd.h 19 * \brief Overlapped HAL
52 #define PH_FRINFC_OVRHALCMD_NUL (0) /**< \brief We're in NO command */
54 #define PH_FRINFC_OVRHALCMD_ENU (1) /**< \brief Enumerate */
55 #define PH_FRINFC_OVRHALCMD_OPE (2) /**< \brief Open */
56 #define PH_FRINFC_OVRHALCMD_CLO (3) /**< \brief Close */
57 #define PH_FRINFC_OVRHALCMD_GDC (4) /**< \brief Get Dev Caps */
58 #define PH_FRINFC_OVRHALCMD_POL (5) /**< \brief Poll */
59 #define PH_FRINFC_OVRHALCMD_CON (6) /**< \brief Connect */
60 #define PH_FRINFC_OVRHALCMD_DIS (7) /**< \brief Disconnect */
61 #define PH_FRINFC_OVRHALCMD_TRX (8) /**< \brief Transceive *
    [all...]
nfc_osal_deferred_call.h 6 *\brief Deferred call declaration.
14 *\brief Deferred message specific info declaration.
22 *\brief Deferred call declaration.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
for_each_selectors.h 26 * @brief Functors representing different tasks to be plugged into the
41 /** @brief Generic selector for embarrassingly parallel functions. */
45 /** @brief Iterator on last element processed; needed for some
52 /** @brief std::for_each() selector. */
56 /** @brief Functor execution.
68 /** @brief std::generate() selector. */
72 /** @brief Functor execution.
84 /** @brief std::fill() selector. */
88 /** @brief Functor execution.
100 /** @brief std::transform() selector, one input sequence variant. *
    [all...]
tags.h 27 * @brief Tags for compile-time selection.
41 /** @brief Forces sequential execution at compile time. */
44 /** @brief Recommends parallel execution at compile time,
52 /** @brief Default constructor. Use default number of threads. */
58 /** @brief Default constructor. Recommend number of threads to use.
65 /** @brief Find out desired number of threads.
75 /** @brief Set the desired number of threads.
83 /** @brief Recommends parallel execution using the
92 /** @brief Recommends parallel execution using dynamic
96 /** @brief Recommends parallel execution using stati
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/
Math.h 21 /// \brief PBQP Vector class.
25 /// \brief Construct a PBQP vector of the given size.
30 /// \brief Construct a PBQP vector with initializer.
36 /// \brief Copy construct a PBQP vector.
42 /// \brief Destroy this vector, return its memory.
45 /// \brief Assignment operator.
54 /// \brief Return the length of the vector
59 /// \brief Element access.
65 /// \brief Const element access.
71 /// \brief Add another vector to this one
    [all...]
Solution.h 24 /// \brief Represents a solution to a PBQP problem.
38 /// \brief Initialise an empty solution.
42 /// \brief Number of nodes for which selections have been made.
46 /// \brief Records a reduction via the R0 rule. Should be called from the
50 /// \brief Returns the number of R0 reductions applied to solve the problem.
53 /// \brief Records a reduction via the R1 rule. Should be called from the
57 /// \brief Returns the number of R1 reductions applied to solve the problem.
60 /// \brief Records a reduction via the R2 rule. Should be called from the
64 /// \brief Returns the number of R2 reductions applied to solve the problem.
67 /// \brief Records a reduction via the RN rule. Should be called from th
    [all...]
  /external/clang/include/clang/Rewrite/
FixItRewriter.h 31 /// \brief This file is about to be rewritten. Return the name of the file
35 /// \brief Whether to abort fixing a file when not all errors could be fixed.
40 /// \brief The diagnostics machinery.
43 /// \brief The rewriter used to perform the various code
47 /// \brief The diagnostic client that performs the actual formatting
51 /// \brief Turn an input path into an output path. NULL implies overwriting
55 /// \brief The number of rewriter failures.
61 /// \brief Initialize a new fix-it rewriter.
65 /// \brief Destroy the fix-it rewriter.
68 /// \brief Check whether there are modifications for a given file
    [all...]
  /external/clang/include/clang-c/
Index.h 58 * \brief An "index" that consists of a set of translation units that would
64 * \brief A single translation unit, which resides in an index.
69 * \brief Opaque pointer representing client data that will be passed through
75 * \brief Provides the contents of a file that has not yet been saved to disk.
83 * \brief The file whose contents have not yet been saved.
90 * \brief A buffer containing the unsaved contents of this file.
95 * \brief The length of the unsaved contents of this buffer.
101 * \brief Describes the availability of a particular entity, which indicates
107 * \brief The entity is available.
111 * \brief The entity is available, but has been deprecated (and its use i
    [all...]
  /hardware/invensense/mlsdk/platform/linux/
mlos_linux.c 26 * @brief OS Interface.
30 * @brief OS Interface.
53 * @brief Allocate space
66 * @brief Free allocated space
80 * @brief Mutex create function
104 * @brief Mutex lock function
122 * @brief Mutex unlock function
140 * @brief open file
152 * @brief close the file.
162 * @brief Close Handl
    [all...]

Completed in 1038 milliseconds

1 2 3 4 5 6 7 8 91011>>