/third_party/ffmpeg/libavutil/ |
D | twofish.c | 272 uint8_t keypad[32]; in av_twofish_init() local 284 memset(keypad, 0, sizeof(keypad)); in av_twofish_init() 286 memcpy(keypad, key, key_bits >> 3); in av_twofish_init() 288 memcpy(keypad, key, 32); in av_twofish_init() 291 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/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoakeyboard.m | 260 CFDictionaryRef keyboard = NULL, keypad = NULL; 266 keypad = CreateHIDDeviceMatchingDictionary(kHIDPage_GenericDesktop, kHIDUsage_GD_Keypad); 267 if (!keypad) { 270 CFDictionaryRef matchesList[] = { keyboard, keypad }; 289 if (keypad) { 290 CFRelease(keypad);
|
/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/flutter/flutter/examples/flutter_gallery/lib/demo/calculator/ |
D | home.dart | 174 // We set flex equal to the number of columns so that the main keypad 175 // and the op keypad have sizes proportional to their number of
|
/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/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_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/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/flutter/flutter/packages/flutter/lib/src/services/ |
D | raw_keyboard_linux.dart | 200 /// the numeric keypad is pressed.
|
D | raw_keyboard_macos.dart | 287 /// the numeric keypad is pressed.
|
/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/flutter/flutter/dev/tools/gen_keycodes/data/ |
D | keyboard_key.tmpl | 269 /// places on the keyboard, such as the SHIFT, ALT, CTRL, and numeric keypad
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | README-WPS | 110 config_methods=label display push_button keypad
|