Home
last modified time | relevance | path

Searched refs:KEY_S (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/angle2/util/
Dkeyboard.h31 KEY_S, // The S key enumerator
DOSWindow.cpp89 case KEY_S: in KeyName()
/third_party/skia/third_party/externals/angle2/samples/WindowTest/
DWindowTest.cpp89 case KEY_S: in main()
/third_party/libinput/test/
Dlitest-device-yubikey.c66 EV_KEY, KEY_S,
Dlitest-device-keyboard-quirked.c69 EV_KEY, KEY_S,
Dlitest-device-keyboard.c66 EV_KEY, KEY_S,
Dlitest-device-acer-hawaii-keyboard.c66 EV_KEY, KEY_S,
Dlitest-device-keyboard-razer-blade-stealth-videoswitch.c70 EV_KEY, KEY_S,
Dlitest-device-apple-internal-keyboard.c66 EV_KEY, KEY_S,
Dlitest-device-waltop-tablet.c129 EV_KEY, KEY_S,
Dlitest-device-asus-rog-gladius.c72 EV_KEY, KEY_S,
Dlitest-device-keyboard-razer-blade-stealth.c72 EV_KEY, KEY_S,
Dlitest-device-keyboard-razer-blackwidow.c73 EV_KEY, KEY_S,
Dlitest-device-ms-surface-cover.c128 EV_KEY, KEY_S,
Dtest-keyboard.c177 { .code = KEY_S, }, in START_TEST()
/third_party/glfw/src/
Dmir_init.c66 _glfw.mir.publicKeys[KEY_S] = GLFW_KEY_S; in createKeyTables()
Dwl_init.c471 _glfw.wl.publicKeys[KEY_S] = GLFW_KEY_S; in createKeyTables()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h106 #define KEY_S 31 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h106 #define KEY_S 31 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h106 #define KEY_S 31 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h118 #define KEY_S 31 macro
/third_party/skia/third_party/externals/angle2/util/x11/
DX11Window.cpp204 return KEY_S; in X11CodeToKey()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
DWin32Window.cpp178 return KEY_S; in VirtualKeyCodeToKey()
/third_party/libevdev/include/
Devent-names.h117 [KEY_S] = "KEY_S",
1458 { .name = "KEY_S", .value = KEY_S },
/third_party/skia/third_party/externals/angle2/util/osx/
DOSXWindow.mm346 return KEY_S;