/external/jetty/src/resources/org/eclipse/jetty/util/component/jmx/ |
D | LifeCycle-mbean.properties | 8 stopped: Instance is stopped key
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/jsdom/ |
D | jsdom_parser.js | 16 while (!parsingUnit.suspended && !this.stopped) 21 if (this.stopped)
|
/external/strace/ |
D | README-linux-ptrace | 21 After attachment, each tracee can be in two states: running or stopped. 23 There are many kinds of states when tracee is stopped, and in ptrace 27 In this document, any stopped state in which tracee is ready to accept 72 Tracer cannot assume that ptrace-stopped tracee exists. There are many 73 scenarios when tracee may die while stopped (such as SIGKILL). 76 exists but is not ptrace-stopped (for commands which require stopped 78 Tracer needs to keep track of stopped/running state, and interpret 99 Ptrace-stopped tracees are reported as returns with pid > 0 and 183 group-stopped process. This side effect happens before 234 effectively ignored: tracee doesn't remain stopped, it runs. If tracer [all …]
|
D | strace.c | 2038 bool stopped; in trace() local 2191 stopped = true; in trace() 2222 stopped = ptrace(PTRACE_GETSIGINFO, pid, 0, (long) &si) < 0; in trace() 2226 print_stopped(tcp, stopped ? NULL : &si, sig); in trace() 2228 if (!stopped) in trace()
|
/external/lldb/docs/ |
D | lldb-gdb-remote.txt | 528 // Get information about why a thread, whose ID is "<tid>", is stopped. 536 // stopped and allows LLDB to display and control your program 542 about why a thread is stopped. The response is the same as the stop reply 545 stops at a time. This allows us to see why all threads stopped and allows us 661 // If we can detect that the code we are stopped in isn't executable, 702 // Detach and stay stopped: 736 // the thread or stopped. It doesn't specify which thread, so the "T" 740 // "T" means a thread stopped due to a unix signal where "AA" is a hex 741 // signal number that describes why the program stopped. This is 746 // thread-id of the stopped thread. [all …]
|
D | lldb-for-gdb-users.txt | 232 1 of 3 threads stopped with reasons: 235 Note that we tell you that "1 of 3 threads stopped with reasons" and 239 will see all the threads that stopped for some interesting reason 258 others are stopped this will be particularly important. For 316 Once you've stopped, lldb will choose a current thread, usually the 317 one that stopped "for a reason", and a current frame in that thread.
|
/external/clang/test/CodeGenObjC/ |
D | illegal-UTF8.m | 6 NSString *S = @"\xff\xff___WAIT___"; // expected-warning {{input conversion stopped due to an input…
|
/external/valgrind/gdbserver_tests/ |
D | mcbreak.vgtest | 2 # when stopped on these events
|
/external/lldb/test/lang/c/forward/ |
D | README.txt | 4 real definition of "struct bar" when we are stopped in foo in foo.c such that
|
/external/lldb/docs/testsuite/ |
D | best-practices.txt | 21 the correct breakpoint is being stopped on and that its parent frame also has 32 """Display *bar_ptr when stopped on a function with forward declaration of struct bar."""
|
/external/llvm/test/CodeGen/X86/ |
D | constant-combines.ll | 12 ; ever starts forming a zero store instead of movss, the test case has stopped
|
/external/strace/tests/ |
D | Makefile.am | 94 detach-stopped.test \
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/ |
D | LwjglAudioRenderer.java | 749 boolean stopped = state == AL_STOPPED; in updateInThread() 755 if (stopped) in updateInThread() 758 if (stopped){ in updateInThread() 776 if (stopped){ in updateInThread()
|
/external/vboot_reference/utility/ |
D | chromeos-tpm-recovery-test | 227 echo TCSD is already stopped
|
/external/valgrind/coregrind/ |
D | vgdb-invoker-ptrace.c | 796 Bool stopped; in invoker_invoke_gdbserver() local 1109 stopped = waitstopped (pid, SIGSTOP, in invoker_invoke_gdbserver() 1111 if (stopped) { in invoker_invoke_gdbserver()
|
/external/webrtc/src/system_wrappers/source/ |
D | trace_impl.cc | 116 bool stopped = _thread.Stop(); in StopThread() local 121 return stopped; in StopThread()
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | ServiceManager.java | 134 listener.stopped(); 163 public void stopped() {} in stopped() method in ServiceManager.Listener
|
/external/mockftpserver/tags/1.2.1/src/site/apt/ |
D | stubftpserver-getting-started.apt | 302 is stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.
|
/external/mockftpserver/tags/1.2.2/src/site/apt/ |
D | stubftpserver-getting-started.apt | 302 is stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.
|
/external/mockftpserver/tags/1.2.3/src/site/apt/ |
D | stubftpserver-getting-started.apt | 302 is stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/site/apt/ |
D | stubftpserver-getting-started.apt | 302 is stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.
|
/external/mockftpserver/tags/1.2/src/site/apt/ |
D | stubftpserver-getting-started.apt | 302 is stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.
|
/external/mockftpserver/tags/1.1/src/site/apt/ |
D | stubftpserver-getting-started.apt | 302 is stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.
|
/external/mockftpserver/tags/1.0/src/site/apt/ |
D | stubftpserver-getting-started.apt | 302 is stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/ |
D | stubftpserver-getting-started.apt | 250 is stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.
|