Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/
Dxkbcommon.map26 xkb_keymap_new_from_buffer;
DNEWS216 xkb_keymap_new_from_buffer()
/external/libxkbcommon/xkbcommon/src/
Dkeymap.c162 return xkb_keymap_new_from_buffer(ctx, string, strlen(string), in xkb_keymap_new_from_string()
167 xkb_keymap_new_from_buffer(struct xkb_context *ctx, in xkb_keymap_new_from_buffer() function
/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon.h838 xkb_keymap_new_from_buffer(struct xkb_context *context, const char *buffer,
/external/libxkbcommon/xkbcommon/test/
Dcommon.c310 keymap = xkb_keymap_new_from_buffer(context, buf, len, in test_compile_buffer()