Home
last modified time | relevance | path

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

/external/angle/util/
Dkeyboard.h110 KEY_F13, // The F13 key enumerator
DOSWindow.cpp247 case KEY_F13: in KeyName()
/external/python/cpython3/Lib/curses/
Dhas_key.py41 _curses.KEY_F13: 'kf13',
/external/python/cpython2/Lib/curses/
Dhas_key.py41 _curses.KEY_F13: 'kf13',
/external/libxkbcommon/test/
Devdev-scancodes.h215 #define KEY_F13 183 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h264 #define KEY_F13 183 macro
/external/angle/util/x11/
DX11Window.cpp131 return KEY_F13; in X11CodeToKey()
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c143 [KEY_KPRIGHTPAREN] = "KPRightParenthesis", [KEY_F13] = "F13",
/external/strace/xlat/
Devdev_keycode.h1280 #if defined(KEY_F13) || (defined(HAVE_DECL_KEY_F13) && HAVE_DECL_KEY_F13)
1282 static_assert((KEY_F13) == (183), "KEY_F13 != 183");
1285 # define KEY_F13 183
4031 [KEY_F13] = XLAT(KEY_F13),
Devdev_keycode.in189 KEY_F13 183
/external/autotest/client/bin/input/
Dlinux_input.py381 KEY_F13 = 183 variable
/external/angle/util/windows/win32/
DWin32Window.cpp122 return KEY_F13; in VirtualKeyCodeToKey()
/external/crosvm/devices/src/virtio/input/
Dconstants.rs226 pub const KEY_F13: u16 = 183; constant
/external/angle/util/osx/
DOSXWindow.mm273 return KEY_F13;