Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
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()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp6724 ResTable_config thisConfig; in getEntry() local
6725 thisConfig.copyFromDtoH(thisType->config); in getEntry()
6728 if (config != NULL && !thisConfig.match(*config)) { in getEntry()
6776 if (!thisConfig.isBetterThan(bestConfig, config)) { in getEntry()
6777 if (!currentTypeIsOverlay || thisConfig.compare(bestConfig) != 0) { in getEntry()
6785 bestConfig = thisConfig; in getEntry()
7101 ResTable_config thisConfig; in parsePackage() local
7102 thisConfig.copyFromDtoH(type->config); in parsePackage()
7104 thisConfig.toString().c_str()); in parsePackage()
7801 ResTable_config thisConfig; in print() local
[all …]