Home
last modified time | relevance | path

Searched refs:hasBagOrEntry (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DResourceTable.h154 bool hasBagOrEntry(const String16& package,
158 bool hasBagOrEntry(const String16& package,
163 bool hasBagOrEntry(const String16& ref,
DResourceTable.cpp274 if (outTable->hasBagOrEntry(myPackage, attr16, ident)) { in createIfNeeded()
488 if (!attr.hasErrors && !outTable->hasBagOrEntry(itemIdent, &id16, &myPackage)) { in compileAttribute()
700 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) { in parseAndAddEntry()
1765 if (overlay && !mBundle->getAutoAddOverlay() && !hasBagOrEntry(package, type, name)) { in startBag()
1847 bool ResourceTable::hasBagOrEntry(const String16& package, in hasBagOrEntry() function in ResourceTable
1872 bool ResourceTable::hasBagOrEntry(const String16& package, in hasBagOrEntry() function in ResourceTable
1903 bool ResourceTable::hasBagOrEntry(const String16& ref, in hasBagOrEntry() function in ResourceTable
1912 return hasBagOrEntry(package, type, name); in hasBagOrEntry()
3180 if (!table->hasBagOrEntry(key, &id16, &package)) { in generateAttributes()
3188 } else if (!table->hasBagOrEntry(key, &attr16, &package)) { in generateAttributes()