Searched refs:kill_process (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive_mock.py51 def kill_process(self, pid): member in class:MockExecutive2
H A Dexecutive_unittest.py151 executive.kill_process(process.pid)
161 executive.kill_process(process.pid)
H A Dexecutive.py199 def kill_process(self, pid): member in class:Executive
225 _log.warn("Called kill_process with a non-existant pid %s" % pid)
296 # FIXME: This is inconsistent that kill_all uses TERM and kill_process
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dwebsocket_server.py214 Executive().kill_process(self._process.pid)
247 Executive().kill_process(pid)
H A Dchromium_unittest.py107 def kill_process(other, pid): member in class:ChromiumDriverTest.test_stop.FakeExecutive
H A Dserver_process.py227 self._executive.kill_process(self._proc.pid)
H A Dchromium.py538 self._port._executive.kill_process(self._proc.pid)

Completed in 56 milliseconds