Lines Matching refs:myPackage
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()
573 appendTypeInfo(outTable, myPackage, attr16, attr.ident, attr.type, gFormatFlags); in compileAttribute()
578 outTable->appendTypeComment(myPackage, attr16, attr.ident, enumOrFlagsComment); in compileAttribute()
594 const String16& myPackage, in parseAndAddBag() argument
631 myPackage, curType, ident, parentIdent, itemIdent, str, in parseAndAddBag()
691 const String16& myPackage, in parseAndAddEntry() argument
756 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) { in parseAndAddEntry()
773 myPackage, curType, ident, str, &spans, &config, in parseAndAddEntry()
847 const String16 myPackage(assets->getPackage()); in compileResourceFile() local
986 err = outTable->addPublic(srcPos, myPackage, type, name, ident); in compileResourceFile()
1091 err = outTable->addEntry(srcPos, myPackage, type, curName, in compileResourceFile()
1098 err = outTable->addPublic(srcPos, myPackage, type, in compileResourceFile()
1218 outTable->canAddEntry(srcPos, myPackage, typeName, name); in compileResourceFile()
1293 err = compileAttribute(in, block, myPackage, outTable, &itemIdent, true); in compileResourceFile()
1319 err = compileAttribute(in, block, myPackage, outTable, NULL); in compileResourceFile()
1551 block.getLineNumber()), myPackage, curType, ident, in compileResourceFile()
1623 err = parseAndAddBag(bundle, in, &block, curParams, myPackage, curType, in compileResourceFile()
1633 … err = parseAndAddBag(bundle, in, &block, pseudoParams, myPackage, in compileResourceFile()
1641 … err = parseAndAddBag(bundle, in, &block, pseudoBidiParams, myPackage, in compileResourceFile()
1666 err = parseAndAddEntry(bundle, in, &block, curParams, myPackage, curType, ident, in compileResourceFile()
1683 … err = parseAndAddEntry(bundle, in, &block, pseudoParams, myPackage, curType, in compileResourceFile()
1692 myPackage, curType, ident, *curTag, curIsStyled, curFormat, in compileResourceFile()
1705 printf("Comment for @%s:%s/%s: %s\n", String8(myPackage).c_str(), in compileResourceFile()
1711 outTable->appendComment(myPackage, curType, ident, comment, false); in compileResourceFile()
1741 if (!outTable->hasBagOrEntry(myPackage, p.type, p.ident)) { in compileResourceFile()