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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp243 const String16 myPackage;
254 : myPackage(_package)
272 if (outTable->hasBagOrEntry(myPackage, attr16, ident)) {
281 status_t err = outTable->addBag(sourcePos, myPackage,
289 outTable->appendComment(myPackage, attr16, ident, comment, appendComment);
298 const String16& myPackage,
303 PendingAttribute attr(myPackage, in, block, inStyleable);
358 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident,
376 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident,
401 err = outTable->addBag(attr.sourcePos, myPackage, attr1
296 compileAttribute(const sp<AaptFile>& in, ResXMLTree& block, const String16& myPackage, ResourceTable* outTable, String16* outIdent = NULL, bool inStyleable = false) argument
566 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
637 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
[all...]

Completed in 27 milliseconds