Searched refs:definitions (Results 1 – 25 of 39) 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/compile/mclinker/include/mcld/LD/ |
D | DiagSymbolResolutions.inc | 11 DIAG(multiple_absolute_definitions, DiagnosticEngine::Error, "inconsistent definitions of absolute …
|
/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/av/media/img_utils/include/img_utils/ |
D | TiffWriter.h | 251 const TagDefinition_t* definitions, size_t length);
|
/frameworks/base/docs/html/tools/devices/ |
D | managing-avds.jd | 88 <p>In case the available device definitions do not match the device type you'd like to emulate, 106 <li>Your custom device configuration is now available in the list of device definitions 280 an emulator display. If the skin definitions available in the AVD settings don't meet your needs,
|
/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/training/basics/actionbar/ |
D | overlaying.jd | 104 <p>Also notice that this theme includes two definitions for the {@code windowActionBarOverlay}
|
/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 | 482 definitions. For example:</p> 520 <p>The animation definitions represent {@link android.animation.ObjectAnimator} or {@link
|
/frameworks/base/docs/html/training/tv/start/ |
D | start.jd | 297 SDK provides the device definitions that allow you to create virtual TV devices for running and 307 <li>Select one of the Android TV device definitions and click <strong>Create AVD</strong>.</li>
|
/frameworks/base/docs/html/tools/revisions/ |
D | platforms.jd | 95 <p>The platform includes the following new device definitions for use in creating 143 <p>The platform includes the following device definitions for use in creating Android Virtual 390 <p>The platform includes the following device definitions for use in creating Android Virtual
|
/frameworks/base/docs/html/training/notepad/ |
D | notepad-ex1.jd | 88 <p>At the top of the class are some constant definitions that will be used in the application 274 project and look at it, you should see new definitions for 275 <code>notes_row</code> and <code>text1</code> (our new definitions)
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | layouts.jd | 98 different layout definitions for square and round screens. This class detects the screen shape
|
/frameworks/base/docs/html/training/activity-testing/ |
D | activity-basic-testing.jd | 194 string definitions are modified in the resource file.</p>
|
/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/base/docs/html/training/basics/firstapp/ |
D | creating-project.jd | 168 string and color definitions. The strings.xml file defines the "Hello world!" string that
|
/frameworks/rs/scriptc/ |
D | rs_types.rsh | 489 * with multiple bit definitions are for packed graphical data
|
/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
|
/frameworks/base/docs/html/tools/building/ |
D | configuring-gradle.jd | 278 <p>The product flavor definitions support the same properties as the <code>defaultConfig</code>
|
12