Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/util/
Dkeyboard.h22 KEY_J, // The J key enumerator
DOSWindow.cpp71 case KEY_J: in KeyName()
/third_party/libinput/test/
Dlitest-device-yubikey.c71 EV_KEY, KEY_J,
Dlitest-device-keyboard-quirked.c74 EV_KEY, KEY_J,
Dlitest-device-keyboard.c71 EV_KEY, KEY_J,
Dlitest-device-acer-hawaii-keyboard.c71 EV_KEY, KEY_J,
Dlitest-device-keyboard-razer-blade-stealth-videoswitch.c75 EV_KEY, KEY_J,
Dlitest-device-apple-internal-keyboard.c71 EV_KEY, KEY_J,
Dlitest-device-waltop-tablet.c134 EV_KEY, KEY_J,
Dlitest-device-asus-rog-gladius.c77 EV_KEY, KEY_J,
Dlitest-device-keyboard-razer-blade-stealth.c77 EV_KEY, KEY_J,
Dlitest-device-keyboard-razer-blackwidow.c78 EV_KEY, KEY_J,
Dlitest-device-ms-surface-cover.c133 EV_KEY, KEY_J,
/third_party/glfw/src/
Dmir_init.c71 _glfw.mir.publicKeys[KEY_J] = GLFW_KEY_J; in createKeyTables()
Dwl_init.c476 _glfw.wl.publicKeys[KEY_J] = GLFW_KEY_J; in createKeyTables()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h111 #define KEY_J 36 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h111 #define KEY_J 36 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h111 #define KEY_J 36 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h123 #define KEY_J 36 macro
/third_party/skia/third_party/externals/angle2/util/x11/
DX11Window.cpp186 return KEY_J; in X11CodeToKey()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
DWin32Window.cpp188 return KEY_J; in VirtualKeyCodeToKey()
/third_party/libevdev/include/
Devent-names.h122 [KEY_J] = "KEY_J",
1261 { .name = "KEY_J", .value = KEY_J },
/third_party/skia/third_party/externals/angle2/util/osx/
DOSXWindow.mm328 return KEY_J;