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

/frameworks/base/tools/aapt/
H A DCommand.cpp230 static ssize_t indexOfAttribute(const ResXMLTree& tree, uint32_t attrRes) argument
234 if (tree.getAttributeNameResID(i) == attrRes) {
260 static String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) argument
262 ssize_t idx = indexOfAttribute(tree, attrRes);
278 static int32_t getIntegerAttribute(const ResXMLTree& tree, uint32_t attrRes, argument
281 ssize_t idx = indexOfAttribute(tree, attrRes);
297 uint32_t attrRes, String8* outError, int32_t defValue = -1)
299 ssize_t idx = indexOfAttribute(tree, attrRes);
318 uint32_t attrRes, String8* outError)
320 ssize_t idx = indexOfAttribute(tree, attrRes);
296 getResolvedIntegerAttribute(const ResTable* resTable, const ResXMLTree& tree, uint32_t attrRes, String8* outError, int32_t defValue = -1) argument
317 getResolvedAttribute(const ResTable* resTable, const ResXMLTree& tree, uint32_t attrRes, String8* outError) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2507 const uint32_t attrRes = bag->map.name.ident; local
2508 const uint32_t p = Res_GETPACKAGE(attrRes);
2509 const uint32_t t = Res_GETTYPE(attrRes);
2510 const uint32_t e = Res_GETENTRY(attrRes);
2513 const ssize_t pidx = mTable.getResourcePackageIndex(attrRes);
2515 ALOGE("Style contains key with bad package: 0x%08x\n", attrRes);
2535 ALOGE("Style contains key with bad type: 0x%08x\n", attrRes);
2553 ALOGE("Style contains key with bad entry: 0x%08x\n", attrRes);
2559 attrRes, bag->map.value.dataType, bag->map.value.data,

Completed in 60 milliseconds