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 | 756 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) { in parseAndAddEntry() 1741 if (!outTable->hasBagOrEntry(myPackage, p.type, p.ident)) { in compileResourceFile() 1913 if (overlay && !mBundle->getAutoAddOverlay() && !hasBagOrEntry(package, type, name)) { in startBag() 1995 bool ResourceTable::hasBagOrEntry(const String16& package, in hasBagOrEntry() function in ResourceTable 2020 bool ResourceTable::hasBagOrEntry(const String16& package, in hasBagOrEntry() function in ResourceTable 2051 bool ResourceTable::hasBagOrEntry(const String16& ref, in hasBagOrEntry() function in ResourceTable 2060 return hasBagOrEntry(package, type, name); in hasBagOrEntry() 3612 if (!table->hasBagOrEntry(key, &id16, &package)) { in generateAttributes() 3625 } else if (!table->hasBagOrEntry(key, &attr16, &package)) { in generateAttributes()
|