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