Home
last modified time | relevance | path

Searched refs:xkb_state_new (Results 1 – 9 of 9) sorted by relevance

/external/libxkbcommon/xkbcommon/test/
Dstate.c107 struct xkb_state *state = xkb_state_new(keymap); in test_update_key()
249 struct xkb_state *state = xkb_state_new(keymap); in test_serialisation()
302 struct xkb_state *state = xkb_state_new(keymap); in test_update_mask_mods()
385 state = xkb_state_new(keymap); in test_consume()
423 state = xkb_state_new(keymap); in test_consume()
447 state = xkb_state_new(keymap); in test_consume()
491 struct xkb_state *state = xkb_state_new(keymap); in test_caps_keysym_transformation()
559 struct xkb_state *state = xkb_state_new(keymap); in test_get_utf8_utf32()
634 struct xkb_state *state = xkb_state_new(keymap); in test_ctrl_string_transformation()
Dcommon.c73 state = xkb_state_new(keymap); in test_key_seq_va()
Dinteractive-evdev.c115 state = xkb_state_new(keymap); in keyboard_new()
/external/libxkbcommon/xkbcommon/src/x11/
Dstate.c61 state = xkb_state_new(keymap); in xkb_x11_state_new_from_device()
/external/libxkbcommon/xkbcommon/
Dxkbcommon.map46 xkb_state_new;
/external/libxkbcommon/xkbcommon/bench/
Dkey-proc.c68 state = xkb_state_new(keymap); in main()
/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon.h1142 xkb_state_new(struct xkb_keymap *keymap);
/external/libxkbcommon/xkbcommon/doc/
Dquick-guide.md110 state = xkb_state_new(keymap);
/external/libxkbcommon/xkbcommon/src/
Dstate.c573 xkb_state_new(struct xkb_keymap *keymap) in xkb_state_new() function