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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp458 String16 itemIdent; local
461 itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len));
486 if (!attr.hasErrors && !outTable->hasBagOrEntry(itemIdent, &id16, &myPackage)) {
488 myPackage, id16, itemIdent, String16(), NULL);
509 enumOrFlagsComment.append(itemIdent);
521 itemIdent, value, NULL, NULL, false, true);
574 const String16& itemIdent,
601 String8(itemIdent).string(),
605 myPackage, curType, ident, parentIdent, itemIdent, str,
1153 String16 itemIdent; local
566 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& product, bool pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
1400 String16 itemIdent; local
[all...]

Completed in 44 milliseconds