Searched refs:KEY_F4 (Results 1 – 21 of 21) sorted by relevance
/external/u-boot/include/linux/ |
D | input.h | 82 #define KEY_F4 62 macro
|
/external/toybox/generated/ |
D | tags.h | 151 #define KEY_F4 12 macro
|
/external/python/cpython2/Lib/curses/ |
D | has_key.py | 70 _curses.KEY_F4: 'kf4',
|
/external/u-boot/arch/arm/dts/ |
D | cros-ec-keyboard.dtsi | 30 MATRIX_KEY(0x01, 0x02, KEY_F4)
|
D | tegra20-harmony.dts | 553 MATRIX_KEY(0x0E, 0x04, KEY_F4)
|
D | tegra20-seaboard.dts | 677 MATRIX_KEY(0x0E, 0x04, KEY_F4)
|
/external/u-boot/arch/sandbox/dts/ |
D | cros-ec-keyboard.dtsi | 30 MATRIX_KEY(0x01, 0x02, KEY_F4)
|
/external/python/cpython3/Lib/curses/ |
D | has_key.py | 70 _curses.KEY_F4: 'kf4',
|
/external/libxkbcommon/xkbcommon/test/ |
D | evdev-scancodes.h | 89 #define KEY_F4 62 macro
|
/external/u-boot/arch/sandbox/cpu/ |
D | sdl.c | 192 KEY_F4, KEY_F5, KEY_F6, KEY_F7, KEY_F8,
|
/external/kernel-headers/original/uapi/linux/ |
D | input-event-codes.h | 137 #define KEY_F4 62 macro
|
/external/u-boot/include/dt-bindings/input/ |
D | linux-event-codes.h | 136 #define KEY_F4 62 macro
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | TerminalKeyListener.java | 420 ((vt320) buffer).keyPressed(vt320.KEY_F4, ' ', 0); in sendFunctionKey()
|
/external/strace/xlat/ |
D | evdev_keycode.h | 440 #if defined(KEY_F4) || (defined(HAVE_DECL_KEY_F4) && HAVE_DECL_KEY_F4) 442 static_assert((KEY_F4) == (62), "KEY_F4 != 62"); 445 # define KEY_F4 62 3907 [KEY_F4] = XLAT(KEY_F4),
|
D | evdev_keycode.in | 65 KEY_F4 62
|
/external/autotest/client/site_tests/hardware_Keyboard/src/ |
D | evtest.c | 85 [KEY_F4] = "F4", [KEY_F5] = "F5",
|
/external/autotest/client/bin/input/ |
D | linux_input.py | 249 KEY_F4 = 62 variable
|
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
D | vt320.java | 723 public final static int KEY_F4 = 5; field in vt320 982 case KEY_F4: in keyPressed()
|
/external/autotest/client/cros/graphics/ |
D | graphics_utils.py | 344 uinput.KEY_F4,
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 1558 :const:`KEY_F3`, :const:`KEY_F4`) available, and the arrow keys mapped to
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 1508 :const:`KEY_F3`, :const:`KEY_F4`) available, and the arrow keys mapped to
|