Home
last modified time | relevance | path

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

/external/libxkbcommon/test/
Devdev-scancodes.h39 #define KEY_MINUS 12 macro
Dkeyseq.c463 KEY_MINUS, BOTH, XKB_KEY_ssharp, NEXT, in main()
/external/crosvm/devices/src/virtio/input/
Ddefaults.rs188 KEY_MINUS, in default_keyboard_events()
Dconstants.rs49 pub const KEY_MINUS: u16 = 12; constant
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h87 #define KEY_MINUS 12 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c60 [KEY_MINUS] = "Minus", [KEY_EQUAL] = "Equal",
/external/strace/xlat/
Devdev_keycode.h90 #if defined(KEY_MINUS) || (defined(HAVE_DECL_KEY_MINUS) && HAVE_DECL_KEY_MINUS)
92 static_assert((KEY_MINUS) == (12), "KEY_MINUS != 12");
95 # define KEY_MINUS 12
3857 [KEY_MINUS] = XLAT(KEY_MINUS),
Devdev_keycode.in15 KEY_MINUS 12
/external/autotest/client/bin/input/
Dlinux_input.py212 KEY_MINUS = 12 variable