Lines Matching refs:attr16
338 const String16 attr16("attr"); in compileAttribute() local
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()
544 attr16, attr.ident, String16(""), in compileAttribute()
551 if (strcmp16(block.getElementName(&len), attr16.c_str()) == 0) { in compileAttribute()
573 appendTypeInfo(outTable, myPackage, attr16, attr.ident, attr.type, gFormatFlags); in compileAttribute()
578 outTable->appendTypeComment(myPackage, attr16, attr.ident, enumOrFlagsComment); in compileAttribute()
797 const String16 attr16("attr"); in compileResourceFile() local
1283 } else if (strcmp16(block.getElementName(&len), attr16.c_str()) != 0) { in compileResourceFile()
1318 } else if (strcmp16(block.getElementName(&len), attr16.c_str()) == 0) { in compileResourceFile()
2116 const String16 attr16("attr"); in makeAttribute() local
2121 attr16.c_str(), attr16.size(), in makeAttribute()
2128 sp<ResourceTable::Entry> entry = getEntry(package, attr16, name, source, false); in makeAttribute()
2161 appendComment(package, attr16, name, comment, shouldAppendComment); in makeAttribute()
3605 const String16 attr16("attr"); in generateAttributes() local
3625 } else if (!table->hasBagOrEntry(key, &attr16, &package)) { in generateAttributes()
3638 attr16, key, String16(""), in generateAttributes()
3658 const String16 attr16("attr"); in assignResourceIds() local
3674 it.isId ? &id16 : &attr16, NULL, &errorMsg); in assignResourceIds()
3678 String8(it.isId ? id16 : attr16).c_str(), in assignResourceIds()
4613 const String16 attr16("attr"); in modifyForCompat() local
4656 const uint32_t attrId = getResId(bag.keyAt(bi), &attr16); in modifyForCompat()