HomeSort by relevance Sort by last modified time
    Searched refs:kill_process (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
crash_service.py 80 # parent, so we can't use executive.kill_process().
85 self._executive.kill_process(self._pid)
http_server.py 221 # parent, so we can't use executive.kill_process().
226 self._executive.kill_process(self._pid)
http_server_base.py 121 self._executive.kill_process(self._pid)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process_unittest.py 43 self.host.executive.kill_process = lambda x: None
44 self.host.executive.kill_process = lambda x: None
server_process.py 403 self._host.executive.kill_process(self._proc.pid)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive_unittest.py 172 executive.kill_process(process.pid)
187 executive.kill_process(process.pid)
executive_mock.py 130 def kill_process(self, pid): member in class:MockExecutive
executive.py 177 def kill_process(self, pid): member in class:Executive
338 # FIXME: This is inconsistent that kill_all uses TERM and kill_process

Completed in 59 milliseconds