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

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seqmid.h 3 * \brief Application interface library for the ALSA driver
43 * \brief initialize event record
52 * \brief set the tag for given event
62 * \brief set the explicit destination
75 * \brief set broadcasting to subscribers
87 * \brief set broadcasting to all clients/ports
99 * \brief set the source port
109 * \brief set direct passing mode (without queued)
121 * \brief set tick-scheduling mode on queue
140 * \brief set real-time-scheduling mode on queu
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 50 /// \brief A class to allow finding matches over the Clang AST.
68 /// \brief Contains all information for a given match.
75 /// \brief Contains the nodes bound on the current match.
80 /// \brief Utilities for interpreting the matched AST structures.
87 /// \brief Called when the Match registered for it was successfully found
93 /// \brief Called on every match by the \c MatchFinder.
96 /// \brief Called at the start of each translation unit.
101 /// \brief Called at the end of each translation unit.
107 /// \brief Called when parsing is finished. Intended for testing only.
117 /// \brief Adds a matcher to execute when running over the AST
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 29 /// \brief Concrete subclass of DominatorTreeBase for Clang
47 /// \brief This method returns the root CFGBlock of the dominators tree.
53 /// \brief This method returns the root DomTreeNode, which is the wrapper
59 /// \brief This method compares two dominator trees.
76 /// \brief This method builds the dominator tree for a given CFG
84 /// \brief This method dumps immediate dominators for each block,
101 /// \brief This method tests if one CFGBlock dominates the other.
109 /// \brief This method tests if one CFGBlock properly dominates the other.
116 /// \brief This method finds the nearest common dominator CFG block
128 /// \brief This method is used to update the dominato
    [all...]
  /external/clang/include/clang/Basic/
LangOptions.h 11 /// \brief Defines the clang::LangOptions interface.
31 /// \brief Cached set of sanitizer options with all sanitizers disabled.
54 /// \brief Keeps track of the various options that can be
74 /// \brief The name of the handler function to be called when -ftrapv is
80 /// \brief The name of the current module.
83 /// \brief Options for parsing comments.
99 /// \brief Reset all of the options that are not considered when building a
104 /// \brief Floating point control options
115 /// \brief OpenCL volatile options
127 /// \brief Describes the kind of translation unit being processed
    [all...]
  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 90 /// @brief returns true if the specified virtual register is
96 /// @brief returns the physical register mapped to the specified
103 /// @brief creates a mapping for the specified virtual register to
114 /// @brief clears the specified virtual register's, physical
123 /// @brief clears all virtual to physical register mappings
129 /// @brief returns true if VirtReg is assigned to its preferred physreg.
132 /// @brief returns true if VirtReg has a known preferred register.
137 /// @brief records virtReg is a split live interval from SReg.
142 /// @brief returns the live interval virtReg is split from.
156 /// @brief returns true if the specified virtual register is no
    [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
M4ENCODER_AudioCommon.h 19 * @brief VES audio encoders shell interface.
42 * @brief This enum defines the core AAC shell encoder options
56 * @brief Thie enum defines the audio sampling frequency.
76 * @brief This enum defines the audio compression formats.
92 * @brief Thie enum defines the number of audio channels.
105 * @brief Thie enum defines the avalaible bitrates.
142 * @brief The current mode of the bitrate regulation.
154 * @brief This enum defines the SID of the AMR encoder.
165 * @brief This structure defines all the settings specific to the AAC encoder.
181 * @brief This structure defines all the settings avalaible when encoding audio
    [all...]
  /external/clang/include/clang/AST/
ASTTypeTraits.h 31 /// \brief Kind identifier.
38 /// \brief Empty identifier. It matches nothing.
41 /// \brief Construct an identifier for T.
47 /// \brief Returns \c true if \c this and \c Other represent the same kind.
50 /// \brief Returns \c true if \c this is a base kind of (or same as) \c Other.
53 /// \brief String representation of the kind.
57 /// \brief Kind ids.
80 /// \brief Use getFromNodeKind<T>() to construct the kind.
83 /// \brief Returns \c true if \c Base is a base kind of (or same as) \c
87 /// \brief Helper meta-function to convert a kind T to its enum value
    [all...]
TemplateBase.h 37 /// \brief Represents a template argument within a class template
41 /// \brief The kind of template argument we're storing.
43 /// \brief Represents an empty template argument, e.g., one that has not
72 /// \brief The kind of template argument we're storing.
110 /// \brief Construct an empty, invalid template argument.
113 /// \brief Construct a template type argument.
119 /// \brief Construct a template argument that refers to a
128 /// \brief Construct an integral constant template argument. The memory to
132 /// \brief Construct an integral constant template argument with the same
140 /// \brief Construct a template argument that is a template
    [all...]
SelectorLocationsKind.h 26 /// \brief Whether all locations of the selector identifiers are in a
29 /// \brief Non-standard.
32 /// \brief For nullary selectors, immediately before the end:
38 /// \brief For nullary selectors, immediately before the end:
45 /// \brief Returns true if all \p SelLocs are in a "standard" location.
51 /// \brief Get the "standard" location of a selector identifier, e.g:
63 /// \brief Returns true if all \p SelLocs are in a "standard" location.
69 /// \brief Get the "standard" location of a selector identifier, e.g:
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
base.h 26 * @brief Sequential helper functions.
46 * @brief GNU parallel code, replaces standard behavior with parallel behavior.
55 * @brief GNU parallel code for public use.
65 * @brief GNU sequential classes for public use.
96 /** @brief Calculates the rounded-down logarithm of @c __n for base 2.
110 /** @brief Encode two integers into one gnu_parallel::_CASable.
124 /** @brief Decode two integers from one gnu_parallel::_CASable.
141 /** @brief Equivalent to std::min. */
147 /** @brief Equivalent to std::max. */
153 /** @brief Constructs predicate for equality from strict wea
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 147 /// \brief Construct an empty PBQP graph.
150 /// \brief Copy construct this graph from "other". Note: Does not copy node
157 /// \brief Make this graph a copy of "other". Note: Does not copy node and
170 /// \brief Add a node with the given costs.
177 /// \brief Add an edge between the given nodes with the given costs.
189 /// \brief Get the number of nodes in the graph.
193 /// \brief Get the number of edges in the graph.
197 /// \brief Get a node's cost vector.
202 /// \brief Get a node's cost vector (const version).
209 /// \brief Set a node's data pointer
    [all...]
  /external/zlib/src/contrib/iostream3/
zfstream.h 20 * @brief Gzipped file stream buffer class.
38 * @brief Set compression level and strategy on the fly.
53 * @brief Check if file is open.
60 * @brief Open gzipped file.
70 * @brief Attach to already open gzipped file.
80 * @brief Close gzipped file.
88 * @brief Convert ios open mode int to mode string used by zlib.
96 * @brief Number of characters available in stream buffer.
106 * @brief Fill get area from gzipped file.
116 * @brief Write put area to gzipped file
    [all...]
  /external/clang/test/CodeGenObjC/
extended-block-signature-encode.m 2 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin -emit-llvm %s -o - | FileCheck %s -check-prefix=BRIEF
15 // CHECK-BRIEF: @{{.*}} = private unnamed_addr constant [14 x i8] c"@?24@?0@?8d16\00"
  /external/libnfc-nxp/src/
phLlcNfc_Timer.h 19 * \brief To create, start, stop and destroy timer.
87 * \brief LLC timer functions \b Timer Init function
105 * \brief LLC timer functions \b Timer UnInit function
123 * \brief LLC timer functions \b Create timer function
135 * \brief LLC timer functions \b Start timer function
156 * \brief LLC timer functions \b Stop timer function
175 * \brief LLC timer functions \b Stop timer function
190 * \brief LLC timer functions \b Delete timer function
  /external/libvpx/libvpx/vpx/
vp8.h 28 * \brief Provides controls common to both the VP8 encoder and decoder.
40 /*!\brief Control functions
62 /*!\brief post process flags
78 /*!\brief post process flags
91 /*!\brief reference frame type
101 /*!\brief reference frame data struct
110 /*!\brief VP9 specific reference frame data struct
119 /*!\brief vp8 decoder control function parameter type
vp8cx.h 21 * \brief Provides definitions for using the VP8 encoder algorithm within the
51 /*!\brief Don't reference the last frame
60 /*!\brief Don't reference the golden frame
69 /*!\brief Don't reference the alternate reference frame
78 /*!\brief Don't update the last frame
86 /*!\brief Don't update the golden frame
94 /*!\brief Don't update the alternate reference frame
102 /*!\brief Force golden frame update
110 /*!\brief Force alternate reference frame update
118 /*!\brief Disable entropy updat
    [all...]
  /external/srtp/crypto/include/
crypto.h 14 * @brief A cipher_type_id_t is an identifier for a particular cipher
28 * @brief An auth_type_id_t is an identifier for a particular authentication
  /frameworks/wilhelm/src/
MPH_to.h 20 /** \brief Map minimal perfect hash of an interface ID to its class index. */
35 /** \brief Maximum number of interfaces on a single object. */
  /hardware/invensense/60xx/mlsdk/mllite/
dmpDefault.h 23 * @brief Default DMP assembly listing header file
27 * @brief Default DMP assembly listing header file
  /external/clang/include/clang/Frontend/
FrontendAction.h 11 /// \brief Defines the clang::FrontendAction interface and various convenience
51 /// \brief Create the AST consumer object for this action, if supported.
67 /// \brief Callback before starting processing a single input, giving the
75 /// \brief Callback at the start of processing a single input.
84 /// \brief Callback to run the program action, using the initialized
91 /// \brief Callback at the end of processing a single input.
97 /// \brief Callback at the end of processing a single input, to determine
159 /// \brief Does this action only use the preprocessor?
165 /// \brief For AST-based actions, the kind of translation unit we're handling.
168 /// \brief Does this action support use with PCH
    [all...]
  /external/clang/include/clang/Lex/
Token.h 92 /// \brief Return true if this is a raw identifier (when lexing
98 /// \brief Return true if this is a "literal", like a numeric
104 /// \brief Return true if this is any of tok::annot_* kind tokens.
109 /// \brief Return a source location identifier for the specified
136 /// \brief SourceRange of the group of tokens that this annotation token
150 /// \brief Reset all flags to cleared.
204 /// \brief Set the specified flag.
209 /// \brief Unset the specified flag.
214 /// \brief Return the internal represtation of the flags.
222 /// \brief Set a flag to either true or false
    [all...]
  /device/asus/flo/camera/hdr/include/
morpho_api.h 3 * @brief API?????`??}?N??
morpho_motion_data.h 3 * @brief ?????f?[?^??\?????`
  /device/lge/mako/camera/hdr/include/
morpho_api.h 3 * @brief API?????`??}?N??
morpho_motion_data.h 3 * @brief ?????f?[?^??\?????`

Completed in 614 milliseconds

1 2 3 4 5 67 8 91011>>