Home
last modified time | relevance | path

Searched refs:KEY_SEMICOLON (Results 1 – 7 of 7) 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/strace/xlat/
Devdev_keycode.in40 KEY_SEMICOLON
Devdev_keycode.h130 #if defined(KEY_SEMICOLON) || (defined(HAVE_DECL_KEY_SEMICOLON) && HAVE_DECL_KEY_SEMICOLON)
131 XLAT(KEY_SEMICOLON),
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h114 #define KEY_SEMICOLON 39 macro
/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