Home
last modified time | relevance | path

Searched refs:KEY_A (Results 1 – 18 of 18) sorted by relevance

/external/libxkbcommon/test/
Drulescomp.c130 KEY_A, BOTH, XKB_KEY_a, NEXT, in main()
135 KEY_A, BOTH, KS("U094b"), FINISH)); in main()
143 KEY_A, BOTH, XKB_KEY_a, FINISH)); in main()
148 KEY_A, BOTH, XKB_KEY_a, NEXT, in main()
160 KEY_A, BOTH, XKB_KEY_a, FINISH)); in main()
163 KEY_A, BOTH, XKB_KEY_a, FINISH)); in main()
166 KEY_A, BOTH, XKB_KEY_a, FINISH)); in main()
172 KEY_A, BOTH, XKB_KEY_a, NEXT, in main()
180 KEY_A, BOTH, XKB_KEY_a, FINISH)); in main()
184 KEY_A, BOTH, XKB_KEY_NoSymbol, FINISH)); in main()
[all …]
Dstate.c374 assert(xkb_keymap_key_repeats(keymap, KEY_A + 8)); in test_repeat()
428 mask = xkb_state_key_get_consumed_mods(state, KEY_A + EVDEV_OFFSET); in test_consume()
431 assert(xkb_state_mod_index_is_consumed(state, KEY_A + EVDEV_OFFSET, caps) > 0); in test_consume()
432 assert(xkb_state_mod_index_is_consumed(state, KEY_A + EVDEV_OFFSET, shift) > 0); in test_consume()
435 assert(xkb_state_mod_index_is_consumed(state, KEY_A + EVDEV_OFFSET, caps) > 0); in test_consume()
436 assert(xkb_state_mod_index_is_consumed(state, KEY_A + EVDEV_OFFSET, shift) > 0); in test_consume()
438 assert(xkb_state_mod_index_is_consumed(state, KEY_A + EVDEV_OFFSET, caps) > 0); in test_consume()
439 assert(xkb_state_mod_index_is_consumed(state, KEY_A + EVDEV_OFFSET, shift) > 0); in test_consume()
443 assert(xkb_state_mod_index_is_consumed(state, KEY_A + EVDEV_OFFSET, caps) > 0); in test_consume()
444 assert(xkb_state_mod_index_is_consumed(state, KEY_A + EVDEV_OFFSET, shift) > 0); in test_consume()
[all …]
Devdev-scancodes.h57 #define KEY_A 30 macro
Dkeyseq.c484 KEY_A, BOTH, XKB_KEY_a, FINISH)); in main()
/external/angle/util/
Dkeyboard.h13 KEY_A, // The A key enumerator
DOSWindow.cpp53 case KEY_A: in KeyName()
/external/autotest/client/cros/graphics/
Dgraphics_uinput.py35 uinput.KEY_A,
/external/crosvm/devices/src/virtio/input/
Ddefaults.rs200 KEY_A, in default_keyboard_events()
Dconstants.rs67 pub const KEY_A: u16 = 30; constant
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h105 #define KEY_A 30 macro
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/
DBinlogHelperTest.java107 private static final Metadata.Key<String> KEY_A = field in BinlogHelperTest
116 .setKey(KEY_A.name())
157 nonEmptyMetadata.put(KEY_A, DATA_A); in setUp()
/external/angle/util/x11/
DX11Window.cpp168 return KEY_A; in X11CodeToKey()
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c69 [KEY_A] = "A", [KEY_S] = "S",
/external/strace/xlat/
Devdev_keycode.h216 #if defined(KEY_A) || (defined(HAVE_DECL_KEY_A) && HAVE_DECL_KEY_A)
218 static_assert((KEY_A) == (30), "KEY_A != 30");
221 # define KEY_A 30
3875 [KEY_A] = XLAT(KEY_A),
Devdev_keycode.in33 KEY_A 30
/external/autotest/client/bin/input/
Dlinux_input.py223 KEY_A = 30 variable
/external/angle/util/windows/win32/
DWin32Window.cpp156 return KEY_A; in VirtualKeyCodeToKey()
/external/angle/util/osx/
DOSXWindow.mm310 return KEY_A;