Searched refs:hasBagOrEntry (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 175 bool hasBagOrEntry(const String16& package, 179 bool hasBagOrEntry(const String16& package, 184 bool hasBagOrEntry(const String16& ref,
|
D | ResourceTable.cpp | 754 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) { in parseAndAddEntry() 1739 if (!outTable->hasBagOrEntry(myPackage, p.type, p.ident)) { in compileResourceFile() 1911 if (overlay && !mBundle->getAutoAddOverlay() && !hasBagOrEntry(package, type, name)) { in startBag() 1993 bool ResourceTable::hasBagOrEntry(const String16& package, in hasBagOrEntry() function in ResourceTable 2018 bool ResourceTable::hasBagOrEntry(const String16& package, in hasBagOrEntry() function in ResourceTable 2049 bool ResourceTable::hasBagOrEntry(const String16& ref, in hasBagOrEntry() function in ResourceTable 2058 return hasBagOrEntry(package, type, name); in hasBagOrEntry() 3619 if (!table->hasBagOrEntry(key, &id16, &package)) { in generateAttributes() 3632 } else if (!table->hasBagOrEntry(key, &attr16, &package)) { in generateAttributes()
|