Searched refs:itemIdent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 489 String16 itemIdent; in compileAttribute() local 492 itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len)); in compileAttribute() 531 enumOrFlagsComment.append(itemIdent); in compileAttribute() 543 itemIdent, value, NULL, NULL, false, true); in compileAttribute() 596 const String16& itemIdent, in parseAndAddBag() argument 624 String8(itemIdent).string(), in parseAndAddBag() 629 myPackage, curType, ident, parentIdent, itemIdent, str, in parseAndAddBag() 1290 String16 itemIdent; in compileResourceFile() local 1291 err = compileAttribute(in, block, myPackage, outTable, &itemIdent, true); in compileResourceFile() 1298 symbols->addSymbol(String8(itemIdent), 0, srcPos); in compileResourceFile() [all …]
|