Searched refs:myPackage (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 284 const String16 myPackage; member 295 : myPackage(_package) in PendingAttribute() 311 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) { in createIfNeeded() 321 const String16& myPackage, in compileAttribute() argument 326 PendingAttribute attr(myPackage, in, block, inStyleable); in compileAttribute() 381 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute() 399 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute() 424 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute() 463 myPackage, attr16, attr.ident, String16(""), in compileAttribute() 533 myPackage, in compileAttribute() [all …]
|