Home
last modified time | relevance | path

Searched refs:KEY_CLOSE (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Lib/curses/
Dhas_key.py22 _curses.KEY_CLOSE: 'kclo',
/external/python/cpython3/Lib/curses/
Dhas_key.py22 _curses.KEY_CLOSE: 'kclo',
/external/libxkbcommon/test/
Devdev-scancodes.h234 #define KEY_CLOSE 206 /* AC Close */ macro
/external/libxkbcommon/test/data/keycodes/
Devdev244 <I214> = 214; // #define KEY_CLOSE 206
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h283 #define KEY_CLOSE 206 /* AC Close */ macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c152 [KEY_CLOSE] = "Close", [KEY_PLAY] = "Play",
/external/strace/xlat/
Devdev_keycode.h1406 #if defined(KEY_CLOSE) || (defined(HAVE_DECL_KEY_CLOSE) && HAVE_DECL_KEY_CLOSE)
1408 static_assert((KEY_CLOSE) == (206), "KEY_CLOSE != 206");
1411 # define KEY_CLOSE 206
4050 [KEY_CLOSE] = XLAT(KEY_CLOSE),
Devdev_keycode.in208 KEY_CLOSE 206
/external/autotest/client/bin/input/
Dlinux_input.py400 KEY_CLOSE = 206 # AC Close variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs245 pub const KEY_CLOSE: u16 = 206; constant
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp2769 case KEY_CLOSE: in CursesKeyToCString()
/external/python/cpython2/Doc/library/
Dcurses.rst1393 | ``KEY_CLOSE`` | Close |
/external/python/cpython3/Doc/library/
Dcurses.rst1489 | ``KEY_CLOSE`` | Close |