Home
last modified time | relevance | path

Searched refs:KEY_U (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/angle2/util/
Dkeyboard.h33 KEY_U, // The U key enumerator
DOSWindow.cpp93 case KEY_U: in KeyName()
/third_party/libinput/test/
Dlitest-device-yubikey.c57 EV_KEY, KEY_U,
Dlitest-device-keyboard-quirked.c60 EV_KEY, KEY_U,
Dlitest-device-keyboard.c57 EV_KEY, KEY_U,
Dlitest-device-acer-hawaii-keyboard.c57 EV_KEY, KEY_U,
Dlitest-device-keyboard-razer-blade-stealth-videoswitch.c61 EV_KEY, KEY_U,
Dlitest-device-apple-internal-keyboard.c57 EV_KEY, KEY_U,
Dlitest-device-waltop-tablet.c120 EV_KEY, KEY_U,
Dlitest-device-asus-rog-gladius.c63 EV_KEY, KEY_U,
Dlitest-device-keyboard-razer-blade-stealth.c63 EV_KEY, KEY_U,
Dlitest-device-keyboard-razer-blackwidow.c64 EV_KEY, KEY_U,
Dlitest-device-ms-surface-cover.c119 EV_KEY, KEY_U,
/third_party/glfw/src/
Dmir_init.c59 _glfw.mir.publicKeys[KEY_U] = GLFW_KEY_U; in createKeyTables()
Dwl_init.c464 _glfw.wl.publicKeys[KEY_U] = GLFW_KEY_U; in createKeyTables()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h97 #define KEY_U 22 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h97 #define KEY_U 22 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h97 #define KEY_U 22 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h109 #define KEY_U 22 macro
/third_party/skia/third_party/externals/angle2/util/x11/
DX11Window.cpp208 return KEY_U; in X11CodeToKey()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
DWin32Window.cpp168 return KEY_U; in VirtualKeyCodeToKey()
/third_party/libevdev/include/
Devent-names.h108 [KEY_U] = "KEY_U",
1507 { .name = "KEY_U", .value = KEY_U },
/third_party/skia/third_party/externals/angle2/util/osx/
DOSXWindow.mm350 return KEY_U;