Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp268 static void appendTypeInfo(ResourceTable* outTable, const String16& pkg, in appendTypeInfo() argument
278 outTable->appendTypeComment(pkg, typeName, ident, fullMsg); in appendTypeInfo()
284 outTable->appendTypeComment(pkg, typeName, ident, in appendTypeInfo()
315 status_t createIfNeeded(ResourceTable* outTable) in createIfNeeded()
322 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) { in createIfNeeded()
333 ResourceTable* outTable, in compileAttribute() argument
373 attr.createIfNeeded(outTable); in compileAttribute()
377 attr.createIfNeeded(outTable); in compileAttribute()
390 attr.createIfNeeded(outTable); in compileAttribute()
392 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
[all …]
DResourceTable.h65 ResourceTable* outTable);