Searched refs:curType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.cpp572 const String16& curType,
606 myPackage, curType, ident, parentIdent, itemIdent, str,
643 const String16& curType,
699 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
714 myPackage, curType, ident, str, &spans, &config,
827 String16 curType; local
1235 curType = String16(block.getAttributeStringValue(attri, &len));
1304 curType = string16;
1310 curType = drawable16;
1314 curType
567 parseAndAddBag(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& parentIdent, const String16& itemIdent, int32_t curFormat, bool isFormatted, const String16& product, bool pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
638 parseAndAddEntry(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& curTag, bool curIsStyled, int32_t curFormat, bool isFormatted, const String16& product, bool pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2500 uint32_t curType = 0xffffffff; local
2530 curType = 0xffffffff;
2532 if (curType != t) {
2538 curType = t;
2557 TABLE_NOISY(ALOGV("Attr 0x%08x: type=0x%x, data=0x%08x; curType=0x%x",

Completed in 86 milliseconds