Searched refs:KEY_SEMICOLON (Results 1 – 7 of 7) sorted by relevance
/external/libxkbcommon/xkbcommon/test/ |
D | state.c | 506 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()
|
D | evdev-scancodes.h | 66 #define KEY_SEMICOLON 39 macro
|
/external/strace/xlat/ |
D | evdev_keycode.in | 40 KEY_SEMICOLON
|
D | evdev_keycode.h | 130 #if defined(KEY_SEMICOLON) || (defined(HAVE_DECL_KEY_SEMICOLON) && HAVE_DECL_KEY_SEMICOLON) 131 XLAT(KEY_SEMICOLON),
|
/external/kernel-headers/original/uapi/linux/ |
D | input-event-codes.h | 114 #define KEY_SEMICOLON 39 macro
|
/external/autotest/client/site_tests/hardware_Keyboard/src/ |
D | evtest.c | 73 [KEY_L] = "L", [KEY_SEMICOLON] = "Semicolon",
|
/external/autotest/client/bin/input/ |
D | linux_input.py | 226 KEY_SEMICOLON = 39 variable
|