Home
last modified time | relevance | path

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

/external/strace/xlat/
Devdev_keycode.in49 KEY_B
Devdev_keycode.h155 #if defined(KEY_B) || (defined(HAVE_DECL_KEY_B) && HAVE_DECL_KEY_B)
156 XLAT(KEY_B),
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtInput.java765 case KEY_B: in keyForCode()
921 private static final int KEY_B = 66; field in GwtInput
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h122 #define KEY_B 48 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.java414 case Keyboard.KEY_B: in getGdxKeyCode()
618 return Keyboard.KEY_B; in getLwjglKeyCode()
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c78 [KEY_B] = "B", [KEY_N] = "N",
/external/autotest/client/bin/input/
Dlinux_input.py235 KEY_B = 48 variable