Searched refs:loc (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/ |
D | Main.java | 171 for (Locale loc : locales) { in buildSequence() 172 head = new TextCapture(loc, prev, head); in buildSequence() 173 prev = loc; in buildSequence() 210 for (Locale loc : locales) { 211 Bitmap b = savedBitmaps.get(loc); 218 String lang = loc.getLanguage(); 232 for (Locale loc : locales) { 233 Bitmap bm = savedBitmaps.get(loc); 278 String lang = loc.getLanguage(); 281 lang = loc.toString(); [all …]
|
/bootable/recovery/minui/ |
D | resources.cpp | 422 char* loc = (char*)row+5; in res_create_localized_alpha_surface() local 424 if (y+1+h >= height || matches_locale(loc, locale)) { in res_create_localized_alpha_surface() 425 printf(" %20s: %s (%d x %d @ %d)\n", name, loc, w, h, y); in res_create_localized_alpha_surface()
|
/bootable/recovery/edify/ |
D | expr.h | 105 Expr* Build(Function fn, YYLTYPE loc, int count, ...);
|
D | expr.cpp | 332 Expr* Build(Function fn, YYLTYPE loc, int count, ...) { in Build() argument 345 e->start = loc.start; in Build() 346 e->end = loc.end; in Build()
|