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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp218 static void appendTypeInfo(ResourceTable* outTable, const String16& pkg,
228 outTable->appendTypeComment(pkg, typeName, ident, fullMsg);
234 outTable->appendTypeComment(pkg, typeName, ident,
265 status_t createIfNeeded(ResourceTable* outTable)
274 if (outTable->hasBagOrEntry(myPackage, attr16, ident)) {
283 status_t err = outTable->addBag(sourcePos, myPackage,
291 outTable->appendComment(myPackage, attr16, ident, comment, appendComment);
301 ResourceTable* outTable,
341 attr.createIfNeeded(outTable);
345 attr.createIfNeeded(outTable);
298 compileAttribute(const sp<AaptFile>& in, ResXMLTree& block, const String16& myPackage, ResourceTable* outTable, String16* outIdent = NULL, bool inStyleable = false) argument
568 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& product, bool pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
639 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, bool pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
721 compileResourceFile(Bundle* bundle, const sp<AaptAssets>& assets, const sp<AaptFile>& in, const ResTable_config& defParams, const bool overwrite, ResourceTable* outTable) argument
[all...]

Completed in 169 milliseconds