/frameworks/compile/libbcc/gdb_plugin/ |
android-commands.py | 326 self._shell(*["kill", "-9", pid]) 519 # Kill if running
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/ |
collect2 | |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
Client.java | 445 * Sends a kill message to the VM. 447 public void kill() { method in class:Client
|
/external/mksh/src/ |
mksh.1 | [all...] |
edit.c | 46 int kill; member in struct:__anon11060 113 edchars.erase = edchars.kill = edchars.intr = edchars.quit = 794 #define AEDIT &aedit /* area for kill ring and macro defns */ [all...] |
/external/libpcap/ |
optimize.c | 453 atomset def = 0, use = 0, kill = 0; local 477 kill |= ATOMMASK(atom); 503 b->kill = kill; 531 p->in_use |= p->out_use &~ p->kill; [all...] |
/external/llvm/lib/CodeGen/ |
InlineSpiller.cpp | 324 OS << " kill"; 422 // y = use x<kill> 586 << " kill=" << unsigned(SVI->second.KillsSource) << '\n'); 724 // Insert spill without kill flag immediately after def. 785 MI->setDesc(TII.get(TargetOpcode::KILL)); [all...] |
RegisterCoalescer.cpp | 522 /// A3 = op A2 B0<kill> 530 /// B2 = op B0 A2<kill> 636 // C = A<kill> 656 // Kill flags are no longer accurate. They are recomputed after RA. [all...] |
MachineInstr.cpp | 292 OS << "kill"; [all...] |
LiveDebugVariables.cpp | 232 /// registers. Determine if any of the copies are available at the kill 595 // Try to add defs of the copied values for each kill point. 607 DEBUG(dbgs() << "Kill at " << Idx << " covered by valno #" [all...] |
/external/llvm/lib/Target/ARM/ |
ARMExpandPseudoInsts.cpp | 478 if (SrcIsKill && !SrcIsUndef) // Add an implicit kill for the super-reg. 605 if (SrcIsKill) // Add an implicit kill for the super-reg. [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransactionStack.java | [all...] |
SIPClientTransaction.java | 241 // Client transaction terminated. Kill connection if [all...] |
/external/valgrind/main/coregrind/ |
m_signals.c | 50 kill. We could get away with just dropping them, since they aren't 54 a signal with kill, its expected to be synchronous: ie, the signal 58 another process with kill. These are generally blocked, except for [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
Monkey.java | 160 /** Kill the process after a timeout or crash. */ 732 } else if (opt.equals("--kill-process-after-error")) { [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
InstrEmitter.cpp | 327 // If this value has only one use, that use is a kill. This is a 329 // with CopyFromReg nodes, so don't emit kill flags for them. 330 // Avoid kill flags on Schedule cloned nodes, since there will be [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
m_gdbserver.c | 728 'kill-9ing' vgdb during such a pushed call, otherwise 739 if (VG_(kill)(VG_(getpid)(), VKI_SIGSTOP) != 0) 747 "vgdb did not took control. Did you kill vgdb ?\n" [all...] |
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | 807 throwIfMinusOne(env, "kill", TEMP_FAILURE_RETRY(kill(pid, sig))); [all...] |
/bionic/libc/arch-mips/ |
syscalls.mk | 29 syscall_src += arch-mips/syscalls/kill.S
|
/bionic/libc/arch-x86/ |
syscalls.mk | 29 syscall_src += arch-x86/syscalls/kill.S
|
/dalvik/docs/ |
embedded-vm-control.html | 209 (Ctrl-\ or <code>kill -3</code>), it dumps stack traces for all threads.
|
/dalvik/tools/ |
dex-preopt | 215 # Kill off the spare comma in optimizeFlags.
|
/dalvik/vm/ |
Thread.h | 601 * Debug: kill a thread to get a debuggerd stack trace. Leaves the VM
|
/docs/source.android.com/src/tech/test_infra/tradefed/ |
getting_started.md | 32 Enter 'kill' to attempt to forcibly exit, by shutting down adb
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
TokenRewriteStream.js | 179 * index i must kill any replace operation at i. Insert-before operations
|