Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DLoadedArsc.cpp357 for (const auto& type_entry : type_spec.second.type_entries) { in CollectConfigurations() local
358 out_configs->insert(type_entry.config); in CollectConfigurations()
367 for (const auto& type_entry : type_spec.second.type_entries) { in CollectLocales() local
368 if (type_entry.config.locale != 0) { in CollectLocales()
369 type_entry.config.getBcp47Locale(temp_locale, canonicalize); in CollectLocales()
396 for (const auto& type_entry : type_spec->type_entries) { in FindEntryByName() local
397 const incfs::verified_map_ptr<ResTable_type>& type = type_entry.type; in FindEntryByName()
DAssetManager2.cpp869 const TypeSpec::TypeEntry* type_entry = (use_filtered) ? filtered_group.type_entries[i] in FindEntryInternal() local
877 const ResTable_config& this_config = type_entry->config; in FindEntryInternal()
900 const auto& type = type_entry->type; in FindEntryInternal()
1503 for (const auto& type_entry : type_spec.type_entries) { in RebuildFilterList() local
1505 if (type_entry.config.match(config)) { in RebuildFilterList()
1509 group->type_entries.push_back(&type_entry); in RebuildFilterList()