Searched refs:xkb_keymap_new_from_string (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libxkbcommon/test/ |
H A D | stringcomp.c | 92 assert(!xkb_keymap_new_from_string(ctx, dump, 0, 0)); in main() 93 assert(!xkb_keymap_new_from_string(ctx, dump, -1, 0)); in main() 94 assert(!xkb_keymap_new_from_string(ctx, dump, XKB_KEYMAP_FORMAT_TEXT_V1+1, 0)); in main() 95 assert(!xkb_keymap_new_from_string(ctx, dump, XKB_KEYMAP_FORMAT_TEXT_V1, -1)); in main() 96 assert(!xkb_keymap_new_from_string(ctx, dump, XKB_KEYMAP_FORMAT_TEXT_V1, 1414)); in main()
|
H A D | common.c | 306 keymap = xkb_keymap_new_from_string(context, string, in test_compile_string()
|
/aosp_15_r20/external/libxkbcommon/ |
H A D | xkbcommon.map | 25 xkb_keymap_new_from_string;
|
/aosp_15_r20/external/libxkbcommon/include/xkbcommon/ |
H A D | xkbcommon-compat.h | 52 xkb_keymap_new_from_string(context, string, format, flags)
|
H A D | xkbcommon.h | 903 xkb_keymap_new_from_string(struct xkb_context *context, const char *string,
|
/aosp_15_r20/external/libxkbcommon/src/ |
H A D | keymap.c | 159 xkb_keymap_new_from_string(struct xkb_context *ctx, in xkb_keymap_new_from_string() function
|
/aosp_15_r20/external/libxkbcommon/doc/ |
H A D | quick-guide.md | 81 keymap = xkb_keymap_new_from_string(ctx, keymap_string,
|