Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/flatten/
DTableFlattener_test.cpp39 ::testing::AssertionResult flatten(ResourceTable* table, ResTable* outTable) { in flatten() argument
47 if (outTable->add(data.get(), buffer.size(), -1, true) != NO_ERROR) { in flatten()
53 ::testing::AssertionResult flatten(ResourceTable* table, ResourceTable* outTable) { in flatten() argument
61 BinaryResourceParser parser(mContext.get(), outTable, {}, data.get(), buffer.size()); in flatten()
/frameworks/base/tools/aapt/
DResourceTable.cpp257 static void appendTypeInfo(ResourceTable* outTable, const String16& pkg, in appendTypeInfo() argument
267 outTable->appendTypeComment(pkg, typeName, ident, fullMsg); in appendTypeInfo()
273 outTable->appendTypeComment(pkg, typeName, ident, in appendTypeInfo()
304 status_t createIfNeeded(ResourceTable* outTable) in createIfNeeded()
311 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) { in createIfNeeded()
322 ResourceTable* outTable, in compileAttribute() argument
362 attr.createIfNeeded(outTable); in compileAttribute()
366 attr.createIfNeeded(outTable); in compileAttribute()
379 attr.createIfNeeded(outTable); in compileAttribute()
381 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
[all …]
DResourceTable.h65 ResourceTable* outTable);
/frameworks/base/tools/aapt2/link/
DTableMerger.h60 TableMerger(IAaptContext* context, ResourceTable* outTable, const TableMergerOptions& options);
DTableMerger.cpp28 TableMerger::TableMerger(IAaptContext* context, ResourceTable* outTable, in TableMerger() argument
30 mContext(context), mMasterTable(outTable), mOptions(options) { in TableMerger()