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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp268 static void appendTypeInfo(ResourceTable* outTable, const String16& pkg,
278 outTable->appendTypeComment(pkg, typeName, ident, fullMsg);
284 outTable->appendTypeComment(pkg, typeName, ident,
315 status_t createIfNeeded(ResourceTable* outTable)
322 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) {
333 ResourceTable* outTable,
373 attr.createIfNeeded(outTable);
377 attr.createIfNeeded(outTable);
390 attr.createIfNeeded(outTable);
392 err = outTable
330 compileAttribute(const sp<AaptFile>& in, ResXMLTree& block, const String16& myPackage, ResourceTable* outTable, String16* outIdent = NULL, bool inStyleable = false) argument
591 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
688 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
780 compileResourceFile(Bundle* bundle, const sp<AaptAssets>& assets, const sp<AaptFile>& in, const ResTable_config& defParams, const bool overwrite, ResourceTable* outTable) argument
[all...]

Completed in 360 milliseconds