Home
last modified time | relevance | path

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

/external/libxkbcommon/test/
Dstate.c542 assert(xkb_state_key_get_layout(state, KEY_SEMICOLON + 8) == 0); in test_caps_keysym_transformation()
550 assert(xkb_state_key_get_level(state, KEY_SEMICOLON + 8, 0) == 0); in test_caps_keysym_transformation()
551 sym = xkb_state_key_get_one_sym(state, KEY_SEMICOLON + 8); in test_caps_keysym_transformation()
553 nsyms = xkb_state_key_get_syms(state, KEY_SEMICOLON + 8, &syms); in test_caps_keysym_transformation()
563 sym = xkb_state_key_get_one_sym(state, KEY_SEMICOLON + 8); in test_caps_keysym_transformation()
565 nsyms = xkb_state_key_get_syms(state, KEY_SEMICOLON + 8, &syms); in test_caps_keysym_transformation()
578 assert(xkb_state_key_get_level(state, KEY_SEMICOLON + 8, 0) == 0); in test_caps_keysym_transformation()
579 sym = xkb_state_key_get_one_sym(state, KEY_SEMICOLON + 8); in test_caps_keysym_transformation()
581 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/angle/util/
Dkeyboard.h61 KEY_SEMICOLON, // The ; key enumerator
DOSWindow.cpp149 case KEY_SEMICOLON: in KeyName()
/external/crosvm/devices/src/virtio/input/
Ddefaults.rs209 KEY_SEMICOLON, in default_keyboard_events()
Dconstants.rs76 pub const KEY_SEMICOLON: u16 = 39; constant
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h114 #define KEY_SEMICOLON 39 macro
/external/angle/util/x11/
DX11Window.cpp54 return KEY_SEMICOLON; in X11CodeToKey()
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c73 [KEY_L] = "L", [KEY_SEMICOLON] = "Semicolon",
/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/bin/input/
Dlinux_input.py232 KEY_SEMICOLON = 39 variable
/external/angle/util/windows/win32/
DWin32Window.cpp44 return KEY_SEMICOLON; in VirtualKeyCodeToKey()
/external/angle/util/osx/
DOSXWindow.mm198 return KEY_SEMICOLON;