Searched refs:curFormat (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 597 int32_t curFormat, in parseAndAddBag() argument 630 &spans, &config, overwrite, false, curFormat); in parseAndAddBag() 694 int32_t curFormat, in parseAndAddEntry() argument 772 false, curFormat, overwrite); in parseAndAddEntry() 912 int32_t curFormat = ResTable_map::TYPE_ANY; in compileResourceFile() local 1336 curFormat = parse_flags(formatStr.string(), formatStr.size(), in compileResourceFile() 1338 if (curFormat == 0) { in compileResourceFile() 1407 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING; in compileResourceFile() 1413 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_COLOR; in compileResourceFile() 1417 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_COLOR; in compileResourceFile() [all …]
|