Home
last modified time | relevance | path

Searched refs:keyboard (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/out/
DKeyboardToXml.java1 package org.unicode.cldr.draft.keyboard.out;
7 import org.unicode.cldr.draft.keyboard.CharacterMap;
8 import org.unicode.cldr.draft.keyboard.IsoLayoutPosition;
9 import org.unicode.cldr.draft.keyboard.KeyMap;
10 import org.unicode.cldr.draft.keyboard.Keyboard;
11 import org.unicode.cldr.draft.keyboard.KeyboardId.Platform;
12 import org.unicode.cldr.draft.keyboard.KeyboardSettings.FallbackSetting;
13 import org.unicode.cldr.draft.keyboard.KeyboardSettings.TransformFailureSetting;
14 import org.unicode.cldr.draft.keyboard.KeyboardSettings.TransformPartialSetting;
15 import org.unicode.cldr.draft.keyboard.ModifierKeyCombinationSet;
[all …]
DKeycodeMapToXml.java1 package org.unicode.cldr.draft.keyboard.out;
8 import org.unicode.cldr.draft.keyboard.IsoLayoutPosition;
9 import org.unicode.cldr.draft.keyboard.KeyboardId.Platform;
10 import org.unicode.cldr.draft.keyboard.KeycodeMap;
/external/autotest/server/site_tests/bluetooth_AdapterMTBF/
Dbluetooth_AdapterMTBF.py74 keyboard = self.devices['KEYBOARD'][0]
77 self.test_device_pairing(keyboard)
79 self.run_typical_use_cases(mouse, phone, audio, keyboard)
83 def run_typical_use_cases(self, mouse, phone, audio, keyboard): argument
99 self.test_suspend_resume(mouse, keyboard)
100 self.test_mouse_and_keyboard(mouse, keyboard)
102 self.test_suspend_and_mouse_wakeup(mouse, keyboard)
103 self.test_hid_and_audio(mouse, keyboard, audio)
123 def test_mouse_and_keyboard(self, mouse, keyboard): argument
129 args=(keyboard, KEYBOARD_TEST_ITERATION))
[all …]
/external/autotest/client/site_tests/policy_DefaultSearchProviderEnabled/
Dpolicy_DefaultSearchProviderEnabled.py8 from autotest_lib.client.cros.input_playback import keyboard
33 self.keyboard = keyboard.Keyboard()
36 self.keyboard.press_key('ctrl+t')
41 self.keyboard.press_key('f')
42 self.keyboard.press_key('s')
43 self.keyboard.press_key('w')
44 self.keyboard.press_key('enter')
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/test/
DKeyboardTest.java1 package org.unicode.cldr.draft.keyboard.test;
5 import org.unicode.cldr.draft.keyboard.CharacterMap;
6 import org.unicode.cldr.draft.keyboard.IsoLayoutPosition;
7 import org.unicode.cldr.draft.keyboard.KeyMap;
8 import org.unicode.cldr.draft.keyboard.Keyboard;
9 import org.unicode.cldr.draft.keyboard.KeyboardId;
10 import org.unicode.cldr.draft.keyboard.KeyboardId.Platform;
11 import org.unicode.cldr.draft.keyboard.ModifierKey;
12 import org.unicode.cldr.draft.keyboard.ModifierKeyCombination;
13 import org.unicode.cldr.draft.keyboard.ModifierKeyCombinationSet;
[all …]
DCharacterMapTest.java1 package org.unicode.cldr.draft.keyboard.test;
3 import static org.unicode.cldr.draft.keyboard.IsoLayoutPosition.A03;
4 import static org.unicode.cldr.draft.keyboard.IsoLayoutPosition.B00;
5 import static org.unicode.cldr.draft.keyboard.IsoLayoutPosition.B01;
6 import static org.unicode.cldr.draft.keyboard.IsoLayoutPosition.B04;
8 import org.unicode.cldr.draft.keyboard.CharacterMap;
9 import org.unicode.cldr.draft.keyboard.IsoLayoutPosition;
DKeyboardSettingsTest.java1 package org.unicode.cldr.draft.keyboard.test;
3 import org.unicode.cldr.draft.keyboard.KeyboardSettings;
4 import org.unicode.cldr.draft.keyboard.KeyboardSettings.FallbackSetting;
5 import org.unicode.cldr.draft.keyboard.KeyboardSettings.TransformFailureSetting;
6 import org.unicode.cldr.draft.keyboard.KeyboardSettings.TransformPartialSetting;
DKeyMapTest.java1 package org.unicode.cldr.draft.keyboard.test;
5 import org.unicode.cldr.draft.keyboard.CharacterMap;
6 import org.unicode.cldr.draft.keyboard.IsoLayoutPosition;
7 import org.unicode.cldr.draft.keyboard.KeyMap;
8 import org.unicode.cldr.draft.keyboard.ModifierKey;
9 import org.unicode.cldr.draft.keyboard.ModifierKeyCombination;
10 import org.unicode.cldr.draft.keyboard.ModifierKeyCombinationSet;
DKeycodeMapTest.java1 package org.unicode.cldr.draft.keyboard.test;
3 import org.unicode.cldr.draft.keyboard.IsoLayoutPosition;
4 import org.unicode.cldr.draft.keyboard.KeycodeMap;
/external/autotest/client/cros/input_playback/
Dkeyboard.py20 self.keyboard = input_playback.InputPlayback()
21 self.keyboard.emulate(input_type=_KEYBOARD)
22 self.keyboard.find_connected_inputs()
35 self.keyboard.blocking_playback(filepath=event_file,
44 self.keyboard.blocking_playback(filepath=event_file,
49 if self.keyboard:
50 self.keyboard.close()
51 self.keyboard = None
/external/autotest/client/site_tests/suite_HWQual/
Dcontrol.keyboard1 NAME = 'suite_HWQual.keyboard'
3 PURPOSE = 'Verify the prescence of a supported keyboard.'
4 CRITERIA = 'Fails if the keyboard is not registered with the input subsystem.'
10 This test uses a modified version of evtest to probe for and test the keyboard.
11 The test finds the keyboard event in /dev/input/, and queries to ensure that
12 the driver presents all of the expected Chrome OS keyboard keys.
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/
DKeyboardTool.java1 package org.unicode.cldr.draft.keyboard;
11 import org.unicode.cldr.draft.keyboard.KeyboardId.Platform;
12 import org.unicode.cldr.draft.keyboard.out.KeyboardToXml;
13 import org.unicode.cldr.draft.keyboard.out.KeycodeMapToXml;
15 import org.unicode.cldr.draft.keyboard.windows.KlcParser;
73 for (Keyboard keyboard : keyboards) { in parseWindowsKeyboards()
74 String id = keyboard.keyboardId().toString(); in parseWindowsKeyboards()
77 KeyboardToXml.writeToXml(keyboard, keyboardStringWriter); in parseWindowsKeyboards()
/external/autotest/client/site_tests/hardware_Keyboard/
Dcontrol3 PURPOSE = 'Verify the prescence of a supported keyboard.'
4 CRITERIA = 'Fails if the keyboard is not registered with the input subsystem.'
10 This test uses a modified version of evtest to probe for and test the keyboard.
11 The test finds the keyboard event in /dev/input/, and queries to ensure that
12 the driver presents all of the expected Chrome OS keyboard keys.
/external/wayland-protocols/chromium.org/
DREADME.chromium55 …wayland-scanner code < unstable/keyboard/keyboard-configuration-unstable-v1.xml > protocol/keyboar…
56 …yland-scanner server-header < unstable/keyboard/keyboard-configuration-unstable-v1.xml > include/p…
57 …yland-scanner client-header < unstable/keyboard/keyboard-configuration-unstable-v1.xml > include/p…
61 …wayland-scanner code < unstable/keyboard/keyboard-extension-unstable-v1.xml > protocol/keyboard-ex…
62 …wayland-scanner server-header < unstable/keyboard/keyboard-extension-unstable-v1.xml > include/pro…
63 …wayland-scanner client-header < unstable/keyboard/keyboard-extension-unstable-v1.xml > include/pro…
/external/libxkbcommon/tools/
Dinteractive-evdev.c48 struct keyboard { struct
53 struct keyboard *next; argument
100 struct xkb_compose_table *compose_table, struct keyboard **out) in keyboard_new()
107 struct keyboard *kbd; in keyboard_new()
167 keyboard_free(struct keyboard *kbd) in keyboard_free()
185 static struct keyboard *
191 struct keyboard *kbds = NULL, *kbd = NULL; in get_keyboards()
233 free_keyboards(struct keyboard *kbds) in free_keyboards()
235 struct keyboard *next; in free_keyboards()
252 process_event(struct keyboard *kbd, uint16_t type, uint16_t code, int32_t value) in process_event()
[all …]
Dinteractive-x11.c54 struct keyboard { struct
123 update_keymap(struct keyboard *kbd) in update_keymap()
155 init_kbd(struct keyboard *kbd, xcb_connection_t *conn, uint8_t first_xkb_event, in init_kbd()
185 deinit_kbd(struct keyboard *kbd) in deinit_kbd()
192 process_xkb_event(xcb_generic_event_t *gevent, struct keyboard *kbd) in process_xkb_event()
238 process_event(xcb_generic_event_t *gevent, struct keyboard *kbd) in process_event()
261 loop(xcb_connection_t *conn, struct keyboard *kbd) in loop()
338 struct keyboard core_kbd; in main()
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/osx/
DKeylayoutParser.java1 package org.unicode.cldr.draft.keyboard.osx;
15 import org.unicode.cldr.draft.keyboard.CharacterMap;
16 import org.unicode.cldr.draft.keyboard.IsoLayoutPosition;
17 import org.unicode.cldr.draft.keyboard.Keyboard;
18 import org.unicode.cldr.draft.keyboard.KeyboardBuilder;
19 import org.unicode.cldr.draft.keyboard.KeyboardId;
20 import org.unicode.cldr.draft.keyboard.KeyboardId.Platform;
21 import org.unicode.cldr.draft.keyboard.KeyboardIdMap;
22 import org.unicode.cldr.draft.keyboard.KeycodeMap;
23 import org.unicode.cldr.draft.keyboard.ModifierKey;
[all …]
/external/autotest/client/site_tests/policy_DeveloperToolsAvailability/
Dpolicy_DeveloperToolsAvailability.py7 from autotest_lib.client.cros.input_playback import keyboard
26 self.keyboard = keyboard.Keyboard()
56 self.keyboard.press_key(key)
/external/autotest/client/site_tests/policy_ArcVideoCaptureAllowed/
Dpolicy_ArcVideoCaptureAllowed.py7 from autotest_lib.client.cros.input_playback import keyboard
34 self.keyboard.press_key(button)
71 self.keyboard = keyboard.Keyboard()
/external/autotest/client/site_tests/policy_DefaultSearchProvider/
Dpolicy_DefaultSearchProvider.py8 from autotest_lib.client.cros.input_playback import keyboard
32 self.keyboard = keyboard.Keyboard()
44 self.keyboard.press_key(button)
/external/autotest/server/site_tests/firmware_FlashServoKeyboardMap/
Dcontrol9 PURPOSE = "Flash the servo v3 keyboard map"
10 CRITERIA = "This test will fail if the servo keyboard map can't be updated"
17 For using the keyboard emulator atmega chip on the servo v3, the keyboard
/external/autotest/client/site_tests/platform_LogoutPerf/
Dplatform_LogoutPerf.py15 from autotest_lib.client.cros.input_playback import keyboard
76 self.keyboard = keyboard.Keyboard()
104 self.keyboard.close()
121 self.keyboard.press_key('ctrl+shift+q')
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRPaths.java134 …ds_android(DtdType.keyboard, DtdType.platform), keyboards_chromeos(DtdType.keyboard, DtdType.platf…
135 DtdType.platform), keyboards_osx(DtdType.keyboard,
136 …DtdType.platform), keyboards_und(DtdType.keyboard, DtdType.platform), keyboards_windows(DtdType.ke…
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/windows/
DKlcParser.java1 package org.unicode.cldr.draft.keyboard.windows;
12 import org.unicode.cldr.draft.keyboard.CharacterMap;
13 import org.unicode.cldr.draft.keyboard.IsoLayoutPosition;
14 import org.unicode.cldr.draft.keyboard.Keyboard;
15 import org.unicode.cldr.draft.keyboard.KeyboardBuilder;
16 import org.unicode.cldr.draft.keyboard.KeyboardId;
17 import org.unicode.cldr.draft.keyboard.KeyboardId.Platform;
18 import org.unicode.cldr.draft.keyboard.KeyboardIdMap;
19 import org.unicode.cldr.draft.keyboard.KeycodeMap;
20 import org.unicode.cldr.draft.keyboard.ModifierKey;
[all …]
/external/libxkbcommon/test/data/symbols/
Dgroup1 // The right Alt key (while pressed) chooses the second keyboard group.
10 // The left Alt key (while pressed) chooses the second keyboard group.
19 // Either Win key (while pressed) chooses the second keyboard group.
26 // The left Win key (while pressed) chooses the second keyboard group.
27 // (Using this map, you should declare your keyboard as pc101 or pc102
37 // The right Win key (while pressed) chooses the second keyboard group.
38 // (Using this map, you should declare your keyboard as pc101 or pc102
48 // The right Menu key (while pressed) chooses the second keyboard group.
58 // The right Ctrl key (while pressed) chooses the second keyboard group.
59 // (Needed mainly for the Canadian keyboard.)
[all …]

12345678910>>...12