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 | 746 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) { in parseAndAddEntry() 1731 if (!outTable->hasBagOrEntry(myPackage, p.type, p.ident)) { in compileResourceFile() 1903 if (overlay && !mBundle->getAutoAddOverlay() && !hasBagOrEntry(package, type, name)) { in startBag() 1985 bool ResourceTable::hasBagOrEntry(const String16& package, in hasBagOrEntry() function in ResourceTable 2010 bool ResourceTable::hasBagOrEntry(const String16& package, in hasBagOrEntry() function in ResourceTable 2041 bool ResourceTable::hasBagOrEntry(const String16& ref, in hasBagOrEntry() function in ResourceTable 2050 return hasBagOrEntry(package, type, name); in hasBagOrEntry() 3609 if (!table->hasBagOrEntry(key, &id16, &package)) { in generateAttributes() 3622 } else if (!table->hasBagOrEntry(key, &attr16, &package)) { in generateAttributes()
|