Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavutil/
Dtwofish.c272 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__.py83 stdscr.keypad(1)
98 stdscr.keypad(0)
Dtextpad.py49 win.keypad(1)
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoakeyboard.m260 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/
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/flutter/flutter/examples/flutter_gallery/lib/demo/calculator/
Dhome.dart174 // 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/
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/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_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/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/flutter/flutter/packages/flutter/lib/src/services/
Draw_keyboard_linux.dart200 /// the numeric keypad is pressed.
Draw_keyboard_macos.dart287 /// the numeric keypad is pressed.
/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/flutter/flutter/dev/tools/gen_keycodes/data/
Dkeyboard_key.tmpl269 /// places on the keyboard, such as the SHIFT, ALT, CTRL, and numeric keypad
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DREADME-WPS110 config_methods=label display push_button keypad

12