/external/clang/include/clang/AST/ |
PrettyPrinter.h | 32 /// \brief Describes how types, statements, expressions, and 35 /// \brief Create a default printing policy for C. 44 /// \brief The number of spaces to use to indent each line. 47 /// \brief What language we're printing. 50 /// \brief Whether we should suppress printing of the actual specifiers for 66 /// \brief Whether type printing should skip printing the tag keyword. 76 /// \brief Whether type printing should skip printing the actual tag type. 86 /// \brief Suppresses printing of scope specifiers. 89 /// \brief Suppress printing of variable initializers. 102 /// \brief True when we are "dumping" rather than "pretty-printing" [all...] |
SelectorLocationsKind.h | 26 /// \brief Whether all locations of the selector identifiers are in a 29 /// \brief Non-standard. 32 /// \brief For nullary selectors, immediately before the end: 38 /// \brief For nullary selectors, immediately before the end: 45 /// \brief Returns true if all \arg SelLocs are in a "standard" location. 51 /// \brief Get the "standard" location of a selector identifier, e.g: 63 /// \brief Returns true if all \arg SelLocs are in a "standard" location. 69 /// \brief Get the "standard" location of a selector identifier, e.g:
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
find_selectors.h | 26 * @brief Function objects representing different tasks to be plugged 42 /** @brief Base class of all __gnu_parallel::find_template selectors. */ 47 * @brief Test predicate on a single element, used for std::find() 52 /** @brief Test on one position. 63 /** @brief Corresponding sequential algorithm on a sequence. 79 /** @brief Test predicate on two adjacent elements. */ 82 /** @brief Test on one position. 96 /** @brief Corresponding sequential algorithm on a sequence. 118 /** @brief Test inverted predicate on a single element. */ 122 * @brief Test on one position [all...] |
base.h | 26 * @brief Sequential helper functions. 46 * @brief GNU parallel code, replaces standard behavior with parallel behavior. 55 * @brief GNU parallel code for public use. 65 * @brief GNU sequential classes for public use. 99 /** @brief Calculates the rounded-down logarithm of @c n for base 2. 113 /** @brief Encode two integers into one __gnu_parallel::lcas_t. 127 /** @brief Decode two integers from one __gnu_parallel::lcas_t. 142 /** @brief Equivalent to std::min. */ 148 /** @brief Equivalent to std::max. */ 154 /** @brief Constructs predicate for equality from strict wea [all...] |
/external/clang/include/clang/Frontend/ |
PreprocessorOptions.h | 29 /// \brief Enumerate the kinds of standard library that 32 /// \brief libc++ 34 /// \brief libstdc++ 53 /// \brief Whether we should automatically translate #include or #import 57 /// \brief Whether the detailed preprocessing record includes nested macro 64 /// \brief Headers that will be converted to chained PCHs in memory. 67 /// \brief When true, disables most of the normal validation performed on 71 /// \brief When true, disables the use of the stat cache within a 75 /// \brief Dump declarations that are deserialized from PCH, for testing. 78 /// \brief This is a set of names for decls that we do not want to b [all...] |
/development/host/windows/usb/api/ |
adb_api_private_defines.h | 25 /** \brief Encapsulates an entry in the array of enumerated interfaces.
29 /** \brief Constructs an empty object.
36 /** \brief Copy constructor
42 /** \brief Constructs the object with parameters.
48 /** \brief Destructs the object.
73 /** \brief Saves this entry into AdbInterfaceInfo structure.
|
/external/clang/include/clang/Serialization/ |
ASTDeserializationListener.h | 33 /// \brief The ASTReader was initialized. 36 /// \brief An identifier was deserialized from the AST file. 39 /// \brief A type was deserialized from the AST file. The ID here has the 43 /// \brief A decl was deserialized from the AST file. 45 /// \brief A selector was read from the AST file. 47 /// \brief A macro definition was read from the AST file.
|
/external/clang/tools/libclang/ |
CXString.h | 31 /// \brief Create a CXString object from a C string. 34 /// \brief Create a CXString object from a StringRef. 37 /// \brief Create a CXString object that is backed by a string buffer. 40 /// \brief Create an opaque string pool used for fast geneneration of strings. 43 /// \brief Dispose of a string pool. 50 /// \brief Returns true if the CXString data is managed by a pool.
|
/frameworks/media/libvideoeditor/vss/stagefrightshells/inc/ |
VideoEditorBuffer.h | 19 * @brief StageFright shell Buffer 50 * @brief One OMX Buffer and data related to it 64 * @brief Structure to manage buffers 82 * @brief Allocate a pool of nbBuffers buffers 96 * @brief Deallocate a buffer pool 108 * @brief Returns a buffer in a given state
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
seqmid.h | 3 * \brief Application interface library for the ALSA driver 43 * \brief initialize event record 52 * \brief set the tag for given event 62 * \brief set the explicit destination 75 * \brief set broadcasting to subscribers 87 * \brief set broadcasting to all clients/ports 99 * \brief set the source port 109 * \brief set direct passing mode (without queued) 121 * \brief set tick-scheduling mode on queue 140 * \brief set real-time-scheduling mode on queu [all...] |
/external/libvpx/vpx/ |
vpx_encoder.h | 21 * \brief Describes the encoder algorithm interface to applications. 36 /*!\brief Current ABI version number 47 /*! \brief Encoder capabilities bitfield 59 /*! \brief Initialization-time Feature Enabling 69 /*!\brief Generic fixed size buffer structure 80 /*!\brief Time Stamp Type 88 /*!\brief Compressed Frame Flags 104 /*!\brief Encoder output packet variants 119 /*!\brief Encoder output packet 158 /*!\brief Rational Numbe [all...] |
/external/clang/include/clang/Sema/ |
ExternalSemaSource.h | 33 /// \brief A simple structure that captures a vtable use for the purposes of 41 /// \brief An abstract interface that should be implemented by 52 /// \brief Initialize the semantic source with the Sema instance 57 /// \brief Inform the semantic consumer that Sema is no longer available. 60 /// \brief Load the contents of the global method pool for a given 67 /// \brief Load the set of namespaces that are known to the external source, 72 /// \brief Do last resort, unqualified lookup on a LookupResult that 82 /// \brief Read the set of tentative definitions known to the external Sema 92 /// \brief Read the set of unused file-scope declarations known to the 102 /// \brief Read the set of delegating constructors known to th [all...] |
/external/clang/include/clang/Basic/ |
VersionTuple.h | 23 /// \brief Represents a version number in the form major[.minor[.subminor]]. 49 /// \brief Determine whether this version information is empty 53 /// \brief Retrieve the major version number. 56 /// \brief Retrieve the minor version number, if provided. 63 /// \brief Retrieve the subminor version number, if provided. 70 /// \brief Determine if two version numbers are equivalent. If not 76 /// \brief Determine if two version numbers are not equivalent. If 83 /// \brief Determine whether one version number precedes another. If not 95 /// \brief Determine whether one version number follows another. If not 101 /// \brief Determine whether one version number precedes or i [all...] |
/frameworks/media/libvideoeditor/vss/common/inc/ |
M4ENCODER_AudioCommon.h | 19 * @brief VES audio encoders shell interface. 42 * @brief This enum defines the core AAC shell encoder options 56 * @brief Thie enum defines the audio sampling frequency. 76 * @brief This enum defines the audio compression formats. 92 * @brief Thie enum defines the number of audio channels. 105 * @brief Thie enum defines the avalaible bitrates. 142 * @brief The current mode of the bitrate regulation. 154 * @brief This enum defines the SID of the AMR encoder. 165 * @brief This structure defines all the settings specific to the AAC encoder. 181 * @brief This structure defines all the settings avalaible when encoding audio [all...] |
/external/llvm/lib/CodeGen/ |
RenderMachineFunction.h | 37 /// \brief Helper class to process rendering options. Tries to be as lazy as 133 /// \brief Provide extra information about the physical and virtual registers 139 /// \brief Set up TargetRegisterExtraInfo with pointers to necessary 144 /// \brief Recompute tables for changed function. 147 /// \brief Free all tables in TargetRegisterExtraInfo. 150 /// \brief Maximum number of registers from trc which alias reg. 153 /// \brief Returns the number of allocable registers in trc. 156 /// \brief Return the number of registers of class trc that may be 161 /// \brief Return true if the number of registers of type trc that may be 189 /// \brief Initialise the 'worst' table [all...] |
/external/zlib/contrib/iostream3/ |
zfstream.h | 20 * @brief Gzipped file stream buffer class. 38 * @brief Set compression level and strategy on the fly. 53 * @brief Check if file is open. 60 * @brief Open gzipped file. 70 * @brief Attach to already open gzipped file. 80 * @brief Close gzipped file. 88 * @brief Convert ios open mode int to mode string used by zlib. 96 * @brief Number of characters available in stream buffer. 106 * @brief Fill get area from gzipped file. 116 * @brief Write put area to gzipped file [all...] |
/external/llvm/include/llvm/Analysis/ |
RegionInfo.h | 44 /// @brief Marker class to iterate over the elements of a Region in flat mode. 54 /// @brief A RegionNode represents a subregion or a BasicBlock that is part of a 75 /// @brief The parent Region of this RegionNode. 80 /// @brief Create a RegionNode. 91 /// @brief Get the parent Region of this RegionNode. 101 /// @brief Get the entry BasicBlock of this RegionNode. 109 /// @brief Get the content of this RegionNode. 118 /// @brief Is this RegionNode a subregion? 143 /// @brief A single entry single exit Region. 243 /// @brief Create a new region [all...] |
/external/libnfc-nxp/src/ |
phLlcNfc_Timer.h | 19 * \brief To create, start, stop and destroy timer. 87 * \brief LLC timer functions \b Timer Init function 105 * \brief LLC timer functions \b Timer UnInit function 123 * \brief LLC timer functions \b Create timer function 135 * \brief LLC timer functions \b Start timer function 156 * \brief LLC timer functions \b Stop timer function 175 * \brief LLC timer functions \b Stop timer function 190 * \brief LLC timer functions \b Delete timer function
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
Graph.h | 142 /// \brief Construct an empty PBQP graph. 145 /// \brief Copy construct this graph from "other". Note: Does not copy node 152 /// \brief Make this graph a copy of "other". Note: Does not copy node and 165 /// \brief Add a node with the given costs. 172 /// \brief Add an edge between the given nodes with the given costs. 184 /// \brief Get the number of nodes in the graph. 188 /// \brief Get the number of edges in the graph. 192 /// \brief Get a node's cost vector. 197 /// \brief Get a node's cost vector (const version). 204 /// \brief Set a node's data pointer [all...] |
/external/srtp/crypto/include/ |
crypto.h | 14 * @brief A cipher_type_id_t is an identifier for a particular cipher 28 * @brief An auth_type_id_t is an identifier for a particular authentication
|
/hardware/invensense/mlsdk/mllite/ |
dmpDefault.h | 23 * @brief Default DMP assembly listing header file 27 * @brief Default DMP assembly listing header file
|
/system/media/wilhelm/src/ |
MPH_to.h | 20 /** \brief Map minimal perfect hash of an interface ID to its class index. */ 35 /** \brief Maximum number of interfaces on a single object. */
|
/external/icu4c/common/ |
wintz.h | 21 * \brief C API: Utilities for dealing w/ Windows time zones.
|
/external/icu4c/test/intltest/ |
windttst.h | 23 * \brief C++ API: Format dates using Windows API.
|
winnmtst.h | 23 * \brief C++ API: Format dates using Windows API.
|