Home
last modified time | relevance | path

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

/external/strace/xlat/
Devdev_keycode.in38 KEY_K
Devdev_keycode.h122 #if defined(KEY_K) || (defined(HAVE_DECL_KEY_K) && HAVE_DECL_KEY_K)
123 XLAT(KEY_K),
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtInput.java783 case KEY_K: in keyForCode()
930 private static final int KEY_K = 75; field in GwtInput
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h111 #define KEY_K 37 macro
/external/libvncserver/examples/android/jni/
Dfbvncserver.c261 KEY_K, KEY_L, KEY_M, KEY_N, KEY_O, in keysym2scancode()
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglInput.java432 case Keyboard.KEY_K: in getGdxKeyCode()
636 return Keyboard.KEY_K; 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.py224 KEY_K = 37 variable