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

1 2 3 4 5 6 7 8 91011>>

  /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...]
regress.gen.c 125 const struct kill* value)
205 msg_attack_get(struct msg *msg, struct kill* *value)
416 * Implementation of kill
428 struct kill *
431 struct kill *tmp;
432 if ((tmp = malloc(sizeof(struct kill))) == NULL) {
454 kill_weapon_assign(struct kill *msg,
466 kill_action_assign(struct kill *msg,
478 kill_how_often_assign(struct kill *msg, const ev_uint32_t value)
486 kill_weapon_get(struct kill *msg, char * *value
    [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
mssnapshot.stderrB.exp 9 v.kill : kill the Valgrind process
22 monitor command request to kill this process
mcbreak.stderrB.exp 6 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);
pending.c 51 kill(getpid(), SIGUSR1);
52 kill(getpid(), SIGHUP);
  /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/bison/lib/
raise.c 77 return kill (getpid (), sig);
  /bionic/libc/unistd/
abort.c 85 (void)kill(getpid(), SIGABRT);
102 (void)kill(getpid(), SIGABRT);
  /external/chromium/chrome/browser/ui/cocoa/
hung_renderer_controller.h 51 - (IBAction)kill:(id)sender;

Completed in 1639 milliseconds

1 2 3 4 5 6 7 8 91011>>