Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/test/
Dstate.c506 assert(xkb_state_key_get_layout(state, KEY_SEMICOLON + 8) == 0); in test_caps_keysym_transformation()
514 assert(xkb_state_key_get_level(state, KEY_SEMICOLON + 8, 0) == 0); in test_caps_keysym_transformation()
515 sym = xkb_state_key_get_one_sym(state, KEY_SEMICOLON + 8); in test_caps_keysym_transformation()
517 nsyms = xkb_state_key_get_syms(state, KEY_SEMICOLON + 8, &syms); in test_caps_keysym_transformation()
527 sym = xkb_state_key_get_one_sym(state, KEY_SEMICOLON + 8); in test_caps_keysym_transformation()
529 nsyms = xkb_state_key_get_syms(state, KEY_SEMICOLON + 8, &syms); in test_caps_keysym_transformation()
542 assert(xkb_state_key_get_level(state, KEY_SEMICOLON + 8, 0) == 0); in test_caps_keysym_transformation()
543 sym = xkb_state_key_get_one_sym(state, KEY_SEMICOLON + 8); in test_caps_keysym_transformation()
545 nsyms = xkb_state_key_get_syms(state, KEY_SEMICOLON + 8, &syms); in test_caps_keysym_transformation()
Devdev-scancodes.h66 #define KEY_SEMICOLON 39 macro
/external/u-boot/include/linux/
Dinput.h59 #define KEY_SEMICOLON 39 macro
/external/u-boot/arch/arm/dts/
Dcros-ec-keyboard.dtsi64 MATRIX_KEY(0x04, 0x08, KEY_SEMICOLON)
Dtegra20-harmony.dts531 MATRIX_KEY(0x0B, 0x03, KEY_SEMICOLON)
Dtegra20-seaboard.dts652 MATRIX_KEY(0x0B, 0x03, KEY_SEMICOLON)
/external/u-boot/arch/sandbox/dts/
Dcros-ec-keyboard.dtsi64 MATRIX_KEY(0x04, 0x08, KEY_SEMICOLON)
/external/u-boot/arch/sandbox/cpu/
Dsdl.c122 KEY_7, KEY_8, KEY_9, NONE, KEY_SEMICOLON,
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h113 #define KEY_SEMICOLON 39 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h114 #define KEY_SEMICOLON 39 macro
/external/strace/xlat/
Devdev_keycode.h279 #if defined(KEY_SEMICOLON) || (defined(HAVE_DECL_KEY_SEMICOLON) && HAVE_DECL_KEY_SEMICOLON)
281 static_assert((KEY_SEMICOLON) == (39), "KEY_SEMICOLON != 39");
284 # define KEY_SEMICOLON 39
3884 [KEY_SEMICOLON] = XLAT(KEY_SEMICOLON),
Devdev_keycode.in42 KEY_SEMICOLON 39
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c73 [KEY_L] = "L", [KEY_SEMICOLON] = "Semicolon",
/external/autotest/client/bin/input/
Dlinux_input.py226 KEY_SEMICOLON = 39 variable