Searched refs:curFormat (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 576 int32_t curFormat, in parseAndAddBag() argument 607 &spans, &config, overwrite, false, curFormat); in parseAndAddBag() 647 int32_t curFormat, in parseAndAddEntry() argument 715 false, curFormat, overwrite); in parseAndAddEntry() 827 int32_t curFormat = ResTable_map::TYPE_ANY; in compileResourceFile() local 1196 curFormat = parse_flags(formatStr.string(), formatStr.size(), in compileResourceFile() 1198 if (curFormat == 0) { in compileResourceFile() 1261 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING; in compileResourceFile() 1267 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_COLOR; in compileResourceFile() 1271 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_COLOR; in compileResourceFile() [all …]
|