Home
last modified time | relevance | path

Searched refs:test_compile_buffer (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/test/
Dbuffercomp.c49 keymap = test_compile_buffer(ctx, original, strlen(original)); in main()
74 keymap = test_compile_buffer(ctx, "", 0); in main()
84 keymap = test_compile_buffer(ctx, dump, strlen(dump)); in main()
Dtest.h77 test_compile_buffer(struct xkb_context *context, const char *buf, size_t len);
Dcommon.c317 test_compile_buffer(struct xkb_context *context, const char *buf, size_t len) in test_compile_buffer() function