Searched refs:KEY_X (Results 1 - 23 of 23) sorted by relevance
/third_party/ltp/testcases/kernel/input/ |
H A D | input06.c | 88 SAFE_IOCTL(NULL, fd, UI_SET_KEYBIT, KEY_X); in setup() 98 send_event(fd, EV_KEY, KEY_X, 1); in send_events() 109 send_event(fd, EV_KEY, KEY_X, 0); in send_events() 170 if (!check_event(iev, EV_KEY, KEY_X, 1) || !check_sync_event(next_event())) { in parse_key() 171 tst_resm(TFAIL, "Didn't get expected key press for KEY_X"); in parse_key() 176 while (check_event(iev, EV_KEY, KEY_X, 2) && check_sync_event(next_event())) { in parse_key() 184 "Didn't get autorepeat events for the key - KEY_X"); in parse_key() 188 if (!check_event(iev, EV_KEY, KEY_X, 0) || !check_sync_event(next_event())) { in parse_key() 190 "Didn't get expected key release for KEY_X"); in parse_key() 195 "Received %d repititions for KEY_X", autorep_coun in parse_key() [all...] |
/third_party/skia/third_party/externals/angle2/util/ |
H A D | keyboard.h | 36 KEY_X, // The X key enumerator
|
H A D | OSWindow.cpp | 99 case KEY_X: in KeyName()
|
/third_party/libinput/test/ |
H A D | litest-device-yubikey.c | 80 EV_KEY, KEY_X,
|
H A D | litest-device-acer-hawaii-keyboard.c | 80 EV_KEY, KEY_X,
|
H A D | litest-device-keyboard.c | 80 EV_KEY, KEY_X,
|
H A D | litest-device-waltop-tablet.c | 143 EV_KEY, KEY_X,
|
H A D | litest-device-keyboard-quirked.c | 83 EV_KEY, KEY_X,
|
H A D | litest-device-keyboard-razer-blade-stealth-videoswitch.c | 84 EV_KEY, KEY_X,
|
H A D | litest-device-apple-internal-keyboard.c | 80 EV_KEY, KEY_X,
|
H A D | litest-device-keyboard-razer-blackwidow.c | 87 EV_KEY, KEY_X,
|
H A D | litest-device-keyboard-razer-blade-stealth.c | 86 EV_KEY, KEY_X,
|
H A D | litest-device-asus-rog-gladius.c | 86 EV_KEY, KEY_X,
|
H A D | litest-device-ms-surface-cover.c | 142 EV_KEY, KEY_X,
|
/third_party/eudev/hm_src/ |
H A D | keyboard-keys-to-name.h | 193 [KEY_X] = "KEY_X",
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
H A D | X11Window.cpp | 214 return KEY_X; in X11CodeToKey()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 132 #define KEY_X 45 macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 120 #define KEY_X 45 macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 120 #define KEY_X 45 macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 120 #define KEY_X 45 macro
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
H A D | Win32Window.cpp | 198 return KEY_X; in VirtualKeyCodeToKey()
|
/third_party/libevdev/include/ |
H A D | event-names.h | 132 [KEY_X] = "KEY_X", 1565 { .name = "KEY_X", .value = KEY_X },
|
/third_party/glfw/src/ |
H A D | wl_init.c | 310 _glfw.wl.keycodes[KEY_X] = GLFW_KEY_X; in createKeyTables()
|
Completed in 25 milliseconds