OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kill_process
(Results
1 - 12
of
12
) sorted by null
/development/samples/ApiDemos/res/layout/
remote_service_binding.xml
43
android:text="@string/
kill_process
">
service_start_arguments_controller.xml
53
android:text="@string/
kill_process
">
/external/webkit/Tools/Scripts/webkitpy/common/system/
executive_mock.py
51
def
kill_process
(self, pid):
member in class:MockExecutive2
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
executive_unittest.py
151
executive.
kill_process
(process.pid)
161
executive.
kill_process
(process.pid)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
websocket_server.py
214
Executive().
kill_process
(self._process.pid)
247
Executive().
kill_process
(pid)
chromium_win.py
185
# _kill_all instead of Executive.
kill_process
(pid)?
chromium_unittest.py
107
def
kill_process
(other, pid):
member in class:ChromiumDriverTest.test_stop.FakeExecutive
server_process.py
227
self._executive.
kill_process
(self._proc.pid)
chromium.py
538
self._port._executive.
kill_process
(self._proc.pid)
/external/webkit/Tools/
ChangeLog-2010-05-24
[
all
...]
/development/samples/ApiDemos/res/values/
strings.xml
208
<string name="
kill_process
">Kill Process</string>
[
all
...]
Completed in 180 milliseconds