Home
last modified time | relevance | path

Searched refs:KEY_BREAK (Results 1 – 9 of 9) sorted by relevance

/external/libxkbcommon/test/
Devdev-scancodes.h428 #define KEY_BREAK 0x19b macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h483 #define KEY_BREAK 0x19b macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c223 [KEY_BREAK] = "Break", [KEY_PREVIOUS] = "Previous",
/external/strace/xlat/
Devdev_keycode.h2572 #if defined(KEY_BREAK) || (defined(HAVE_DECL_KEY_BREAK) && HAVE_DECL_KEY_BREAK)
2574 static_assert((KEY_BREAK) == (0x19b), "KEY_BREAK != 0x19b");
2577 # define KEY_BREAK 0x19b
4245 [KEY_BREAK] = XLAT(KEY_BREAK),
Devdev_keycode.in403 KEY_BREAK 0x19b
/external/autotest/client/bin/input/
Dlinux_input.py588 KEY_BREAK = 0x19b variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs438 pub const KEY_BREAK: u16 = 0x19b; constant
/external/python/cpython2/Doc/library/
Dcurses.rst1318 | ``KEY_BREAK`` | Break key (unreliable) |
/external/python/cpython3/Doc/library/
Dcurses.rst1414 | ``KEY_BREAK`` | Break key (unreliable) |