• Home
  • Raw
  • Download

Lines Matching refs:XKB_STATE_MODS_EFFECTIVE

46     mod = xkb_state_serialize_mods(state, XKB_STATE_MODS_EFFECTIVE);  in print_state()
77 XKB_STATE_MODS_EFFECTIVE | in print_state()
85 xkb_state_mod_index_is_active(state, mod, XKB_STATE_MODS_EFFECTIVE) > 0 ? in print_state()
159 XKB_STATE_MODS_EFFECTIVE) == 0); in test_update_key()
176 XKB_STATE_MODS_EFFECTIVE) == 0); in test_update_key()
224 XKB_STATE_MODS_EFFECTIVE) == 0); in test_update_key()
276 effective_mods = xkb_state_serialize_mods(state, XKB_STATE_MODS_EFFECTIVE); in test_serialisation()
286 effective_mods = xkb_state_serialize_mods(state, XKB_STATE_MODS_EFFECTIVE); in test_serialisation()
294 assert(xkb_state_mod_index_is_active(state, ctrl, XKB_STATE_MODS_EFFECTIVE) > 0); in test_serialisation()
322 assert(changed == (XKB_STATE_MODS_DEPRESSED | XKB_STATE_MODS_EFFECTIVE)); in test_update_mask_mods()
323 assert(xkb_state_serialize_mods(state, XKB_STATE_MODS_EFFECTIVE) == in test_update_mask_mods()
327 assert(changed == (XKB_STATE_MODS_LOCKED | XKB_STATE_MODS_EFFECTIVE | in test_update_mask_mods()
329 assert(xkb_state_serialize_mods(state, XKB_STATE_MODS_EFFECTIVE) == in test_update_mask_mods()
339 XKB_STATE_MODS_EFFECTIVE | XKB_STATE_LEDS)); in test_update_mask_mods()
340 assert(xkb_state_serialize_mods(state, XKB_STATE_MODS_EFFECTIVE) == 0); in test_update_mask_mods()
343 assert(changed == (XKB_STATE_MODS_DEPRESSED | XKB_STATE_MODS_EFFECTIVE)); in test_update_mask_mods()
344 assert(xkb_state_serialize_mods(state, XKB_STATE_MODS_EFFECTIVE) == in test_update_mask_mods()
349 XKB_STATE_MODS_EFFECTIVE | XKB_STATE_LEDS)); in test_update_mask_mods()
350 assert(xkb_state_serialize_mods(state, XKB_STATE_MODS_EFFECTIVE) == in test_update_mask_mods()
357 XKB_STATE_MODS_EFFECTIVE | XKB_STATE_LEDS)); in test_update_mask_mods()
358 assert(xkb_state_serialize_mods(state, XKB_STATE_MODS_EFFECTIVE) == in test_update_mask_mods()
407 mask = xkb_state_serialize_mods(state, XKB_STATE_MODS_EFFECTIVE); in test_consume()
509 assert(xkb_state_mod_index_is_active(state, caps, XKB_STATE_MODS_EFFECTIVE) == 0); in test_caps_keysym_transformation()
510 assert(xkb_state_mod_index_is_active(state, shift, XKB_STATE_MODS_EFFECTIVE) == 0); in test_caps_keysym_transformation()
522 assert(xkb_state_mod_index_is_active(state, caps, XKB_STATE_MODS_EFFECTIVE) == 0); in test_caps_keysym_transformation()
523 assert(xkb_state_mod_index_is_active(state, shift, XKB_STATE_MODS_EFFECTIVE) > 0); in test_caps_keysym_transformation()
532 assert(xkb_state_mod_index_is_active(state, shift, XKB_STATE_MODS_EFFECTIVE) == 0); in test_caps_keysym_transformation()
537 assert(xkb_state_mod_index_is_active(state, caps, XKB_STATE_MODS_EFFECTIVE) > 0); in test_caps_keysym_transformation()
538 assert(xkb_state_mod_index_is_active(state, shift, XKB_STATE_MODS_EFFECTIVE) == 0); in test_caps_keysym_transformation()
548 assert(xkb_state_mod_index_is_active(state, shift, XKB_STATE_MODS_EFFECTIVE) == 0); in test_caps_keysym_transformation()
653 assert(xkb_state_mod_index_is_active(state, ctrl, XKB_STATE_MODS_EFFECTIVE) > 0); in test_ctrl_string_transformation()
668 assert(xkb_state_mod_index_is_active(state, ctrl, XKB_STATE_MODS_EFFECTIVE) > 0); in test_ctrl_string_transformation()