Searched refs:loc (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/ |
D | Main.java | 190 for (Locale loc : locales) { in buildSequence() 191 head = new TextCapture(loc, prev, head); in buildSequence() 192 prev = loc; in buildSequence() 229 for (Locale loc : locales) { 230 Bitmap b = savedBitmaps.get(loc); 237 String lang = loc.getLanguage(); 251 for (Locale loc : locales) { 252 Bitmap bm = savedBitmaps.get(loc); 297 String lang = loc.getLanguage(); 300 lang = loc.toString(); [all …]
|
/bootable/recovery/minui/ |
D | resources.cpp | 428 std::string loc(reinterpret_cast<char*>(&row[5])); in get_locales_in_png() 429 if (!loc.empty()) { in get_locales_in_png() 430 result.push_back(loc); in get_locales_in_png() 465 char* loc = reinterpret_cast<char*>(&row[5]); in res_create_localized_alpha_surface() local 467 if (y + 1 + h >= height || matches_locale(loc, locale)) { in res_create_localized_alpha_surface() 468 printf(" %20s: %s (%d x %d @ %d)\n", name, loc, w, h, y); in res_create_localized_alpha_surface()
|
/bootable/recovery/tests/manual/ |
D | recovery_test.cpp | 210 char* loc = reinterpret_cast<char*>(&row[5]); in TEST_P() local 211 if (matches_locale(loc, kLocale.c_str())) { in TEST_P() 212 EXPECT_TRUE(android::base::StartsWith(loc, kLocale)); in TEST_P()
|
/bootable/recovery/edify/ |
D | parser.yy | 44 static Expr* Build(Function fn, YYLTYPE loc, size_t count, ...) { 47 Expr* e = new Expr(fn, "(operator)", loc.start, loc.end);
|