/frameworks/av/media/img_utils/src/ |
D | TiffWriter.cpp | 155 const TagDefinition_t* definition = NULL; in lookupDefinition() local 159 definition = mTagMaps[i][index]; in lookupDefinition() 164 if (definition == NULL) { in lookupDefinition() 167 return definition; in lookupDefinition() 189 const TagDefinition_t* definition = lookupDefinition(tag); in addEntry() local 191 if (definition == NULL) { in addEntry() 313 const TagDefinition_t* definition = lookupDefinition(tag); in getDefaultType() local 314 if (definition == NULL) { in getDefaultType() 318 return definition->defaultType; in getDefaultType() 322 const TagDefinition_t* definition = lookupDefinition(tag); in getDefaultCount() local [all …]
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagSymbolResolutions.inc | 5 …common symbol %0 is overridden by previous definition", "common symbol %0 is overridden by previou… 6 …ine::Ignore, "common symbol %0 is overridden by definition", "common symbol %0 is overriden by def… 9 DIAG(multiple_definitions, DiagnosticEngine::Error, "multiple definition of symbol `%0'", "you defi…
|
D | DiagLayouts.inc | 4 …p, DiagnosticEngine::Warning, "Duplicated definition of section map \"from %0 to %0\".", "Duplicat…
|
/frameworks/av/media/img_utils/include/img_utils/ |
D | TiffWriter.h | 274 const TagDefinition_t* definition = lookupDefinition(tag); in buildEntry() local 276 if (definition == NULL) { in buildEntry() 281 uint32_t fixedCount = definition->fixedCount; in buildEntry() 288 TagType fixedType = definition->defaultType; in buildEntry() 295 definition->fixedEndian, data); in buildEntry()
|
/frameworks/compile/slang/tests/P_array_init/ |
D | stderr.txt.expect | 1 array_init.rs:22:6: warning: tentative array definition assumed to have one element
|
/frameworks/compile/slang/tests/P_redefine_RS_VERSION/ |
D | stderr.txt.expect | 2 <built-in>:1:9: note: previous definition is here
|
/frameworks/compile/slang/tests/F_one_definition_rule8/ |
D | stderr.txt.expect | 1 …tDefinition8' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
|
/frameworks/compile/slang/tests/F_one_definition_rule2/ |
D | stderr.txt.expect | 1 …tDefinition2' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
|
/frameworks/compile/slang/tests/F_one_definition_rule4/ |
D | stderr.txt.expect | 1 …tDefinition4' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
|
/frameworks/compile/slang/tests/F_one_definition_rule7/ |
D | stderr.txt.expect | 1 …tDefinition7' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
|
/frameworks/compile/slang/tests/F_one_definition_rule1/ |
D | stderr.txt.expect | 1 …tDefinition1' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
|
/frameworks/compile/slang/tests/F_one_definition_rule3/ |
D | stderr.txt.expect | 1 …tDefinition3' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
|
/frameworks/compile/slang/tests/F_one_definition_rule5/ |
D | stderr.txt.expect | 1 …tDefinition5' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
|
/frameworks/compile/slang/tests/F_one_definition_rule6/ |
D | stderr.txt.expect | 1 …tDefinition6' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
|
/frameworks/base/docs/html/tools/devices/ |
D | managing-avds.jd | 13 <li><a href="#CreateDefinition">Creating a device definition</a></li> 61 <p>To create an AVD based on an existing device definition:</p> 86 <h3 id="CreateDefinition">Creating a device definition</h3> 89 you can create a custom device definition for your AVD:</p> 109 above to create an AVD with an existing device definition (and select your new definition).</li> 281 you can create your own custom skin definition, then apply it to your AVD from the
|
/frameworks/base/docs/html/guide/appendix/ |
D | media-formats.jd | 299 <th><acronym title="Standard definition">SD</a> (Low quality)</th> 300 <th><acronym title="Standard definition">SD</a> (High quality)</th> 301 <th><acronym title="High definition">HD 720p</a> (N/A on all devices)</th> 353 <th><acronym title="Standard definition">SD</a> (Low quality)</th> 354 <th><acronym title="Standard definition">SD</a> (High quality)</th> 355 <th><acronym title="High definition">HD 720p</a> (N/A on all devices)</th> 356 <th><acronym title="High definition">HD 1080p</a> (N/A on all devices)</th>
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | lists.jd | 36 <li>Add a <code>WearableListView</code> element to your activity's layout definition.</li> 38 <li>Use this implementation to create a layout definition file for your list items.</li> 119 // Get references to the icon and text in the item layout definition 153 <p>After you implement a custom layout for list items, you provide a layout definition file that 155 definition uses the custom layout implementation from the previous section and defines an icon
|
D | layouts.jd | 105 <li>Specify a layout definition file for square screens with the <code>rectLayout</code> 107 <li>Specify a layout definition file for round screens with the <code>roundLayout</code> 136 <p>Then create different layout definition files for square and round screens. In this example, 196 <p class="img-caption"><strong>Figure 3.</strong> A layout definition that works on both
|
D | cards.jd | 102 <p>You can also add a card directly to your layout definition, as shown in figure 2. Use this 103 approach when you want to define a custom layout for the card inside a layout definition file.</p>
|
/frameworks/base/docs/html/training/search/ |
D | search.jd | 30 definition pair on each line in the file.</p> 147 public long addWord(String word, String definition) { 150 initialValues.put(COL_DEFINITION, definition);
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
D | DelegateClassAdapterTest.java | 318 public ClassLoader2 add(String className, byte[] definition) { in add() argument 319 mClassDefs.put(className, definition); in add()
|
/frameworks/base/docs/html/training/tv/start/ |
D | index.jd | 20 such as high-definition televisions. Apps on TV offer new opportunities to delight your users
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | permission-tree-element.jd | 38 definition.</dd>
|
D | permission-group-element.jd | 39 as a reference to a drawable resource containing the image definition.</dd>
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | themes.jd | 63 style definition called {@code CodeFont}, which is then applied with the <code>style</code> 64 attribute. You'll see the definition for this style in the following section.</p> 181 attributes</a> can be used in a style definition for a {@link android.widget.TextView} element (or … 252 <p>To apply a style definition as a theme, you must apply the style to an 421 you'll find a declaration for <code><style name="Theme.Dialog"></code>. In this definition,
|