Home
last modified time | relevance | path

Searched refs:loc (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
DMain.java171 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/
Dresources.cpp422 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/
Dexpr.h105 Expr* Build(Function fn, YYLTYPE loc, int count, ...);
Dexpr.cpp332 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()