Searched refs:itemIdent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 491 String16 itemIdent; in compileAttribute() local 494 itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len)); in compileAttribute() 533 enumOrFlagsComment.append(itemIdent); in compileAttribute() 545 itemIdent, value, NULL, NULL, false, true); in compileAttribute() 598 const String16& itemIdent, in parseAndAddBag() argument 626 String8(itemIdent).c_str(), in parseAndAddBag() 631 myPackage, curType, ident, parentIdent, itemIdent, str, in parseAndAddBag() 1292 String16 itemIdent; in compileResourceFile() local 1293 err = compileAttribute(in, block, myPackage, outTable, &itemIdent, true); in compileResourceFile() 1300 symbols->addSymbol(String8(itemIdent), 0, srcPos); in compileResourceFile() [all …]
|