/external/libxkbcommon/xkbcommon/test/ |
keyseq.c | 40 KEY_H, BOTH, XKB_KEY_h, NEXT, 48 KEY_H, BOTH, XKB_KEY_h, NEXT, 58 KEY_H, DOWN, XKB_KEY_h, NEXT, 59 KEY_H, REPEAT, XKB_KEY_h, NEXT, 60 KEY_H, REPEAT, XKB_KEY_h, NEXT, 62 KEY_H, REPEAT, XKB_KEY_H, NEXT, 63 KEY_H, REPEAT, XKB_KEY_H, NEXT, 65 KEY_H, REPEAT, XKB_KEY_h, NEXT, 66 KEY_H, REPEAT, XKB_KEY_h, NEXT, 67 KEY_H, UP, XKB_KEY_h, NEXT [all...] |
evdev-scancodes.h | 62 #define KEY_H 35
|
/external/openssh/ |
key.h | 26 #ifndef KEY_H 27 #define KEY_H
|
/device/google/cuttlefish_common/guest/commands/vsoc_input_service/ |
virtual_keyboard.cpp | 44 KEY_GRAVE, KEY_H, KEY_HOME, KEY_I,
|
/external/u-boot/include/linux/ |
input.h | 55 #define KEY_H 35
|
/external/u-boot/arch/arm/dts/ |
cros-ec-keyboard.dtsi | 33 MATRIX_KEY(0x01, 0x06, KEY_H)
|
/external/u-boot/arch/sandbox/dts/ |
cros-ec-keyboard.dtsi | 33 MATRIX_KEY(0x01, 0x06, KEY_H)
|
/external/u-boot/arch/sandbox/cpu/ |
sdl.c | 137 KEY_D, KEY_E, KEY_F, KEY_G, KEY_H,
|
/bionic/libc/kernel/uapi/linux/ |
input-event-codes.h | 85 #define KEY_H 35
|
/external/autotest/client/site_tests/hardware_Keyboard/src/ |
evtest.c | 71 [KEY_G] = "G", [KEY_H] = "H",
|
/external/kernel-headers/original/uapi/linux/ |
input-event-codes.h | 110 #define KEY_H 35
|
/external/u-boot/include/dt-bindings/input/ |
linux-event-codes.h | 109 #define KEY_H 35
|
/external/strace/xlat/ |
evdev_keycode.h | 251 #if defined(KEY_H) || (defined(HAVE_DECL_KEY_H) && HAVE_DECL_KEY_H) 253 static_assert((KEY_H) == (35), "KEY_H != 35"); 256 # define KEY_H 35 [all...] |
/external/autotest/client/bin/input/ |
linux_input.py | 222 KEY_H = 35 [all...] |