Home
last modified time | relevance | path

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

/external/strace/xlat/
Devdev_keycode.in37 KEY_J
Devdev_keycode.h119 #if defined(KEY_J) || (defined(HAVE_DECL_KEY_J) && HAVE_DECL_KEY_J)
120 XLAT(KEY_J),
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtInput.java781 case KEY_J: in keyForCode()
929 private static final int KEY_J = 74; field in GwtInput
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h110 #define KEY_J 36 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.java430 case Keyboard.KEY_J: in getGdxKeyCode()
634 return Keyboard.KEY_J; in getLwjglKeyCode()
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c72 [KEY_J] = "J", [KEY_K] = "K",
/external/autotest/client/bin/input/
Dlinux_input.py223 KEY_J = 36 variable