HomeSort by relevance Sort by last modified time
    Searched refs:outTable (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/aapt2/link/
TableMerger.h 57 * Note: The outTable ResourceTable must live longer than this TableMerger. References
60 TableMerger(IAaptContext* context, ResourceTable* outTable, const TableMergerOptions& options);
TableMerger.cpp 28 TableMerger::TableMerger(IAaptContext* context, ResourceTable* outTable,
30 mContext(context), mMasterTable(outTable), mOptions(options) {
  /frameworks/base/tools/aapt2/flatten/
TableFlattener_test.cpp 39 ::testing::AssertionResult flatten(ResourceTable* table, ResTable* outTable) {
47 if (outTable->add(data.get(), buffer.size(), -1, true) != NO_ERROR) {
53 ::testing::AssertionResult flatten(ResourceTable* table, ResourceTable* outTable) {
61 BinaryResourceParser parser(mContext.get(), outTable, {}, data.get(), buffer.size());
  /external/icu/icu4c/source/common/
ucnv_io.cpp     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 257 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->addBag(attr.sourcePos, myPackage, attr16, attr.ident
    [all...]
ResourceTable.h 65 ResourceTable* outTable);

Completed in 676 milliseconds