Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp217 static void appendTypeInfo(ResourceTable* outTable, const String16& pkg, in appendTypeInfo() argument
227 outTable->appendTypeComment(pkg, typeName, ident, fullMsg); in appendTypeInfo()
233 outTable->appendTypeComment(pkg, typeName, ident, in appendTypeInfo()
264 status_t createIfNeeded(ResourceTable* outTable) in createIfNeeded()
273 if (outTable->hasBagOrEntry(myPackage, attr16, ident)) { in createIfNeeded()
282 status_t err = outTable->addBag(sourcePos, myPackage, in createIfNeeded()
290 outTable->appendComment(myPackage, attr16, ident, comment, appendComment); in createIfNeeded()
300 ResourceTable* outTable, in compileAttribute() argument
340 attr.createIfNeeded(outTable); in compileAttribute()
344 attr.createIfNeeded(outTable); in compileAttribute()
[all …]
DResourceTable.h56 ResourceTable* outTable);