Home
last modified time | relevance | path

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

/external/autotest/client/cros/graphics/
Dgraphics_uinput.py25 uinput.KEY_KPPLUS,
/external/crosvm/devices/src/virtio/input/
Ddefaults.rs248 KEY_KPPLUS, in default_keyboard_events()
Dconstants.rs115 pub const KEY_KPPLUS: u16 = 78; constant
/external/libxkbcommon/test/
Devdev-scancodes.h105 #define KEY_KPPLUS 78 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h153 #define KEY_KPPLUS 78 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c93 [KEY_KPPLUS] = "KPPlus", [KEY_KP1] = "KP1",
/external/strace/xlat/
Devdev_keycode.h552 #if defined(KEY_KPPLUS) || (defined(HAVE_DECL_KEY_KPPLUS) && HAVE_DECL_KEY_KPPLUS)
554 static_assert((KEY_KPPLUS) == (78), "KEY_KPPLUS != 78");
557 # define KEY_KPPLUS 78
3923 [KEY_KPPLUS] = XLAT(KEY_KPPLUS),
Devdev_keycode.in81 KEY_KPPLUS 78
/external/autotest/client/bin/input/
Dlinux_input.py271 KEY_KPPLUS = 78 variable