OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xkb_state_serialize_mods
(Results
1 - 3
of
3
) sorted by null
/external/libxkbcommon/xkbcommon/test/
state.c
46
mod =
xkb_state_serialize_mods
(state, XKB_STATE_MODS_EFFECTIVE);
270
base_mods =
xkb_state_serialize_mods
(state, XKB_STATE_MODS_DEPRESSED);
272
latched_mods =
xkb_state_serialize_mods
(state, XKB_STATE_MODS_LATCHED);
274
locked_mods =
xkb_state_serialize_mods
(state, XKB_STATE_MODS_LOCKED);
276
effective_mods =
xkb_state_serialize_mods
(state, XKB_STATE_MODS_EFFECTIVE);
280
base_mods =
xkb_state_serialize_mods
(state, XKB_STATE_MODS_DEPRESSED);
282
latched_mods =
xkb_state_serialize_mods
(state, XKB_STATE_MODS_LATCHED);
284
locked_mods =
xkb_state_serialize_mods
(state, XKB_STATE_MODS_LOCKED);
286
effective_mods =
xkb_state_serialize_mods
(state, XKB_STATE_MODS_EFFECTIVE);
323
assert(
xkb_state_serialize_mods
(state, XKB_STATE_MODS_EFFECTIVE) =
[
all
...]
/external/libxkbcommon/xkbcommon/xkbcommon/
xkbcommon.h
[
all
...]
/external/libxkbcommon/xkbcommon/src/
state.c
774
*
xkb_state_serialize_mods
and xkb_state_serialize_groups. As noted in the
1054
xkb_state_serialize_mods
(struct xkb_state *state,
function
[
all
...]
Completed in 54 milliseconds