Home
last modified time | relevance | path

Searched refs:XKB_KEYCODE_INVALID (Results 1 – 5 of 5) sorted by relevance

/external/libxkbcommon/test/
Dkeymap.c52 assert(kc != XKB_KEYCODE_INVALID); in test_garbage_key()
64 assert(kc != XKB_KEYCODE_INVALID); in test_garbage_key()
96 assert(kc != XKB_KEYCODE_INVALID); in test_keymap()
101 assert(kc != XKB_KEYCODE_INVALID); in test_keymap()
106 assert(kc != XKB_KEYCODE_INVALID); in test_keymap()
111 assert(kc != XKB_KEYCODE_INVALID); in test_keymap()
Dstate.c611 TEST_KEY(XKB_KEYCODE_INVALID - 8, "", 0); in test_get_utf8_utf32()
/external/libxkbcommon/src/xkbcomp/
Dkeycodes.c161 info->min_key_code = XKB_KEYCODE_INVALID; in InitKeyNamesInfo()
162 #if XKB_KEYCODE_INVALID < XKB_KEYCODE_MAX in InitKeyNamesInfo()
176 return XKB_KEYCODE_INVALID; in FindKeyByName()
227 if (old_kc != XKB_KEYCODE_INVALID && old_kc != kc) { in AddKeyName()
538 if (min_key_code == XKB_KEYCODE_INVALID) { in CopyKeyNamesToKeymap()
/external/libxkbcommon/src/
Dkeymap.c559 return XKB_KEYCODE_INVALID; in xkb_keymap_key_by_name()
566 return XKB_KEYCODE_INVALID; in xkb_keymap_key_by_name()
/external/libxkbcommon/xkbcommon/
Dxkbcommon.h298 #define XKB_KEYCODE_INVALID (0xffffffff) macro