Searched refs:definitions (Results 1 – 25 of 42) sorted by relevance
12
/frameworks/ex/common/java/com/android/common/ |
D | GoogleLogTags.logtags | 18 # This file contains definitions for event log (android.util.EventLog) tags 19 # used by Google Mobile Services applications. These definitions are part of 26 # missing the tag definitions, and may not be able to show them in their logs.
|
/frameworks/av/media/img_utils/src/ |
D | TiffWriter.cpp | 29 const TagDefinition_t* definitions, size_t length) { in buildTagMap() argument 32 map.add(definitions[i].tagId, definitions + i); in buildTagMap()
|
/frameworks/volley/ |
D | build.gradle | 1 // NOTE: The only changes that belong in this file are the definitions
|
/frameworks/base/docs/html/training/search/ |
D | search.jd | 107 (located in <code>res/raw/definitions.txt</code>) that contains words and their definitions, how 129 InputStream inputStream = resources.openRawResource(R.raw.definitions);
|
/frameworks/native/vulkan/api/templates/ |
D | vk_xml.tmpl | 41 <!-- SECTION: Vulkan type definitions --> 177 <!-- SECTION: Vulkan enumerant (token) definitions. --> 215 <!-- SECTION: Vulkan command definitions --> 224 <!-- SECTION: Vulkan API interface definitions --> 262 <!-- SECTION: Vulkan extension interface definitions (none yet) -->
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagSymbolResolutions.inc | 43 "inconsistent definitions of absolute symbol `%0': old(%1) -> new(%2)",
|
/frameworks/av/media/img_utils/include/img_utils/ |
D | TiffWriter.h | 251 const TagDefinition_t* definitions, size_t length);
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | index.jd | 3 … files and static content that your code uses, such as bitmaps, layout definitions, user interface…
|
/frameworks/base/docs/html/training/transitions/ |
D | scenes.jd | 54 <p>The example consists of the following layout definitions:</p> 127 <p>After you create definitions for the two relative layouts, you can obtain an scene for
|
D | overview.jd | 73 storing and applying animation definitions.</p>
|
D | transitions.jd | 77 definitions from your application code, as shown in <a href="#Multiple">Specify Multiple
|
/frameworks/base/docs/html/ndk/guides/ |
D | stable_apis.jd | 157 <p>{@code <android/log.h>} contains various definitions that an app can use to send log 158 messages to the kernel from native code. For more information about these definitions, see the 328 <li>{@code EGL/egl.h}: the main EGL API definitions.</li> 329 <li>{@code EGL/eglext.h}: EGL extension-related definitions.</li>
|
D | concepts.jd | 101 definitions. Different ABIs correspond to different architectures: The NDK includes ABI support for
|
/frameworks/base/docs/html/ndk/guides/graphics/ |
D | validation-layer.jd | 27 Each validation layer can contain definitions for one or more of these entry points, and 28 intercepts the entry points for which it contains definitions. When a validation
|
/frameworks/base/docs/html/training/material/ |
D | theme.jd | 128 <p>Elements in XML layout definitions can specify the <code>android:theme</code> attribute,
|
D | animations.jd | 487 definitions. For example:</p> 525 <p>The animation definitions represent {@link android.animation.ObjectAnimator} or {@link
|
/frameworks/base/docs/html/training/tv/start/ |
D | start.jd | 335 SDK provides the device definitions that allow you to create virtual TV devices for running and 345 <li>Select one of the Android TV device definitions and click <strong>Create AVD</strong>.</li>
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | creating-project.jd | 180 string and color definitions.</dd>
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | layouts.jd | 99 class included in the Wearable UI Library lets you specify different layout definitions for square
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 44 HelpText<"Allow multiple definitions">;
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | databases.jd | 61 <p>A good way to organize a contract class is to put definitions that are
|
/frameworks/rs/scriptc/ |
D | rs_object_info.rsh | 54 * C structure definitions.
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0.3.jd | 187 <li>Adds definitions for the enums of the GL_OES_EGL_image_external OpenGL ES extension —
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 294 that the user who changes the contents of definitions files in the 296 to use the modified definitions.)
|
/frameworks/base/docs/html/guide/topics/connectivity/usb/ |
D | host.jd | 101 <td>Defines USB constants that correspond to definitions in linux/usb/ch9.h of the Linux
|
12