Searched refs:kill (Results 226 - 250 of 251) sorted by relevance

1234567891011

/external/mksh/src/
H A Dmain.c77 "stop=kill -STOP",
685 * If user ^Cs out, we don't want to kill the shell...
973 kill(0, sig);
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js3111 // menu is closed (since the resetInput would kill the
3711 var ranges = cm.doc.sel.ranges, kill = [];
3712 // Build up a set of ranges to kill first, merging overlapping
3716 while (kill.length && cmp(toKill.from, lst(kill).to) <= 0) {
3717 var replaced = kill.pop();
3723 kill.push(toKill);
3727 for (var i = kill.length - 1; i >= 0; i--)
3728 replaceRange(cm.doc, "", kill[i].from, kill[
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp164 void kill() { UseAndIsSplittable.setPointer(nullptr); } function in class:__anon26325::Slice
538 S.Slices[MTPI->second].kill();
569 PrevP.kill();
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2147 kill(getpid(), SIGPROF);
2158 kill(getpid(), SIGPROF);
2165 kill(getpid(), SIGPROF);
/external/chromium_org/build/android/pylib/
H A Dandroid_commands.py582 adb_cmd = [constants.GetAdbPath(), 'kill-server']
588 # pgrep didn't find adb, kill-server succeeded.
750 process: name of the process to kill off.
752 with_su: wether or not to use su to kill the processes.
759 cmd = 'kill -%d %s' % (signum, ' '.join(pids))
773 process: name of the process to kill off
919 package: Name of the process to kill off, e.g.
1524 self.logcat_process.kill()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcodemirror.js3286 // menu is closed (since the resetInput would kill the
3897 var ranges = cm.doc.sel.ranges, kill = [];
3898 // Build up a set of ranges to kill first, merging overlapping
3902 while (kill.length && cmp(toKill.from, lst(kill).to) <= 0) {
3903 var replaced = kill.pop();
3909 kill.push(toKill);
3913 for (var i = kill.length - 1; i >= 0; i--)
3914 replaceRange(cm.doc, "", kill[i].from, kill[
[all...]
/external/fio/
H A Dbackend.c1913 kill(td->pid, SIGTERM);
H A Dserver.c1660 if (kill(pid, SIGCONT) < 0)
/external/lldb/test/
H A Dlldbtest.py970 os.kill(pid, signal.SIGTERM)
1458 - kill the inferior process associated with each target, if any,
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp437 if (::kill (ProcessID(), signal) == 0)
452 err.LogThreadedIfError("kill (pid = %d, signo = %i)", ProcessID(), signal);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c1720 kill(getpid(), SIGKILL);
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsnce.c1703 int result = kill(pid, 0);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp287 // shut down the async thread. However, if we don't kill it it will get stranded and
288 // its connection will go away so when it wakes up it will crash. So kill it for sure here.
1824 // just do the straight-forward kill.
1880 log->PutCString ("ProcessGDBRemote::DoDestroy() - Stopped at a breakpoint, continue and then kill.");
2690 ::kill (m_debugserver_pid, SIGINT);
/external/valgrind/main/coregrind/
H A Dm_signals.c50 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
1460 r = VG_(kill)(VG_(getpid)(), sigNo);
1473 // from kill() (SI_USER), or timer_settime() (SI_TIMER), or an async I/O
1527 marks all threads as needing to exit, but it doesn't actually kill
/external/bison/
H A Dmaint.mk608 bsd_signal kill killpg pthread_kill pthread_sigmask raise sigaction \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp136 t.push_back (Packet (kill, &RNBRemote::HandlePacket_k, NULL, "k", "Kill"));
3789 // No response to should be sent to the kill packet
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp414 Syscall param kill(pid) contains uninitialised byte(s)
418 Syscall param kill(sig) contains uninitialised byte(s)
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1101 /// a token, so do the easy thing and just kill a character and hope
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc21660 kill(getpid(), SIGCHLD);
/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/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/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/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/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 1892 milliseconds

1234567891011