Searched refs:_command (Results 1 – 11 of 11) sorted by relevance
/external/autotest/client/common_lib/cros/ |
D | process_watcher.py | 30 self._command = ' '.join([command] + list(args)) 31 if '"' in self._command: 40 command = self._command 47 self._run('%s%s >/dev/null 2>&1 &' % (prefix, self._command)) 56 process_utils.pkill_process(self._command,
|
/external/python/cpython3/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 …]
|
/external/python/cpython3/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)
|
/external/autotest/client/cros/multimedia/ |
D | system_facade_native.py | 184 self._command = command 194 self._bg_job = utils.BgJob(self._command, stdout_tee=self._stdout)
|
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | event.cpp | 130 _queue(q), _command(command), _fence(NULL) { 167 return _command; in command()
|
D | event.hpp | 140 cl_command_type _command; member in clover::hard_event
|
/external/autotest/site_utils/lxc/ |
D | container.py | 543 _command = ("sudo isolated download -isolated {sha} -I {server}" 546 return utils.run(_command.format(
|
/external/python/cpython2/Lib/ |
D | imaplib.py | 834 def _command(self, name, *args): member in IMAP4 860 if type(literal) is type(self._command): 1091 return self._command_complete(name, self._command(name, *args))
|
/external/python/cpython3/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 | 1587 for _command in _help_order: 1588 __doc__ += getattr(Pdb, 'do_' + _command).__doc__.strip() + '\n\n' 1591 del _help_order, _command
|
/external/cpuinfo/test/dmesg/ |
D | zenfone-2.log | 474 [ 0.185950] NS announcement: 5f 63 6f 6d 6d 61 6e 64 00 00 00 00 00 00 00 00 _command........
|