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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp684 const String16& curTag,
699 curTag, &str, curIsStyled ? &spans : NULL,
901 const String16* curTag = NULL; local
1316 curTag = &item16;
1397 curTag = &string16;
1403 curTag = &drawable16;
1407 curTag = &color16;
1411 curTag = &bool16;
1415 curTag = &integer16;
1419 curTag
677 parseAndAddEntry(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& curTag, bool curIsStyled, int32_t curFormat, bool isFormatted, const String16& product, PseudolocalizationMethod pseudolocalize, const bool overwrite, KeyedVector<type_ident_pair_t, bool>* skippedResourceNames, ResourceTable* outTable) argument
[all...]

Completed in 42 milliseconds