Home
last modified time | relevance | path

Searched refs:KEY_SLOW (Results 1 – 7 of 7) sorted by relevance

/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h426 #define KEY_SLOW 0x199 macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h477 #define KEY_SLOW 0x199 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h479 #define KEY_SLOW 0x199 macro
/external/strace/xlat/
Devdev_keycode.h2558 #if defined(KEY_SLOW) || (defined(HAVE_DECL_KEY_SLOW) && HAVE_DECL_KEY_SLOW)
2560 static_assert((KEY_SLOW) == (0x199), "KEY_SLOW != 0x199");
2563 # define KEY_SLOW 0x199
4243 [KEY_SLOW] = XLAT(KEY_SLOW),
Devdev_keycode.in401 KEY_SLOW 0x199
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c222 [KEY_SLOW] = "Slow", [KEY_SHUFFLE] = "Shuffle",
/external/autotest/client/bin/input/
Dlinux_input.py580 KEY_SLOW = 0x199 variable