Home
last modified time | relevance | path

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

/external/autotest/client/cros/graphics/
Dgraphics_uinput.py27 uinput.KEY_KPMINUS,
/external/libxkbcommon/test/
Devdev-scancodes.h101 #define KEY_KPMINUS 74 macro
/external/crosvm/devices/src/virtio/input/
Ddefaults.rs250 KEY_KPMINUS, in default_keyboard_events()
Dconstants.rs111 pub const KEY_KPMINUS: u16 = 74; constant
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h149 #define KEY_KPMINUS 74 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c91 [KEY_KPMINUS] = "KPMinus", [KEY_KP4] = "KP4",
/external/strace/xlat/
Devdev_keycode.h524 #if defined(KEY_KPMINUS) || (defined(HAVE_DECL_KEY_KPMINUS) && HAVE_DECL_KEY_KPMINUS)
526 static_assert((KEY_KPMINUS) == (74), "KEY_KPMINUS != 74");
529 # define KEY_KPMINUS 74
3919 [KEY_KPMINUS] = XLAT(KEY_KPMINUS),
Devdev_keycode.in77 KEY_KPMINUS 74
/external/autotest/client/bin/input/
Dlinux_input.py274 KEY_KPMINUS = 74 variable