Searched refs:definition (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/img_utils/src/
H A DTiffWriter.cpp155 const TagDefinition_t* definition = NULL; local
159 definition = mTagMaps[i][index];
164 if (definition == NULL) {
165 ALOGE("%s: No definition exists for tag with id %x.", __FUNCTION__, tag);
167 return definition;
189 const TagDefinition_t* definition = lookupDefinition(tag); local
191 if (definition == NULL) {
192 ALOGE("%s: No definition exists for tag 0x%x.", __FUNCTION__, tag);
313 const TagDefinition_t* definition = lookupDefinition(tag); local
314 if (definition
322 const TagDefinition_t* definition = lookupDefinition(tag); local
340 const TagDefinition_t* definition = lookupDefinition(tag); local
[all...]
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffWriter.h68 * precedence will be in the order that the definition maps are given,
131 * This tag must be defined in one of the definition vectors this TIFF writer
148 * defined in one of the definition vectors this TIFF writer was constructed
218 * Returns true if a definition exist for the given tag ID.
223 * Returns the name of the tag if a definition exists for the given tag
224 * ID, or null if no definition exists.
247 * Utility function to build atag-to-definition mapping from a given
274 const TagDefinition_t* definition = lookupDefinition(tag); local
276 if (definition == NULL) {
281 uint32_t fixedCount = definition
[all...]
/frameworks/base/data/keyboards/
H A Dkeyboards.mk15 # Warning: this is actually a product definition, to be inherited from
/frameworks/base/data/fonts/
H A Dfonts.mk15 # Warning: this is actually a product definition, to be inherited from
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DDelegateClassAdapterTest.java73 // (load the class in a distinct class loader so that we can trash its definition later)
318 public ClassLoader2 add(String className, byte[] definition) { argument
319 mClassDefs.put(className, definition);
346 // Load everything else from the original definition into the new class loader.
/frameworks/rs/api/
H A Dgen_runtime.cpp40 * - ParameterDefinition: A definition of a parameter of a concrete function.
125 /* Parse the parameter definition found in the spec file. It will generate a name if none
128 * definition.
192 void writeJavaArgumentClassDefinition(const string& className, const string& definition);
581 /* Parse a parameter definition. It's of the form "type [*][name]". The type
583 * parameter. We also pass the indexed of this parameter in the definition, so
820 // Write an allocation definition if not already emitted in the .rs file.
874 void Function::writeJavaArgumentClassDefinition(const string& className, const string& definition) { argument
876 mJavaFile << definition; local
1286 * We avoid re-using x and y from the definition becaus
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp444 void addVirtualKeyDefinition(int32_t deviceId, const VirtualKeyDefinition& definition) { argument
446 device->virtualKeys.push(definition);

Completed in 720 milliseconds