Searched defs:itemIdent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.cpp494 String16 itemIdent; local
497 itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len));
536 enumOrFlagsComment.append(itemIdent);
548 itemIdent, value, NULL, NULL, false, true);
601 const String16& itemIdent,
629 String8(itemIdent).string(),
634 myPackage, curType, ident, parentIdent, itemIdent, str,
1287 String16 itemIdent; local
1288 err = compileAttribute(in, block, myPackage, outTable, &itemIdent, true);
1295 symbols->addSymbol(String8(itemIdent),
593 parseAndAddBag(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& parentIdent, const String16& itemIdent, int32_t curFormat, bool isFormatted, const String16& , PseudolocalizationMethod pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
1568 String16 itemIdent; local
[all...]

Completed in 55 milliseconds