Home
last modified time | relevance | path

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

/external/strace/xlat/
Devdev_keycode.in19 KEY_E
Devdev_keycode.h65 #if defined(KEY_E) || (defined(HAVE_DECL_KEY_E) && HAVE_DECL_KEY_E)
66 XLAT(KEY_E),
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtInput.java771 case KEY_E: in keyForCode()
924 private static final int KEY_E = 69; field in GwtInput
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h92 #define KEY_E 18 macro
/external/libvncserver/examples/android/jni/
Dfbvncserver.c259 KEY_A, KEY_B, KEY_C, KEY_D, KEY_E, in keysym2scancode()
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglInput.java420 case Keyboard.KEY_E: in getGdxKeyCode()
624 return Keyboard.KEY_E; in getLwjglKeyCode()
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c63 [KEY_E] = "E", [KEY_R] = "R",
/external/autotest/client/bin/input/
Dlinux_input.py205 KEY_E = 18 variable