Home
last modified time | relevance | path

Searched refs:KEY_X (Results 1 – 24 of 24) sorted by relevance

/third_party/ltp/testcases/kernel/input/
Dinput06.c88 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/
Dkeyboard.h36 KEY_X, // The X key enumerator
DOSWindow.cpp99 case KEY_X: in KeyName()
/third_party/libinput/test/
Dlitest-device-yubikey.c80 EV_KEY, KEY_X,
Dlitest-device-keyboard-quirked.c83 EV_KEY, KEY_X,
Dlitest-device-keyboard.c80 EV_KEY, KEY_X,
Dlitest-device-acer-hawaii-keyboard.c80 EV_KEY, KEY_X,
Dlitest-device-keyboard-razer-blade-stealth-videoswitch.c84 EV_KEY, KEY_X,
Dlitest-device-apple-internal-keyboard.c80 EV_KEY, KEY_X,
Dlitest-device-waltop-tablet.c143 EV_KEY, KEY_X,
Dlitest-device-asus-rog-gladius.c86 EV_KEY, KEY_X,
Dlitest-device-keyboard-razer-blade-stealth.c86 EV_KEY, KEY_X,
Dlitest-device-keyboard-razer-blackwidow.c87 EV_KEY, KEY_X,
Dlitest-device-ms-surface-cover.c142 EV_KEY, KEY_X,
/third_party/glfw/src/
Dmir_init.c77 _glfw.mir.publicKeys[KEY_X] = GLFW_KEY_X; in createKeyTables()
Dwl_init.c482 _glfw.wl.publicKeys[KEY_X] = GLFW_KEY_X; in createKeyTables()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h120 #define KEY_X 45 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h120 #define KEY_X 45 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h120 #define KEY_X 45 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h132 #define KEY_X 45 macro
/third_party/skia/third_party/externals/angle2/util/x11/
DX11Window.cpp214 return KEY_X; in X11CodeToKey()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
DWin32Window.cpp198 return KEY_X; in VirtualKeyCodeToKey()
/third_party/libevdev/include/
Devent-names.h131 [KEY_X] = "KEY_X",
1533 { .name = "KEY_X", .value = KEY_X },
/third_party/skia/third_party/externals/angle2/util/osx/
DOSXWindow.mm356 return KEY_X;