Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp265 static void appendTypeInfo(ResourceTable* outTable, const String16& pkg, in appendTypeInfo() argument
275 outTable->appendTypeComment(pkg, typeName, ident, fullMsg); in appendTypeInfo()
281 outTable->appendTypeComment(pkg, typeName, ident, in appendTypeInfo()
312 status_t createIfNeeded(ResourceTable* outTable) in createIfNeeded()
319 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) { in createIfNeeded()
330 ResourceTable* outTable, in compileAttribute() argument
370 attr.createIfNeeded(outTable); in compileAttribute()
374 attr.createIfNeeded(outTable); in compileAttribute()
387 attr.createIfNeeded(outTable); in compileAttribute()
389 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
[all …]
DResourceTable.h65 ResourceTable* outTable);