Searched refs:XKB_MOD_NAME_CAPS (Results 1 – 3 of 3) sorted by relevance
/external/libxkbcommon/xkbcommon/test/ |
D | state.c | 180 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CAPS, in test_update_key() 185 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CAPS, in test_update_key() 187 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CAPS, in test_update_key() 198 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CAPS, in test_update_key() 223 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CAPS, in test_update_key() 261 caps = xkb_keymap_mod_get_index(keymap, XKB_MOD_NAME_CAPS); in test_serialisation() 308 caps = xkb_keymap_mod_get_index(keymap, XKB_MOD_NAME_CAPS); in test_update_mask_mods() 392 caps = xkb_keymap_mod_get_index(keymap, XKB_MOD_NAME_CAPS); in test_consume() 501 caps = xkb_keymap_mod_get_index(keymap, XKB_MOD_NAME_CAPS); in test_caps_keysym_transformation()
|
/external/libxkbcommon/xkbcommon/xkbcommon/ |
D | xkbcommon-names.h | 35 #define XKB_MOD_NAME_CAPS "Lock" macro
|
/external/libxkbcommon/xkbcommon/src/ |
D | state.c | 864 xkb_keymap_mod_get_index(state->keymap, XKB_MOD_NAME_CAPS); in should_do_caps_transformation()
|