Home
last modified time | relevance | path

Searched refs:type_entry (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
DLoadedArsc.cpp353 for (const auto& type_entry : type_spec.second.type_entries) { in CollectConfigurations() local
354 out_configs->insert(type_entry.config); in CollectConfigurations()
363 for (const auto& type_entry : type_spec.second.type_entries) { in CollectLocales() local
364 if (type_entry.config.locale != 0) { in CollectLocales()
365 type_entry.config.getBcp47Locale(temp_locale, canonicalize); in CollectLocales()
392 for (const auto& type_entry : type_spec->type_entries) { in FindEntryByName() local
393 const incfs::verified_map_ptr<ResTable_type>& type = type_entry.type; in FindEntryByName()
DAssetManager2.cpp810 const TypeSpec::TypeEntry* type_entry = (use_filtered) ? filtered_group.type_entries[i] in FindEntryInternal() local
816 const ResTable_config& this_config = type_entry->config; in FindEntryInternal()
839 const auto& type = type_entry->type; in FindEntryInternal()
1422 for (const auto& type_entry : type_spec.type_entries) { in RebuildFilterList() local
1423 if (type_entry.config.match(configuration_)) { in RebuildFilterList()
1427 group->type_entries.push_back(&type_entry); in RebuildFilterList()