Lines Matching refs:this_config
454 const ResTable_config& this_config = candidate_configs[i]; in FindEntry() local
460 } else if (this_config.isBetterThan(*best_config, desired_config)) { in FindEntry()
462 } else if (package_is_overlay && this_config.compare(*best_config) == 0) { in FindEntry()
479 best_config = &this_config; in FindEntry()
484 this_config.toString(), in FindEntry()
496 ResTable_config this_config{}; in FindEntry() local
499 this_config.copyFromDtoH((*iter)->config); in FindEntry()
500 if (!this_config.match(*desired_config)) { in FindEntry()
506 } else if (this_config.isBetterThan(*best_config, desired_config)) { in FindEntry()
508 } else if (package_is_overlay && this_config.compare(*best_config) == 0) { in FindEntry()
525 best_config_copy = this_config; in FindEntry()
536 this_config.toString(), in FindEntry()
1050 ResTable_config this_config; in RebuildFilterList() local
1051 this_config.copyFromDtoH((*iter)->config); in RebuildFilterList()
1052 if (!filter_incompatible_configs || this_config.match(configuration_)) { in RebuildFilterList()
1053 group.configurations.push_back(this_config); in RebuildFilterList()