Searched defs:attrRes (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DCommand.cpp225 static ssize_t indexOfAttribute(const ResXMLTree& tree, uint32_t attrRes) argument
229 if (tree.getAttributeNameResID(i) == attrRes) {
255 static String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) argument
257 ssize_t idx = indexOfAttribute(tree, attrRes);
273 static int32_t getIntegerAttribute(const ResXMLTree& tree, uint32_t attrRes, argument
276 ssize_t idx = indexOfAttribute(tree, attrRes);
292 uint32_t attrRes, String8* outError)
294 ssize_t idx = indexOfAttribute(tree, attrRes);
291 getResolvedAttribute(const ResTable* resTable, const ResXMLTree& tree, uint32_t attrRes, String8* outError) argument
/frameworks/base/libs/utils/
H A DResourceTypes.cpp1427 const uint32_t attrRes = bag->map.name.ident; local
1428 const uint32_t p = Res_GETPACKAGE(attrRes);
1429 const uint32_t t = Res_GETTYPE(attrRes);
1430 const uint32_t e = Res_GETENTRY(attrRes);
1433 const ssize_t pidx = mTable.getResourcePackageIndex(attrRes);
1435 LOGE("Style contains key with bad package: 0x%08x\n", attrRes);
1455 LOGE("Style contains key with bad type: 0x%08x\n", attrRes);
1473 LOGE("Style contains key with bad entry: 0x%08x\n", attrRes);
1479 attrRes, bag->map.value.dataType, bag->map.value.data,

Completed in 13 milliseconds