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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp573 const String16& curType,
607 myPackage, curType, ident, parentIdent, itemIdent, str,
644 const String16& curType,
700 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
715 myPackage, curType, ident, str, &spans, &config,
828 String16 curType; local
1236 curType = String16(block.getAttributeStringValue(attri, &len));
1305 curType = string16;
1311 curType = drawable16;
1315 curType
568 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
639 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.cpp2501 uint32_t curType = 0xffffffff; local
2531 curType = 0xffffffff;
2533 if (curType != t) {
2539 curType = t;
2558 TABLE_NOISY(ALOGV("Attr 0x%08x: type=0x%x, data=0x%08x; curType=0x%x",

Completed in 147 milliseconds