Searched refs:test_compile_buffer (Results 1 – 3 of 3) sorted by relevance
/external/libxkbcommon/xkbcommon/test/ |
D | buffercomp.c | 47 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()
|
D | test.h | 77 test_compile_buffer(struct xkb_context *context, const char *buf, size_t len);
|
D | common.c | 306 test_compile_buffer(struct xkb_context *context, const char *buf, size_t len) in test_compile_buffer() function
|