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

123

/external/clang/test/Analysis/
H A DNewDelete-path-notes.cpp18 void kill() { function in struct:Odd
24 odd->kill(); // expected-note{{Calling 'Odd::kill'}}
303 // CHECK-NEXT: <string>Calling &apos;Odd::kill&apos;</string>
305 // CHECK-NEXT: <string>Calling &apos;Odd::kill&apos;</string>
/external/swiftshader/src/Shader/
H A DPixelShader.hpp52 bool kill; member in class:sw::PixelShader
/external/deqp/framework/delibs/decpp/
H A DdeProcess.cpp61 void Process::kill (void) function in class:de::Process
/external/autotest/client/site_tests/platform_TLSDate/
H A Dplatform_TLSDate.py52 def kill(self): member in class:TLSDate
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DRemoteAPI.java110 public boolean kill () { method in class:RemoteAPI
/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) {}
H A DExecutionDepsFix.cpp195 void kill(int rx);
284 void ExeDepsFix::kill(int rx) { function in class:__anon12542::ExeDepsFix
471 // Process defs to track register ages, and kill values clobbered by generic
503 // If Kill is set, also kill off DomainValues clobbered by the defs.
543 kill(rx);
604 kill(rx);
641 kill(rx);
662 kill(rx);
701 kill(i);
721 kill(r
[all...]
/external/ltp/testcases/kernel/syscalls/signal/
H A Dsignal01.c65 int kill; member in struct:tcase
120 if (tcases[tc].kill) {
168 if (tcases[tcase].kill)
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowRemoteCallbackList.java73 public void kill() { method in class:ShadowRemoteCallbackList
/external/skia/platform_tools/android/skp_gen/
H A Dandroid_skp_capture.py76 def kill(self): member in class:App
174 app.kill()
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/
H A DInterpreterProcess.java112 public void kill() { method in class:InterpreterProcess
113 super.kill();
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveRangeCalc.h88 LiveInBlock(LiveInterval *li, MachineDomTreeNode *node, SlotIndex kill) argument
89 : LI(li), DomNode(node), Kill(kill), Value(0) {}
/external/syslinux/gpxe/src/include/gpxe/
H A Djob.h48 void ( * kill ) ( struct job_interface *job ); member in struct:job_interface_operations
/external/autotest/scheduler/
H A Dpidfile_monitor.py87 def kill(self): member in class:PidfileRunMonitor
/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/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:__anon15002::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/autotest/site_utils/chromeos_proxy/
H A Dswarming_bots.py14 $ swarming_bots.py kill --working_dir WORKING_DIR --id_range '1-200'
218 def kill(self): member in class:SwarmingBot
227 os.kill(self.pid, signal.SIGTERM)
240 '[Bot %s] Failed to kill pid %s within %d secs, '
288 def kill(self): member in class:BotManager
290 # Start threads to kill bots.
293 t = threading.Thread(target=bot.kill)
355 'kill: kill bots. '
358 'action', choices=('launch', 'kill', 'chec
[all...]
/external/chromium-trace/catapult/common/battor/battor/
H A Dbattor_wrapper_unittest.py40 def kill(self): member in class:PopenMock
/external/sl4a/Common/src/com/googlecode/android_scripting/
H A DProcess.java162 public void kill() { method in class:Process
/external/valgrind/coregrind/
H A Dm_libcsignal.c347 Int VG_(kill)( Int pid, Int signo ) function
/external/autotest/client/common_lib/
H A Dpexpect.py1054 self.kill(signal.SIGHUP)
1058 self.kill(signal.SIGCONT)
1062 self.kill(signal.SIGINT)
1067 self.kill(signal.SIGKILL)
1175 def kill(self, sig): member in class:spawn
1179 kill the child unless you send the right signal. """
1181 # Same as os.kill, but the pid is given for you.
1183 os.kill(self.pid, sig)
/external/deqp/framework/delibs/deutil/
H A DdeProcess.c433 if (kill(process->pid, sigNum) == 0)
437 deProcess_setErrorFromErrno(process, "kill() failed");
778 static deBool stopProcess (deProcess* process, deBool kill) argument
782 if (!TerminateProcess(process->procInfo.hProcess, kill ? -1 : 0))
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp146 void kill() { UseAndIsSplittable.setPointer(nullptr); } function in class:__anon13415::Slice
812 AS.Slices[MTPI->second].kill();
842 PrevP.kill();
3347 // and stores against each other. We also track the slice so that we can kill
3649 // Mark the original load as dead and kill the original slice.
3651 Offsets.S->kill();
3755 // Mark the original store as dead now that we've split it up and kill its
3769 Offsets.S->kill();

Completed in 657 milliseconds

123