OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kill
(Results
76 - 100
of
1513
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Tools/Scripts/webkitpy/common/system/
executive.py
109
# (otherwise we can hang when we
kill
DumpRenderTree when we are running
200
"""Attempts to
kill
the given pid.
205
# Thankfully os.
kill
on CYGWIN handles either pid type.
212
# os.
kill
isn't available on Windows. python 2.5.5 os.
kill
appears
218
os.
kill
(pid, signal.SIGKILL)
222
_log.warn("Failed to
kill
pid %s. Too many EAGAIN errors." % pid)
269
os.
kill
(pid, 0)
287
"""Attempts to
kill
processes matching process_name.
297
# uses
KILL
. Windows is always using /f (which seems like -KILL)
[
all
...]
/system/core/rootdir/etc/
init.testmenu
103
"1" )
kill
$phoneoutputpid; cat $atdev & phoneoutputpid=$! ;;
108
"6" )
kill
$phoneoutputpid; phoneoutputpid= ;;
215
echo " 6:
Kill
pppd"
221
"1" )
kill
$pppdpid; pppd notty < $pppdev > $pppdev & pppdpid=$!;;
222
"2" )
kill
$pppdpid; pppd nodetach $pppdev & pppdpid=$!;;
223
"3" )
kill
&pppdpid; pppd nodetach $pppdev connect "sh -c \"chat -v -f /etc/ppp/connect-data <$atdev >$atdev\"" & pppdpid=$!;;
226
"6" )
kill
$pppdpid; pppdpid=;;
283
"1" )
kill
$eventoutputpid; getevent & eventoutputpid=$! ;;
284
"2" )
kill
$eventoutputpid; eventoutputpid= ;;
288
kill
$notifypi
[
all
...]
/bionic/libc/unistd/
raise.c
33
return
kill
(gettid(), signum);
/bootable/recovery/applypatch/
imgdiff_test.sh
51
[ "$open_pid" == "" ] ||
kill
$open_pid
52
[ "$pid_emulator" == "" ] ||
kill
$pid_emulator
65
# not necessary if we're about to
kill
the emulator, but nice for
73
[ "$pid_emulator" == "" ] ||
kill
$pid_emulator
/external/chromium/net/url_request/
url_request_file_job.h
39
virtual void
Kill
();
/external/dropbear/
common-chansession.c
35
{SIGKILL, "
KILL
"},
/external/llvm/test/CodeGen/X86/
coalescer-dce.ll
7
; 256L %vreg2<def> = COPY %vreg7:sub_32bit<
kill
>; GR32:%vreg2 GR64:%vreg7
12
; updated: 272L %vreg0<def> = COPY %vreg7:sub_32bit<
kill
>; GR32:%vreg0 GR64:%vreg7
15
; 272L %vreg10:sub_32bit<def> = COPY %vreg7:sub_32bit<
kill
>, %vreg10<imp-def>; GR64:%vreg10,%vreg7
29
; removed, -verify-coalescing complains about the dangling
kill
.
/external/openssh/regress/
agent-getpeereid.sh
42
trace "
kill
agent"
agent-ptrace.sh
51
trace "
kill
agent"
agent-timeout.sh
34
trace "
kill
agent"
login-timeout.sh
18
$SUDO
kill
`$SUDO cat $PIDFILE`
/external/valgrind/main/gdbserver_tests/
mcbreak.stdinB.gdb
68
monitor v.
kill
mcinfcallWSRU.stdinB.gdb
28
monitor v.
kill
mcinvokeRU.stdoutB.exp
23
monitor command request to
kill
this process
mcinvokeWS.stdoutB.exp
23
monitor command request to
kill
this process
/external/valgrind/main/helgrind/tests/
tc22_exit_w_lock.c
48
kill
( getpid(), SIGABRT );
/external/valgrind/main/none/tests/s390x/
op_exception.stderr.exp
14
probably
kill
your program.
/external/valgrind/main/none/tests/
syscall-restart1.c
54
kill
(pid, SIGUSR1);
syscall-restart2.c
54
kill
(pid, SIGUSR1);
/external/webkit/Source/WebCore/manual-tests/autocorrection/
continue-typing-to-dismiss-reversion.html
38
frequently revert 'message' to 'mesage'. To fix this, remove all files in ~/Library/Spelling, then
kill
AppleSpell.service process.</p>
delete-to-dismiss-reversion.html
38
frequently revert 'message' to 'mesage'. To fix this, remove all files in ~/Library/Spelling, then
kill
AppleSpell.service process.</p>
delete-to-end-of-word-to-show-reversion.html
36
<p style="color:green">Note, this test can fail due to user specific spell checking data. If the user has previously frequently revert 'message' to 'mesage'. To fix this, remove all files in ~/Library/Spelling, then
kill
AppleSpell.service process.</p>
dismiss-multiple-guesses.html
38
<p style="color:green">Note, this test can fail due to user specific spell checking data. To fix this, remove all files in ~/Library/Spelling, then
kill
AppleSpell.service process.</p>
move-to-end-of-word-to-show-reversion.html
36
<p style="color:green">Note, this test can fail due to user specific spell checking data. If the user has previously frequently revert 'message' to 'mesage'. To fix this, remove all files in ~/Library/Spelling, then
kill
AppleSpell.service process.</p>
select-from-multiple-guesses.html
38
<p style="color:green">Note, this test can fail due to user specific spell checking data. To fix this, remove all files in ~/Library/Spelling, then
kill
AppleSpell.service process.</p>
Completed in 339 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>