Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/tests/
H A DConfig_test.cpp34 const ResTable_config& thisConfig = configs[i]; in selectBest() local
35 if (!thisConfig.match(target)) { in selectBest()
39 if (thisConfig.isBetterThan(bestConfig, &target)) { in selectBest()
40 bestConfig = thisConfig; in selectBest()
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp6607 ResTable_config thisConfig; in getEntry() local
6608 thisConfig.copyFromDtoH(thisType->config); in getEntry()
6611 if (config != NULL && !thisConfig.match(*config)) { in getEntry()
6659 if (!thisConfig.isBetterThan(bestConfig, config)) { in getEntry()
6668 bestConfig = thisConfig; in getEntry()
6984 ResTable_config thisConfig; in parsePackage() local
6985 thisConfig.copyFromDtoH(type->config); in parsePackage()
6987 thisConfig.toString().string()); in parsePackage()
7685 ResTable_config thisConfig; in print() local
7686 thisConfig.copyFromDtoH(type->config); in print()
[all …]