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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp476 String16 itemIdent; local
479 itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len));
518 enumOrFlagsComment.append(itemIdent);
530 itemIdent, value, NULL, NULL, false, true);
583 const String16& itemIdent,
610 String8(itemIdent).string(),
614 myPackage, curType, ident, parentIdent, itemIdent, str,
1264 String16 itemIdent; local
1265 err = compileAttribute(in, block, myPackage, outTable, &itemIdent, true);
1272 symbols->addSymbol(String8(itemIdent),
575 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, PseudolocalizationMethod pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
1538 String16 itemIdent; local
[all...]

Completed in 30 milliseconds