Searched refs:itemIdent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 481 String16 itemIdent; in compileAttribute() local 484 itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len)); in compileAttribute() 523 enumOrFlagsComment.append(itemIdent); in compileAttribute() 535 itemIdent, value, NULL, NULL, false, true); in compileAttribute() 588 const String16& itemIdent, in parseAndAddBag() argument 616 String8(itemIdent).string(), in parseAndAddBag() 621 myPackage, curType, ident, parentIdent, itemIdent, str, in parseAndAddBag() 1282 String16 itemIdent; in compileResourceFile() local 1283 err = compileAttribute(in, block, myPackage, outTable, &itemIdent, true); in compileResourceFile() 1290 symbols->addSymbol(String8(itemIdent), 0, srcPos); in compileResourceFile() [all …]
|