OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kill_process
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/common/system/
executive_mock.py
51
def
kill_process
(self, pid):
member in class:MockExecutive2
executive_unittest.py
151
executive.
kill_process
(process.pid)
161
executive.
kill_process
(process.pid)
executive.py
199
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/
websocket_server.py
214
Executive().
kill_process
(self._process.pid)
247
Executive().
kill_process
(pid)
server_process.py
227
self._executive.
kill_process
(self._proc.pid)
chromium_unittest.py
107
def
kill_process
(other, pid):
member in class:ChromiumDriverTest.test_stop.FakeExecutive
chromium.py
538
self._port._executive.
kill_process
(self._proc.pid)
Completed in 1493 milliseconds