Searched refs:KEY_B (Results 1 – 19 of 19) sorted by relevance
/external/u-boot/include/linux/ |
D | input.h | 68 #define KEY_B 48 macro
|
/external/libxkbcommon/xkbcommon/test/ |
D | state.c | 646 TEST_KEY(KEY_B, "b", 0x62); in test_ctrl_string_transformation() 655 TEST_KEY(KEY_B, "\x02", 0x02); in test_ctrl_string_transformation() 670 TEST_KEY(KEY_B, "\x02", 0x02); in test_ctrl_string_transformation()
|
D | evdev-scancodes.h | 75 #define KEY_B 48 macro
|
/external/u-boot/arch/arm/dts/ |
D | cros-ec-keyboard.dtsi | 23 MATRIX_KEY(0x00, 0x03, KEY_B)
|
D | r8a7792-blanche.dts | 151 linux,code = <KEY_B>;
|
D | r8a7794-silk.dts | 79 linux,code = <KEY_B>;
|
D | r8a7793-gose.dts | 104 linux,code = <KEY_B>;
|
D | r8a7791-koelsch.dts | 118 linux,code = <KEY_B>;
|
D | tegra20-harmony.dts | 510 MATRIX_KEY(0x05, 0x06, KEY_B)
|
D | tegra20-seaboard.dts | 626 MATRIX_KEY(0x05, 0x06, KEY_B)
|
/external/u-boot/arch/sandbox/dts/ |
D | cros-ec-keyboard.dtsi | 23 MATRIX_KEY(0x00, 0x03, KEY_B)
|
/external/u-boot/arch/sandbox/cpu/ |
D | sdl.c | 134 NONE, KEY_GRAVE, KEY_A, KEY_B, KEY_C,
|
/external/kernel-headers/original/uapi/linux/ |
D | input-event-codes.h | 123 #define KEY_B 48 macro
|
/external/u-boot/include/dt-bindings/input/ |
D | linux-event-codes.h | 122 #define KEY_B 48 macro
|
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/ |
D | BinlogHelperTest.java | 97 private static final Metadata.Key<String> KEY_B = field in BinlogHelperTest 110 .setKey(ByteString.copyFrom(KEY_B.name(), US_ASCII)) 140 nonEmptyMetadata.put(KEY_B, DATA_B); in setUp()
|
/external/strace/xlat/ |
D | evdev_keycode.h | 342 #if defined(KEY_B) || (defined(HAVE_DECL_KEY_B) && HAVE_DECL_KEY_B) 344 static_assert((KEY_B) == (48), "KEY_B != 48"); 347 # define KEY_B 48 3893 [KEY_B] = XLAT(KEY_B),
|
D | evdev_keycode.in | 51 KEY_B 48
|
/external/autotest/client/site_tests/hardware_Keyboard/src/ |
D | evtest.c | 78 [KEY_B] = "B", [KEY_N] = "N",
|
/external/autotest/client/bin/input/ |
D | linux_input.py | 235 KEY_B = 48 variable
|