Home
last modified time | relevance | path

Searched refs:kill_process (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/system/
Dexecutive_mock.py51 def kill_process(self, pid): member in MockExecutive2
Dexecutive_unittest.py151 executive.kill_process(process.pid)
161 executive.kill_process(process.pid)
Dexecutive.py199 def kill_process(self, pid): member in Executive
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dwebsocket_server.py214 Executive().kill_process(self._process.pid)
247 Executive().kill_process(pid)
Dserver_process.py227 self._executive.kill_process(self._proc.pid)
Dchromium_unittest.py107 def kill_process(other, pid): member in ChromiumDriverTest.test_stop.FakeExecutive
Dchromium.py538 self._port._executive.kill_process(self._proc.pid)
/external/webkit/Tools/
DChangeLog-2010-05-242083 exit codes of processes killed by kill_process and kill_all.
2137 exit codes of processes killed by kill_process and kill_all.
3330 Currently kill_process and kill_all swallow exceptions in the cases
6854 kill_process is copy/pasted in five places
6857 We shouldn't replicate the kill_process logic in every port. Instead,