/external/libxkbcommon/test/ |
D | rulescomp.c | 130 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 …]
|
D | state.c | 374 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 …]
|
D | evdev-scancodes.h | 57 #define KEY_A 30 macro
|
D | keyseq.c | 484 KEY_A, BOTH, XKB_KEY_a, FINISH)); in main()
|
/external/angle/util/ |
D | keyboard.h | 13 KEY_A, // The A key enumerator
|
D | OSWindow.cpp | 53 case KEY_A: in KeyName()
|
/external/autotest/client/cros/graphics/ |
D | graphics_uinput.py | 35 uinput.KEY_A,
|
/external/crosvm/devices/src/virtio/input/ |
D | defaults.rs | 200 KEY_A, in default_keyboard_events()
|
D | constants.rs | 67 pub const KEY_A: u16 = 30; constant
|
/external/kernel-headers/original/uapi/linux/ |
D | input-event-codes.h | 105 #define KEY_A 30 macro
|
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/ |
D | BinlogHelperTest.java | 107 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/ |
D | X11Window.cpp | 168 return KEY_A; in X11CodeToKey()
|
/external/autotest/client/site_tests/hardware_Keyboard/src/ |
D | evtest.c | 69 [KEY_A] = "A", [KEY_S] = "S",
|
/external/strace/xlat/ |
D | evdev_keycode.h | 216 #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),
|
D | evdev_keycode.in | 33 KEY_A 30
|
/external/autotest/client/bin/input/ |
D | linux_input.py | 223 KEY_A = 30 variable
|
/external/angle/util/windows/win32/ |
D | Win32Window.cpp | 156 return KEY_A; in VirtualKeyCodeToKey()
|
/external/angle/util/osx/ |
D | OSXWindow.mm | 310 return KEY_A;
|