Home
last modified time | relevance | path

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

/external/strace/xlat/
Devdev_keycode.in31 KEY_A
Devdev_keycode.h101 #if defined(KEY_A) || (defined(HAVE_DECL_KEY_A) && HAVE_DECL_KEY_A)
102 XLAT(KEY_A),
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtInput.java763 case KEY_A: in keyForCode()
920 private static final int KEY_A = 65; field in GwtInput
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h104 #define KEY_A 30 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.java412 case Keyboard.KEY_A: in getGdxKeyCode()
616 return Keyboard.KEY_A; in getLwjglKeyCode()
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c69 [KEY_A] = "A", [KEY_S] = "S",
/external/autotest/client/bin/input/
Dlinux_input.py217 KEY_A = 30 variable