Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/util/
Dkeyboard.h15 KEY_C, // The C key enumerator
DOSWindow.cpp57 case KEY_C: in KeyName()
/third_party/skia/third_party/externals/angle2/samples/WindowTest/
DWindowTest.cpp74 case KEY_C: in main()
/third_party/libinput/test/
Dlitest-device-yubikey.c81 EV_KEY, KEY_C,
Dlitest-device-keyboard-quirked.c84 EV_KEY, KEY_C,
Dlitest-device-keyboard.c81 EV_KEY, KEY_C,
Dlitest-device-acer-hawaii-keyboard.c81 EV_KEY, KEY_C,
Dlitest-device-keyboard-razer-blade-stealth-videoswitch.c85 EV_KEY, KEY_C,
Dlitest-device-apple-internal-keyboard.c81 EV_KEY, KEY_C,
Dlitest-device-waltop-tablet.c144 EV_KEY, KEY_C,
Dlitest-device-asus-rog-gladius.c87 EV_KEY, KEY_C,
Dlitest-device-keyboard-razer-blade-stealth.c87 EV_KEY, KEY_C,
Dlitest-device-keyboard-razer-blackwidow.c88 EV_KEY, KEY_C,
Dlitest-device-ms-surface-cover.c143 EV_KEY, KEY_C,
Dtest-touchpad.c5232 litest_keyboard_key(remained, KEY_C, true); in START_TEST()
5233 litest_keyboard_key(remained, KEY_C, false); in START_TEST()
/third_party/glfw/src/
Dmir_init.c78 _glfw.mir.publicKeys[KEY_C] = GLFW_KEY_C; in createKeyTables()
Dwl_init.c483 _glfw.wl.publicKeys[KEY_C] = GLFW_KEY_C; in createKeyTables()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h121 #define KEY_C 46 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h121 #define KEY_C 46 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h121 #define KEY_C 46 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h133 #define KEY_C 46 macro
/third_party/skia/third_party/externals/angle2/util/x11/
DX11Window.cpp172 return KEY_C; in X11CodeToKey()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
DWin32Window.cpp200 return KEY_C; in VirtualKeyCodeToKey()
/third_party/libevdev/include/
Devent-names.h132 [KEY_C] = "KEY_C",
1115 { .name = "KEY_C", .value = KEY_C },
/third_party/skia/third_party/externals/angle2/util/osx/
DOSXWindow.mm314 return KEY_C;