Searched refs:xkb_components_from_rules (Results 1 – 7 of 7) sorted by relevance
/external/libxkbcommon/src/xkbcomp/ |
D | rules.h | 28 xkb_components_from_rules(struct xkb_context *ctx,
|
D | xkbcomp.c | 68 ok = xkb_components_from_rules(keymap->ctx, rmlvo, &kccgst); in text_v1_keymap_new_from_names()
|
D | rules.c | 1105 xkb_components_from_rules(struct xkb_context *ctx, in xkb_components_from_rules() function
|
/external/libxkbcommon/bench/ |
D | rules.c | 55 assert(xkb_components_from_rules(ctx, &rmlvo, &kccgst)); in main()
|
/external/libxkbcommon/test/ |
D | rules-file-includes.c | 70 if (!xkb_components_from_rules(ctx, &rmlvo, &kccgst)) { in test_rules()
|
D | rules-file.c | 68 if (!xkb_components_from_rules(ctx, &rmlvo, &kccgst)) { in test_rules()
|
/external/libxkbcommon/tools/ |
D | compile-keymap.c | 215 if (!xkb_components_from_rules(ctx, rmlvo, &kccgst)) in print_kccgst()
|