Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/test/
Dbuffercomp.c47 keymap = test_compile_buffer(ctx, original, strlen(original)); in main()
72 keymap = test_compile_buffer(ctx, "", 0); in main()
82 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.c306 test_compile_buffer(struct xkb_context *context, const char *buf, size_t len) in test_compile_buffer() function