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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp571 const String16& curType,
605 myPackage, curType, ident, parentIdent, itemIdent, str,
642 const String16& curType,
698 !outTable->hasBagOrEntry(myPackage, curType, ident)) {
713 myPackage, curType, ident, str, &spans, &config,
825 String16 curType; local
1190 curType = String16(block.getAttributeStringValue(attri, &len));
1259 curType = string16;
1265 curType = drawable16;
1269 curType
566 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
637 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/utils/
H A DResourceTypes.cpp1421 uint32_t curType = 0xffffffff; local
1451 curType = 0xffffffff;
1453 if (curType != t) {
1459 curType = t;
1478 TABLE_NOISY(LOGV("Attr 0x%08x: type=0x%x, data=0x%08x; curType=0x%x",

Completed in 309 milliseconds