Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp459 String16 itemIdent; in compileAttribute() local
462 itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len)); in compileAttribute()
487 if (!attr.hasErrors && !outTable->hasBagOrEntry(itemIdent, &id16, &myPackage)) { in compileAttribute()
489 myPackage, id16, itemIdent, String16(), NULL); in compileAttribute()
510 enumOrFlagsComment.append(itemIdent); in compileAttribute()
522 itemIdent, value, NULL, NULL, false, true); in compileAttribute()
575 const String16& itemIdent, in parseAndAddBag() argument
602 String8(itemIdent).string(), in parseAndAddBag()
606 myPackage, curType, ident, parentIdent, itemIdent, str, in parseAndAddBag()
1198 String16 itemIdent; in compileResourceFile() local
[all …]