Home
last modified time | relevance | path

Searched refs:KEY_F15 (Results 1 – 14 of 14) sorted by relevance

/external/angle/util/
Dkeyboard.h112 KEY_F15, // The F15 key enumerator
DOSWindow.cpp251 case KEY_F15: in KeyName()
/external/python/cpython3/Lib/curses/
Dhas_key.py43 _curses.KEY_F15: 'kf15',
/external/python/cpython2/Lib/curses/
Dhas_key.py43 _curses.KEY_F15: 'kf15',
/external/libxkbcommon/test/
Devdev-scancodes.h217 #define KEY_F15 185 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h266 #define KEY_F15 185 macro
/external/angle/util/x11/
DX11Window.cpp135 return KEY_F15; in X11CodeToKey()
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c144 [KEY_F14] = "F14", [KEY_F15] = "F15",
/external/strace/xlat/
Devdev_keycode.h1294 #if defined(KEY_F15) || (defined(HAVE_DECL_KEY_F15) && HAVE_DECL_KEY_F15)
1296 static_assert((KEY_F15) == (185), "KEY_F15 != 185");
1299 # define KEY_F15 185
4033 [KEY_F15] = XLAT(KEY_F15),
Devdev_keycode.in191 KEY_F15 185
/external/autotest/client/bin/input/
Dlinux_input.py383 KEY_F15 = 185 variable
/external/angle/util/windows/win32/
DWin32Window.cpp126 return KEY_F15; in VirtualKeyCodeToKey()
/external/crosvm/devices/src/virtio/input/
Dconstants.rs228 pub const KEY_F15: u16 = 185; constant
/external/angle/util/osx/
DOSXWindow.mm277 return KEY_F15;