/external/u-boot/include/linux/ |
D | input.h | 79 #define KEY_F1 59 macro
|
/external/toybox/generated/ |
D | tags.h | 145 #define KEY_F1 9 macro
|
/external/libxkbcommon/xkbcommon/test/ |
D | state.c | 449 mask = xkb_state_key_get_consumed_mods(state, KEY_F1 + EVDEV_OFFSET); in test_consume() 454 mask = xkb_state_key_get_consumed_mods(state, KEY_F1 + EVDEV_OFFSET); in test_consume() 458 mask = xkb_state_key_get_consumed_mods(state, KEY_F1 + EVDEV_OFFSET); in test_consume()
|
D | evdev-scancodes.h | 86 #define KEY_F1 59 macro
|
/external/u-boot/arch/arm/dts/ |
D | cros-ec-keyboard.dtsi | 22 MATRIX_KEY(0x00, 0x02, KEY_F1)
|
D | am335x-draco.dts | 32 linux,code = <KEY_F1>; /* button0 */
|
D | tegra20-harmony.dts | 561 MATRIX_KEY(0x0F, 0x04, KEY_F1)
|
D | tegra20-seaboard.dts | 686 MATRIX_KEY(0x0F, 0x04, KEY_F1)
|
/external/u-boot/arch/sandbox/dts/ |
D | cros-ec-keyboard.dtsi | 22 MATRIX_KEY(0x00, 0x02, KEY_F1)
|
/external/python/cpython3/Lib/curses/ |
D | has_key.py | 37 _curses.KEY_F1: 'kf1',
|
/external/python/cpython2/Lib/curses/ |
D | has_key.py | 37 _curses.KEY_F1: 'kf1',
|
/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 | 411 ((vt320) buffer).keyPressed(vt320.KEY_F1, ' ', 0); in sendFunctionKey()
|
/external/u-boot/include/dt-bindings/input/ |
D | linux-event-codes.h | 133 #define KEY_F1 59 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | input-event-codes.h | 134 #define KEY_F1 59 macro
|
/external/strace/xlat/ |
D | evdev_keycode.h | 419 #if defined(KEY_F1) || (defined(HAVE_DECL_KEY_F1) && HAVE_DECL_KEY_F1) 421 static_assert((KEY_F1) == (59), "KEY_F1 != 59"); 424 # define KEY_F1 59 3904 [KEY_F1] = XLAT(KEY_F1),
|
D | evdev_keycode.in | 62 KEY_F1 59
|
/external/autotest/client/site_tests/hardware_Keyboard/src/ |
D | evtest.c | 83 [KEY_CAPSLOCK] = "CapsLock", [KEY_F1] = "F1",
|
/external/autotest/client/bin/input/ |
D | linux_input.py | 246 KEY_F1 = 59 variable
|
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
D | vt320.java | 720 public final static int KEY_F1 = 2; field in vt320 973 case KEY_F1: in keyPressed()
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 1507 normally at least four function keys (:const:`KEY_F1`, :const:`KEY_F2`,
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 1557 normally at least four function keys (:const:`KEY_F1`, :const:`KEY_F2`,
|