Home
last modified time | relevance | path

Searched refs:KEY_DEL_LINE (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Devdev_keycode.in439 KEY_DEL_LINE
Devdev_keycode.h1279 #if defined(KEY_DEL_LINE) || (defined(HAVE_DECL_KEY_DEL_LINE) && HAVE_DECL_KEY_DEL_LINE)
1280 XLAT(KEY_DEL_LINE),
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h518 #define KEY_DEL_LINE 0x1c3 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c227 [KEY_DEL_LINE] = "Delete line",
/external/autotest/client/bin/input/
Dlinux_input.py620 KEY_DEL_LINE = 0x1c3 variable