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

/frameworks/base/tools/aapt/
H A DCommand.cpp229 static ssize_t indexOfAttribute(const ResXMLTree& tree, uint32_t attrRes) argument
233 if (tree.getAttributeNameResID(i) == attrRes) {
259 static String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) argument
261 ssize_t idx = indexOfAttribute(tree, attrRes);
277 static int32_t getIntegerAttribute(const ResXMLTree& tree, uint32_t attrRes, argument
280 ssize_t idx = indexOfAttribute(tree, attrRes);
296 uint32_t attrRes, String8* outError, int32_t defValue = -1)
298 ssize_t idx = indexOfAttribute(tree, attrRes);
317 uint32_t attrRes, String8* outError)
319 ssize_t idx = indexOfAttribute(tree, attrRes);
295 getResolvedIntegerAttribute(const ResTable* resTable, const ResXMLTree& tree, uint32_t attrRes, String8* outError, int32_t defValue = -1) argument
316 getResolvedAttribute(const ResTable* resTable, const ResXMLTree& tree, uint32_t attrRes, String8* outError) argument
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp1569 const uint32_t attrRes = bag->map.name.ident; local
1570 const uint32_t p = Res_GETPACKAGE(attrRes);
1571 const uint32_t t = Res_GETTYPE(attrRes);
1572 const uint32_t e = Res_GETENTRY(attrRes);
1575 const ssize_t pidx = mTable.getResourcePackageIndex(attrRes);
1577 LOGE("Style contains key with bad package: 0x%08x\n", attrRes);
1597 LOGE("Style contains key with bad type: 0x%08x\n", attrRes);
1615 LOGE("Style contains key with bad entry: 0x%08x\n", attrRes);
1621 attrRes, bag->map.value.dataType, bag->map.value.data,

Completed in 73 milliseconds