Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCommand.cpp225 static ssize_t indexOfAttribute(const ResXMLTree& tree, uint32_t attrRes) in indexOfAttribute() argument
229 if (tree.getAttributeNameResID(i) == attrRes) { in indexOfAttribute()
255 static String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) in getAttribute() argument
257 ssize_t idx = indexOfAttribute(tree, attrRes); in getAttribute()
273 static int32_t getIntegerAttribute(const ResXMLTree& tree, uint32_t attrRes, in getIntegerAttribute() argument
276 ssize_t idx = indexOfAttribute(tree, attrRes); in getIntegerAttribute()
292 uint32_t attrRes, String8* outError) in getResolvedAttribute() argument
294 ssize_t idx = indexOfAttribute(tree, attrRes); in getResolvedAttribute()
/frameworks/base/libs/utils/
DResourceTypes.cpp1328 const uint32_t attrRes = bag->map.name.ident; in applyStyle() local
1329 const uint32_t p = Res_GETPACKAGE(attrRes); in applyStyle()
1330 const uint32_t t = Res_GETTYPE(attrRes); in applyStyle()
1331 const uint32_t e = Res_GETENTRY(attrRes); in applyStyle()
1334 const ssize_t pidx = mTable.getResourcePackageIndex(attrRes); in applyStyle()
1336 LOGE("Style contains key with bad package: 0x%08x\n", attrRes); in applyStyle()
1356 LOGE("Style contains key with bad type: 0x%08x\n", attrRes); in applyStyle()
1374 LOGE("Style contains key with bad entry: 0x%08x\n", attrRes); in applyStyle()
1380 attrRes, bag->map.value.dataType, bag->map.value.data, in applyStyle()