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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp481 String16 itemIdent; local
484 itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len));
523 enumOrFlagsComment.append(itemIdent);
535 itemIdent, value, NULL, NULL, false, true);
588 const String16& itemIdent,
616 String8(itemIdent).string(),
621 myPackage, curType, ident, parentIdent, itemIdent, str,
1282 String16 itemIdent; local
1283 err = compileAttribute(in, block, myPackage, outTable, &itemIdent, true);
1290 symbols->addSymbol(String8(itemIdent),
580 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
1563 String16 itemIdent; local
[all...]

Completed in 60 milliseconds