Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp267 static void appendTypeInfo(ResourceTable* outTable, const String16& pkg, in appendTypeInfo() argument
277 outTable->appendTypeComment(pkg, typeName, ident, fullMsg); in appendTypeInfo()
283 outTable->appendTypeComment(pkg, typeName, ident, in appendTypeInfo()
314 status_t createIfNeeded(ResourceTable* outTable) in createIfNeeded()
321 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) { in createIfNeeded()
332 ResourceTable* outTable, in compileAttribute() argument
372 attr.createIfNeeded(outTable); in compileAttribute()
376 attr.createIfNeeded(outTable); in compileAttribute()
389 attr.createIfNeeded(outTable); in compileAttribute()
391 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
[all …]
DResourceTable.h65 ResourceTable* outTable);