Home
last modified time | relevance | path

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

/external/angle/util/
Dkeyboard.h68 KEY_EQUAL, // The = key enumerator
DOSWindow.cpp163 case KEY_EQUAL: in KeyName()
/external/libxkbcommon/test/
Dstate.c404 xkb_state_update_key(state, KEY_EQUAL + EVDEV_OFFSET, XKB_KEY_DOWN); in test_consume()
411 mask = xkb_state_mod_mask_remove_consumed(state, KEY_EQUAL + EVDEV_OFFSET, in test_consume()
416 mask = xkb_state_key_get_consumed_mods(state, KEY_EQUAL + EVDEV_OFFSET); in test_consume()
Devdev-scancodes.h40 #define KEY_EQUAL 13 macro
/external/crosvm/devices/src/virtio/input/
Ddefaults.rs183 KEY_EQUAL, in default_keyboard_events()
Dconstants.rs50 pub const KEY_EQUAL: u16 = 13; constant
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h88 #define KEY_EQUAL 13 macro
/external/angle/util/x11/
DX11Window.cpp58 return KEY_EQUAL; in X11CodeToKey()
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c60 [KEY_MINUS] = "Minus", [KEY_EQUAL] = "Equal",
/external/strace/xlat/
Devdev_keycode.h97 #if defined(KEY_EQUAL) || (defined(HAVE_DECL_KEY_EQUAL) && HAVE_DECL_KEY_EQUAL)
99 static_assert((KEY_EQUAL) == (13), "KEY_EQUAL != 13");
102 # define KEY_EQUAL 13
3858 [KEY_EQUAL] = XLAT(KEY_EQUAL),
Devdev_keycode.in16 KEY_EQUAL 13
/external/autotest/client/bin/input/
Dlinux_input.py206 KEY_EQUAL = 13 variable
/external/angle/util/windows/win32/
DWin32Window.cpp48 return KEY_EQUAL; in VirtualKeyCodeToKey()
/external/angle/util/osx/
DOSXWindow.mm202 return KEY_EQUAL;