Searched refs:outTable (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/aapt2/flatten/ |
D | TableFlattener_test.cpp | 39 ::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/ |
D | ResourceTable.cpp | 257 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 …]
|
D | ResourceTable.h | 65 ResourceTable* outTable);
|
/frameworks/base/tools/aapt2/link/ |
D | TableMerger.h | 60 TableMerger(IAaptContext* context, ResourceTable* outTable, const TableMergerOptions& options);
|
D | TableMerger.cpp | 28 TableMerger::TableMerger(IAaptContext* context, ResourceTable* outTable, in TableMerger() argument 30 mContext(context), mMasterTable(outTable), mOptions(options) { in TableMerger()
|