Home
last modified time | relevance | path

Searched refs:keypad (Results 1 – 25 of 25) sorted by relevance

/third_party/ffmpeg/libavutil/
Dtwofish.c276 uint8_t keypad[32]; in av_twofish_init() local
288 memset(keypad, 0, sizeof(keypad)); in av_twofish_init()
290 memcpy(keypad, key, key_bits >> 3); in av_twofish_init()
292 memcpy(keypad, key, 32); in av_twofish_init()
295 Key[i] = AV_RL32(keypad + 4 * i); in av_twofish_init()
/third_party/python/Lib/curses/
D__init__.py83 stdscr.keypad(1)
98 stdscr.keypad(0)
Dtextpad.py49 win.keypad(1)
/third_party/toybox/kconfig/lxdialog/
Dtextbox.c92 keypad(dialog, TRUE); in dialog_textbox()
101 keypad(box, TRUE); in dialog_textbox()
Dchecklist.c143 keypad(dialog, TRUE); in dialog_checklist()
167 keypad(list, TRUE); in dialog_checklist()
Dyesno.c60 keypad(dialog, TRUE); in dialog_yesno()
Dmenubox.c210 keypad(dialog, TRUE); in dialog_menu()
234 keypad(menu, TRUE); in dialog_menu()
Dutil.c280 keypad(stdscr, TRUE); in reset_dialog()
496 keypad(win, FALSE); in on_key_esc()
503 keypad(win, TRUE); in on_key_esc()
Dinputbox.c70 keypad(dialog, TRUE); in dialog_inputbox()
/third_party/alsa-utils/alsamixer/
Dwidget.c58 keypad(widget->window, TRUE); in widget_init()
Dcurskey.c267 keypad(stdscr, TRUE); in curskey_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DREADME-P2P135 p2p_prov_disc <peer device address> <display|keypad|pbc> [join|auto]
141 us and "p2p_prov_disc 02:01:02:03:04:05 keypad" would request the peer
151 p2p_connect <peer device address> <pbc|pin|PIN#|p2ps> [display|keypad|p2ps]
164 used (e.g., 12345670). [display|keypad] is used with PIN method
166 from local display, keypad=PIN entered from peer display). "persistent"
215 p2p_connect 02:0a:f5:85:11:00 45629034 keypad persistent
221 [info='service info'] <method=Default|keypad|Display>
830 5 - "keypad" password must be passed in p2p_connect command
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DREADME-P2P135 p2p_prov_disc <peer device address> <display|keypad|pbc> [join|auto]
141 us and "p2p_prov_disc 02:01:02:03:04:05 keypad" would request the peer
151 p2p_connect <peer device address> <pbc|pin|PIN#|p2ps> [display|keypad|p2ps]
164 used (e.g., 12345670). [display|keypad] is used with PIN method
166 from local display, keypad=PIN entered from peer display). "persistent"
215 p2p_connect 02:0a:f5:85:11:00 45629034 keypad persistent
221 [info='service info'] <method=Default|keypad|Display>
830 5 - "keypad" password must be passed in p2p_connect command
/third_party/python/Doc/library/
Dcurses.rst708 cbreak mode, turns off echo, enables the terminal keypad, and initializes colors
710 it restores cooked mode, turns on echo, and disables the terminal keypad.
950 range: function keys, keypad keys and so on are represented by numbers higher
958 function keys, keypad keys, and other special keys.
967 does. Function keys, keypad keys and other special keys return a multibyte
1096 .. method:: window.keypad(flag)
1098 If *flag* is ``True``, escape sequences generated by some keys (keypad, function keys)
1491 | ``KEY_A1`` | Upper left of keypad |
1493 | ``KEY_A3`` | Upper right of keypad |
1495 | ``KEY_B2`` | Center of keypad |
[all …]
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c579 keypad(dialog, TRUE); in counter_dialog()
666 keypad(mainwin, TRUE); in main_ui()
/third_party/python/Doc/howto/
Dcurses.rst114 keypad mode. ::
116 stdscr.keypad(True)
122 stdscr.keypad(False)
/third_party/gptfdisk/
Dgptcurses.cc52 keypad(stdscr, true); in GPTDataCurses()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_osx.mm28 // 2020-10-28: Inputs: Added a fix for handling keypad-enter key.
/third_party/python/Lib/test/
Dtest_curses.py774 stdscr.keypad(True)
775 stdscr.keypad(False)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DREADME-WPS110 config_methods=label display push_button keypad
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DREADME-WPS110 config_methods=label display push_button keypad
/third_party/python/Modules/
D_cursesmodule.c646 Window_OneArgNoReturnFunction(keypad, int, "i;True(1) or False(0)") in Window_NoArgNoReturnFunction()
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt624 - Backends: OSX: Fix keypad-enter key not working on MacOS. (#3554) [@rokups, @lfnoise]
/third_party/NuttX/
DReleaseNotes3343 * Calypso: Add Calypso keypad driver. From Denis Cariki.
3377 - keypadtest: A new keypad test example contributed by Denis Carikli.
15018 keypad driver that was removed years ago. It also uses illegal
/third_party/python/Misc/
DHISTORY6581 keypad keys.