/art/test/074-gc-thrash/ |
info.txt | 1 This thrashes the memory allocator and garbage collector for a brief period.
|
/dalvik/tests/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 | 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 a macro in an AST file [all...] |
Module.h | 39 /// \brief Specifies the kind of module that has been loaded. 47 /// \brief Information about the contents of a DeclContext. 58 /// \brief The input file that has been loaded from this AST file, along with 87 /// \brief Information about a module that has been loaded by the ASTReader. 101 /// \brief The index of this module in the list of modules. 104 /// \brief The type of this module. 107 /// \brief The file name of the module file. 110 /// \brief The original source file name that was used to build the 115 /// \brief The actual original source file name that was used to 119 /// \brief The file ID for the original source file that was used t [all...] |
ASTWriter.h | 72 /// \brief Writes an AST file containing the contents of a translation unit. 87 /// \brief Map that provides the ID numbers of each type within the 100 /// \brief The bitstream writer used to emit this precompiled header. 103 /// \brief The ASTContext we're writing. 106 /// \brief The preprocessor we're writing. 109 /// \brief The reader of existing AST files, if we're chaining. 112 /// \brief The module we're currently writing, if any. 115 /// \brief Indicates when the AST writing is actively performing 119 /// \brief Indicates that we are done serializing the collection of decls 123 /// \brief Indicates that the AST contained compiler errors [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...] |
comment-cplus-decls.cpp | 12 * \brief plain c++ class 18 * \brief plain c++ constructor 23 * \brief plain c++ member function 30 * \brief plain c++ destructor 38 * \brief plain c++ data field 51 * \brief Aaa 55 * \brief Bbb 60 * \brief Ccc 65 * \brief Ddd 70 * \brief Ee [all...] |
complete-documentation.cpp | 21 /// \brief Fff. 24 /// \brief Ggg. 41 // CHECK-CC1: FunctionDecl:{ResultType void}{TypedText T1}{{.*}}(brief comment: Aaa.) 42 // CHECK-CC1: ClassDecl:{TypedText T2}{{.*}}(brief comment: Bbb.) 43 // CHECK-CC1: Namespace:{TypedText T5}{{.*}}(brief comment: Eee.) 46 // CHECK-CC2: CXXMethod:{ResultType void}{TypedText T3}{{.*}}(brief comment: Ccc.) 47 // CHECK-CC2: FieldDecl:{ResultType int}{TypedText T4}{{.*}}(brief comment: Ddd.) 50 // CHECK-CC3: CXXMethod:{ResultType void}{TypedText T7}{LeftParen (}{RightParen )} (34)(brief comment: Fff.) 51 // CHECK-CC3: CXXMethod:{ResultType void}{TypedText T8}{LeftParen (}{RightParen )} (34)(brief comment: Ggg.)
|
/external/chromium_org/third_party/mesa/src/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/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/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 | 29 /// \brief Default priority values for code-completion results based 32 /// \brief Priority for the next initialization in a constructor initializer 35 /// \brief Priority for an enumeration constant inside a switch whose 38 /// \brief Priority for a send-to-super completion. 40 /// \brief Priority for a declaration that is in the local scope. 42 /// \brief Priority for a member declaration found from the current 45 /// \brief Priority for a language keyword (that isn't any of the other 48 /// \brief Priority for a code pattern. 50 /// \brief Priority for a non-type declaration. 52 /// \brief Priority for a type [all...] |
/external/chromium_org/third_party/mesa/src/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/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...] |
/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...] |
/packages/apps/Camera2/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...] |
/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...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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...] |
/external/clang/include/clang/Basic/ |
Module.h | 11 /// \brief Defines the clang::Module class, which describes a module in the 42 /// \brief Describes the name of a module. 45 /// \brief Describes a module or submodule. 48 /// \brief The name of this module. 51 /// \brief The location of the module definition. 54 /// \brief The parent of this module. This will be NULL for the top-level 58 /// \brief The umbrella header or directory. 62 /// \brief The submodules of this module, indexed by name. 65 /// \brief A mapping from the submodule name to the index into the 69 /// \brief The AST file if this is a top-level module which has [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/bindings/python/tests/cindex/ |
test_code_completion.py | 31 "{'int', ResultType} | {'test1', TypedText} || Priority: 50 || Availability: Available || Brief comment: Aaa.", 32 "{'void', ResultType} | {'test2', TypedText} | {'(', LeftParen} | {')', RightParen} || Priority: 50 || Availability: Available || Brief comment: Bbb.", 33 "{'return', TypedText} || Priority: 40 || Availability: Available || Brief comment: None" 60 "{'const', TypedText} || Priority: 40 || Availability: Available || Brief comment: None", 61 "{'volatile', TypedText} || Priority: 40 || Availability: Available || Brief comment: None", 62 "{'operator', TypedText} || Priority: 40 || Availability: Available || Brief comment: None", 63 "{'P', TypedText} | {'::', Text} || Priority: 75 || Availability: Available || Brief comment: None", 64 "{'Q', TypedText} | {'::', Text} || Priority: 75 || Availability: Available || Brief comment: None" 70 "{'P', TypedText} | {'::', Text} || Priority: 75 || Availability: Available || Brief comment: None", 71 "{'P &', ResultType} | {'operator=', TypedText} | {'(', LeftParen} | {'const P &', Placeholder} | {')', RightParen} || Priority: 34 || Availability: Available || Brief comment: None" [all...] |
/external/clang/include/clang/AST/ |
NestedNameSpecifier.h | 33 /// \brief Represents a C++ nested name specifier, such as 45 /// \brief Enumeration describing 53 /// \brief The nested name specifier that precedes this nested name 61 /// \brief The last component in the nested name specifier, which 71 /// \brief The kind of specifier that completes this nested name 74 /// \brief An identifier, stored as an IdentifierInfo*. 76 /// \brief A namespace, stored as a NamespaceDecl*. 78 /// \brief A namespace alias, stored as a NamespaceAliasDecl*. 80 /// \brief A type, stored as a Type*. 82 /// \brief A type that was preceded by the 'template' keyword [all...] |
NSAPI.h | 22 // \brief Provides info and caches identifiers/selectors for NSFoundation API. 51 /// \brief The Objective-C NSString selectors. 54 /// \brief Return NSStringMethodKind if \param Sel is such a selector. 57 /// \brief Returns true if the expression \param E is a reference of 63 /// \brief Returns true if the expression \param E is a reference of 69 /// \brief Enumerates the NSArray methods used to generate literals. 83 /// \brief The Objective-C NSArray selectors. 86 /// \brief Return NSArrayMethodKind if \p Sel is such a selector. 89 /// \brief Enumerates the NSDictionary methods used to generate literals. 105 /// \brief The Objective-C NSDictionary selectors [all...] |