Searched refs:KEY_O (Results 1 – 25 of 29) sorted by relevance
12
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | keyboard.h | 27 KEY_O, // The O key enumerator
|
D | OSWindow.cpp | 75 case KEY_O: in KeyName()
|
/third_party/skia/third_party/externals/angle2/util/ |
D | keyboard.h | 27 KEY_O, // The O key enumerator
|
D | OSWindow.cpp | 81 case KEY_O: in KeyName()
|
/third_party/libinput/test/ |
D | litest-device-yubikey.c | 59 EV_KEY, KEY_O,
|
D | litest-device-keyboard-quirked.c | 62 EV_KEY, KEY_O,
|
D | litest-device-keyboard.c | 59 EV_KEY, KEY_O,
|
D | litest-device-acer-hawaii-keyboard.c | 59 EV_KEY, KEY_O,
|
D | litest-device-keyboard-razer-blade-stealth-videoswitch.c | 63 EV_KEY, KEY_O,
|
D | litest-device-apple-internal-keyboard.c | 59 EV_KEY, KEY_O,
|
D | litest-device-waltop-tablet.c | 122 EV_KEY, KEY_O,
|
D | litest-device-keyboard-razer-blackwidow.c | 66 EV_KEY, KEY_O,
|
D | litest-device-asus-rog-gladius.c | 65 EV_KEY, KEY_O,
|
D | litest-device-keyboard-razer-blade-stealth.c | 65 EV_KEY, KEY_O,
|
D | litest-device-ms-surface-cover.c | 121 EV_KEY, KEY_O,
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/ |
D | SDL_pspevents.c | 187 keymap[KEY_O] = SDLK_o; in PSP_InitOSKeymap()
|
/third_party/flutter/glfw/src/ |
D | mir_init.c | 61 _glfw.mir.publicKeys[KEY_O] = GLFW_KEY_O; in createKeyTables()
|
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 99 #define KEY_O 24 macro
|
/third_party/FreeBSD/sys/dev/evdev/ |
D | input-event-codes.h | 113 #define KEY_O 24 macro
|
/third_party/libinput/include/linux/linux/ |
D | input-event-codes.h | 99 #define KEY_O 24 macro
|
/third_party/libevdev/include/linux/linux/ |
D | input-event-codes.h | 99 #define KEY_O 24 macro
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
D | X11Window.cpp | 196 return KEY_O; in X11CodeToKey()
|
/third_party/flutter/skia/third_party/externals/angle2/util/x11/ |
D | X11Window.cpp | 196 return KEY_O; in X11CodeToKey()
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
D | Win32Window.cpp | 172 return KEY_O; in VirtualKeyCodeToKey()
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/win32/ |
D | Win32Window.cpp | 171 return KEY_O; in VirtualKeyCodeToKey()
|
12