Home | History | Annotate | Download | only in androidfw

Lines Matching defs:config

1726             // good since we will prefer a config that has specified a
1879 // good since we will prefer a config that has specified a
1996 //ALOGI("Matching keysHidden: have=%d, config=%d\n", keysHidden, setKeysHidden);
3081 // No {entry, appropriate config} pair found in package. If this
3115 thisConfig.copyFromDtoH(type->config);
3360 // No {entry, appropriate config} pair found in package. If this
3377 if (set != NULL && !type->config.isBetterThan(bestConfig, NULL)) {
3380 bestConfig = type->config;
4801 const ResTable_type* config = type->configs[l];
4802 const ResTable_config* cfg = &config->config;
4846 const ResTable_config* config,
4877 thisConfig.copyFromDtoH(thisType->config);
4880 entryIndex, typeIndex+1, dtohl(thisType->config.size),
4884 if (config && !thisConfig.match(*config)) {
4885 TABLE_GETENTRY(ALOGI("Does not match config!\n"));
4906 if (!thisConfig.isBetterThan(bestConfig, config)) {
4907 TABLE_GETENTRY(ALOGI("This config is worse than last!\n"));
4916 if (!config) break;
5164 thisConfig.copyFromDtoH(type->config);
5165 ALOGI("Adding config to type %d: %s\n",
5496 printf(" INVALID TYPE CONFIG FOR RESOURCE 0x%08x\n", resID);
5506 String8 configStr = type->config.toString();
5507 printf(" config %s:\n", configStr.size() > 0