Lines Matching refs:attr16

339     const String16 attr16("attr");  in compileAttribute()  local
392 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
410 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
435 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
474 myPackage, attr16, attr.ident, String16(""), in compileAttribute()
545 attr16, attr.ident, String16(""), in compileAttribute()
552 if (strcmp16(block.getElementName(&len), attr16.string()) == 0) { in compileAttribute()
574 appendTypeInfo(outTable, myPackage, attr16, attr.ident, attr.type, gFormatFlags); in compileAttribute()
579 outTable->appendTypeComment(myPackage, attr16, attr.ident, enumOrFlagsComment); in compileAttribute()
798 const String16 attr16("attr"); in compileResourceFile() local
1284 } else if (strcmp16(block.getElementName(&len), attr16.string()) != 0) { in compileResourceFile()
1319 } else if (strcmp16(block.getElementName(&len), attr16.string()) == 0) { in compileResourceFile()
2117 const String16 attr16("attr"); in makeAttribute() local
2122 attr16.string(), attr16.size(), in makeAttribute()
2129 sp<ResourceTable::Entry> entry = getEntry(package, attr16, name, source, false); in makeAttribute()
2162 appendComment(package, attr16, name, comment, shouldAppendComment); in makeAttribute()
3615 const String16 attr16("attr"); in generateAttributes() local
3635 } else if (!table->hasBagOrEntry(key, &attr16, &package)) { in generateAttributes()
3648 attr16, key, String16(""), in generateAttributes()
3668 const String16 attr16("attr"); in assignResourceIds() local
3684 it.isId ? &id16 : &attr16, NULL, &errorMsg); in assignResourceIds()
3688 String8(it.isId ? id16 : attr16).string(), in assignResourceIds()
4623 const String16 attr16("attr"); in modifyForCompat() local
4666 const uint32_t attrId = getResId(bag.keyAt(bi), &attr16); in modifyForCompat()