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 | 757 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) { in parseAndAddEntry() 1742 if (!outTable->hasBagOrEntry(myPackage, p.type, p.ident)) { in compileResourceFile() 1914 if (overlay && !mBundle->getAutoAddOverlay() && !hasBagOrEntry(package, type, name)) { in startBag() 1996 bool ResourceTable::hasBagOrEntry(const String16& package, in hasBagOrEntry() function in ResourceTable 2021 bool ResourceTable::hasBagOrEntry(const String16& package, in hasBagOrEntry() function in ResourceTable 2052 bool ResourceTable::hasBagOrEntry(const String16& ref, in hasBagOrEntry() function in ResourceTable 2061 return hasBagOrEntry(package, type, name); in hasBagOrEntry() 3622 if (!table->hasBagOrEntry(key, &id16, &package)) { in generateAttributes() 3635 } else if (!table->hasBagOrEntry(key, &attr16, &package)) { in generateAttributes()
|