Home
last modified time | relevance | path

Searched defs:kevent (Results 1 – 4 of 4) sorted by relevance

/third_party/libinput/test/
Dtest-keyboard.c109 struct libinput_event_keyboard *kevent; in START_TEST() local
171 struct libinput_event_keyboard *kevent; in START_TEST() local
Dlitest.c3560 struct libinput_event_keyboard *kevent; in litest_is_keyboard_event() local
/third_party/glib/gio/inotify/
Dinotify-kernel.c61 ik_event_new (struct inotify_event *kevent, in ik_event_new()
259 struct inotify_event *kevent = (struct inotify_event *) (buffer + offset); in ik_source_dispatch() local
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
DIndicInputMethodImpl.java183 void handleKeyTyped(KeyEvent kevent) { in handleKeyTyped()