Home
last modified time | relevance | path

Searched refs:BgJob (Results 1 – 14 of 14) sorted by relevance

/external/autotest/client/common_lib/cros/
Dtest_webrtc_peer_connection.py306 utils.BgJob('top -b -d %d -n %d -w 512 -c > %s/top_output.txt'
308 utils.BgJob('iostat -x %d %d > %s/iostat_output.txt'
310 utils.BgJob('for i in $(seq %d);'
Dchromedriver.py195 self.bg_job = utils.BgJob(chromedriver_args, stderr_level=logging.DEBUG)
/external/autotest/server/hosts/
Dssh_multiplex.py102 self._master_job = utils.BgJob(
/external/autotest/client/profilers/ftrace/
Dftrace.py98 self.record_job = utils.BgJob(self.join_command(cmd),
/external/autotest/client/cros/multimedia/
Dsystem_facade_native.py194 self._bg_job = utils.BgJob(self._command, stdout_tee=self._stdout)
/external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
Dhardware_MultiReaderPowerConsumption.py66 utils.BgJob('tail -f %s --pid=%s > /dev/null'
/external/autotest/server/site_tests/firmware_IntegratedU2F/
Dfirmware_IntegratedU2F.py189 self.u2ftest_job = utils.BgJob(full_ssh_command,
/external/autotest/server/cros/
Dfactory_install_test.py221 bg_job = utils.BgJob(
/external/autotest/server/cros/tradefed/
Dtradefed_utils.py87 jobs = [common_utils.BgJob(
/external/autotest/server/cros/multimedia/
Dremote_facade_factory.py240 self._log_saving_job = utils.BgJob(full_command,
/external/autotest/client/common_lib/
Dutils.py139 class BgJob(object): class
787 (BgJob(command, stdout_tee, stderr_tee, verbose, stdin=stdin,
819 bg_jobs.append(BgJob(command, stdout_tee, stderr_tee,
837 bg_job = BgJob(command)
Dutils_unittest.py856 bg_job = utils.BgJob('echo "hello world"')
/external/autotest/server/cros/faft/
Dcr50_test.py972 gsctool_job = utils.BgJob(
Dfirmware_test.py2313 self._ccd_open_job = utils.BgJob(full_ssh_cmd,