Searched refs:_command (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 331 OnPlan(_command.action); in OnCommand() 535 if (BOOTSTRAPPER_RESTART_PROMPT == _command.restart) { in SuccessPage_Show() 567 if (_command.action != BOOTSTRAPPER_ACTION_INSTALL || in SuccessPage_Show() 641 if (_restartRequired && BOOTSTRAPPER_RESTART_PROMPT == _command.restart) { in FailurePage_Show() 760 if (_command.action == BOOTSTRAPPER_ACTION_INSTALL) { in OnDetectRelatedBundle() 853 if (BOOTSTRAPPER_DISPLAY_FULL > _command.display || in OnDetectComplete() 854 BOOTSTRAPPER_ACTION_LAYOUT == _command.action || in OnDetectComplete() 855 BOOTSTRAPPER_ACTION_UNINSTALL == _command.action || in OnDetectComplete() 856 BOOTSTRAPPER_RESUME_TYPE_REBOOT == _command.resumeType) { in OnDetectComplete() 858 ::PostMessageW(_hWnd, WM_PYBA_PLAN_PACKAGES, 0, _command.action); in OnDetectComplete() [all …]
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_textview.py | 202 def _command(): function 205 button = Button(root, text='BUTTON', command=_command) 215 def _command(): function 219 button = Button(root, text='BUTTON', command=_command)
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/ |
D | process.dart | 400 RunResult(this.processResult, this._command) 401 : assert(_command != null), 402 assert(_command.isNotEmpty); 406 final List<String> _command; 425 _command.first, 426 _command.skip(1).toList(),
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | event.cpp | 133 _queue(q), _command(command), _fence(NULL) { 170 return _command; in command()
|
D | event.hpp | 140 cl_command_type _command; member in clover::hard_event
|
/third_party/python/Lib/ |
D | imaplib.py | 964 def _command(self, name, *args): member in IMAP4 993 if type(literal) is type(self._command): 1230 return self._command_complete(name, self._command(name, *args))
|
D | pdb.py | 1597 for _command in _help_order: 1598 __doc__ += getattr(Pdb, 'do_' + _command).__doc__.strip() + '\n\n' 1601 del _help_order, _command
|
/third_party/pulseaudio/shell-completion/zsh/ |
D | _pulseaudio | 273 local _command 467 _command=$words[1] 469 case $_command in
|
/third_party/gettext/gettext-tools/tests/ |
D | mm-viet.comp.po | 18796 msgid "Disable _command line"
|