Searched defs:outTable (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener_test.cpp39 ::testing::AssertionResult flatten(ResourceTable* table, ResTable* outTable) { argument
47 if (outTable->add(data.get(), buffer.size(), -1, true) != NO_ERROR) {
53 ::testing::AssertionResult flatten(ResourceTable* table, ResourceTable* outTable) { argument
61 BinaryResourceParser parser(mContext.get(), outTable, {}, data.get(), buffer.size());
/frameworks/base/tools/aapt2/link/
H A DTableMerger.cpp28 TableMerger::TableMerger(IAaptContext* context, ResourceTable* outTable, argument
30 mContext(context), mMasterTable(outTable), mOptions(options) {
/frameworks/base/tools/aapt/
H A DResourceTable.cpp257 static void appendTypeInfo(ResourceTable* outTable, const String16& pkg,
267 outTable->appendTypeComment(pkg, typeName, ident, fullMsg);
273 outTable->appendTypeComment(pkg, typeName, ident,
304 status_t createIfNeeded(ResourceTable* outTable)
311 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) {
322 ResourceTable* outTable,
362 attr.createIfNeeded(outTable);
366 attr.createIfNeeded(outTable);
379 attr.createIfNeeded(outTable);
381 err = outTable
319 compileAttribute(const sp<AaptFile>& in, ResXMLTree& block, const String16& myPackage, ResourceTable* outTable, String16* outIdent = NULL, bool inStyleable = false) argument
580 parseAndAddBag(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& parentIdent, const String16& itemIdent, int32_t curFormat, bool isFormatted, const String16& , PseudolocalizationMethod pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
677 parseAndAddEntry(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& curTag, bool curIsStyled, int32_t curFormat, bool isFormatted, const String16& product, PseudolocalizationMethod pseudolocalize, const bool overwrite, KeyedVector<type_ident_pair_t, bool>* skippedResourceNames, ResourceTable* outTable) argument
769 compileResourceFile(Bundle* bundle, const sp<AaptAssets>& assets, const sp<AaptFile>& in, const ResTable_config& defParams, const bool overwrite, ResourceTable* outTable) argument
[all...]

Completed in 134 milliseconds