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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp584 int32_t curFormat,
615 &spans, &config, overwrite, false, curFormat);
679 int32_t curFormat,
755 false, curFormat, overwrite);
894 int32_t curFormat = ResTable_map::TYPE_ANY; local
1306 curFormat = parse_flags(formatStr.string(), formatStr.size(),
1308 if (curFormat == 0) {
1374 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING;
1380 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_COLOR;
1384 curFormat
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
670 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 67 milliseconds