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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/
NewDelete-path-notes.cpp 19 void kill() { function in struct:Odd
25 odd->kill(); // expected-note{{Calling 'Odd::kill'}}
364 // CHECK-NEXT: <string>Calling &apos;Odd::kill&apos;</string>
366 // CHECK-NEXT: <string>Calling &apos;Odd::kill&apos;</string>
  /bionic/libc/arch-mips/syscalls/
kill.S 4 .globl kill
6 .ent kill
8 kill: label
22 .end kill
  /external/chromium/third_party/libevent/test/
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 6 optional struct[kill] attack = 3;
10 struct kill {
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...]
  /external/chromium_org/third_party/libevent/test/
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 6 optional struct[kill] attack = 3;
10 struct kill {
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/apps/Nfc/nci/jni/
IntervalTimer.h 32 void kill();
IntervalTimer.cpp 44 kill();
66 kill();
70 void IntervalTimer::kill() function in class:IntervalTimer
  /bionic/libc/arch-arm/bionic/
kill.S 41 ENTRY(kill) function
50 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/valgrind/main/gdbserver_tests/
mchelp.stderrB.exp 3 sending command v.kill to pid ....
mcclean_after_fork.stderrB.exp 3 monitor command request to kill this process
passsigalrm.c 21 if (kill(getpid(), SIGALRM) != 0)
22 perror("kill 1");
30 if (kill(getpid(), SIGALRM) != 0)
31 perror("kill 2");
nlsigvgdb.stderrB.exp 5 monitor command request to kill this process
  /bionic/libc/arch-x86/syscalls/
kill.S 6 ENTRY(kill) function
24 END(kill)
  /external/valgrind/main/none/tests/
sigstackgrowth.c 40 kill(getpid(), SIGUSR1);
56 kill(getpid(), SIGUSR1);
  /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
  /bionic/libc/upstream-netbsd/libc/unistd/
killpg.c 55 return (kill(-pgid, sig));
  /external/compiler-rt/lib/tsan/lit_tests/
signal_malloc.cc 22 kill(getpid(), SIGPROF);
  /frameworks/base/core/java/android/view/
SurfaceSession.java 55 public void kill() { method in class:SurfaceSession
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_misc.h 42 # include <signal.h> /* for kill() */
60 # define os_break() kill(getpid(), SIGTRAP)
  /external/mesa3d/src/gallium/auxiliary/os/
os_misc.h 42 # include <signal.h> /* for kill() */
60 # define os_break() kill(getpid(), SIGTRAP)
  /external/chromium_org/third_party/sqlite/src/test/
crashtest1.c 46 kill(parent, SIGKILL);
60 kill(parent, SIGKILL);
92 kill(pid, SIGKILL);

Completed in 333 milliseconds

1 2 3 4 5 6 7 8 91011>>