Home
last modified time | relevance | path

Searched refs:KEY_EQUAL (Results 1 – 7 of 7) sorted by relevance

/external/libxkbcommon/xkbcommon/test/
Dstate.c402 xkb_state_update_key(state, KEY_EQUAL + EVDEV_OFFSET, XKB_KEY_DOWN); in test_consume()
409 mask = xkb_state_mod_mask_remove_consumed(state, KEY_EQUAL + EVDEV_OFFSET, in test_consume()
414 mask = xkb_state_key_get_consumed_mods(state, KEY_EQUAL + EVDEV_OFFSET); in test_consume()
Devdev-scancodes.h40 #define KEY_EQUAL 13 macro
/external/strace/xlat/
Devdev_keycode.in14 KEY_EQUAL
Devdev_keycode.h52 #if defined(KEY_EQUAL) || (defined(HAVE_DECL_KEY_EQUAL) && HAVE_DECL_KEY_EQUAL)
53 XLAT(KEY_EQUAL),
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h88 #define KEY_EQUAL 13 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c60 [KEY_MINUS] = "Minus", [KEY_EQUAL] = "Equal",
/external/autotest/client/bin/input/
Dlinux_input.py200 KEY_EQUAL = 13 variable