Searched refs:KEY_F3 (Results 1 – 20 of 20) sorted by relevance
/external/u-boot/include/linux/ |
D | input.h | 81 #define KEY_F3 61 macro
|
/external/toybox/generated/ |
D | tags.h | 149 #define KEY_F3 11 macro
|
/external/u-boot/arch/arm/dts/ |
D | cros-ec-keyboard.dtsi | 40 MATRIX_KEY(0x02, 0x02, KEY_F3)
|
D | tegra20-harmony.dts | 554 MATRIX_KEY(0x0E, 0x05, KEY_F3)
|
D | tegra20-seaboard.dts | 678 MATRIX_KEY(0x0E, 0x05, KEY_F3)
|
/external/u-boot/arch/sandbox/dts/ |
D | cros-ec-keyboard.dtsi | 40 MATRIX_KEY(0x02, 0x02, KEY_F3)
|
/external/python/cpython3/Lib/curses/ |
D | has_key.py | 59 _curses.KEY_F3: 'kf3',
|
/external/python/cpython2/Lib/curses/ |
D | has_key.py | 59 _curses.KEY_F3: 'kf3',
|
/external/libxkbcommon/xkbcommon/test/ |
D | evdev-scancodes.h | 88 #define KEY_F3 61 macro
|
/external/u-boot/arch/sandbox/cpu/ |
D | sdl.c | 191 KEY_PAGEUP, KEY_PAGEDOWN, KEY_F1, KEY_F2, KEY_F3,
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | TerminalKeyListener.java | 417 ((vt320) buffer).keyPressed(vt320.KEY_F3, ' ', 0); in sendFunctionKey()
|
/external/u-boot/include/dt-bindings/input/ |
D | linux-event-codes.h | 135 #define KEY_F3 61 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | input-event-codes.h | 136 #define KEY_F3 61 macro
|
/external/strace/xlat/ |
D | evdev_keycode.h | 433 #if defined(KEY_F3) || (defined(HAVE_DECL_KEY_F3) && HAVE_DECL_KEY_F3) 435 static_assert((KEY_F3) == (61), "KEY_F3 != 61"); 438 # define KEY_F3 61 3906 [KEY_F3] = XLAT(KEY_F3),
|
D | evdev_keycode.in | 64 KEY_F3 61
|
/external/autotest/client/site_tests/hardware_Keyboard/src/ |
D | evtest.c | 84 [KEY_F2] = "F2", [KEY_F3] = "F3",
|
/external/autotest/client/bin/input/ |
D | linux_input.py | 248 KEY_F3 = 61 variable
|
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
D | vt320.java | 722 public final static int KEY_F3 = 4; field in vt320 979 case KEY_F3: in keyPressed()
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 1508 :const:`KEY_F3`, :const:`KEY_F4`) available, and the arrow keys mapped to
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 1558 :const:`KEY_F3`, :const:`KEY_F4`) available, and the arrow keys mapped to
|