Home
last modified time | relevance | path

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

/external/angle/util/
Dkeyboard.h111 KEY_F14, // The F14 key enumerator
DOSWindow.cpp249 case KEY_F14: in KeyName()
/external/python/cpython2/Lib/curses/
Dhas_key.py42 _curses.KEY_F14: 'kf14',
/external/python/cpython3/Lib/curses/
Dhas_key.py42 _curses.KEY_F14: 'kf14',
/external/libxkbcommon/test/
Devdev-scancodes.h216 #define KEY_F14 184 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h265 #define KEY_F14 184 macro
/external/angle/util/x11/
DX11Window.cpp133 return KEY_F14; in X11CodeToKey()
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c144 [KEY_F14] = "F14", [KEY_F15] = "F15",
/external/strace/xlat/
Devdev_keycode.h1287 #if defined(KEY_F14) || (defined(HAVE_DECL_KEY_F14) && HAVE_DECL_KEY_F14)
1289 static_assert((KEY_F14) == (184), "KEY_F14 != 184");
1292 # define KEY_F14 184
4032 [KEY_F14] = XLAT(KEY_F14),
Devdev_keycode.in190 KEY_F14 184
/external/autotest/client/bin/input/
Dlinux_input.py382 KEY_F14 = 184 variable
/external/angle/util/windows/win32/
DWin32Window.cpp124 return KEY_F14; in VirtualKeyCodeToKey()
/external/crosvm/devices/src/virtio/input/
Dconstants.rs227 pub const KEY_F14: u16 = 184; constant
/external/angle/util/osx/
DOSXWindow.mm275 return KEY_F14;