Home
last modified time | relevance | path

Searched refs:ActionTypeText (Results 1 – 5 of 5) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Daction.c197 fieldText(field), type, ActionTypeText(action)); in ReportMismatch()
208 fieldText(field), ActionTypeText(action)); in ReportIllegal()
219 fieldText(field), ActionTypeText(action)); in ReportActionNotArray()
423 fieldText(field), ActionTypeText(action->type), in HandleMovePtr()
681 ActionTypeText(type)); in HandlePrivate()
Dkeymap-dump.c304 type = ActionTypeText(action->type); in write_action()
Dsymbols.c299 ActionTypeText(use->type), in MergeGroups()
300 ActionTypeText(ignore->type)); in MergeGroups()
/external/libxkbcommon/xkbcommon/src/
Dtext.h59 ActionTypeText(enum xkb_action_type type);
Dtext.c223 ActionTypeText(enum xkb_action_type type) in ActionTypeText() function