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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp571 const String16& curType,
603 myPackage, curType, ident, parentIdent, itemIdent, str,
614 const String16& curType,
642 myPackage, curType, ident, str, &spans, &config,
748 String16 curType; local
1112 curType = String16(block.getAttributeStringValue(attri, &len));
1173 curType = string16;
1179 curType = drawable16;
1183 curType = color16;
1187 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 pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
609 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 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 49 milliseconds