Home
last modified time | relevance | path

Searched refs:myPackage (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
DResourceTable.cpp292 const String16 myPackage; member
303 : myPackage(_package) in PendingAttribute()
319 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) { in createIfNeeded()
329 const String16& myPackage, in compileAttribute() argument
334 PendingAttribute attr(myPackage, in, block, inStyleable); in compileAttribute()
389 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
407 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
432 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
471 myPackage, attr16, attr.ident, String16(""), in compileAttribute()
541 myPackage, in compileAttribute()
[all …]