Home
last modified time | relevance | path

Searched refs:xkb_state_mod_names_are_active (Results 1 – 4 of 4) sorted by relevance

/external/libxkbcommon/xkbcommon/test/
Dstate.c129 assert(xkb_state_mod_names_are_active(state, XKB_STATE_MODS_DEPRESSED, in test_update_key()
139 assert(xkb_state_mod_names_are_active(state, XKB_STATE_MODS_DEPRESSED, in test_update_key()
143 assert(xkb_state_mod_names_are_active(state, XKB_STATE_MODS_DEPRESSED, in test_update_key()
148 assert(xkb_state_mod_names_are_active(state, XKB_STATE_MODS_DEPRESSED, in test_update_key()
162 assert(xkb_state_mod_names_are_active(state, XKB_STATE_MODS_DEPRESSED, in test_update_key()
167 assert(xkb_state_mod_names_are_active(state, XKB_STATE_MODS_LATCHED, in test_update_key()
/external/libxkbcommon/xkbcommon/
Dxkbcommon.map61 xkb_state_mod_names_are_active;
/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon.h1519 xkb_state_mod_names_are_active(struct xkb_state *state,
/external/libxkbcommon/xkbcommon/src/
Dstate.c1211 xkb_state_mod_names_are_active(struct xkb_state *state, in xkb_state_mod_names_are_active() function