Home
last modified time | relevance | path

Searched refs:defs (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java1682 int[] defs = new int[ifds.length]; in getTagDefinitionsForTagId() local
1688 defs[counter++] = def; in getTagDefinitionsForTagId()
1695 return Arrays.copyOfRange(defs, 0, counter); in getTagDefinitionsForTagId()
1706 int[] defs = getTagDefinitionsForTagId(tagId); in getTagDefinitionForTag() local
1707 if (defs == null) { in getTagDefinitionForTag()
1712 for (int i : defs) { in getTagDefinitionForTag()
/frameworks/base/tools/aapt/
DResource.cpp1855 … const Vector<SymbolDefinition>& defs = densityVaryingResources[k]; in buildResources() local
1856 const size_t defCount = std::min(size_t(5), defs.size()); in buildResources()
1858 const SymbolDefinition& def = defs[d]; in buildResources()
1863 if (defCount < defs.size()) { in buildResources()
1864 … SourcePos().error("and %d more ...", (int) (defs.size() - defCount)); in buildResources()