Searched refs:itemIdent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 476 String16 itemIdent; in compileAttribute() local 479 itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len)); in compileAttribute() 518 enumOrFlagsComment.append(itemIdent); in compileAttribute() 530 itemIdent, value, NULL, NULL, false, true); in compileAttribute() 583 const String16& itemIdent, in parseAndAddBag() argument 610 String8(itemIdent).string(), in parseAndAddBag() 614 myPackage, curType, ident, parentIdent, itemIdent, str, in parseAndAddBag() 1264 String16 itemIdent; in compileResourceFile() local 1265 err = compileAttribute(in, block, myPackage, outTable, &itemIdent, true); in compileResourceFile() 1272 symbols->addSymbol(String8(itemIdent), 0, srcPos); in compileResourceFile() [all …]
|