/external/flatbuffers/docs/source/ |
groups | 2 /// @brief FlatBuffers API for C++ 5 /// @brief FlatBuffers API for C# 8 /// @brief FlatBuffers API for Go 11 /// @brief FlatBuffers API for Java 14 /// @brief FlatBuffers API for JavaScript 17 /// @brief FlatBuffers API for PHP 20 /// @brief FlatBuffers API for Python
|
/art/test/074-gc-thrash/ |
info.txt | 1 This thrashes the memory allocator and garbage collector for a brief period.
|
/external/clang/include/clang/Serialization/ |
ASTBitCodes.h | 28 /// \brief AST file major version number supported by this version of 41 /// \brief AST file minor version number supported by this version of 51 /// \brief An ID number that refers to an identifier in an AST file. 57 /// \brief An ID number that refers to a declaration in an AST file. 70 /// \brief An ID number that refers to a type in an AST file. 82 /// \brief A type index; the type ID with the qualifier bits removed. 122 /// \brief An ID number that refers to an identifier in an AST file. 125 /// \brief The number of predefined identifier IDs. 128 /// \brief An ID number that refers to a macro in an AST file. 131 /// \brief A global ID number that refers to a macro in an AST file [all...] |
Module.h | 45 /// \brief Specifies the kind of module that has been loaded. 54 /// \brief The input file that has been loaded from this AST file, along with 93 /// \brief Information about a module that has been loaded by the ASTReader. 107 /// \brief The index of this module in the list of modules. 110 /// \brief The type of this module. 113 /// \brief The file name of the module file. 116 /// \brief The name of the module. 119 /// \brief The base directory of the module. 126 /// \brief The original source file name that was used to build the 131 /// \brief The actual original source file name that was used t [all...] |
/hardware/intel/common/libva/va/ |
va_enc_jpeg.h | 27 * \brief JPEG encoding API 46 * \brief JPEG Encoding Picture Parameter Buffer Structure 53 /** \brief holds reconstructed picture. */ 55 /** \brief picture width. */ 57 /** \brief picture height. */ 59 /** \brief holds coded data. */ 63 * \brief pic_flags 69 * \brief profile: 74 * \brief progressive: 79 * \brief huffman: [all...] |
va_enc_mpeg2.h | 27 * \brief The MPEG-2 encoding API 50 * \brief MPEG-2 Quantization Matrix Buffer 56 * \brief Packed header types specific to MPEG-2 encoding. 62 * \brief Packed Sequence Parameter Set (SPS). 67 * \brief Packed Picture Parameter Set (PPS). 72 * \brief Packed slice header. 79 * \brief Sequence parameter for MPEG-2 encoding 95 /** \brief Period between I frames. */ 97 /** \brief Period between I/P frames. */ 99 /** \brief Picture width [all...] |
va_enc_h264.h | 27 * \brief The H.264 encoding API 57 * \brief Marks the last picture in the sequence. 63 * \brief Marks the last picture in the stream. 71 * \brief Packed header types specific to H.264 encoding. 84 * \brief Packed Sequence Parameter Set (SPS). 93 * \brief Packed Picture Parameter Set (PPS). 102 * \brief Packed slice header. 115 * \brief Packed Supplemental Enhancement Information (SEI). 127 * \brief Sequence parameter for H.264 encoding in baseline, main & high 147 /** \brief Same as the H.264 bitstream syntax element. * [all...] |
va_vpp.h | 27 * \brief The video processing API 237 /** \brief Video filter types. */ 240 /** \brief Noise reduction filter. */ 242 /** \brief Deinterlacing filter. */ 244 /** \brief Sharpening filter. */ 246 /** \brief Color balance parameters. */ 248 /** \brief Deblocking filter. */ 250 /** \brief Frame rate conversion. */ 252 /** \brief Skin Tone Enhancement. */ 254 /** \brief Total Color Correction. * [all...] |
va_dec_jpeg.h | 27 * \brief The JPEG decoding API 50 * \brief Picture parameter for JPEG decoding. 56 /** \brief Picture width in pixels. */ 58 /** \brief Picture height in pixels. */ 62 /** \brief Component identifier (Ci). */ 64 /** \brief Horizontal sampling factor (Hi). */ 66 /** \brief Vertical sampling factor (Vi). */ 68 /* \brief Quantization table selector (Tqi). */ 71 /** \brief Number of components in frame (Nf). */ 73 /** \brief Input color space 0: YUV, 1: RGB, 2: BGR, others: reserved * [all...] |
/external/clang/include/clang/Sema/ |
Initialization.h | 40 /// \brief Describes an entity that is being initialized. 43 /// \brief Specifies the kind of entity being initialized. 45 /// \brief The entity being initialized is a variable. 47 /// \brief The entity being initialized is a function parameter. 49 /// \brief The entity being initialized is the result of a function call. 51 /// \brief The entity being initialized is an exception object that 54 /// \brief The entity being initialized is a non-static data member 57 /// \brief The entity being initialized is an element of an array. 59 /// \brief The entity being initialized is an object (or array of 62 /// \brief The entity being initialized is a temporary object [all...] |
CodeCompleteConsumer.h | 32 /// \brief Default priority values for code-completion results based 35 /// \brief Priority for the next initialization in a constructor initializer 38 /// \brief Priority for an enumeration constant inside a switch whose 41 /// \brief Priority for a send-to-super completion. 43 /// \brief Priority for a declaration that is in the local scope. 45 /// \brief Priority for a member declaration found from the current 48 /// \brief Priority for a language keyword (that isn't any of the other 51 /// \brief Priority for a code pattern. 53 /// \brief Priority for a non-type declaration. 55 /// \brief Priority for a type [all...] |
/external/clang/test/Index/ |
comment-c-decls.c | 12 * \brief Aaa. 24 * \brief global variable; 30 * \brief local variable; 36 * \brief external variable 43 * \brief a local variable 52 * \brief initialized decl. 58 * \brief typedef example 64 * \brief aggregate type example 68 * \brief iS1; 72 * \brief dS1 [all...] |
format-comment-cdecls.c | 7 * \brief Aaa. 19 * \brief global variable; 25 * \brief local variable; 31 * \brief external variable 38 * \brief a local variable 47 * \brief initialized decl. 53 * \brief typedef example 59 * \brief aggregate type example 63 * \brief iS1; 67 * \brief dS1 [all...] |
comment-objc-decls.m | 13 * \brief This is a protocol definition 18 * \brief MethodMyProto method 25 * \brief PropertyMyProto - This is protocol's property. 29 * \brief ClassMethodMyProto 39 * \brief NSObject is the root class. 43 * \brief IvarNSObject 52 * \brief MyClass - primary class. 57 * \brief IvarMyClass - IvarMyClass of values. 62 * \brief MethodMyClass is instance method. 67 * \brief ClassMethodMyClass is class method [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/server/ |
radeon_dri.h | 3 * \brief Radeon server-side structures. 59 * \brief Radeon DRI driver private data. 66 int deviceID; /**< \brief PCI device ID */ 67 int width; /**< \brief width in pixels of display */ 68 int height; /**< \brief height in scanlines of display */ 69 int depth; /**< \brief depth of display (8, 15, 16, 24) */ 70 int bpp; /**< \brief bit depth of display (8, 16, 24, 32) */ 72 int IsPCI; /**< \brief is current card a PCI card? */ 73 int AGPMode; /**< \brief AGP mode */ 75 int frontOffset; /**< \brief front buffer offset * [all...] |
/external/mesa3d/src/mesa/drivers/dri/common/ |
xmlconfig.h | 26 * \brief Driver-independent client-side part of the XML configuration 33 /** \brief Option data types */ 38 /** \brief Option value */ 40 GLboolean _bool; /**< \brief Boolean */ 41 GLint _int; /**< \brief Integer or Enum */ 42 GLfloat _float; /**< \brief Floating-point */ 45 /** \brief Single range of valid values 49 driOptionValue start; /**< \brief Start */ 50 driOptionValue end; /**< \brief End */ 53 /** \brief Information about an option * [all...] |
/external/clang/bindings/python/tests/cindex/ |
test_comment.py | 24 brief = test1.brief_comment 26 assert brief == """Aaa.""" 30 brief = test2.brief_comment 32 assert brief == """Bbb. x""" 36 brief = f.brief_comment 38 assert brief is None
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTBackground.h | 5 @brief Function to draw a background texture. 21 @brief A struct for storing API specific variables 27 @brief A class for drawing a fullscreen textured background 33 @brief Initialise some values. 37 @brief Calls Destroy() 41 @brief Destroys the background and releases API specific resources 46 @brief Initialises the background 56 @brief Draws a texture on a quad covering the whole screen. 63 @brief Draws a texture on a quad covering the whole screen.
|
/packages/apps/LegacyCamera/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/clang/lib/CodeGen/ |
CGLoopInfo.h | 36 /// \brief Attributes that may be specified on loops. 41 /// \brief Generate llvm.loop.parallel metadata for loads and stores. 44 /// \brief State of loop vectorization or unrolling. 47 /// \brief Value for llvm.loop.vectorize.enable metadata. 50 /// \brief Value for llvm.loop.unroll.* metadata (enable, disable, or full). 53 /// \brief Value for llvm.loop.vectorize.width metadata. 56 /// \brief Value for llvm.loop.interleave.count metadata. 59 /// \brief llvm.unroll. 62 /// \brief Value for llvm.loop.distribute.enable metadata. 66 /// \brief Information used when generating a structured loop [all...] |
/external/clang/include/clang/AST/ |
NSAPI.h | 23 // \brief Provides info and caches identifiers/selectors for NSFoundation API. 56 /// \brief The Objective-C NSString selectors. 59 /// \brief Return NSStringMethodKind if \param Sel is such a selector. 62 /// \brief Returns true if the expression \param E is a reference of 68 /// \brief Returns true if the expression \param E is a reference of 74 /// \brief Enumerates the NSArray/NSMutableArray methods used to generate 92 /// \brief The Objective-C NSArray selectors. 95 /// \brief Return NSArrayMethodKind if \p Sel is such a selector. 98 /// \brief Enumerates the NSDictionary/NSMutableDictionary methods used 117 /// \brief The Objective-C NSDictionary selectors [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
for_each_selectors.h | 26 * @brief Functors representing different tasks to be plugged into the 40 /** @brief Generic __selector for embarrassingly parallel functions. */ 44 /** @brief _Iterator on last element processed; needed for some 50 /** @brief std::for_each() selector. */ 54 /** @brief Functor execution. 66 /** @brief std::generate() selector. */ 70 /** @brief Functor execution. 82 /** @brief std::fill() selector. */ 86 /** @brief Functor execution. 98 /** @brief std::transform() __selector, one input sequence variant. * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
for_each_selectors.h | 26 * @brief Functors representing different tasks to be plugged into the 40 /** @brief Generic __selector for embarrassingly parallel functions. */ 44 /** @brief _Iterator on last element processed; needed for some 50 /** @brief std::for_each() selector. */ 54 /** @brief Functor execution. 66 /** @brief std::generate() selector. */ 70 /** @brief Functor execution. 82 /** @brief std::fill() selector. */ 86 /** @brief Functor execution. 98 /** @brief std::transform() __selector, one input sequence variant. * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
for_each_selectors.h | 26 * @brief Functors representing different tasks to be plugged into the 40 /** @brief Generic __selector for embarrassingly parallel functions. */ 44 /** @brief _Iterator on last element processed; needed for some 50 /** @brief std::for_each() selector. */ 54 /** @brief Functor execution. 66 /** @brief std::generate() selector. */ 70 /** @brief Functor execution. 82 /** @brief std::fill() selector. */ 86 /** @brief Functor execution. 98 /** @brief std::transform() __selector, one input sequence variant. * [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
for_each_selectors.h | 26 * @brief Functors representing different tasks to be plugged into the 40 /** @brief Generic __selector for embarrassingly parallel functions. */ 44 /** @brief _Iterator on last element processed; needed for some 50 /** @brief std::for_each() selector. */ 54 /** @brief Functor execution. 66 /** @brief std::generate() selector. */ 70 /** @brief Functor execution. 82 /** @brief std::fill() selector. */ 86 /** @brief Functor execution. 98 /** @brief std::transform() __selector, one input sequence variant. * [all...] |