Searched refs:ReportMismatch (Results 1 – 1 of 1) sorted by relevance
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | action.c | 191 ReportMismatch(struct xkb_context *ctx, enum xkb_action_type action, in ReportMismatch() function 244 return ReportMismatch(ctx, action, field, "boolean"); in CheckBooleanFlag() 275 return ReportMismatch(ctx, action, in CheckModifierField() 301 return ReportMismatch(ctx, action, ACTION_FIELD_AFFECT, in CheckAffectField() 360 return ReportMismatch(ctx, action, ACTION_FIELD_GROUP, in CheckGroupField() 417 return ReportMismatch(ctx, action->type, field, "integer"); in HandleMovePtr() 463 return ReportMismatch(ctx, action->type, field, in HandlePtrBtn() 488 return ReportMismatch(ctx, action->type, field, "integer"); in HandlePtrBtn() 525 return ReportMismatch(ctx, action->type, field, in HandleSetPtrDflt() 547 return ReportMismatch(ctx, action->type, field, in HandleSetPtrDflt() [all …]
|