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

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 57 * @brief Virtual base class for all stream classes.
108 * @brief The quick-and-easy status check.
122 * @brief Returns the error state of the stream buffer.
133 * @brief [Re]sets the error state.
143 * @brief Sets additional flags in the error state.
166 * @brief Fast error checking.
176 * @brief Fast error checking.
186 * @brief Fast error checking.
197 * @brief Fast error checking.
207 * @brief Throwing exceptions on errors
    [all...]
range_access.h 42 * @brief Return an iterator pointing to the first element of
52 * @brief Return an iterator pointing to the first element of
62 * @brief Return an iterator pointing to one past the last element of
72 * @brief Return an iterator pointing to one past the last element of
82 * @brief Return an iterator pointing to the first element of the array.
91 * @brief Return an iterator pointing to one past the last element
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 57 * @brief Virtual base class for all stream classes.
108 * @brief The quick-and-easy status check.
122 * @brief Returns the error state of the stream buffer.
133 * @brief [Re]sets the error state.
143 * @brief Sets additional flags in the error state.
166 * @brief Fast error checking.
176 * @brief Fast error checking.
186 * @brief Fast error checking.
197 * @brief Fast error checking.
207 * @brief Throwing exceptions on errors
    [all...]
range_access.h 42 * @brief Return an iterator pointing to the first element of
52 * @brief Return an iterator pointing to the first element of
62 * @brief Return an iterator pointing to one past the last element of
72 * @brief Return an iterator pointing to one past the last element of
82 * @brief Return an iterator pointing to the first element of the array.
91 * @brief Return an iterator pointing to one past the last element
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_ios.h 54 * @brief Template class basic_ios, virtual base class for all
110 * @brief The quick-and-easy status check.
124 * @brief Returns the error state of the stream buffer.
135 * @brief [Re]sets the error state.
145 * @brief Sets additional flags in the error state.
168 * @brief Fast error checking.
178 * @brief Fast error checking.
188 * @brief Fast error checking.
199 * @brief Fast error checking.
209 * @brief Throwing exceptions on errors
    [all...]
range_access.h 42 * @brief Return an iterator pointing to the first element of
52 * @brief Return an iterator pointing to the first element of
62 * @brief Return an iterator pointing to one past the last element of
72 * @brief Return an iterator pointing to one past the last element of
82 * @brief Return an iterator pointing to the first element of the array.
91 * @brief Return an iterator pointing to one past the last element
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 73 /// \brief Defines the runtime definition of the called function.
96 /// \brief Check if the definition we have is precise.
106 /// \brief Represents an abstract call to a function or method along a
159 /// \brief Get the value of arbitrary expressions at this point in the path.
167 /// \brief Used to specify non-argument regions that will be invalidated as a
174 /// \brief Returns the kind of call this is.
177 /// \brief Returns the declaration of the function or method that will be
183 /// \brief The state in which the call is being evaluated.
188 /// \brief The context in which the call is being evaluated.
193 /// \brief Returns the definition of the function or method that will b
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tokens.py 42 """@brief Abstract token baseclass."""
45 """@brief Get the text of the token.
52 """@brief Set the text of the token.
60 """@brief Get the type of the token.
67 """@brief Get the type of the token.
75 """@brief Get the line number on which this token was matched
84 """@brief Set the line number on which this token was matched
92 """@brief Get the column of the tokens first character,
101 """@brief Set the column of the tokens first character,
109 """@brief Get the channel of the toke
    [all...]
  /external/clang/include/clang/Sema/
Scope.h 35 /// \brief This indicates that the scope corresponds to a function, which
39 /// \brief This is a while, do, switch, for, etc that can have break
43 /// \brief This is a while, do, for, which can have continue statements
47 /// \brief This is a scope that can contain a declaration. Some scopes
51 /// \brief The controlling scope in a if/switch/while/for statement.
54 /// \brief The scope of a struct/union/class definition.
57 /// \brief This is a scope that corresponds to a block/closure object.
63 /// \brief This is a scope that corresponds to the
69 /// \brief This is a scope that corresponds to the
73 /// \brief This is a scope that corresponds to the parameters withi
    [all...]
  /external/libnfc-nxp/src/
phLlcNfc_Frame.h 19 * \brief To append and delete the I or S or U frames.
137 * \brief LLC helper functions \b Frame Init function
154 * \brief LLC helper functions \b DeInit function
172 * \brief LLC helper functions \b List append function
194 * \brief LLC helper functions <b>Create S frame</b> function
212 * \brief LLC helper functions <b>Compute CRC</b> function
237 * \brief LLC helper functions <b>Create U frame payload </b> function
261 * \brief LLC helper functions <b>Create I frame payload </b> function
286 * \brief LLC helper functions <b>Process received frame </b> function
303 * \brief LLC component <b>resend the I frame</b> functio
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/
HeuristicBase.h 17 /// \brief Abstract base class for heuristic implementations.
72 /// \brief Construct an instance with a reference to the given solver.
77 /// \brief Get the solver which is using this heuristic instance.
84 /// \brief Get the graph representing the problem to be solved.
88 /// \brief Tell the solver to simplify the graph before the reduction phase.
97 /// \brief Decide whether a node should be optimally or heuristically
115 /// \brief Add the given node to the list of nodes to be optimally reduced.
125 /// \brief Initialise the heuristic.
143 /// \brief Optimally reduce one of the nodes in the optimal reduce list.
167 /// \brief Perform the PBQP reduction process
    [all...]
  /external/llvm/lib/Target/R600/
SIInsertWaits.cpp 11 /// \brief Insert wait instructions for memory reads and writes.
31 /// \brief One variable for each of the hardware counters
53 /// \brief Constant hardware limits
56 /// \brief Constant zero value
59 /// \brief Counter values we have already waited on.
62 /// \brief Counter values for last instruction issued.
65 /// \brief Registers used by async instructions.
68 /// \brief Registers defined by async instructions.
71 /// \brief Different export instruction types seen since last wait.
74 /// \brief Get increment/decrement amount for this instruction
    [all...]
  /external/clang/include/clang/AST/
ExternalASTSource.h 35 /// \brief Enumeration describing the result of loading information from
38 /// \brief Loading the external information has succeeded.
41 /// \brief Loading the external information has failed.
44 /// \brief The external information has already been loaded, and therefore
49 /// \brief Abstract interface for external sources of AST nodes.
57 /// \brief Whether this AST source also provides information for
68 /// \brief RAII class for safely pairing a StartedDeserializing call
82 /// \brief Resolve a declaration ID into a declaration, potentially
91 /// \brief Resolve a selector ID into a selector.
99 /// \brief Returns the number of selectors known to the external AS
    [all...]
ASTConsumer.h 37 /// \brief Whether this AST consumer also requires information about
75 /// \brief This callback is invoked the first time each TagDecl is required to
79 /// \brief Invoked when a function is implicitly instantiated.
85 /// \brief Handle the specified top-level declaration that occurred inside
90 /// \brief Handle an ImportDecl that was implicitly created due to an
95 /// \brief Handle a pragma that appends to Linker Options. Currently this
99 /// \brief Handle a pragma that emits a mismatch identifier and value to the
105 /// \brief Handle a dependent library created by a pragma in the source.
125 /// \brief Callback involved at the end of a translation unit to
136 /// \brief If the consumer is interested in entities getting modified afte
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 63 /// \brief Internal version of BoundNodes. Holds all the bound nodes.
66 /// \brief Adds \c Node to the map with key \c ID.
74 /// \brief Returns the AST node bound to \c ID.
95 /// \brief Imposes an order on BoundNodesMaps.
101 /// \brief A map from IDs to the bound nodes.
111 /// \brief Creates BoundNodesTree objects.
117 /// \brief A visitor interface to visit all BoundNodes results for a
123 /// \brief Called multiple times during a single call to VisitMatches(...).
129 /// \brief Add a binding from an id to a node.
137 /// \brief Adds a branch in the tree
    [all...]
  /development/host/windows/usb/api/
adb_interface_enum.h 26 /** \brief Enumerator of USB interfaces available through this API.
30 /** \brief Constructs the object.
35 /** \brief Destructs the object.
43 /** \brief Enumerates all interfaces for the given device class.
62 /** \brief Gets next enumerated interface information
78 /** \brief Makes enumerator to start from the beginning.
adb_object_handle.h 28 /** \brief Defines types of internal API objects
46 /** \brief Encapsulates an internal API basic object that is visible to the
77 /** \brief Constructs the object
85 /** \brief Destructs the object.
93 /** \brief References the object.
100 /** \brief Releases the object.
110 /** \brief Creates handle to this object.
121 /** \brief This method is called when handle to this object gets closed.
130 /** \brief Checks if this object is of the given type.
137 /** \brief Looks up AdbObjectHandle instance associated with the given handle
    [all...]
  /external/clang/include/clang/Lex/
ModuleLoader.h 27 /// \brief A sequence of identifier/location pairs used to describe a particular
31 /// \brief Describes the result of attempting to load a module.
43 /// \brief Determines whether the module, which failed to load, was
50 /// \brief Abstract interface for a module loader.
61 /// \brief Attempt to load the given module.
85 /// \brief Make the given module visible.
  /external/clang/test/Index/
annotate-comments-typedef.m 20 // CHECK: TypedefDecl=MyEnum:[[@LINE-1]]:3 (Definition) FullCommentAsHTML=[<p class="para-brief"> Documentation for MyEnum </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-1]]" column="3"><Name>&lt;anonymous&gt;</Name><USR>c:@EA@MyEnum</USR><Declaration>typedef enum MyEnum MyEnum</Declaration><Abstract><Para> Documentation for MyEnum </Para></Abstract></Typedef>]
30 // CHECK: EnumDecl=E:[[@LINE-6]]:6 (Definition) {{.*}} BriefComment=[Documentation for E] FullCommentAsHTML=[<p class="para-brief"> Documentation for E </p>] FullCommentAsXML=[<Enum file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-6]]" column="6"><Name>E</Name><USR>c:@E@E</USR><Declaration>enum E{{( : int)?}} {}</Declaration><Abstract><Para> Documentation for E </Para></Abstract></Enum>]
31 // CHECK: TypedefDecl=E_T:[[@LINE-2]]:16 (Definition) FullCommentAsHTML=[<p class="para-brief"> Documentation for E </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-2]]" column="16"><Name>E</Name><USR>c:@E@E</USR><Declaration>typedef enum E E_T</Declaration><Abstract><Para> Documentation for E </Para></Abstract></Typedef>]
38 // CHECK: TypedefDecl=Foo:[[@LINE-1]]:11 (Definition) FullCommentAsHTML=[<p class="para-brief"> Comment about Foo </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-1]]" column="11"><Name>&lt;anonymous&gt;</Name><USR>c:@SA@Foo</USR><Declaration>typedef struct Foo Foo</Declaration><Abstract><Para> Comment about Foo </Para></Abstract></Typedef>]
39 // CHECK: StructDecl=:[[@LINE-4]]:9 (Definition) {{.*}} BriefComment=[Comment about Foo] FullCommentAsHTML=[<p class="para-brief"> Comment about Foo </p>] FullCommentAsXML=[<Class file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-4]]" column="9"><Name>&lt;anonymous&gt;</Name><USR>c:@SA@Foo</USR><Declaration>struct {}</Declaration><Abstract><Para> Comment about Foo </Para></Abstract></Class>]
48 // CHECK: TypedefDecl=Foo1T:[[@LINE-2]]:21 (Definition) {{.*}} FullCommentAsHTML=[<p class="para-brief"> About Foo1T </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-2]]" column="21"><Name>Foo1T</Name><USR>c:annotate-comments-typedef.m@{{[0-9]+}}@T@Foo1T</USR><Declaration>typedef struct Foo1 Foo1T</Declaration><Abstract><Para> About Foo1T </Para></Abstract></Typedef>]
  /external/llvm/include/llvm/Support/
BlockFrequency.h 36 /// \brief Returns the frequency of the entry block of the function.
39 /// \brief Returns the maximum possible frequency, the saturation value.
42 /// \brief Returns the frequency as a fixpoint number scaled by the entry
46 /// \brief Multiplies with a branch probability. The computation will never
51 /// \brief Divide by a non-zero branch probability using saturating
56 /// \brief Adds another block frequency using saturating arithmetic.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
range_access.h 42 * @brief Return an iterator pointing to the first element of
52 * @brief Return an iterator pointing to the first element of
62 * @brief Return an iterator pointing to one past the last element of
72 * @brief Return an iterator pointing to one past the last element of
82 * @brief Return an iterator pointing to the first element of the array.
91 * @brief Return an iterator pointing to one past the last element
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
range_access.h 42 * @brief Return an iterator pointing to the first element of
52 * @brief Return an iterator pointing to the first element of
62 * @brief Return an iterator pointing to one past the last element of
72 * @brief Return an iterator pointing to one past the last element of
82 * @brief Return an iterator pointing to the first element of the array.
91 * @brief Return an iterator pointing to one past the last element
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
range_access.h 42 * @brief Return an iterator pointing to the first element of
52 * @brief Return an iterator pointing to the first element of
62 * @brief Return an iterator pointing to one past the last element of
72 * @brief Return an iterator pointing to one past the last element of
82 * @brief Return an iterator pointing to the first element of the array.
91 * @brief Return an iterator pointing to one past the last element
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
range_access.h 42 * @brief Return an iterator pointing to the first element of
52 * @brief Return an iterator pointing to the first element of
62 * @brief Return an iterator pointing to one past the last element of
72 * @brief Return an iterator pointing to one past the last element of
82 * @brief Return an iterator pointing to the first element of the array.
91 * @brief Return an iterator pointing to one past the last element
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 20 * \brief Class for computing matrix functions.
41 /** \brief Constructor.
51 /** \brief Compute the matrix function.
65 * \brief Partial specialization of MatrixFunction for real matrices
85 /** \brief Constructor.
92 /** \brief Compute the matrix function.
112 typename internal::nested<MatrixType>::type m_A; /**< \brief Reference to argument of matrix function. */
113 AtomicType& m_atomic; /**< \brief Class for computing matrix function of atomic blocks. */
120 * \brief Partial specialization of MatrixFunction for complex matrices
161 typename internal::nested<MatrixType>::type m_A; /**< \brief Reference to argument of matrix function. *
    [all...]

Completed in 746 milliseconds

<<11121314151617181920>>