Home
last modified time | relevance | path

Searched refs:definition (Results 1 – 25 of 185) sorted by relevance

12345678

/frameworks/av/media/img_utils/src/
DTiffWriter.cpp155 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/
DDiagSymbolResolutions.inc5 …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…
DDiagLayouts.inc4 …p, DiagnosticEngine::Warning, "Duplicated definition of section map \"from %0 to %0\".", "Duplicat…
/frameworks/av/media/img_utils/include/img_utils/
DTiffWriter.h274 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/
Dstderr.txt.expect1 array_init.rs:22:6: warning: tentative array definition assumed to have one element
/frameworks/compile/slang/tests/P_redefine_RS_VERSION/
Dstderr.txt.expect2 <built-in>:1:9: note: previous definition is here
/frameworks/compile/slang/tests/F_one_definition_rule8/
Dstderr.txt.expect1 …tDefinition8' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
/frameworks/compile/slang/tests/F_one_definition_rule2/
Dstderr.txt.expect1 …tDefinition2' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
/frameworks/compile/slang/tests/F_one_definition_rule4/
Dstderr.txt.expect1 …tDefinition4' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
/frameworks/compile/slang/tests/F_one_definition_rule7/
Dstderr.txt.expect1 …tDefinition7' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
/frameworks/compile/slang/tests/F_one_definition_rule1/
Dstderr.txt.expect1 …tDefinition1' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
/frameworks/compile/slang/tests/F_one_definition_rule3/
Dstderr.txt.expect1 …tDefinition3' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
/frameworks/compile/slang/tests/F_one_definition_rule5/
Dstderr.txt.expect1 …tDefinition5' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
/frameworks/compile/slang/tests/F_one_definition_rule6/
Dstderr.txt.expect1 …tDefinition6' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
/frameworks/base/docs/html/tools/devices/
Dmanaging-avds.jd13 <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/
Dmedia-formats.jd299 <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/
Dlists.jd36 <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
Dlayouts.jd105 <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
Dcards.jd102 <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/
Dsearch.jd30 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/
DDelegateClassAdapterTest.java318 public ClassLoader2 add(String className, byte[] definition) { in add() argument
319 mClassDefs.put(className, definition); in add()
/frameworks/base/docs/html/training/tv/start/
Dindex.jd20 such as high-definition televisions. Apps on TV offer new opportunities to delight your users
/frameworks/base/docs/html/guide/topics/manifest/
Dpermission-tree-element.jd38 definition.</dd>
Dpermission-group-element.jd39 as a reference to a drawable resource containing the image definition.</dd>
/frameworks/base/docs/html/guide/topics/ui/
Dthemes.jd63 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>&lt;style name="Theme.Dialog"&gt;</code>. In this definition,

12345678