Home | History | Annotate | Download | only in androidfw

Lines Matching refs:bestConfig

3281     ResTable_config bestConfig;
3282 memset(&bestConfig, 0, sizeof(bestConfig));
3332 if (set != NULL && !type->config.isBetterThan(bestConfig, NULL)) {
3335 bestConfig = type->config;
4823 ResTable_config bestConfig;
4824 memset(&bestConfig, 0, sizeof(bestConfig)); // make the compiler shut up
4861 if (!thisConfig.isBetterThan(bestConfig, config)) {
4869 bestConfig = thisConfig;