Lines Matching refs:out
851 ResTable_config* out) in getMccName() argument
854 if (out) out->mcc = 0; in getMccName()
875 if (out) out->mcc = d; in getMccName()
883 ResTable_config* out) in getMncName() argument
886 if (out) out->mcc = 0; in getMncName()
905 if (out) { in getMncName()
906 out->mnc = atoi(val); in getMncName()
920 ResTable_config* out) in getLocaleName() argument
924 if (out) { in getLocaleName()
925 out->language[0] = 0; in getLocaleName()
926 out->language[1] = 0; in getLocaleName()
927 out->country[0] = 0; in getLocaleName()
928 out->country[1] = 0; in getLocaleName()
934 if (out) { in getLocaleName()
935 out->language[0] = fileName[0]; in getLocaleName()
936 out->language[1] = fileName[1]; in getLocaleName()
937 out->country[0] = 0; in getLocaleName()
938 out->country[1] = 0; in getLocaleName()
949 if (out) { in getLocaleName()
950 out->language[0] = fileName[0]; in getLocaleName()
951 out->language[1] = fileName[1]; in getLocaleName()
952 out->country[0] = fileName[3]; in getLocaleName()
953 out->country[1] = fileName[4]; in getLocaleName()
962 ResTable_config* out) in getScreenLayoutSizeName() argument
965 if (out) out->screenLayout = in getScreenLayoutSizeName()
966 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE) in getScreenLayoutSizeName()
970 if (out) out->screenLayout = in getScreenLayoutSizeName()
971 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE) in getScreenLayoutSizeName()
975 if (out) out->screenLayout = in getScreenLayoutSizeName()
976 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE) in getScreenLayoutSizeName()
980 if (out) out->screenLayout = in getScreenLayoutSizeName()
981 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE) in getScreenLayoutSizeName()
985 if (out) out->screenLayout = in getScreenLayoutSizeName()
986 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE) in getScreenLayoutSizeName()
995 ResTable_config* out) in getScreenLayoutLongName() argument
998 if (out) out->screenLayout = in getScreenLayoutLongName()
999 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in getScreenLayoutLongName()
1003 if (out) out->screenLayout = in getScreenLayoutLongName()
1004 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in getScreenLayoutLongName()
1008 if (out) out->screenLayout = in getScreenLayoutLongName()
1009 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in getScreenLayoutLongName()
1018 ResTable_config* out) in getOrientationName() argument
1021 if (out) out->orientation = out->ORIENTATION_ANY; in getOrientationName()
1024 if (out) out->orientation = out->ORIENTATION_PORT; in getOrientationName()
1027 if (out) out->orientation = out->ORIENTATION_LAND; in getOrientationName()
1030 if (out) out->orientation = out->ORIENTATION_SQUARE; in getOrientationName()
1038 ResTable_config* out) in getUiModeTypeName() argument
1041 if (out) out->uiMode = in getUiModeTypeName()
1042 (out->uiMode&~ResTable_config::MASK_UI_MODE_TYPE) in getUiModeTypeName()
1046 if (out) out->uiMode = in getUiModeTypeName()
1047 (out->uiMode&~ResTable_config::MASK_UI_MODE_TYPE) in getUiModeTypeName()
1051 if (out) out->uiMode = in getUiModeTypeName()
1052 (out->uiMode&~ResTable_config::MASK_UI_MODE_TYPE) in getUiModeTypeName()
1056 if (out) out->uiMode = in getUiModeTypeName()
1057 (out->uiMode&~ResTable_config::MASK_UI_MODE_TYPE) in getUiModeTypeName()
1061 if (out) out->uiMode = in getUiModeTypeName()
1062 (out->uiMode&~ResTable_config::MASK_UI_MODE_TYPE) in getUiModeTypeName()
1071 ResTable_config* out) in getUiModeNightName() argument
1074 if (out) out->uiMode = in getUiModeNightName()
1075 (out->uiMode&~ResTable_config::MASK_UI_MODE_NIGHT) in getUiModeNightName()
1079 if (out) out->uiMode = in getUiModeNightName()
1080 (out->uiMode&~ResTable_config::MASK_UI_MODE_NIGHT) in getUiModeNightName()
1084 if (out) out->uiMode = in getUiModeNightName()
1085 (out->uiMode&~ResTable_config::MASK_UI_MODE_NIGHT) in getUiModeNightName()
1094 ResTable_config* out) in getDensityName() argument
1097 if (out) out->density = ResTable_config::DENSITY_DEFAULT; in getDensityName()
1102 if (out) out->density = ResTable_config::DENSITY_NONE; in getDensityName()
1107 if (out) out->density = ResTable_config::DENSITY_LOW; in getDensityName()
1112 if (out) out->density = ResTable_config::DENSITY_MEDIUM; in getDensityName()
1117 if (out) out->density = ResTable_config::DENSITY_TV; in getDensityName()
1122 if (out) out->density = ResTable_config::DENSITY_HIGH; in getDensityName()
1127 if (out) out->density = ResTable_config::DENSITY_XHIGH; in getDensityName()
1132 if (out) out->density = ResTable_config::DENSITY_XXHIGH; in getDensityName()
1158 if (out) out->density = d; in getDensityName()
1166 ResTable_config* out) in getTouchscreenName() argument
1169 if (out) out->touchscreen = out->TOUCHSCREEN_ANY; in getTouchscreenName()
1172 if (out) out->touchscreen = out->TOUCHSCREEN_NOTOUCH; in getTouchscreenName()
1175 if (out) out->touchscreen = out->TOUCHSCREEN_STYLUS; in getTouchscreenName()
1178 if (out) out->touchscreen = out->TOUCHSCREEN_FINGER; in getTouchscreenName()
1186 ResTable_config* out) in getKeysHiddenName() argument
1205 if (out) out->inputFlags = (out->inputFlags&~mask) | value; in getKeysHiddenName()
1213 ResTable_config* out) in getKeyboardName() argument
1216 if (out) out->keyboard = out->KEYBOARD_ANY; in getKeyboardName()
1219 if (out) out->keyboard = out->KEYBOARD_NOKEYS; in getKeyboardName()
1222 if (out) out->keyboard = out->KEYBOARD_QWERTY; in getKeyboardName()
1225 if (out) out->keyboard = out->KEYBOARD_12KEY; in getKeyboardName()
1233 ResTable_config* out) in getNavHiddenName() argument
1249 if (out) out->inputFlags = (out->inputFlags&~mask) | value; in getNavHiddenName()
1257 ResTable_config* out) in getNavigationName() argument
1260 if (out) out->navigation = out->NAVIGATION_ANY; in getNavigationName()
1263 if (out) out->navigation = out->NAVIGATION_NONAV; in getNavigationName()
1266 if (out) out->navigation = out->NAVIGATION_DPAD; in getNavigationName()
1269 if (out) out->navigation = out->NAVIGATION_TRACKBALL; in getNavigationName()
1272 if (out) out->navigation = out->NAVIGATION_WHEEL; in getNavigationName()
1279 bool AaptGroupEntry::getScreenSizeName(const char* name, ResTable_config* out) in getScreenSizeName() argument
1282 if (out) { in getScreenSizeName()
1283 out->screenWidth = out->SCREENWIDTH_ANY; in getScreenSizeName()
1284 out->screenHeight = out->SCREENHEIGHT_ANY; in getScreenSizeName()
1306 if (out) { in getScreenSizeName()
1307 out->screenWidth = w; in getScreenSizeName()
1308 out->screenHeight = h; in getScreenSizeName()
1314 bool AaptGroupEntry::getSmallestScreenWidthDpName(const char* name, ResTable_config* out) in getSmallestScreenWidthDpName() argument
1317 if (out) { in getSmallestScreenWidthDpName()
1318 out->smallestScreenWidthDp = out->SCREENWIDTH_ANY; in getSmallestScreenWidthDpName()
1332 if (out) { in getSmallestScreenWidthDpName()
1333 out->smallestScreenWidthDp = (uint16_t)atoi(xName.string()); in getSmallestScreenWidthDpName()
1339 bool AaptGroupEntry::getScreenWidthDpName(const char* name, ResTable_config* out) in getScreenWidthDpName() argument
1342 if (out) { in getScreenWidthDpName()
1343 out->screenWidthDp = out->SCREENWIDTH_ANY; in getScreenWidthDpName()
1355 if (out) { in getScreenWidthDpName()
1356 out->screenWidthDp = (uint16_t)atoi(xName.string()); in getScreenWidthDpName()
1362 bool AaptGroupEntry::getScreenHeightDpName(const char* name, ResTable_config* out) in getScreenHeightDpName() argument
1365 if (out) { in getScreenHeightDpName()
1366 out->screenHeightDp = out->SCREENWIDTH_ANY; in getScreenHeightDpName()
1378 if (out) { in getScreenHeightDpName()
1379 out->screenHeightDp = (uint16_t)atoi(xName.string()); in getScreenHeightDpName()
1385 bool AaptGroupEntry::getVersionName(const char* name, ResTable_config* out) in getVersionName() argument
1388 if (out) { in getVersionName()
1389 out->sdkVersion = out->SDKVERSION_ANY; in getVersionName()
1390 out->minorVersion = out->MINORVERSION_ANY; in getVersionName()
1405 if (out) { in getVersionName()
1406 out->sdkVersion = (uint16_t)atoi(sdkName.string()); in getVersionName()
1407 out->minorVersion = 0; in getVersionName()