HomeSort by relevance Sort by last modified time
    Searched full:kill (Results 676 - 700 of 1513) sorted by null

<<21222324252627282930>>

  /external/netperf/
netcpu_looper.c 405 /* I wonder if I need to look for other threads to kill? */
453 /* now go through and kill-off all the child processes */
457 kill(lib_idle_pids[i],SIGTERM);
  /external/v8/src/
d8-posix.cc 396 kill(pid, SIGINT);
509 kill(pid, SIGINT); // On timeout, kill the subprocess.
  /external/valgrind/main/coregrind/
m_debugger.c 331 rc = VG_(kill)(VG_(getpid)(), VKI_SIGSTOP);
342 VG_(kill)(pid, VKI_SIGSTOP) == 0 &&
407 VG_(kill)(pid, VKI_SIGKILL);
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 122 mCallbacks.kill();
916 public void kill() { method in class:TextToSpeechService.CallbackMap
919 super.kill();
  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 323 observer.kill();
615 * any other method but {@link #isAlive()} and {@link #kill()} will throw an Exception.
619 private void kill() { method in class:ViewTreeObserver
  /ndk/
ndk-gdb 278 echo " --force Kill existing debug session if it exists"
660 echo "ERROR: Another debug session running, Use --force to kill it."
664 run adb_cmd shell kill -9 $GDBSERVER_PID
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-dlltool.1 149 [\fB\-k\fR|\fB\-\-kill\-at\fR] [\fB\-A\fR|\fB\-\-add\-stdcall\-alias\fR]
389 .IP "\fB\-\-kill\-at\fR" 4
390 .IX Item "--kill-at"
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-dlltool.1 149 [\fB\-k\fR|\fB\-\-kill\-at\fR] [\fB\-A\fR|\fB\-\-add\-stdcall\-alias\fR]
389 .IP "\fB\-\-kill\-at\fR" 4
390 .IX Item "--kill-at"
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-dlltool.1 149 [\fB\-k\fR|\fB\-\-kill\-at\fR] [\fB\-A\fR|\fB\-\-add\-stdcall\-alias\fR]
389 .IP "\fB\-\-kill\-at\fR" 4
390 .IX Item "--kill-at"
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-dlltool.1 149 [\fB\-k\fR|\fB\-\-kill\-at\fR] [\fB\-A\fR|\fB\-\-add\-stdcall\-alias\fR]
389 .IP "\fB\-\-kill\-at\fR" 4
390 .IX Item "--kill-at"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
introspect.h 440 /** Kill a client. \since 0.5 */
443 /** Kill a sink input. \since 0.5 */
446 /** Kill a source output. \since 0.5 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 440 /** Kill a client. \since 0.5 */
443 /** Kill a sink input. \since 0.5 */
446 /** Kill a source output. \since 0.5 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 440 /** Kill a client. \since 0.5 */
443 /** Kill a sink input. \since 0.5 */
446 /** Kill a source output. \since 0.5 */
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
EmulatorConsole.java 59 private final static String COMMAND_KILL = "kill\r\n"; //$NON-NLS-1$
314 * Sends a KILL command to the emulator.
316 public synchronized void kill() { method in class:EmulatorConsole
  /external/blktrace/doc/
blktrace.tex 261 % kill -15 9713
371 \item The default behaviour for blktrace is to run forever until explicitly killed by the user (via a control-C, or \emph{kill} utility invocation). There are two ways to modify this:
374 \item You may utilize the blktrace utility itself to \emph{kill}
390 -k & --kill & Kill on-going trace \\ \hline
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 398 // uses the same register, make sure to transfer any kill flag.
422 // Remove kill flags from any memops that come before insertPos.
436 // We may need to move kill flags again.
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 328 Src, /*TODO: Kill=*/false);
790 SrcReg = FastEmitZExtFromI1(MVT::i8, SrcReg, /*TODO: Kill=*/false);
796 SrcReg, /*TODO: Kill=*/false);
    [all...]
X86FrameLowering.cpp 741 .addReg(FramePtr, RegState::Kill)
886 .addReg(X86::EAX, RegState::Kill)
    [all...]
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/adt/
DDMSFacade.java 762 // once more wont kill
1367 public static void kill(String serialNumber) method in class:DDMSFacade
    [all...]
  /external/chromium/third_party/libevent/test/
regress.c 768 /* use SIGCONT so we don't kill ourselves when we signal to nowhere */
1501 struct kill *attack;
1515 fprintf(stderr, "Failed to set kill message.\n");
    [all...]
  /external/dbus/dbus/
dbus-spawn.c 307 /* If we couldn't reap the child then kill it, and
311 kill (sitter->sitter_pid, SIGKILL);
619 kill (sitter->grandchild_pid, SIGKILL);
    [all...]
  /external/linux-tools-perf/
builtin-stat.c 469 kill(child_pid, SIGTERM);
1014 kill(child_pid, SIGTERM);
1020 kill(getpid(), signr);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 36 /// Basic block live-in lists, kill flags, and implicit defs may not be
275 /// clear the kill flag from the MachineOperand. This function is used by
277 /// preserve conservative kill flag information.
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 665 // On some targets like Mips, branches may kill virtual registers. Make sure
685 DEBUG(dbgs() << "Removing terminator kill: " << *MI);
725 DEBUG(dbgs() << "Restored terminator kill: " << *I);
    [all...]
Passes.cpp 646 // FIXME: Once TwoAddressInstruction pass no longer uses kill flags,
648 // computed. (We still either need to regenerate kill flags after regalloc, or
699 // kill markers.

Completed in 3003 milliseconds

<<21222324252627282930>>