Home
last modified time | relevance | path

Searched refs:nuke_subprocess (Results 1 – 11 of 11) sorted by relevance

/external/autotest/client/tests/iosched_bugs/
Diosched_bugs.py32 utils.nuke_subprocess(p1)
33 utils.nuke_subprocess(p2)
43 utils.nuke_subprocess(p1)
/external/autotest/client/cros/cellular/pseudomodem/
Dpseudomodem_context.py39 def nuke_subprocess(subproc, timeout_hint_seconds=0): function
225 if (nuke_subprocess(self._pseudomodem_process,
/external/autotest/client/profilers/blktrace/
Dblktrace.py58 utils.nuke_subprocess(self.blktrace_job.sp)
/external/autotest/server/hosts/
Dssh_multiplex.py126 utils.nuke_subprocess(self._master_job.sp)
/external/autotest/server/cros/
Dtradefed_utils.py95 common_utils.nuke_subprocess(job.sp)
Dfactory_install_test.py228 self.cleanup_tasks.append(lambda: utils.nuke_subprocess(bg_job.sp))
/external/autotest/client/common_lib/cros/
Dchromedriver.py226 utils.nuke_subprocess(self.bg_job.sp)
/external/autotest/server/site_tests/firmware_IntegratedU2F/
Dfirmware_IntegratedU2F.py186 exit_status = utils.nuke_subprocess(self.u2ftest_job.sp)
/external/autotest/server/cros/faft/
Dcr50_test.py730 exit_status = utils.nuke_subprocess(self._ccd_open_job.sp)
816 exit_status = utils.nuke_subprocess(gsctool_job.sp)
/external/autotest/server/cros/multimedia/
Dremote_facade_factory.py204 utils.nuke_subprocess(self._log_saving_job.sp)
/external/autotest/client/common_lib/
Dutils.py940 if nuke_subprocess(bg_job.sp) is None:
988 def nuke_subprocess(subproc): function