/prebuilts/sdk/renderscript/include/ |
rs_core.rsh | 22 * This reference documentation describes the RenderScript runtime APIs, which you
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridMatch.java | 83 * Describes the match for the user
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
AttributeDescriptor.java | 28 * {@link AttributeDescriptor} describes an XML attribute with its XML attribute name.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
ManifestElementDescriptor.java | 25 * {@link ManifestElementDescriptor} describes an XML element node, with its
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrContext.h | 474 * @param paint describes how to color pixels. 493 * @param paint describes how to color pixels. 506 * @param paint describes how to color pixels. 518 * @param paint describes how to color pixels. 528 * @param paint describes how to color pixels. 538 * @param paint describes how to color pixels. 563 * @param paint describes how to color pixels. [all...] |
/external/skia/include/gpu/ |
GrContext.h | 457 * @param paint describes how to color pixels. 481 * @param paint describes how to color pixels. 496 * @param paint describes how to color pixels. 508 * @param paint describes how to color pixels. 518 * @param paint describes how to color pixels. 528 * @param paint describes how to color pixels. 553 * @param paint describes how to color pixels. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
rtl.def | 329 /* Describes a vector constant. */ 662 /* Describes a merge operation between two vector values. 669 /* Describes an operation that selects parts of a vector. 675 /* Describes a vector concat operation. Operands 0 and 1 are the source 680 /* Describes an operation that converts a small vector into a larger one by [all...] |
/external/lldb/include/lldb/Core/ |
Error.h | 165 /// followed by the error value and any string that describes the 184 /// error value in this object describes an error condition. If the 187 /// followed by the error value and any string that describes the 281 /// \b true if this object contains an value that describes 294 /// \b true if this object contains an value that describes
|
/frameworks/base/docs/html/google/gcm/ |
server-ref.jd | 261 <p>This section describes the syntax of a response to a downstream message. A client 268 describes the possible responses.</p> 453 <p>The following table describes the fields that appear in an upstream XMPP message. 488 <p>The following table describes the response that 3rd-party app server is expected to send to 529 <p>The following table describes the fields included in the messages CCS
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
advanced.jd | 95 your RenderScript code. The following list describes the major 487 The following table describes the three memory management classes in more detail:</p> 500 <p>An element describes one cell of a memory allocation and can have two forms: basic or 519 dimensions. It describes the layout of the memory (basically an array of {@link 521 describes.</p>
|
/external/clang/docs/ |
Modules.rst | 145 The crucial link between modules and headers is described by a *module map*, which describes how a collection of existing headers maps on to the (logical) structure of a module. For example, one could imagine a module ``std`` covering the C standard library. Each of the C standard library headers (``<stdio.h>``, ``<stdlib.h>``, ``<math.h>``, etc.) would contribute to the ``std`` module, by placing their respective APIs into the corresponding submodule (``std.io``, ``std.lib``, ``std.math``, etc.). Having a list of the headers that are part of the ``std`` module allows the compiler to build the ``std`` module as a standalone entity, and having the mapping from header names to (sub)modules allows the automatic translation of ``#include`` directives to module imports. 151 To actually see any benefits from modules, one first has to introduce module maps for the underlying C standard library and the libraries and headers on which it depends. The section `Modularizing a Platform`_ describes the steps one must take to write these module maps. 241 The module map language describes the mapping from header files to the 314 A module declaration describes a module, including the headers that contribute to that module, its submodules, and other aspects of the module. 488 A *submodule-declaration* that is an *inferred-submodule-declaration* describes a set of submodules that correspond to any headers that are part of the module but are not explicitly described by a *header-declaration*. [all...] |
ClangFormatStyleOptions.rst | 5 :doc:`ClangFormatStyleOptions` describes configurable formatting style options 185 A regular expression that describes comments with special meaning,
|
/external/clang/include/clang-c/ |
Index.h | 121 * \brief Describes the availability of a particular entity, which indicates 147 * \brief Describes a version number of the form major.minor.subminor. 640 * \brief Describes the severity of a particular diagnostic. 704 * \brief Describes the kind of error that occurred (if any) in a call to [all...] |
/docs/source.android.com/src/devices/tech/input/ |
touch-devices.jd | 349 describes the part of the touch device that actually covers the display.</p> 633 configuration file to specify calibration values. The following table describes [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
language_list.js | 101 // The preference is a CSV string that describes preferred languages 105 // The preference is a CSV string that describes accept languages used
|
/external/chromium_org/components/metrics/proto/ |
perf_data.proto | 145 // Describes a perf.data file attribute. 149 // List of perf file attribute ids. Each id describes an event.
|
/external/chromium_org/mojo/public/python/mojo/bindings/ |
descriptor.py | 19 """Describes the type of a struct field or a method parameter,""" 440 """Describes a field in a generated struct."""
|
/external/chromium_org/native_client_sdk/doc_generated/devguide/coding/ |
view-focus-input-events.html | 23 </div><p>This section describes view change, focus, and input event handling for a 188 (e.g., touch screen). This section describes how the <code>input_events</code>
|
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
view-focus-input-events.rst | 12 This section describes view change, focus, and input event handling for a 169 (e.g., touch screen). This section describes how the ``input_events``
|
/external/chromium_org/third_party/icu/source/i18n/ |
olsontz.h | 40 * "Asia/Shanghai". Each resource describes the behavior of the given 98 * with an underscore prepended, e.g., "_EU". Each resource describes
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
version_set.h | 113 // Return a human readable string that describes this version's contents. 230 // describes the compaction. Caller should delete the result.
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_context.h | 229 * Describes an individual operation on the pipeline. 296 * Describes how to convert/move a vertex attribute from a vertex array
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.h | 122 // Describes a type of protocol message, or a particular group within a 146 // If this Descriptor describes a nested type, this returns the type 311 // Describes a single field of a message. To get the descriptor for a given 587 // Describes an enum type defined in a .proto file. To get the EnumDescriptor 677 // Describes an individual enum constant of a particular type. To get the 744 // Describes an RPC service. To get the ServiceDescriptor for a service, [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/ |
readable_font_data.h | 40 // FWORD 16-bit signed integer (SHORT) that describes a quantity in FUnits. 41 // UFWORD 16-bit unsigned integer (USHORT) that describes a quantity in
|
/external/icu/icu4c/source/i18n/ |
olsontz.h | 40 * "Asia/Shanghai". Each resource describes the behavior of the given 98 * with an underscore prepended, e.g., "_EU". Each resource describes
|