Home
last modified time | relevance | path

Searched refs:kill (Results 1 – 21 of 21) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Db29_lib.py118 debug_bridge_process.kill()
176 debug_bridge_process.kill()
179 debug_bridge_process.kill()
198 debug_bridge_process.kill()
202 debug_bridge_process.kill()
216 reset_charger_process.kill()
/tools/acloud/internal/lib/
Dssh.py62 timer = threading.Timer(timeout, process.kill)
89 timer = threading.Timer(timeout, process.kill)
128 timer = threading.Timer(timeout, process.kill)
Dutils.py1575 proc.kill()
/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtA2dpDynamicChannelTest.py76 proc.kill()
78 proc.kill()
/tools/test/connectivity/acts/framework/tests/controllers/ap_lib/
Dradvd_test.py101 def test_radvd_ikill(self, kill): argument
102 kill.return_value = True
/tools/repohooks/rh/
Dutils.py174 proc.kill()
212 os.kill(self.pid, signum)
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py319 self._master_ssh_proc.kill()
390 tunnel.proc.kill()
/tools/test/connectivity/acts_tests/tests/meta/
DActsUnitTest.py54 test_process.kill()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DA2dpBaseTest.py144 proc.kill()
146 proc.kill()
/tools/test/connectivity/acts/framework/tests/
Dacts_job_test.py54 def kill(self): member in FakePopen
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Dshell.py195 def kill(self, identifier, timeout=10): member in ShellCommand
/tools/tradefederation/core/javatests/res/testtype/
Dpython_output3.txt17 Ensure that adb emu kill works. ... ok
Dpython_output1.txt16 Ensure that adb emu kill works. ... ok
/tools/tradefederation/core/res/perfetto/
Drecord_android_trace622 logcat.kill()
689 p.kill()
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Ddhcp_server.py107 self._shell.kill(self._identifier)
Dradvd.py108 self._shell.kill(self._ps_identifier)
Dhostapd.py109 self._shell.kill(self._identifier)
/tools/test/connectivity/acts/framework/acts/libs/proc/
Djob.py149 proc.kill()
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dpackage_server.py240 self._server_proc.kill()
/tools/test/openhst/
Dstress_test.py333 self.process.kill(signal.SIGHUP)
334 self.process.kill(signal.SIGINT)
/tools/acloud/create/
Davd_spec.py769 timer = threading.Timer(_REPO_TIMEOUT, process.kill)