Home
last modified time | relevance | path

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

12345678910>>...14

/external/u-boot/drivers/input/
DKconfig15 bool "Enable driver model keyboard support"
18 This adds a uclass for keyboards and implements keyboard support
19 using driver model. The API is implemented by keyboard.h and
21 input and update LEDs if the keyboard has them.
24 bool "Enable driver model keyboard support"
27 This adds a uclass for keyboards and implements keyboard support
28 using driver model. The API is implemented by keyboard.h and
30 input and update LEDs if the keyboard has them.
33 bool "Enable driver model keyboard support"
36 This adds a uclass for keyboards and implements keyboard support
[all …]
/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/client/site_tests/policy_SearchSuggestEnabled/
Dpolicy_SearchSuggestEnabled.py6 from autotest_lib.client.cros.input_playback import keyboard
24 self.keyboard.press_key('ctrl+t')
28 self.keyboard.press_key('f')
29 self.keyboard.press_key('s')
30 self.keyboard.press_key('w')
49 self.keyboard = keyboard.Keyboard()
51 self.keyboard.close()
/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/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/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;
/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/libxkbcommon/xkbcommon/test/
Dinteractive-evdev.c39 struct keyboard { struct
44 struct keyboard *next; argument
90 struct xkb_compose_table *compose_table, struct keyboard **out) in keyboard_new()
97 struct keyboard *kbd; in keyboard_new()
157 keyboard_free(struct keyboard *kbd) in keyboard_free()
175 static struct keyboard *
181 struct keyboard *kbds = NULL, *kbd = NULL; in get_keyboards()
222 free_keyboards(struct keyboard *kbds) in free_keyboards()
224 struct keyboard *next; in free_keyboards()
241 process_event(struct keyboard *kbd, uint16_t type, uint16_t code, int32_t value) in process_event()
[all …]
Dinteractive-x11.c49 struct keyboard { struct
118 update_keymap(struct keyboard *kbd) in update_keymap()
149 init_kbd(struct keyboard *kbd, xcb_connection_t *conn, uint8_t first_xkb_event, in init_kbd()
179 deinit_kbd(struct keyboard *kbd) in deinit_kbd()
186 process_xkb_event(xcb_generic_event_t *gevent, struct keyboard *kbd) in process_xkb_event()
232 process_event(xcb_generic_event_t *gevent, struct keyboard *kbd) in process_event()
254 loop(xcb_connection_t *conn, struct keyboard *kbd) in loop()
327 struct keyboard core_kbd; in main()
/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/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_TouchVirtualKeyboardEnabled/
Dpolicy_TouchVirtualKeyboardEnabled.py6 from autotest_lib.client.cros.input_playback import keyboard
22 self.keyboard = keyboard.Keyboard()
32 self.keyboard.press_key('ctrl+t')
/external/autotest/client/site_tests/policy_HomepageLocation/
Dpolicy_HomepageLocation.py6 from autotest_lib.client.cros.input_playback import keyboard
24 self.keyboard = keyboard.Keyboard()
39 self.keyboard.press_key('alt+home')
/external/autotest/client/site_tests/policy_NewTabPageLocation/
Dpolicy_NewTabPageLocation.py6 from autotest_lib.client.cros.input_playback import keyboard
29 self.keyboard.press_key('ctrl+t')
50 self.keyboard = keyboard.Keyboard()
/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_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_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')

12345678910>>...14