HomeSort by relevance Sort by last modified time
    Searched refs:keyboards (Results 1 - 9 of 9) sorted by null

  /external/autotest/client/site_tests/login_OobeLocalization/
login_OobeLocalization.py 58 'keyboard_layout': ','.join(region['keyboards'])})
94 # We expect to see only login keyboards at OOBE.
95 keyboards = region['keyboards']
96 keyboards = [kbd for kbd in keyboards if kbd in self._login_keyboards]
98 # If there are no login keyboards, expect only the fallback keyboard.
99 keyboards = keyboards or [self._FALLBACK_KEYBOARD]
103 [self._comp_ime_prefix + xkb for xkb in keyboards])
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/draft/keyboard/
KeyboardTool.java 72 ImmutableList<Keyboard> keyboards = KlcParser.parseLayout(contents); local
73 for (Keyboard keyboard : keyboards) {
88 System.out.println("Found the following keyboards with no id (add them to windows-locales.csv file):");
KeyboardBuilder.java 103 ImmutableList.Builder<Keyboard> keyboards = ImmutableList.builder(); local
105 keyboards.add(Keyboard.of(keyboardId, names.build(), keyMaps.build(), transforms.build()));
107 return keyboards.build();
  /external/cldr/tools/scripts/
fixSVNProps.sh 13 find common exemplars keyboards seed specs tools/java tools/cldr-unittest -type f -print | while read filename
  /build/make/target/product/
handheld_system.mk 31 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
  /device/google/atv/products/
atv_base.mk 138 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
  /device/generic/armv7-a-neon/
mini_common.mk 85 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
  /external/cldr/tools/java/org/unicode/cldr/tool/
ShowStarredCoverage.java 380 main, canon, supp, seed, exemplars, keyboards, alias enum constant in enum:ShowStarredCoverage.LanguageTagCollector.Source
414 // just do main, exemplars/main, seed/main, keyboards/.*
418 addFiles(base, "keyboards", Source.keyboards);
ShowKeyboards.java 65 private static final String ABOUT_KEYBOARD_CHARTS = "<p>For more information, see <a target='ABOUT_KB' href='http://cldr.unicode.org/index/charts/keyboards'>About Keyboard Charts</a>.</p>";
76 idFilter(".+", ".*", "Filter the information based on id, using a regex argument."), sourceDirectory(".+", CLDRPaths.BASE_DIRECTORY + "keyboards/",
77 "The source directory. CURRENTLY CAN?T BE CHANGED!!"), targetDirectory(".+", CLDRPaths.CHART_DIRECTORY + "keyboards/",
100 FileCopier.copy(ShowKeyboards.class, "keyboards-index.html", keyboardChartDir, "index.html");
163 FileCopier.copy(ShowKeyboards.class, "keyboards.css", keyboardChartDir, "index.css");
168 "Characters ? Keyboards",
174 // printTop("Characters ? Keyboards", out);
182 "Keyboards ? Characters",
188 // printTop("Keyboards ? Characters", out);
228 FileCopier.copy(ShowKeyboards.class, "keyboards.css", keyboardChartLayoutsDir, "index.css")
265 Set<R3<String, String, String>> keyboards = localeKeyboards.getValue(); local
    [all...]

Completed in 801 milliseconds