Searched refs:myPackage (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 294 const String16 myPackage; member 305 : myPackage(_package) in PendingAttribute() 321 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) { in createIfNeeded() 331 const String16& myPackage, in compileAttribute() argument 336 PendingAttribute attr(myPackage, in, block, inStyleable); in compileAttribute() 391 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute() 409 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute() 434 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute() 473 myPackage, attr16, attr.ident, String16(""), in compileAttribute() 543 myPackage, in compileAttribute() [all …]
|