Home
last modified time | relevance | path

Searched refs:keyboard (Results 1 – 25 of 300) 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/u-boot/drivers/input/
DKconfig2 bool "Enable driver model keyboard support"
5 This adds a uclass for keyboards and implements keyboard support
6 using driver model. The API is implemented by keyboard.h and
8 input and update LEDs if the keyboard has them.
11 bool "Enable Chrome OS EC keyboard support"
13 Most ARM Chromebooks use an EC to provide access to the keyboard.
18 bool "Enable Intel i8042 keyboard support"
22 This adds a driver for the i8042 keyboard controller, allowing the
23 keyboard to be used on devices which support this controller. The
26 handled by the keyboard itself.
/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/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/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/autotest/client/site_tests/policy_PrintingEnabled/
Dpolicy_PrintingEnabled.py10 from autotest_lib.client.cros.input_playback import keyboard
38 self.keyboard.press_key(key)
72 self.keyboard = keyboard.Keyboard()
77 self.keyboard.close()
/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/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/performance_InboxInputLatency/
Dperformance_InboxInputLatency.py11 from autotest_lib.client.cros.input_playback import keyboard
38 self.keyboard = keyboard.Keyboard()
60 if self.keyboard:
61 self.keyboard.close()
115 self.keyboard.press_key('f4')
139 self.keyboard.playback(data_file)
/external/autotest/client/site_tests/platform_LogoutPerf/
Dplatform_LogoutPerf.py14 from autotest_lib.client.cros.input_playback import keyboard
72 self.keyboard = keyboard.Keyboard()
100 self.keyboard.close()
111 self.keyboard.press_key('ctrl+shift+q')
112 self.keyboard.press_key('ctrl+shift+q')
/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')
60 self.keyboard = keyboard.Keyboard()
/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_IncognitoModeAvailability/
Dpolicy_IncognitoModeAvailability.py6 from autotest_lib.client.cros.input_playback import keyboard
23 self.keyboard = keyboard.Keyboard()
44 self.keyboard.press_key('ctrl+shift+n')
/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/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/cldr/tools/java/org/unicode/cldr/util/
DCLDRPaths.java109 …ds_android(DtdType.keyboard, DtdType.platform), keyboards_chromeos(DtdType.keyboard, DtdType.platf…
110 DtdType.platform), keyboards_osx(DtdType.keyboard,
111 …DtdType.platform), keyboards_und(DtdType.keyboard, DtdType.platform), keyboards_windows(DtdType.ke…
/external/u-boot/doc/device-tree-bindings/input/
Di8042.txt3 The Intel i8042 is a keyboard controller used on many x86 PCs.
6 - compatible: "intel,i8042-keyboard"
9 - intel,duplicate-por: Indicates that a keyboard reset may result in a

12345678910>>...12