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

12

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/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/chrome/installer/setup/
H A Duninstall.cc17 #include "base/process/kill.h"
287 bool kill = true; local
296 kill = false;
301 if (kill) {
619 // give this method some brains and not kill chrome.exe launched
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc1023 int KernelProxy::kill(pid_t pid, int sig) { function in class:nacl_io::KernelProxy
1025 // so we can only send a signal to outselves. For kill(2)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dkill.c8 int kill(pid_t pid, int sig) { function
/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/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/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/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/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dserver_process.py399 def kill(self): member in class:ServerProcess
H A Dserver_process_mock.py78 def kill(self): member in class:MockServerProcess
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libevent/test/
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...]
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...]
/external/chromium_org/third_party/mesa/src/src/glsl/
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.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_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/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/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/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DRemoteAPI.java111 public boolean kill () { method in class:RemoteAPI
/external/deqp/execserver/
H A DxsWin32TestProcess.cpp408 kill();
606 void Process::stopProcess (bool kill) argument
610 if (!TerminateProcess(m_procInfo.hProcess, kill ? -1 : 0))
622 void Process::kill (void) function in class:xs::win32::Process
711 m_process->kill();
715 printf("Win32TestProcess::terminate(): Failed to kill process: %s\n", e.what());
740 m_process->kill();
746 printf("Win32TestProcess::cleanup(): Failed to kill process: %s\n", e.what());
760 // Timeout, kill process.
/external/deqp/framework/delibs/decpp/
H A DdeProcess.cpp61 void Process::kill (void) function in class:de::Process

Completed in 565 milliseconds

12