HomeSort by relevance Sort by last modified time
    Searched refs:_command (Results 1 - 21 of 21) sorted by null

  /external/autotest/client/common_lib/cros/
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/autotest/client/site_tests/graphics_Drm/
graphics_Drm.py 30 self._command = command
31 if self._command is None:
32 self._command = name
79 self._command,
86 logging.info('Passed: %s', self._command)
88 % (self._command, cmd_result.duration))
92 % (self._command, self._opts['timeout']))
96 logging.error('Failed: %s (exit=%d)' % (self._command,
102 % self._command)
  /external/lisa/libs/wlgen/wlgen/
workload.py 230 _command = self.command
232 if not _command:
241 _command = '{} {}'\
242 .format(taskset_cmd, _command)
246 _command = self.target.cgroups.run_into_cmd(self.cgroup,
247 _command)
264 self._log.debug('WlGen [background]: %s', _command)
265 self.target.background(_command, as_root=as_root)
271 self._log.info(' %s', _command)
273 results = self.target.execute(_command, as_root=as_root
    [all...]
  /test/vts-testcase/kernel/ltp/
test_case.py 49 self._command = command
98 return self._command
103 for command in self._command.split('&&'))
  /external/syslinux/gpxe/src/drivers/infiniband/
arbel.h 462 #define ARBEL_HCR_OPCODE( _command ) ( (_command) & 0xfff )
463 #define ARBEL_HCR_IN_LEN( _command ) ( ( (_command) >> 12 ) & 0x7fc )
464 #define ARBEL_HCR_OUT_LEN( _command ) ( ( (_command) >> 21 ) & 0x7fc )
hermon.h 588 #define HERMON_HCR_OPCODE( _command ) ( (_command) & 0xfff )
589 #define HERMON_HCR_IN_LEN( _command ) ( ( (_command) >> 12 ) & 0x7fc )
590 #define HERMON_HCR_OUT_LEN( _command ) ( ( (_command) >> 21 ) & 0x7fc )
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp 339 OnPlan(_command.action);
543 if (BOOTSTRAPPER_RESTART_PROMPT == _command.restart) {
575 if (_command.action != BOOTSTRAPPER_ACTION_INSTALL ||
649 if (_restartRequired && BOOTSTRAPPER_RESTART_PROMPT == _command.restart) {
764 if (_command.action == BOOTSTRAPPER_ACTION_INSTALL) {
843 if (BOOTSTRAPPER_DISPLAY_FULL > _command.display ||
844 BOOTSTRAPPER_ACTION_LAYOUT == _command.action ||
845 BOOTSTRAPPER_ACTION_UNINSTALL == _command.action ||
846 BOOTSTRAPPER_RESUME_TYPE_REBOOT == _command.resumeType) {
3183 BOOTSTRAPPER_COMMAND _command; member in class:PythonBootstrapperApplication
    [all...]
  /test/framework/harnesses/host_controller/
invocation_thread.py 35 _command: A list of strings, the command and arguments.
56 self._command = command
73 *self._command))
  /development/tools/
monkey 70 self._command = ["adb"]
82 cmd = self._command + cmd
117 cmd = self._command + cmd
  /external/mesa3d/src/gallium/state_trackers/clover/core/
event.hpp 138 cl_command_type _command; member in class:clover::hard_event
event.cpp 121 _queue(q), _command(command), _fence(NULL) {
158 return _command;
  /external/toolchain-utils/automation/common/
command.py 44 self._command = command
71 return str(Chain(self._prefix, self._command, self._suffix))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imaplib.py 818 def _command(self, name, *args): member in class:IMAP4
844 if type(literal) is type(self._command):
    [all...]
  /external/python/cpython2/Lib/
imaplib.py 831 def _command(self, name, *args): member in class:IMAP4
857 if type(literal) is type(self._command):
    [all...]
  /external/python/cpython3/Lib/
imaplib.py 929 def _command(self, name, *args): member in class:IMAP4
    [all...]
pdb.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 818 def _command(self, name, *args): member in class:IMAP4
844 if type(literal) is type(self._command):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 818 def _command(self, name, *args): member in class:IMAP4
844 if type(literal) is type(self._command):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 818 def _command(self, name, *args): member in class:IMAP4
844 if type(literal) is type(self._command):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 818 def _command(self, name, *args): member in class:IMAP4
844 if type(literal) is type(self._command):
    [all...]
  /external/devlib/devlib/utils/
ssh.py 194 _command = '({}); __devlib_ec=$?; echo; echo $__devlib_ec'.format(command)
196 _command, timeout, as_root, strip_colors)
    [all...]

Completed in 755 milliseconds