Searched refs:thisConfig (Results 1 – 2 of 2) sorted by relevance
34 const ResTable_config& thisConfig = configs[i]; in selectBest() local35 if (!thisConfig.match(target)) { in selectBest()39 if (thisConfig.isBetterThan(bestConfig, &target)) { in selectBest()40 bestConfig = thisConfig; in selectBest()
6571 ResTable_config thisConfig; in getEntry() local6572 thisConfig.copyFromDtoH(thisType->config); in getEntry()6575 if (config != NULL && !thisConfig.match(*config)) { in getEntry()6619 if (!thisConfig.isBetterThan(bestConfig, config)) { in getEntry()6620 if (!currentTypeIsOverlay || thisConfig.compare(bestConfig) != 0) { in getEntry()6628 bestConfig = thisConfig; in getEntry()6943 ResTable_config thisConfig; in parsePackage() local6944 thisConfig.copyFromDtoH(type->config); in parsePackage()6946 thisConfig.toString().string()); in parsePackage()7648 ResTable_config thisConfig; in print() local[all …]