HomeSort by relevance Sort by last modified time
    Searched full:brief (Results 226 - 250 of 8518) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/Basic/
TargetBuiltins.h 11 /// \brief Enumerates target-specific builtins in their own namespaces within
34 /// \brief ARM builtins
45 /// \brief AArch64 builtins
56 /// \brief PPC builtins
66 /// \brief NVPTX builtins
76 /// \brief AMDGPU builtins
86 /// \brief X86 builtins
96 /// \brief Flags to identify the types for overloaded Neon builtins.
139 /// \brief Hexagon builtins
149 /// \brief MIPS builtin
    [all...]
  /external/clang/include/clang-c/
BuildSystem.h 31 * \brief Return the timestamp for use with Clang's
37 * \brief Object encapsulating information about overlaying virtual
43 * \brief Create a \c CXVirtualFileOverlay object.
52 * \brief Map an absolute virtual file path to an absolute real one.
62 * \brief Set the case sensitivity for the \c CXVirtualFileOverlay object.
72 * \brief Write out the \c CXVirtualFileOverlay object to a char buffer.
86 * \brief free memory allocated by libclang, such as the buffer returned by
94 * \brief Dispose a \c CXVirtualFileOverlay object.
99 * \brief Object encapsulating information about a module.map file.
104 * \brief Create a \c CXModuleMapDescriptor object
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 33 /// @brief This iterator provides a convenient way to iterate over the elements
41 /// @brief Accessor for an element of the global_ctors/global_dtors array.
54 /// @brief Construct an iterator instance. If End is true then this iterator
58 /// @brief Test iterators for equality.
61 /// @brief Test iterators for inequality.
64 /// @brief Pre-increment iterator.
67 /// @brief Post-increment iterator.
70 /// @brief Dereference iterator. The resulting value provides a read-only view
79 /// @brief Create an iterator range over the entries of the llvm.global_ctors
83 /// @brief Create an iterator range over the entries of the llvm.global_ctor
    [all...]
OrcABISupport.h 69 /// @brief Provide information about stub blocks generated by the
89 /// @brief Number of stubs in this block.
92 /// @brief Get a pointer to the stub at the given index, which must be in
98 /// @brief Get a pointer to the implementation-pointer at the given index,
120 /// @brief Write the resolver code into the given memory. The user is be
125 /// @brief Write the requsted number of trampolines into the given memory,
131 /// @brief Emit at least MinStubs worth of indirect call stubs, rounded out to
141 /// @brief X86_64 code that's common to all ABIs.
151 /// @brief Write the requsted number of trampolines into the given memory,
157 /// @brief Emit at least MinStubs worth of indirect call stubs, rounded out t
    [all...]
  /external/llvm/include/llvm/Option/
Arg.h 11 /// \brief Defines the llvm::Arg class for parsed arguments.
27 /// \brief A concrete instance of a particular driver option.
36 /// \brief The option this argument is an instance of.
39 /// \brief The argument this argument was derived from (during tool chain
43 /// \brief How this instance of the option was spelled.
46 /// \brief The index at which this argument appears in the containing
50 /// \brief Was this argument used to effect compilation?
55 /// \brief Does this argument own its values?
58 /// \brief The argument values, as C strings.
74 /// \brief Return the base argument which generated this arg
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.h 88 /// \brief Select constant vector splats.
91 /// \brief Select constant vector splats whose value fits in a given integer.
94 /// \brief Select constant vector splats whose value fits in a uimm1.
96 /// \brief Select constant vector splats whose value fits in a uimm2.
98 /// \brief Select constant vector splats whose value fits in a uimm3.
100 /// \brief Select constant vector splats whose value fits in a uimm4.
102 /// \brief Select constant vector splats whose value fits in a uimm5.
104 /// \brief Select constant vector splats whose value fits in a uimm6.
106 /// \brief Select constant vector splats whose value fits in a uimm8.
108 /// \brief Select constant vector splats whose value fits in a simm5
    [all...]
  /hardware/qcom/display/msm8996/sdm/include/core/
debug_interface.h 31 @brief This file provides the debug interface for display manager.
38 /*! @brief This enum represents different modules/logical unit tags that a log message may
54 /*! @brief Display debug handler class.
64 /*! @brief Method to handle error messages.
71 /*! @brief Method to handle warning messages.
78 /*! @brief Method to handle informative messages.
85 /*! @brief Method to handle debug messages.
92 /*! @brief Method to handle verbose messages.
99 /*! @brief Method to begin trace for a module/logical unit.
108 /*! @brief Method to end trace for a module/logical unit
    [all...]
  /hardware/qcom/display/msm8998/sdm/include/core/
debug_interface.h 31 @brief This file provides the debug interface for display manager.
38 /*! @brief This enum represents different modules/logical unit tags that a log message may
54 /*! @brief Display debug handler class.
64 /*! @brief Method to handle error messages.
71 /*! @brief Method to handle warning messages.
78 /*! @brief Method to handle informative messages.
85 /*! @brief Method to handle debug messages.
92 /*! @brief Method to handle verbose messages.
99 /*! @brief Method to begin trace for a module/logical unit.
108 /*! @brief Method to end trace for a module/logical unit
    [all...]
display_interface.h 26 @brief Interface file for display device which represents a physical panel or an output buffer
45 /*! @brief This enum represents display device types where contents can be rendered.
58 /*! @brief This enum represents states of a display device.
79 /*! @brief This enum represents flags to override detail enhancer parameters.
97 /*! @brief This enum represents Y/RGB scaling filter configuration.
109 /*! @brief This enum represents the quality level of the content.
121 /*! @brief This enum represents the display port.
135 /*! @brief This structure defines configuration for fixed properties of a display device.
150 /*! @brief This structure defines configuration for variable properties of a display device.
165 /*! @brief Event data associated with VSync event
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
find_selectors.h 26 * @brief _Function objects representing different tasks to be plugged
42 /** @brief Base class of all __gnu_parallel::__find_template selectors. */
47 * @brief Test predicate on a single element, used for std::find()
52 /** @brief Test on one position.
63 /** @brief Corresponding sequential algorithm on a sequence.
79 /** @brief Test predicate on two adjacent elements. */
82 /** @brief Test on one position.
96 /** @brief Corresponding sequential algorithm on a sequence.
118 /** @brief Test inverted predicate on a single element. */
122 * @brief Test on one position
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
find_selectors.h 26 * @brief _Function objects representing different tasks to be plugged
42 /** @brief Base class of all __gnu_parallel::__find_template selectors. */
47 * @brief Test predicate on a single element, used for std::find()
52 /** @brief Test on one position.
63 /** @brief Corresponding sequential algorithm on a sequence.
79 /** @brief Test predicate on two adjacent elements. */
82 /** @brief Test on one position.
96 /** @brief Corresponding sequential algorithm on a sequence.
118 /** @brief Test inverted predicate on a single element. */
122 * @brief Test on one position
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
find_selectors.h 26 * @brief _Function objects representing different tasks to be plugged
42 /** @brief Base class of all __gnu_parallel::__find_template selectors. */
47 * @brief Test predicate on a single element, used for std::find()
52 /** @brief Test on one position.
63 /** @brief Corresponding sequential algorithm on a sequence.
79 /** @brief Test predicate on two adjacent elements. */
82 /** @brief Test on one position.
96 /** @brief Corresponding sequential algorithm on a sequence.
118 /** @brief Test inverted predicate on a single element. */
122 * @brief Test on one position
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_shape.h 47 * \brief Create a window that can be shaped with the specified position, dimensions, and flags.
69 * \brief Return whether the given window is a shaped window.
78 /** \brief An enum denoting the specific type of contents present in an SDL_WindowShapeParams union. */
80 /** \brief The default mode, a binarized alpha cutoff of 1. */
82 /** \brief A binarized alpha cutoff with a given integer value. */
84 /** \brief A binarized alpha cutoff with a given integer value, but with the opposite comparison. */
86 /** \brief A color key is applied. */
92 /** \brief A union containing parameters for shaped windows. */
94 /** \brief a cutoff alpha value for binarization of the window shape's alpha channel. */
99 /** \brief A struct that tags the SDL_WindowShapeParams union with an enum describing the type of its content (…)
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_shape.h 47 * \brief Create a window that can be shaped with the specified position, dimensions, and flags.
69 * \brief Return whether the given window is a shaped window.
78 /** \brief An enum denoting the specific type of contents present in an SDL_WindowShapeParams union. */
80 /** \brief The default mode, a binarized alpha cutoff of 1. */
82 /** \brief A binarized alpha cutoff with a given integer value. */
84 /** \brief A binarized alpha cutoff with a given integer value, but with the opposite comparison. */
86 /** \brief A color key is applied. */
92 /** \brief A union containing parameters for shaped windows. */
94 /** \brief a cutoff alpha value for binarization of the window shape's alpha channel. */
99 /** \brief A struct that tags the SDL_WindowShapeParams union with an enum describing the type of its content (…)
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_shape.h 47 * \brief Create a window that can be shaped with the specified position, dimensions, and flags.
69 * \brief Return whether the given window is a shaped window.
78 /** \brief An enum denoting the specific type of contents present in an SDL_WindowShapeParams union. */
80 /** \brief The default mode, a binarized alpha cutoff of 1. */
82 /** \brief A binarized alpha cutoff with a given integer value. */
84 /** \brief A binarized alpha cutoff with a given integer value, but with the opposite comparison. */
86 /** \brief A color key is applied. */
92 /** \brief A union containing parameters for shaped windows. */
94 /** \brief a cutoff alpha value for binarization of the window shape's alpha channel. */
99 /** \brief A struct that tags the SDL_WindowShapeParams union with an enum describing the type of its content (…)
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_shape.h 47 * \brief Create a window that can be shaped with the specified position, dimensions, and flags.
69 * \brief Return whether the given window is a shaped window.
78 /** \brief An enum denoting the specific type of contents present in an SDL_WindowShapeParams union. */
80 /** \brief The default mode, a binarized alpha cutoff of 1. */
82 /** \brief A binarized alpha cutoff with a given integer value. */
84 /** \brief A binarized alpha cutoff with a given integer value, but with the opposite comparison. */
86 /** \brief A color key is applied. */
92 /** \brief A union containing parameters for shaped windows. */
94 /** \brief a cutoff alpha value for binarization of the window shape's alpha channel. */
99 /** \brief A struct that tags the SDL_WindowShapeParams union with an enum describing the type of its content (…)
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
find_selectors.h 26 * @brief _Function objects representing different tasks to be plugged
42 /** @brief Base class of all __gnu_parallel::__find_template selectors. */
47 * @brief Test predicate on a single element, used for std::find()
52 /** @brief Test on one position.
63 /** @brief Corresponding sequential algorithm on a sequence.
79 /** @brief Test predicate on two adjacent elements. */
82 /** @brief Test on one position.
96 /** @brief Corresponding sequential algorithm on a sequence.
118 /** @brief Test inverted predicate on a single element. */
122 * @brief Test on one position
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
find_selectors.h 26 * @brief _Function objects representing different tasks to be plugged
42 /** @brief Base class of all __gnu_parallel::__find_template selectors. */
47 * @brief Test predicate on a single element, used for std::find()
52 /** @brief Test on one position.
63 /** @brief Corresponding sequential algorithm on a sequence.
79 /** @brief Test predicate on two adjacent elements. */
82 /** @brief Test on one position.
96 /** @brief Corresponding sequential algorithm on a sequence.
118 /** @brief Test inverted predicate on a single element. */
122 * @brief Test on one position
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
find_selectors.h 26 * @brief _Function objects representing different tasks to be plugged
42 /** @brief Base class of all __gnu_parallel::__find_template selectors. */
47 * @brief Test predicate on a single element, used for std::find()
52 /** @brief Test on one position.
63 /** @brief Corresponding sequential algorithm on a sequence.
79 /** @brief Test predicate on two adjacent elements. */
82 /** @brief Test on one position.
96 /** @brief Corresponding sequential algorithm on a sequence.
118 /** @brief Test inverted predicate on a single element. */
122 * @brief Test on one position
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMatrix.h 5 @brief Vector and Matrix functions for floating and fixed point math.
38 @brief 2D floating point vector
47 @brief 2D fixed point vector
56 @brief 3D floating point vector
66 @brief 3D fixed point vector
76 @brief 4D floating point vector
87 @brief 4D fixed point vector
99 @brief 4x4 floating point matrix
113 @brief 4x4 fixed point matrix
127 @brief 3x3 floating point matri
    [all...]
  /external/llvm/include/llvm/Support/
TimeValue.h 30 /// @brief Provides an abstraction for a fixed point in time.
40 /// @brief The smallest possible time value.
48 /// @brief The largest possible time value.
55 /// @brief 00:00:00 Jan 1, 2000 UTC.
62 /// @brief 00:00:00 Jan 1, 1970 UTC.
69 /// @brief 00:00:00 Jan 1, 1601 UTC.
94 /// \brief Default construct a time value, initializing to ZeroTime.
99 /// @brief Explicit constructor
105 /// @brief Double Constructor.
117 /// @brief Creates a TimeValue with the current time (UTC)
    [all...]
YAMLParser.h 61 /// \brief Dump all the tokens in this stream to OS.
65 /// \brief Scans all tokens in input without outputting anything. This is used
70 /// \brief Escape \a Input for a double quoted scalar.
73 /// \brief This class represents a YAML stream potentially containing multiple
77 /// \brief This keeps a reference to the string referenced by \p Input.
101 /// \brief Abstract base class for all Nodes.
119 /// \brief Get the value of the anchor attached to this node. If it does not
123 /// \brief Get the tag as it was written in the document. This does not
127 /// \brief Get the verbatium tag for a given Node. This performs tag resoluton
167 /// \brief The tag as typed in the document
    [all...]
  /hardware/intel/common/libva/va/
va.h 73 * \brief The Core API
176 * \brief An invalid/unsupported value was supplied.
183 /** \brief An unsupported filter was supplied. */
185 /** \brief An invalid filter chain was supplied. */
187 /** \brief Indicate HW busy (e.g. run multiple encoding simultaneously). */
189 /** \brief An invalid blend state was supplied. */
257 /** \brief Generic motion vector data structure. */
320 /** \brief Profile ID used for video processing. */
370 * \brief Intel specific entrypoints start at 1001
373 * \brief VAEntrypointEncFEIInte
    [all...]
  /development/host/windows/usb/api/
adb_api_private_defines.h 25 /** \brief Encapsulates an entry in the array of enumerated interfaces.
29 /** \brief Constructs an empty object.
36 /** \brief Copy constructor
42 /** \brief Constructs the object with parameters.
48 /** \brief Destructs the object.
73 /** \brief Saves this entry into AdbInterfaceInfo structure.
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 53 /// \brief A class to allow finding matches over the Clang AST.
71 /// \brief Contains all information for a given match.
78 /// \brief Contains the nodes bound on the current match.
83 /// \brief Utilities for interpreting the matched AST structures.
90 /// \brief Called when the Match registered for it was successfully found
96 /// \brief Called on every match by the \c MatchFinder.
99 /// \brief Called at the start of each translation unit.
104 /// \brief Called at the end of each translation unit.
109 /// \brief An id used to group the matchers.
116 /// \brief Called when parsing is finished. Intended for testing only
    [all...]

Completed in 2646 milliseconds

1 2 3 4 5 6 7 8 91011>>