Searched refs:KEY_X (Results 1 – 24 of 24) sorted by relevance
/third_party/ltp/testcases/kernel/input/ |
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() 176 while (check_event(iev, EV_KEY, KEY_X, 2) && check_sync_event(next_event())) { in parse_key() 188 if (!check_event(iev, EV_KEY, KEY_X, 0) || !check_sync_event(next_event())) { in parse_key()
|
/third_party/skia/third_party/externals/angle2/util/ |
D | keyboard.h | 36 KEY_X, // The X key enumerator
|
D | OSWindow.cpp | 99 case KEY_X: in KeyName()
|
/third_party/libinput/test/ |
D | litest-device-yubikey.c | 80 EV_KEY, KEY_X,
|
D | litest-device-keyboard-quirked.c | 83 EV_KEY, KEY_X,
|
D | litest-device-keyboard.c | 80 EV_KEY, KEY_X,
|
D | litest-device-acer-hawaii-keyboard.c | 80 EV_KEY, KEY_X,
|
D | litest-device-keyboard-razer-blade-stealth-videoswitch.c | 84 EV_KEY, KEY_X,
|
D | litest-device-apple-internal-keyboard.c | 80 EV_KEY, KEY_X,
|
D | litest-device-waltop-tablet.c | 143 EV_KEY, KEY_X,
|
D | litest-device-asus-rog-gladius.c | 86 EV_KEY, KEY_X,
|
D | litest-device-keyboard-razer-blade-stealth.c | 86 EV_KEY, KEY_X,
|
D | litest-device-keyboard-razer-blackwidow.c | 87 EV_KEY, KEY_X,
|
D | litest-device-ms-surface-cover.c | 142 EV_KEY, KEY_X,
|
/third_party/glfw/src/ |
D | mir_init.c | 77 _glfw.mir.publicKeys[KEY_X] = GLFW_KEY_X; in createKeyTables()
|
D | wl_init.c | 482 _glfw.wl.publicKeys[KEY_X] = GLFW_KEY_X; in createKeyTables()
|
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 120 #define KEY_X 45 macro
|
/third_party/libevdev/include/linux/linux/ |
D | input-event-codes.h | 120 #define KEY_X 45 macro
|
/third_party/libinput/include/linux/linux/ |
D | input-event-codes.h | 120 #define KEY_X 45 macro
|
/third_party/FreeBSD/sys/dev/evdev/ |
D | input-event-codes.h | 132 #define KEY_X 45 macro
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
D | X11Window.cpp | 214 return KEY_X; in X11CodeToKey()
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
D | Win32Window.cpp | 198 return KEY_X; in VirtualKeyCodeToKey()
|
/third_party/libevdev/include/ |
D | event-names.h | 131 [KEY_X] = "KEY_X", 1533 { .name = "KEY_X", .value = KEY_X },
|
/third_party/skia/third_party/externals/angle2/util/osx/ |
D | OSXWindow.mm | 356 return KEY_X;
|