Home
last modified time | relevance | path

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

/external/strace/xlat/
Devdev_keycode.in34 KEY_F
Devdev_keycode.h110 #if defined(KEY_F) || (defined(HAVE_DECL_KEY_F) && HAVE_DECL_KEY_F)
111 XLAT(KEY_F),
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtInput.java773 case KEY_F: in keyForCode()
925 private static final int KEY_F = 70; field in GwtInput
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h107 #define KEY_F 33 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.java422 case Keyboard.KEY_F: in getGdxKeyCode()
626 return Keyboard.KEY_F; in getLwjglKeyCode()
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c70 [KEY_D] = "D", [KEY_F] = "F",
/external/autotest/client/bin/input/
Dlinux_input.py220 KEY_F = 33 variable