HomeSort by relevance Sort by last modified time
    Searched full:bgjob (Results 1 - 12 of 12) sorted by null

  /external/autotest/client/profilers/blktrace/
blktrace.py 53 self.blktrace_job = utils.BgJob('%s /dev/%s' % (self.blktrace, device))
  /external/autotest/client/profilers/ftrace/
ftrace.py 26 Shell escape the command for BgJob. grmbl.
98 self.record_job = utils.BgJob(self.join_command(cmd),
  /external/autotest/client/site_tests/login_LogoutProcessCleanup/
login_LogoutProcessCleanup.py 40 self.pid_su = utils.BgJob('su chronos -c "%s"' % self.command)
41 # Get pid of bash sub-process. Even though utils.BgJob() has exited,
  /external/autotest/client/common_lib/
base_utils.py 93 return '%s BgJob "%s" ' % (base_string, nickname)
99 # semantics problem in BgJob. See crbug.com/279312
100 class BgJob(object):
104 """Create and start a new BgJob.
106 This constructor creates a new BgJob, and uses Popen to start a new
110 After starting a new BgJob, use output_prepare to connect the process's
124 @param verbose: Boolean, make BgJob logging more verbose.
133 created by this BgJob does NOT use subprocess.PIPE
144 master-ssh connection BgJob.
216 the last output_prepare call when saving this data to BgJob.result
    [all...]
error.py 476 """Raised when an invalid call is made to a BgJob object."""
base_utils_unittest.py 772 bg_job = base_utils.BgJob('echo "hello world"')
  /external/autotest/server/cros/
factory_install_test.py 218 # TODO(jsalz): Add cwd to BgJob rather than including the 'cd' in the
220 bg_job = utils.BgJob(
tradefed_test.py 168 job = base_utils.BgJob([script_filename, target],
    [all...]
  /external/autotest/client/common_lib/cros/
chromedriver.py 176 self.bg_job = utils.BgJob(chromedriver_args, stderr_level=logging.DEBUG)
  /external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
hardware_MultiReaderPowerConsumption.py 66 utils.BgJob('tail -f %s --pid=%s > /dev/null'
  /external/autotest/server/hosts/
abstract_ssh.py     [all...]
adb_host.py 734 # so bgjob wants to warn us of this and tries to read the
    [all...]

Completed in 715 milliseconds