Home
last modified time | relevance | path

Searched refs:KEY_I (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Devdev_keycode.in24 KEY_I
Devdev_keycode.h80 #if defined(KEY_I) || (defined(HAVE_DECL_KEY_I) && HAVE_DECL_KEY_I)
81 XLAT(KEY_I),
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtInput.java779 case KEY_I: in keyForCode()
928 private static final int KEY_I = 73; field in GwtInput
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h97 #define KEY_I 23 macro
/external/libvncserver/examples/android/jni/
Dfbvncserver.c260 KEY_F, KEY_G, KEY_H, KEY_I, KEY_J, in keysym2scancode()
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglInput.java428 case Keyboard.KEY_I: in getGdxKeyCode()
632 return Keyboard.KEY_I; in getLwjglKeyCode()
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c65 [KEY_U] = "U", [KEY_I] = "I",
/external/autotest/client/bin/input/
Dlinux_input.py210 KEY_I = 23 variable