• Home
  • Raw
  • Download

Lines Matching +full:intel +full:- +full:rules

3  * Copyright © 2012 Intel Corporation
32 #include "xkbcomp-priv.h"
33 #include "rules.h"
38 if (file->file_type != FILE_TYPE_KEYMAP) { in compile_keymap_file()
39 log_err(keymap->ctx, in compile_keymap_file()
41 xkb_file_type_to_string(file->file_type)); in compile_keymap_file()
46 log_err(keymap->ctx, in compile_keymap_file()
62 log_dbg(keymap->ctx, in text_v1_keymap_new_from_names()
63 "Compiling from RMLVO: rules '%s', model '%s', layout '%s', " in text_v1_keymap_new_from_names()
65 rmlvo->rules, rmlvo->model, rmlvo->layout, rmlvo->variant, in text_v1_keymap_new_from_names()
66 rmlvo->options); in text_v1_keymap_new_from_names()
68 ok = xkb_components_from_rules(keymap->ctx, rmlvo, &kccgst); in text_v1_keymap_new_from_names()
70 log_err(keymap->ctx, in text_v1_keymap_new_from_names()
71 "Couldn't look up rules '%s', model '%s', layout '%s', " in text_v1_keymap_new_from_names()
73 rmlvo->rules, rmlvo->model, rmlvo->layout, rmlvo->variant, in text_v1_keymap_new_from_names()
74 rmlvo->options); in text_v1_keymap_new_from_names()
78 log_dbg(keymap->ctx, in text_v1_keymap_new_from_names()
83 file = XkbFileFromComponents(keymap->ctx, &kccgst); in text_v1_keymap_new_from_names()
91 log_err(keymap->ctx, in text_v1_keymap_new_from_names()
108 xkb_file = XkbParseString(keymap->ctx, string, len, "(input string)", NULL); in text_v1_keymap_new_from_string()
110 log_err(keymap->ctx, "Failed to parse input xkb string\n"); in text_v1_keymap_new_from_string()
125 xkb_file = XkbParseFile(keymap->ctx, file, "(unknown file)", NULL); in text_v1_keymap_new_from_file()
127 log_err(keymap->ctx, "Failed to parse input xkb file\n"); in text_v1_keymap_new_from_file()