Lines Matching refs:attr16
336 const String16 attr16("attr"); in compileAttribute() local
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()
542 attr16, attr.ident, String16(""), in compileAttribute()
549 if (strcmp16(block.getElementName(&len), attr16.string()) == 0) { in compileAttribute()
571 appendTypeInfo(outTable, myPackage, attr16, attr.ident, attr.type, gFormatFlags); in compileAttribute()
576 outTable->appendTypeComment(myPackage, attr16, attr.ident, enumOrFlagsComment); in compileAttribute()
795 const String16 attr16("attr"); in compileResourceFile() local
1281 } else if (strcmp16(block.getElementName(&len), attr16.string()) != 0) { in compileResourceFile()
1316 } else if (strcmp16(block.getElementName(&len), attr16.string()) == 0) { in compileResourceFile()
2114 const String16 attr16("attr"); in makeAttribute() local
2119 attr16.string(), attr16.size(), in makeAttribute()
2126 sp<ResourceTable::Entry> entry = getEntry(package, attr16, name, source, false); in makeAttribute()
2159 appendComment(package, attr16, name, comment, shouldAppendComment); in makeAttribute()
3612 const String16 attr16("attr"); in generateAttributes() local
3632 } else if (!table->hasBagOrEntry(key, &attr16, &package)) { in generateAttributes()
3645 attr16, key, String16(""), in generateAttributes()
3665 const String16 attr16("attr"); in assignResourceIds() local
3681 it.isId ? &id16 : &attr16, NULL, &errorMsg); in assignResourceIds()
3685 String8(it.isId ? id16 : attr16).string(), in assignResourceIds()
4620 const String16 attr16("attr"); in modifyForCompat() local
4663 const uint32_t attrId = getResId(bag.keyAt(bi), &attr16); in modifyForCompat()