/third_party/ffmpeg/libavutil/ |
D | twofish.c | 276 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__.py | 83 stdscr.keypad(1) 98 stdscr.keypad(0)
|
D | textpad.py | 49 win.keypad(1)
|
/third_party/toybox/kconfig/lxdialog/ |
D | textbox.c | 92 keypad(dialog, TRUE); in dialog_textbox() 101 keypad(box, TRUE); in dialog_textbox()
|
D | checklist.c | 143 keypad(dialog, TRUE); in dialog_checklist() 167 keypad(list, TRUE); in dialog_checklist()
|
D | yesno.c | 60 keypad(dialog, TRUE); in dialog_yesno()
|
D | menubox.c | 210 keypad(dialog, TRUE); in dialog_menu() 234 keypad(menu, TRUE); in dialog_menu()
|
D | util.c | 280 keypad(stdscr, TRUE); in reset_dialog() 496 keypad(win, FALSE); in on_key_esc() 503 keypad(win, TRUE); in on_key_esc()
|
D | inputbox.c | 70 keypad(dialog, TRUE); in dialog_inputbox()
|
/third_party/alsa-utils/alsamixer/ |
D | widget.c | 58 keypad(widget->window, TRUE); in widget_init()
|
D | curskey.c | 267 keypad(stdscr, TRUE); in curskey_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | README-P2P | 135 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/ |
D | README-P2P | 135 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/ |
D | curses.rst | 708 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/ |
D | fdperf.c | 579 keypad(dialog, TRUE); in counter_dialog() 666 keypad(mainwin, TRUE); in main_ui()
|
/third_party/python/Doc/howto/ |
D | curses.rst | 114 keypad mode. :: 116 stdscr.keypad(True) 122 stdscr.keypad(False)
|
/third_party/gptfdisk/ |
D | gptcurses.cc | 52 keypad(stdscr, true); in GPTDataCurses()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_osx.mm | 28 // 2020-10-28: Inputs: Added a fix for handling keypad-enter key.
|
/third_party/python/Lib/test/ |
D | test_curses.py | 774 stdscr.keypad(True) 775 stdscr.keypad(False)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | README-WPS | 110 config_methods=label display push_button keypad
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | README-WPS | 110 config_methods=label display push_button keypad
|
/third_party/python/Modules/ |
D | _cursesmodule.c | 646 Window_OneArgNoReturnFunction(keypad, int, "i;True(1) or False(0)") in Window_NoArgNoReturnFunction()
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 624 - Backends: OSX: Fix keypad-enter key not working on MacOS. (#3554) [@rokups, @lfnoise]
|
/third_party/NuttX/ |
D | ReleaseNotes | 3343 * 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/ |
D | HISTORY | 6581 keypad keys.
|