/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
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. */ 56 /** @brief Default constructor. Recommend number of threads to use. 61 /** @brief Find out desired number of threads. 71 /** @brief Set the desired number of threads. 77 /** @brief Recommends parallel execution using the 86 /** @brief Recommends parallel execution using dynamic 90 /** @brief Recommends parallel execution using stati [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
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. */ 56 /** @brief Default constructor. Recommend number of threads to use. 61 /** @brief Find out desired number of threads. 71 /** @brief Set the desired number of threads. 77 /** @brief Recommends parallel execution using the 86 /** @brief Recommends parallel execution using dynamic 90 /** @brief Recommends parallel execution using stati [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
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. */ 56 /** @brief Default constructor. Recommend number of threads to use. 61 /** @brief Find out desired number of threads. 71 /** @brief Set the desired number of threads. 77 /** @brief Recommends parallel execution using the 86 /** @brief Recommends parallel execution using dynamic 90 /** @brief Recommends parallel execution using stati [all...] |
/external/clang/include/clang/Serialization/ |
GlobalModuleIndex.h | 50 /// \brief A global index for a set of module files, providing information about 62 /// \brief Buffer containing the index file, which is lazily accessed so long 66 /// \brief The hash table. 73 /// \brief Information about a given module file. 77 /// \brief The module file, once it has been resolved. 80 /// \brief The module file name. 83 /// \brief Size of the module file at the time the global index was built. 86 /// \brief Modification time of the module file at the time the global 90 /// \brief The module IDs on which this module directly depends. 95 /// \brief A mapping from module IDs to information about each module [all...] |
/external/clang/tools/libclang/ |
CXCursor.h | 61 /// \brief Create an Objective-C superclass reference at the given location. 66 /// \brief Unpack an ObjCSuperClassRef cursor into the interface it references 71 /// \brief Create an Objective-C protocol reference at the given location. 76 /// \brief Unpack an ObjCProtocolRef cursor into the protocol it references 81 /// \brief Create an Objective-C class reference at the given location. 86 /// \brief Unpack an ObjCClassRef cursor into the class it references 91 /// \brief Create a type reference at the given location. 95 /// \brief Unpack a TypeRef cursor into the class it references 99 /// \brief Create a reference to a template at the given location. 103 /// \brief Unpack a TemplateRef cursor into the template it references an [all...] |
CIndexDiagnostic.h | 61 /// \brief Return the severity of the diagnostic. 64 /// \brief Return the location of the diagnostic. 67 /// \brief Return the spelling of the diagnostic. 70 /// \brief Return the text for the diagnostic option. 73 /// \brief Return the category of the diagnostic. 76 /// \brief Return the category string of the diagnostic. 79 /// \brief Return the number of source ranges for the diagnostic. 82 /// \brief Return the source ranges for the diagnostic. 85 /// \brief Return the number of FixIts. 88 /// \brief Return the FixIt information (source range and inserted text) [all...] |
/external/v8/src/ |
objects-printer.cc | 343 os << Brief(RawFastPropertyAt(index)); 354 os << Brief(descs->GetConstant(i)) << " (data constant)"; 357 os << Brief(descs->GetCallbacksObject(i)) << " (accessor constant)"; 446 os << std::setw(12) << ss.str() << ": " << Brief(previous_value); 475 os << " " << (i - 2) << ":" << Brief(p->get(i)); 477 os << "\n context: " << Brief(p->get(0)) 478 << "\n arguments: " << Brief(p->get(1)); 500 os << "\n - elements = " << Brief(obj->elements()) << " [" 526 os << "\n " << Brief(obj->GetInternalField(i)); 540 os << "\n - length = " << Brief(this->length()) [all...] |
/hardware/intel/common/libva/va/ |
va_drmcommon.h | 30 /** \brief DRM authentication type. */ 32 /** \brief Disconnected. */ 35 * \brief Connected. Authenticated with DRI1 protocol. 45 * \brief Connected. Authenticated with DRI2 protocol. 54 * \brief Connected. Authenticated with some alternate raw protocol. 63 /** \brief Base DRM state. */ 65 /** \brief DRM connection descriptor. */ 67 /** \brief DRM authentication type. */ 71 /** \brief Kernel DRM buffer memory type. */ 73 /** \brief DRM PRIME memory type. * [all...] |
va_enc.h | 27 * \brief The Core encoding API 47 /** \brief Abstract representation of a bitstream writer. */ 59 * \brief Marks the last picture in the sequence. 64 * \brief Marks the last picture in the stream. 73 /** \brief An invalid bitstream writer handle was supplied. */ 75 /** \brief An invalid/unsupported parameter value was supplied. */ 77 /** \brief A buffer overflow has occurred. */ 87 /** \brief Bitstream writer attribute types. */ 90 * \brief User-provided buffer to hold output bitstream (pointer). 97 /** \brief Size of the user-provided buffer (integer). * [all...] |
/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
PVRShellImpl.h | 5 @brief Makes programming for 3D APIs easier by wrapping surface 34 @brief Holds PVRShell internal data. 89 @brief Command-line interpreter 100 @brief Constructor 105 @brief Destructor 110 @brief Set command-line options to pStr 116 @brief Prepend command-line options to m_psOrig 122 @brief Prepend command-line options to m_psOrig from a file 128 @brief Parse m_psOrig for command-line options and store them in m_pOpt 133 @brief Apply the command-line options to shel [all...] |
/external/clang/include/clang/Basic/ |
Builtins.h | 11 /// \brief Defines enum values for all the target-independent builtin 59 /// \brief Holds information about both target-independent and 72 /// \brief Perform target-specific initialization 76 /// \brief Mark the identifiers for all the builtins with their 81 /// \brief Return the identifier name for the specified builtin, 87 /// \brief Get the type descriptor string for the specified builtin. 92 /// \brief Return true if this function is a target-specific builtin. 97 /// \brief Return true if this function has no side effects. 102 /// \brief Return true if this function has no side effects and doesn't 108 /// \brief Return true if we know this builtin never throws an exception [all...] |
Version.h | 11 /// \brief Defines version macros and version-related utility functions 22 /// \brief Helper macro for CLANG_VERSION_STRING. 26 /// \brief Helper macro for CLANG_VERSION_STRING. 29 /// \brief A string that describes the Clang version number, e.g., "1.0". 34 /// \brief Helper macro for CLANG_VERSION_STRING. 37 /// \brief A string that describes the Clang version number, e.g., "1.0". 43 /// \brief Retrieves the repository path (e.g., Subversion path) that 48 /// \brief Retrieves the repository path from which LLVM was built. 53 /// \brief Retrieves the repository revision number (or identifer) from which 57 /// \brief Retrieves the repository revision number (or identifer) from whic [all...] |
/external/clang/include/clang/AST/ |
DeclCXX.h | 11 /// \brief Defines the C++ Decl subclasses, other than those for templates 48 /// \brief Represents any kind of function declaration, whether it is a 59 /// \brief Implicily converts any function or function template into a 63 /// \brief Retrieve the underlying function or function template. 93 /// \brief Represents an access specifier followed by colon ':'. 105 /// \brief The location of the ':'. 116 /// \brief The location of the access specifier. 118 /// \brief Sets the location of the access specifier. 121 /// \brief The location of the colon following the access specifier. 123 /// \brief Sets the location of the colon [all...] |
/external/llvm/include/llvm/Transforms/Utils/ |
LoopVersioning.h | 31 /// \brief This class emits a version of the loop where run-time checks ensure 38 /// \brief Expects LoopAccessInfo, Loop, LoopInfo, DominatorTree as input. 46 /// \brief Performs the CFG manipulation part of versioning the loop including 61 /// \brief Same but if the client has already precomputed the set of values 65 /// \brief Returns the versioned loop. Control flows here if pointers in the 70 /// \brief Returns the fall-back loop. Control flows here if pointers in the 74 /// \brief Sets the runtime alias checks for versioning the loop. 78 /// \brief Sets the runtime SCEV checks for versioning the loop. 81 /// \brief Annotate memory instructions in the versioned loop with no-alias 88 /// \brief Set up the aliasing scopes based on the memchecks. This needs t [all...] |
/external/clang/test/Index/ |
complete-documentation-properties.m | 9 \brief This is ReadonlyProperty 14 \brief This is GeneralProperty 19 \brief This is PropertyInPrimaryClass 31 \brief This is Record 38 \brief This is PropertyInClassExtension 57 // CHECK-CC1: {TypedText ReadonlyGetter}{{.*}}(brief comment: This is ReadonlyProperty) 60 // CHECK-CC2: {TypedText GetterInClassExtension}{{.*}}(brief comment: This is PropertyInClassExtension) 63 // CHECK-CC3: {TypedText PropertyInPrimaryClass}{{.*}}(brief comment: This is PropertyInPrimaryClass) 66 // CHECK-CC4: {TypedText Record}{{.*}}(brief comment: This is Record) 69 // CHECK-CC5: {TypedText setThisRecord:}{Placeholder (id)}{{.*}}(brief comment: This is Record [all...] |
complete-documentation-templates.cpp | 109 // CHECK-CC1: FunctionTemplate:{ResultType void}{TypedText T1}{{.*}}(brief comment: This is T1.) 110 // CHECK-CC1: FunctionTemplate:{ResultType void}{TypedText T2}{{.*}}(brief comment: This is T2.) 113 // CHECK-CC2: CXXMethod:{ResultType void}{TypedText T4}{{.*}}(brief comment: This is T4.) 114 // CHECK-CC2: VarDecl:{ResultType int}{TypedText T5}{{.*}}(brief comment: This is T5.) 117 // CHECK-CC3: FunctionTemplate:{ResultType void}{TypedText T11}{{.*}}(brief comment: This is T11.) 118 // CHECK-CC3: CXXMethod:{ResultType void}{TypedText T6}{{.*}}(brief comment: This is T6.) 119 // CHECK-CC3: FieldDecl:{ResultType int}{TypedText T7}{{.*}}(brief comment: This is T7.) 122 // CHECK-CC4: EnumConstantDecl:{ResultType T3<int>::T9}{TypedText T10}{{.*}}(brief comment: This is T10.) 127 // CHECK-CC4-SHOULD-BE: TypedefDecl:{TypedText T12}{{.*}}(brief comment: This is T3.) 128 // CHECK-CC4: ClassDecl:{TypedText T8}{{.*}}(brief comment: This is T8. [all...] |
/external/llvm/include/llvm/Support/ |
LockFileManager.h | 20 /// \brief Class that manages the creation of a lock file to aid 30 /// \brief Describes the state of a lock file. 32 /// \brief The lock file has been created and is owned by this instance 35 /// \brief The lock file already exists and is owned by some other 38 /// \brief An error occurred while trying to create or find the lock 43 /// \brief Describes the result of waiting for the owner to release the lock. 45 /// \brief The lock was released successfully. 47 /// \brief Owner died while holding the lock. 49 /// \brief Reached timeout while waiting for the owner to release the lock. 75 /// \brief Determine the state of the lock file [all...] |
/external/clang/lib/Format/ |
ContinuationIndenter.h | 11 /// \brief This file implements an indenter that manages the indentation of 37 /// \brief Constructs a \c ContinuationIndenter to format \p Line starting in 46 /// \brief Get the initial state, i.e. the state after placing \p Line's 53 /// \brief Returns \c true, if a line break after \p State is allowed. 56 /// \brief Returns \c true, if a line break after \p State is mandatory. 59 /// \brief Appends the next token to \p State and updates information 70 /// \brief Get the column limit for this line. This is the style's column 75 /// \brief Mark the next token as consumed in \p State and modify its stacks 79 /// \brief Update 'State' according to the next token's fake left parentheses. 81 /// \brief Update 'State' according to the next token's fake r_parens [all...] |
/external/swiftshader/third_party/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/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTPFXParser.h | 5 @brief Declaration of PFX file parser 35 @brief Enum values for the various variable types supported 65 @brief Enum values for defining whether a variable is float, interger or bool 76 @brief Decribes the type of render required 89 @brief Decribes the type of render required 103 @brief Struct for storing PFX file header data 114 @brief Struct for storing PFX data from the texture block 129 @brief Stores effect texture information 139 @brief Struct for storing PFX data from the shader block 163 @brief Struct for storing default data type [all...] |
/external/llvm/include/llvm/Transforms/ |
Vectorize.h | 24 /// @brief Vectorize configuration. 29 /// @brief The size of the native vector registers. 32 /// @brief Vectorize boolean values. 35 /// @brief Vectorize integer values. 38 /// @brief Vectorize floating-point values. 41 /// @brief Vectorize pointer values. 44 /// @brief Vectorize casting (conversion) operations. 47 /// @brief Vectorize floating-point math intrinsics. 50 /// @brief Vectorize bit intrinsics. 53 /// @brief Vectorize the fused-multiply-add intrinsic [all...] |
/external/llvm/include/llvm/CodeGen/PBQP/ |
Solution.h | 24 /// \brief Represents a solution to a PBQP problem. 37 /// \brief Initialise an empty solution. 41 /// \brief Number of nodes for which selections have been made. 45 /// \brief Records a reduction via the R0 rule. Should be called from the 49 /// \brief Returns the number of R0 reductions applied to solve the problem. 52 /// \brief Records a reduction via the R1 rule. Should be called from the 56 /// \brief Returns the number of R1 reductions applied to solve the problem. 59 /// \brief Records a reduction via the R2 rule. Should be called from the 63 /// \brief Returns the number of R2 reductions applied to solve the problem. 66 /// \brief Records a reduction via the RN rule. Should be called from th [all...] |
/external/mesa3d/src/mesa/drivers/dri/common/ |
xmlpool.h | 26 * \brief Pool of common options 43 /** \brief Begin __driConfigOptions */ 47 /** \brief End __driConfigOptions */ 51 /** \brief Begin a section of related options */ 55 /** \brief End a section of related options */ 59 /** \brief Begin an option definition */ 63 /** \brief Begin an option definition with quoted default value */ 67 /** \brief Begin an option definition with restrictions on valid values */ 71 /** \brief End an option description */ 75 /** \brief A verbal description in a specified language (empty version) * [all...] |
/external/clang/include/clang/Frontend/ |
LayoutOverrideSource.h | 19 /// \brief An external AST source that overrides the layout of 26 /// \brief The layout of a given record. 28 /// \brief The size of the record. 31 /// \brief The alignment of the record. 34 /// \brief The offsets of the fields, in source order. 38 /// \brief The set of layouts that will be overridden. 42 /// \brief Create a new AST source that overrides the layout of some 48 /// \brief If this particular record type has an overridden layout, 58 /// \brief Dump the overridden layouts.
|