Home
last modified time | relevance | path

Searched refs:KEY_FIND (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Lib/curses/
Dhas_key.py100 _curses.KEY_FIND: 'kfnd',
/external/python/cpython2/Lib/curses/
Dhas_key.py100 _curses.KEY_FIND: 'kfnd',
/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h166 #define KEY_FIND 136 /* AC Search */ macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h213 #define KEY_FIND 136 /* AC Search */ macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h214 #define KEY_FIND 136 /* AC Search */ macro
/external/strace/xlat/
Devdev_keycode.h951 #if defined(KEY_FIND) || (defined(HAVE_DECL_KEY_FIND) && HAVE_DECL_KEY_FIND)
953 static_assert((KEY_FIND) == (136), "KEY_FIND != 136");
956 # define KEY_FIND 136
3983 [KEY_FIND] = XLAT(KEY_FIND),
Devdev_keycode.in141 KEY_FIND 136
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c121 [KEY_FIND] = "Find", [KEY_CUT] = "Cut",
/external/autotest/client/bin/input/
Dlinux_input.py326 KEY_FIND = 136 # AC Search variable
/external/python/cpython2/Doc/library/
Dcurses.rst1405 | ``KEY_FIND`` | Find |
/external/python/cpython3/Doc/library/
Dcurses.rst1455 | ``KEY_FIND`` | Find |