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

  /external/cldr/tools/java/org/unicode/cldr/icu/
Bcp47Mapper.java 34 Map<String, String> keyMap = new HashMap<String, String>();
36 fillFromFile("timezone", timezoneData, keyMap);
44 keyTypeData, keyMap);
47 // Add all the keyMap values into the IcuData file.
48 for (Entry<String, String> kmData : keyMap.entrySet()) {
59 keyTypeData.add("/keyMap/" + key, bcpKey);
68 private void fillFromFile(String filename, IcuData icuData, Map<String, String> keyMap) {
69 KeywordHandler handler = new KeywordHandler(icuData, keyMap);
87 private Map<String, String> keyMap;
94 * @param keyMap
    [all...]
KeyTypeDataConverter.java 40 Map<String, String> keyMap = new TreeMap<String, String>();
42 addKeyMap(keyMap, doc);
47 dumpMap(keyMap);
76 // keyMap
78 keyMapRes.name = LDMLBCP47Constants.KEYMAP;
82 for (Entry<String, String> keyMapItem : keyMap.entrySet()) {
168 private static void addKeyMap(Map<String, String> keyMap, Document root) {
192 keyMap.put(escapeKey(key.toLowerCase(Locale.ROOT)), bcpKey);
419 static final String KEYMAP = "keyMap";
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/draft/keyboard/test/
KeyMapTest.java 7 import org.unicode.cldr.draft.keyboard.KeyMap;
18 private KeyMap keyMap = createKeyMap();
20 private static KeyMap createKeyMap() {
29 return KeyMap.of(combinationSet, ImmutableSet.of(characterMap1, characterMap2));
38 assertEquals("", combinationSetTest, keyMap.modifierKeyCombinationSet());
47 assertEquals("", isoLayoutToCharacterMap, keyMap.isoLayoutToCharacterMap());
57 KeyMap keyMapTest = KeyMap.of(combinationSet, ImmutableSet.of(characterMap1, characterMap2));
58 assertFalse("", keyMap.equals(keyMapTest))
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/draft/keyboard/
Keyboard.java 19 private final ImmutableSortedSet<KeyMap> keyMaps;
21 private volatile KeyMap baseMap;
24 ImmutableSortedSet<KeyMap> keyMaps, ImmutableSortedSet<Transform> transforms) {
36 ImmutableSortedSet<KeyMap> keyMaps, ImmutableSortedSet<Transform> transforms) {
48 public ImmutableSet<KeyMap> keyMaps() {
52 public KeyMap baseMap() {
56 private KeyMap getBaseMap() {
57 for (KeyMap keyMap : keyMaps) {
58 if (keyMap.modifierKeyCombinationSet().isBase())
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/draft/keyboard/out/
KeyboardToXml.java 9 import org.unicode.cldr.draft.keyboard.KeyMap;
91 for (KeyMap keyMap : keyboard.keyMaps()) {
93 ModifierKeyCombinationSet modifiers = keyMap.modifierKeyCombinationSet();
97 xmlWriter.startElement("keyMap", keyMapAttributes.build());
98 for (CharacterMap characterMap : keyMap.isoLayoutToCharacterMap().values()) {
144 KeyMap baseMap = keyboard.baseMap();
  /external/deqp/scripts/build/
config.py 161 keyMap = {
169 if not self.version in keyMap:
172 keys = keyMap[self.version]
  /external/cldr/tools/java/org/unicode/cldr/draft/keyboard/osx/
KeylayoutParser.java 191 NodeList keyMaps = keyMapSet.getElementsByTagName("keyMap");
193 Element keyMap = (Element) keyMaps.item(i);
194 String modifierIndex = keyMap.getAttribute("index");
197 NodeList keys = keyMap.getElementsByTagName("key");
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
IDNAConformanceTest.java 56 Set keyMap = inputData.keySet();
57 for (Iterator iter = keyMap.iterator(); iter.hasNext();) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
IDNAConformanceTest.java 53 Set keyMap = inputData.keySet();
54 for (Iterator iter = keyMap.iterator(); iter.hasNext();) {
  /frameworks/av/media/codec2/sfplugin/
ReflectedParamUpdater.cpp 271 std::set<std::string> keyMap(keys.begin(), keys.end());
274 keyMap.size(), mMap.size());
278 ALOGV("count of %s is %zu", name.c_str(), keyMap.count(name));
279 if (keyMap.count(name) > 0) {
  /external/deqp/framework/qphelper/
qpTestLog.c 261 #define QP_LOOKUP_STRING(KEYMAP, KEY) qpLookupString(KEYMAP, DE_LENGTH_OF_ARRAY(KEYMAP), (int)(KEY))
263 static const char* qpLookupString (const qpKeyStringMap* keyMap, int keyMapSize, int key)
265 DE_ASSERT(keyMap);
267 DE_ASSERT(keyMap[key].key == key);
269 return keyMap[key].string;
    [all...]
  /external/guice/core/test/com/google/inject/internal/
SpiUtils.java 325 Map<Key<?>, Binding<?>> keyMap = Maps.newHashMap();
329 keyMap.put(binding.getKey(), binding);
418 Binding<?> valueBinding = keyMap.get(pme.getValueKey());
    [all...]
  /external/syzkaller/dashboard/app/
api.go 660 keyMap := make(map[*Crash]*datastore.Key)
662 keyMap[crash] = keys[i]
691 toDelete = append(toDelete, keyMap[crash])
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
jsp-2.1.jar 

Completed in 512 milliseconds