Searched defs:kill (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dkill.c8 int kill(pid_t pid, int sig) { function
/external/clang/test/Analysis/
H A DNewDelete-path-notes.cpp18 void kill() { function in struct:Odd
24 odd->kill(); // expected-note{{Calling 'Odd::kill'}}
300 // CHECK-NEXT: <string>Calling &apos;Odd::kill&apos;</string>
302 // CHECK-NEXT: <string>Calling &apos;Odd::kill&apos;</string>
/external/chromium_org/third_party/pexpect/
H A Dfdpexpect.py95 def kill (self, sig): member in class:fdspawn
H A Dpexpect.py1107 self.kill(signal.SIGHUP)
1111 self.kill(signal.SIGCONT)
1115 self.kill(signal.SIGINT)
1120 self.kill(signal.SIGKILL)
1246 def kill(self, sig): member in class:spawn
1250 kill the child unless you send the right signal. """
1252 # Same as os.kill, but the pid is given for you.
1254 os.kill(self.pid, sig)
/external/lldb/test/pexpect-2.4/
H A Dfdpexpect.py79 def kill (self, sig): member in class:fdspawn
/external/chromium_org/testing/
H A Dxvfb.py21 def kill(pid): function
26 os.kill(pid, signal.SIGKILL)
134 kill(pid)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dserver_process_mock.py78 def kill(self): member in class:MockServerProcess
H A Dserver_process.py399 def kill(self): member in class:ServerProcess
/external/deqp/framework/delibs/decpp/
H A DdeProcess.cpp61 void Process::kill (void) function in class:de::Process
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserprocess.py41 self.kill()
47 # before the kill.
56 def kill(self): member in class:BrowserProcess
57 self.handle.kill()
67 def kill(self): member in class:BrowserProcessPosix
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DRemoteAPI.java111 public boolean kill () { method in class:RemoteAPI
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowRemoteCallbackList.java73 public void kill() { method in class:ShadowRemoteCallbackList
/external/bison/lib/
H A Dwait-process.c48 by CreateProcess(). Therefore we can kill it using TerminateProcess. */
49 #define kill(pid,sig) TerminateProcess ((HANDLE) (pid), sig) macro
100 kill (slave, TERMINATOR);
151 Additionally we need to kill child, because it's not yet among
153 kill (child, TERMINATOR);
207 it would kill the other totally unrelated process. */
240 later, when we exit, we don't kill a totally unrelated process which
332 later, when we exit, we don't kill a totally unrelated process which
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DMessageQueue.h69 void kill();
189 inline void MessageQueue<DataType>::kill() function in class:WTF::MessageQueue
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_copy_propagation.cpp94 void kill(ir_variable *ir);
141 kill(ir->lhs->variable_referenced());
199 * this call. So kill all copies.
237 kill(k->var);
281 kill(k->var);
289 ir_copy_propagation_visitor::kill(ir_variable *var) function in class:ir_copy_propagation_visitor
293 /* Remove any entries currently in the ACP for this kill. */
H A Dopt_constant_propagation.cpp113 void kill(ir_variable *ir, unsigned write_mask);
254 * we want to kill the whole vector, since in general we can't predict
256 * latter case, it doesn't matter what we do, so go ahead and kill the
266 kill(ir->lhs->variable_referenced(), kill_mask);
300 * this call. So kill all copies.
338 kill(k->var, k->write_mask);
383 kill(k->var, k->write_mask);
391 ir_constant_propagation_visitor::kill(ir_variable *var, unsigned write_mask) function in class:__anon14263::ir_constant_propagation_visitor
399 /* Remove any entries currently in the ACP for this kill. */
H A Dopt_copy_propagation_elements.cpp119 void kill(kill_entry *k);
180 kill(k);
307 * this call. So kill all copies.
348 kill(k);
392 kill(k);
399 /* Remove any entries currently in the ACP for this kill. */
401 ir_copy_propagation_elements_visitor::kill(kill_entry *k) function in class:ir_copy_propagation_elements_visitor
/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.h94 LiveInBlock(LiveRange &LR, MachineDomTreeNode *node, SlotIndex kill) argument
95 : LR(LR), DomNode(node), Kill(kill), Value(nullptr) {}
107 /// If only one def can reach Kill, all paths from the def to kill are added
/external/mesa3d/src/glsl/
H A Dopt_copy_propagation.cpp94 void kill(ir_variable *ir);
141 kill(ir->lhs->variable_referenced());
199 * this call. So kill all copies.
237 kill(k->var);
281 kill(k->var);
289 ir_copy_propagation_visitor::kill(ir_variable *var) function in class:ir_copy_propagation_visitor
293 /* Remove any entries currently in the ACP for this kill. */
H A Dopt_constant_propagation.cpp113 void kill(ir_variable *ir, unsigned write_mask);
254 * we want to kill the whole vector, since in general we can't predict
256 * latter case, it doesn't matter what we do, so go ahead and kill the
266 kill(ir->lhs->variable_referenced(), kill_mask);
300 * this call. So kill all copies.
338 kill(k->var, k->write_mask);
383 kill(k->var, k->write_mask);
391 ir_constant_propagation_visitor::kill(ir_variable *var, unsigned write_mask) function in class:__anon27674::ir_constant_propagation_visitor
399 /* Remove any entries currently in the ACP for this kill. */
H A Dopt_copy_propagation_elements.cpp119 void kill(kill_entry *k);
180 kill(k);
307 * this call. So kill all copies.
348 kill(k);
392 kill(k);
399 /* Remove any entries currently in the ACP for this kill. */
401 ir_copy_propagation_elements_visitor::kill(kill_entry *k) function in class:ir_copy_propagation_elements_visitor
/external/chromium_org/third_party/libevent/test/
H A Dregress_rpc.c90 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, voi
342 GotKillCb(struct evrpc_status *status, struct msg *msg, struct kill *kill, void *arg) argument
380 GotKillCbTwo(struct evrpc_status *status, struct msg *msg, struct kill *kill, void *arg) argument
444 struct kill *kill; local
556 GotErrorCb(struct evrpc_status *status, struct msg *msg, struct kill *kill, void *arg) argument
580 struct kill *kill; local
[all...]
H A Dregress.gen.h24 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 *, cha
104 struct kill { struct
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcsignal.c299 Int VG_(kill)( Int pid, Int signo ) function
/external/deqp/framework/delibs/deutil/
H A DdeProcess.c430 if (kill(process->pid, sigNum) == 0)
434 deProcess_setErrorFromErrno(process, "kill() failed");
775 static deBool stopProcess (deProcess* process, deBool kill) argument
779 if (!TerminateProcess(process->procInfo.hProcess, kill ? -1 : 0))

Completed in 2335 milliseconds

12