Home
last modified time | relevance | path

Searched refs:xkb_context (Results 1 – 25 of 62) sorted by relevance

123

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dexpr.h31 ExprResolveLhs(struct xkb_context *ctx, const ExprDef *expr,
36 ExprResolveModMask(struct xkb_context *ctx, const ExprDef *expr,
41 ExprResolveMod(struct xkb_context *ctx, const ExprDef *def,
46 ExprResolveBoolean(struct xkb_context *ctx, const ExprDef *expr,
50 ExprResolveKeyCode(struct xkb_context *ctx, const ExprDef *expr,
54 ExprResolveInteger(struct xkb_context *ctx, const ExprDef *expr,
58 ExprResolveLevel(struct xkb_context *ctx, const ExprDef *expr,
62 ExprResolveGroup(struct xkb_context *ctx, const ExprDef *expr,
66 ExprResolveButton(struct xkb_context *ctx, const ExprDef *expr,
70 ExprResolveString(struct xkb_context *ctx, const ExprDef *expr,
[all …]
Dxkbcomp-priv.h44 XkbParseFile(struct xkb_context *ctx, FILE *file,
48 XkbParseString(struct xkb_context *ctx,
56 XkbFileFromComponents(struct xkb_context *ctx,
82 ReportNotArray(struct xkb_context *ctx, const char *type, const char *field, in ReportNotArray()
93 ReportShouldBeArray(struct xkb_context *ctx, const char *type, in ReportShouldBeArray()
104 ReportBadType(struct xkb_context *ctx, const char *type, const char *field, in ReportBadType()
114 ReportBadField(struct xkb_context *ctx, const char *type, const char *field, in ReportBadField()
Dexpr.c31 typedef bool (*IdentLookupFunc)(struct xkb_context *ctx, const void *priv,
36 ExprResolveLhs(struct xkb_context *ctx, const ExprDef *expr, in ExprResolveLhs()
64 SimpleLookup(struct xkb_context *ctx, const void *priv, xkb_atom_t field, in SimpleLookup()
91 LookupModMask(struct xkb_context *ctx, const void *priv, xkb_atom_t field, in LookupModMask()
124 ExprResolveBoolean(struct xkb_context *ctx, const ExprDef *expr, in ExprResolveBoolean()
193 ExprResolveKeyCode(struct xkb_context *ctx, const ExprDef *expr, in ExprResolveKeyCode()
273 ExprResolveIntegerLookup(struct xkb_context *ctx, const ExprDef *expr, in ExprResolveIntegerLookup()
379 ExprResolveInteger(struct xkb_context *ctx, const ExprDef *expr, in ExprResolveInteger()
386 ExprResolveGroup(struct xkb_context *ctx, const ExprDef *expr, in ExprResolveGroup()
408 ExprResolveLevel(struct xkb_context *ctx, const ExprDef *expr, in ExprResolveLevel()
[all …]
Daction.c191 ReportMismatch(struct xkb_context *ctx, enum xkb_action_type action, in ReportMismatch()
202 ReportIllegal(struct xkb_context *ctx, enum xkb_action_type action, in ReportIllegal()
213 ReportActionNotArray(struct xkb_context *ctx, enum xkb_action_type action, in ReportActionNotArray()
224 HandleNoAction(struct xkb_context *ctx, const struct xkb_mod_set *mods, in HandleNoAction()
233 CheckBooleanFlag(struct xkb_context *ctx, enum xkb_action_type action, in CheckBooleanFlag()
255 CheckModifierField(struct xkb_context *ctx, const struct xkb_mod_set *mods, in CheckModifierField()
291 CheckAffectField(struct xkb_context *ctx, enum xkb_action_type action, in CheckAffectField()
310 HandleSetLatchLockMods(struct xkb_context *ctx, const struct xkb_mod_set *mods, in HandleSetLatchLockMods()
339 CheckGroupField(struct xkb_context *ctx, enum xkb_action_type action, in CheckGroupField()
377 HandleSetLatchLockGroup(struct xkb_context *ctx, const struct xkb_mod_set *mods, in HandleSetLatchLockGroup()
[all …]
Dinclude.h35 FindFileInXkbPath(struct xkb_context *ctx, const char *name,
39 ProcessIncludeFile(struct xkb_context *ctx, IncludeStmt *stmt,
Daction.h46 HandleActionDef(struct xkb_context *ctx, ActionsInfo *info,
51 SetActionField(struct xkb_context *ctx, ActionsInfo *info,
/external/libxkbcommon/xkbcommon/src/
Dcontext.c40 xkb_context_include_path_append(struct xkb_context *ctx, const char *path) in xkb_context_include_path_append()
76 xkb_context_include_path_append_default(struct xkb_context *ctx) in xkb_context_include_path_append_default()
101 xkb_context_include_path_clear(struct xkb_context *ctx) in xkb_context_include_path_clear()
118 xkb_context_include_path_reset_defaults(struct xkb_context *ctx) in xkb_context_include_path_reset_defaults()
128 xkb_context_num_include_paths(struct xkb_context *ctx) in xkb_context_num_include_paths()
138 xkb_context_include_path_get(struct xkb_context *ctx, unsigned int idx) in xkb_context_include_path_get()
149 XKB_EXPORT struct xkb_context *
150 xkb_context_ref(struct xkb_context *ctx) in xkb_context_ref()
161 xkb_context_unref(struct xkb_context *ctx) in xkb_context_unref()
191 default_log_fn(struct xkb_context *ctx, enum xkb_log_level level, in default_log_fn()
[all …]
Dcontext-priv.c37 xkb_context_num_failed_include_paths(struct xkb_context *ctx) in xkb_context_num_failed_include_paths()
43 xkb_context_failed_include_path_get(struct xkb_context *ctx, in xkb_context_failed_include_path_get()
53 xkb_atom_lookup(struct xkb_context *ctx, const char *string) in xkb_atom_lookup()
59 xkb_atom_intern(struct xkb_context *ctx, const char *string, size_t len) in xkb_atom_intern()
65 xkb_atom_steal(struct xkb_context *ctx, char *string) in xkb_atom_steal()
71 xkb_atom_text(struct xkb_context *ctx, xkb_atom_t atom) in xkb_atom_text()
77 xkb_log(struct xkb_context *ctx, enum xkb_log_level level, int verbosity, in xkb_log()
91 xkb_context_get_buffer(struct xkb_context *ctx, size_t size) in xkb_context_get_buffer()
116 xkb_context_get_default_rules(struct xkb_context *ctx) in xkb_context_get_default_rules()
127 xkb_context_get_default_model(struct xkb_context *ctx) in xkb_context_get_default_model()
[all …]
Dcontext.h31 struct xkb_context { struct
34 ATTR_PRINTF(3, 0) void (*log_fn)(struct xkb_context *ctx, argument
56 xkb_context_num_failed_include_paths(struct xkb_context *ctx); argument
59 xkb_context_failed_include_path_get(struct xkb_context *ctx,
67 xkb_atom_lookup(struct xkb_context *ctx, const char *string);
70 xkb_atom_intern(struct xkb_context *ctx, const char *string, size_t len);
82 xkb_atom_steal(struct xkb_context *ctx, char *string);
85 xkb_atom_text(struct xkb_context *ctx, xkb_atom_t atom);
88 xkb_context_get_buffer(struct xkb_context *ctx, size_t size);
91 xkb_log(struct xkb_context *ctx, enum xkb_log_level level, int verbosity,
[all …]
Dtext.h51 ModMaskText(struct xkb_context *ctx, const struct xkb_mod_set *mods,
55 ModIndexText(struct xkb_context *ctx, const struct xkb_mod_set *mods,
62 KeysymText(struct xkb_context *ctx, xkb_keysym_t sym);
65 KeyNameText(struct xkb_context *ctx, xkb_atom_t name);
71 LedStateMaskText(struct xkb_context *ctx, enum xkb_state_component mask);
74 ControlMaskText(struct xkb_context *ctx, enum xkb_action_controls mask);
Dtext.c210 ModIndexText(struct xkb_context *ctx, const struct xkb_mod_set *mods, in ModIndexText()
230 KeysymText(struct xkb_context *ctx, xkb_keysym_t sym) in KeysymText()
238 KeyNameText(struct xkb_context *ctx, xkb_atom_t name) in KeyNameText()
254 ModMaskText(struct xkb_context *ctx, const struct xkb_mod_set *mods, in ModMaskText()
287 LedStateMaskText(struct xkb_context *ctx, enum xkb_state_component mask) in LedStateMaskText()
316 ControlMaskText(struct xkb_context *ctx, enum xkb_action_controls mask) in ControlMaskText()
Dkeymap.c118 xkb_keymap_new_from_names(struct xkb_context *ctx, in xkb_keymap_new_from_names()
157 xkb_keymap_new_from_string(struct xkb_context *ctx, in xkb_keymap_new_from_string()
167 xkb_keymap_new_from_buffer(struct xkb_context *ctx, in xkb_keymap_new_from_buffer()
204 xkb_keymap_new_from_file(struct xkb_context *ctx, in xkb_keymap_new_from_file()
/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon.h111 struct xkb_context;
527 struct xkb_context *
537 struct xkb_context *
538 xkb_context_ref(struct xkb_context *context);
548 xkb_context_unref(struct xkb_context *context);
559 xkb_context_set_user_data(struct xkb_context *context, void *user_data);
573 xkb_context_get_user_data(struct xkb_context *context);
597 xkb_context_include_path_append(struct xkb_context *context, const char *path);
607 xkb_context_include_path_append_default(struct xkb_context *context);
620 xkb_context_include_path_reset_defaults(struct xkb_context *context);
[all …]
Dxkbcommon-compose.h218 xkb_compose_table_new_from_locale(struct xkb_context *context,
242 xkb_compose_table_new_from_file(struct xkb_context *context,
258 xkb_compose_table_new_from_buffer(struct xkb_context *context,
/external/libxkbcommon/xkbcommon/test/
Dtest.h67 struct xkb_context *
71 test_compile_file(struct xkb_context *context, const char *path_rel);
74 test_compile_string(struct xkb_context *context, const char *string);
77 test_compile_buffer(struct xkb_context *context, const char *buf, size_t len);
80 test_compile_rules(struct xkb_context *context, const char *rules,
Dcompose.c157 test_compose_seq_buffer(struct xkb_context *ctx, const char *buffer, ...) in test_compose_seq_buffer()
174 test_seqs(struct xkb_context *ctx) in test_seqs()
292 test_conflicting(struct xkb_context *ctx) in test_conflicting()
347 test_state(struct xkb_context *ctx) in test_state()
406 test_XCOMPOSEFILE(struct xkb_context *ctx) in test_XCOMPOSEFILE()
428 test_modifier_syntax(struct xkb_context *ctx) in test_modifier_syntax()
473 test_include(struct xkb_context *ctx) in test_include()
511 struct xkb_context *ctx; in main()
Dcommon.c222 struct xkb_context *
226 struct xkb_context *ctx; in test_get_context()
256 test_compile_file(struct xkb_context *context, const char *path_rel) in test_compile_file()
291 test_compile_string(struct xkb_context *context, const char *string) in test_compile_string()
306 test_compile_buffer(struct xkb_context *context, const char *buf, size_t len) in test_compile_buffer()
321 test_compile_rules(struct xkb_context *context, const char *rules, in test_compile_rules()
Drulescomp.c28 test_rmlvo_va(struct xkb_context *context, const char *rules, in test_rmlvo_va()
52 test_rmlvo(struct xkb_context *context, const char *rules, in test_rmlvo()
67 test_rmlvo_env(struct xkb_context *ctx, const char *rules, const char *model, in test_rmlvo_env()
111 struct xkb_context *ctx = test_get_context(CONTEXT_ALLOW_ENVIRONMENT_NAMES); in main()
Dfilecomp.c27 test_file(struct xkb_context *ctx, const char *path_rel) in test_file()
41 struct xkb_context *ctx = test_get_context(0); in main()
Dlog.c49 log_fn(struct xkb_context *ctx, enum xkb_log_level level, in log_fn()
70 struct xkb_context *ctx; in main()
Dinteractive-x11.c52 struct xkb_context *ctx;
150 int32_t device_id, struct xkb_context *ctx) in init_kbd()
326 struct xkb_context *ctx; in main()
Drules-file.c49 test_rules(struct xkb_context *ctx, struct test_data *data) in test_rules()
90 struct xkb_context *ctx; in main()
/external/libxkbcommon/xkbcommon/src/compose/
Dtable.c30 xkb_compose_table_new(struct xkb_context *ctx, in xkb_compose_table_new()
91 xkb_compose_table_new_from_file(struct xkb_context *ctx, in xkb_compose_table_new_from_file()
124 xkb_compose_table_new_from_buffer(struct xkb_context *ctx, in xkb_compose_table_new_from_buffer()
157 xkb_compose_table_new_from_locale(struct xkb_context *ctx, in xkb_compose_table_new_from_locale()
/external/libxkbcommon/xkbcommon/src/x11/
Dx11-priv.h47 adopt_atoms(struct xkb_context *ctx, xcb_connection_t *conn,
51 adopt_atom(struct xkb_context *ctx, xcb_connection_t *conn, xcb_atom_t atom,
Dutil.c157 adopt_atoms(struct xkb_context *ctx, xcb_connection_t *conn, in adopt_atoms()
213 adopt_atom(struct xkb_context *ctx, xcb_connection_t *conn, xcb_atom_t atom, in adopt_atom()

123