Home
last modified time | relevance | path

Searched refs:KEY_LINEFEED (Results 1 – 8 of 8) sorted by relevance

/external/libxkbcommon/test/
Devdev-scancodes.h128 #define KEY_LINEFEED 101 macro
/external/libxkbcommon/test/data/keycodes/
Devdev189 <LNFD> = 109; // #define KEY_LINEFEED 101
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h176 #define KEY_LINEFEED 101 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c104 [KEY_LINEFEED] = "LineFeed", [KEY_HOME] = "Home",
/external/strace/xlat/
Devdev_keycode.h706 #if defined(KEY_LINEFEED) || (defined(HAVE_DECL_KEY_LINEFEED) && HAVE_DECL_KEY_LINEFEED)
708 static_assert((KEY_LINEFEED) == (101), "KEY_LINEFEED != 101");
711 # define KEY_LINEFEED 101
3946 [KEY_LINEFEED] = XLAT(KEY_LINEFEED),
Devdev_keycode.in104 KEY_LINEFEED 101
/external/autotest/client/bin/input/
Dlinux_input.py301 KEY_LINEFEED = 101 variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs138 pub const KEY_LINEFEED: u16 = 101; constant