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

1 2 3 4 5 6 7 8 91011>>

  /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...]