/bionic/libc/arch-mips/syscalls/ |
kill.S | 4 .globl kill 6 .ent kill 8 kill: label 22 .end kill
|
/development/host/windows/prebuilt/usb/ |
Android.mk | 12 .PHONY : kill-adb 14 $(LOCAL_PATH)/AdbWinApi.dll : kill-adb 16 kill-adb: 18 @adb kill-server || echo "adb appears to be missing"
|
/external/chromium/third_party/libevent/test/ |
regress.rpc | 6 optional struct[kill] attack = 3; 10 struct kill {
|
regress.gen.h | 24 struct kill; 42 int (*attack_assign)(struct msg *, const struct kill*); 43 int (*attack_get)(struct msg *, struct kill* *); 54 struct kill* attack_data; 79 int msg_attack_assign(struct msg *, const struct kill*); 80 int msg_attack_get(struct msg *, struct kill* *); 86 /* Tag definition for kill */ 94 /* Structure declaration for kill */ 96 int (*weapon_assign)(struct kill *, const char *); 97 int (*weapon_get)(struct kill *, char * *) 104 struct kill { struct [all...] |
regress_rpc.c | 90 EVRPC_HEADER(Message, msg, kill); 91 EVRPC_HEADER(NeverReply, msg, kill); 93 EVRPC_GENERATE(Message, msg, kill); 94 EVRPC_GENERATE(NeverReply, msg, kill); 102 struct kill* kill_reply = rpc->reply; 138 EVRPC_REGISTER(base, Message, msg, kill, MessageCb, NULL); 139 EVRPC_REGISTER(base, NeverReply, msg, kill, NeverReplyCb, NULL); 237 struct kill* kill_reply = NULL; 343 struct msg *msg, struct kill *kill, void *arg 444 struct kill *kill; local 580 struct kill *kill; local [all...] |
/packages/experimental/procstatlog/ |
diskload.sh | 33 kill $pid0; echo kill $pid0; sleep 2 34 kill $pid1; echo kill $pid1; sleep 2 35 kill $pid2; echo kill $pid2; sleep 2 36 kill $pid3; echo kill $pid3; sleep 2 37 kill $pid4; echo kill $pid4; sleep [all...] |
/bionic/libc/arch-x86/syscalls/ |
kill.S | 5 .type kill, @function 6 .globl kill 9 kill: label
|
/external/valgrind/main/gdbserver_tests/ |
invoker | 7 # but adding " -c v.kill" to kill Valgrind process. 19 ./vgdb "$@" -c v.kill
|
mcclean_after_fork.stderrB.exp | 3 monitor command request to kill this process
|
mchelp.stderrB.exp | 3 sending command v.kill to pid ....
|
passsigalrm.c | 21 if (kill(getpid(), SIGALRM) != 0) 22 perror("kill 1"); 30 if (kill(getpid(), SIGALRM) != 0) 31 perror("kill 2");
|
nlsigvgdb.stdinB.gdb | 14 # kill the process now 15 monitor v.kill
|
mcbreak.stderrB.exp | 6 monitor command request to kill this process
|
nlsigvgdb.stderrB.exp | 5 monitor command request to kill this process
|
mcclean_after_fork.stdinB.gdb | 23 # let's kill the parent: 24 monitor v.kill
|
mssnapshot.stdinB.gdb | 21 monitor v.kill
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
RemoteSubActivityScreen.java | 42 boolean kill = intent.getBooleanExtra("kill", false); 44 // + " kill=" + kill); 46 if (kill) { 47 // After finishing initialization, kill the process! But only if
|
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/ |
Makefile | 13 kill `cat twistd.pid` 16 kill -HUP `cat twistd.pid`
|
/external/dbus/test/data/invalid-messages/ |
too-little-header-padding.message | 20 ## kill a padding byte
|
not-nul-header-padding.message | 20 ## kill a padding byte and replace it
|
/external/dnsmasq/contrib/dnsmasq_MacOSX/ |
DNSmasq | 13 kill $pid
|
/external/valgrind/main/none/tests/ |
async-sigs.c | 25 /* Kill our child, but use a separate kill command. This is so that 40 // In the child, exec 'kill' in order to send the signal. 46 execl("/bin/kill", "kill", sigbuf, pidbuf, NULL); 57 perror("kill/waitpid"); 62 fprintf(stderr, "kill %d failed status=%s %d\n", killer, 111 do_kill(pid, fatalsig); // Should kill it.
|
/device/ti/panda/audio/test/ |
test-signal | 13 kill -TERM $$
|
/external/llvm/test/CodeGen/X86/ |
2010-04-08-CoalescerBug.ll | 5 ; %RDI<def,dead> = MOV64rr %RAX<kill>, %EDI<imp-def> 6 ; REP_MOVSD %ECX<imp-def,dead>, %EDI<imp-def,dead>, %ESI<imp-def,dead>, %ECX<imp-use,kill>, %EDI<imp-use,kill>, %ESI<imp-use,kill>
|
/external/openssh/regress/ |
reexec.sh | 44 $SUDO kill `$SUDO cat $PIDFILE` 56 $SUDO kill `$SUDO cat $PIDFILE` 69 $SUDO kill `$SUDO cat $PIDFILE`
|