Home
last modified time | relevance | path

Searched refs:xkb_keymap_new_from_string (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libxkbcommon/test/
H A Dstringcomp.c92 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 Dcommon.c306 keymap = xkb_keymap_new_from_string(context, string, in test_compile_string()
/aosp_15_r20/external/libxkbcommon/
H A Dxkbcommon.map25 xkb_keymap_new_from_string;
/aosp_15_r20/external/libxkbcommon/include/xkbcommon/
H A Dxkbcommon-compat.h52 xkb_keymap_new_from_string(context, string, format, flags)
H A Dxkbcommon.h903 xkb_keymap_new_from_string(struct xkb_context *context, const char *string,
/aosp_15_r20/external/libxkbcommon/src/
H A Dkeymap.c159 xkb_keymap_new_from_string(struct xkb_context *ctx, in xkb_keymap_new_from_string() function
/aosp_15_r20/external/libxkbcommon/doc/
H A Dquick-guide.md81 keymap = xkb_keymap_new_from_string(ctx, keymap_string,