HomeSort by relevance Sort by last modified time
    Searched full:kill (Results 1 - 25 of 844) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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-sh/syscalls/
kill.S 5 .type kill, @function
6 .globl kill
9 kill: label
  /bionic/libc/arch-x86/syscalls/
kill.S 5 .type kill, @function
6 .globl kill
9 kill: label
  /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
SubActivityTest.java 74 mIntent.putExtra("kill", true);
82 mIntent.putExtra("kill", true);
89 mIntent.putExtra("kill", true);
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
Makefile 13 kill `cat twistd.pid`
16 kill -HUP `cat twistd.pid`
  /system/core/toolbox/
kill.c 24 int err = kill(pid, sig);
27 fprintf(stderr, "could not kill pid %d: %s\n", pid, strerror(errno));
  /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
  /system/extras/tests/bionic/libc/common/
test_clone.c 22 if (kill (getpid (), SIGSTOP) < 0)
23 perror ("kill");
  /external/bluetooth/bluez/compat/
dund.1 29 \fB\-\-kill\fR \fB\-k\fR <bdaddr>
30 Kill DUN connection
33 Kill all DUN connections
pand.1 24 \fB\-\-kill\fR \fB\-k\fR <bdaddr>
25 Kill PAN connection
28 Kill all PAN connections
hidd.1 34 \fB\-\-kill\fR <bdaddr>
  /system/core/sh/funcs/
kill 1 # $NetBSD: kill,v 1.7 1995/05/11 21:31:10 christos Exp $
36 # @(#)kill 8.2 (Berkeley) 5/4/95
38 # Convert job names to process ids and then run /bin/kill.
40 kill() {
49 /bin/kill $args
  /bionic/libc/arch-arm/bionic/
kill.S 42 .type kill, #function
43 .globl kill
46 kill: label
  /bootable/recovery/
verifier_test.sh 50 [ "$open_pid" == "" ] || kill $open_pid
51 [ "$pid_emulator" == "" ] || kill $pid_emulator
57 # not necessary if we're about to kill the emulator, but nice for
62 [ "$pid_emulator" == "" ] || kill $pid_emulator
  /external/dhcpcd/dhcpcd-hooks/
50-yp.conf 32 kill -HUP "${pid}"
42 kill -HUP "${pid}"
  /external/dnsmasq/contrib/Solaris10/
dnsmasq.xml 42 exec=':kill'
47 exec=':kill -HUP'
  /external/dbus/tools/
run-with-tmp-session-bus.sh 11 kill -9 $DBUS_SESSION_BUS_PID
63 kill -TERM $DBUS_SESSION_BUS_PID || die "Message bus vanished! should not have happened" && echo "Killed daemon $DBUS_SESSION_BUS_PID" >&2
68 kill -9 $DBUS_SESSION_BUS_PID > /dev/null 2>&1 || true
  /external/oprofile/libutil/
op_lockfile.c 50 if (kill(pid, 0)) {

Completed in 206 milliseconds

1 2 3 4 5 6 7 8 91011>>