/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | video_file_frame_generator_unittest.py | 47 stopped = False 49 stopped = True 50 self.assertTrue(stopped) 53 stopped = False 55 stopped = True 56 self.assertTrue(stopped) 67 stopped = False 69 stopped = True 70 self.assertTrue(stopped)
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ |
D | Event.java | 42 private boolean stopped; // true means event propagation was stopped field in Event 56 stopped = true; in cancel() 63 stopped = true; in stop() 73 stopped = false; in reset() 112 return stopped; in isStopped()
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | pytracer.py | 53 self.stopped = False 65 if self.stopped: 131 self.stopped = False 136 self.stopped = True
|
/external/testng/src/main/java/org/testng/internal/ |
D | DefaultMethodSelectorContext.java | 29 public void setStopped(boolean stopped) { in setStopped() argument 30 m_isStopped = stopped; in setStopped()
|
/external/jetty/src/resources/org/eclipse/jetty/util/component/jmx/ |
D | LifeCycle-mbean.properties | 8 stopped: Instance is stopped key
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/jsdom/ |
D | jsdom_parser.js | 16 while (!parsingUnit.suspended && !this.stopped) 21 if (this.stopped)
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | fake_agent_2.py | 15 self.stopped = False 26 self.stopped = True
|
D | fake_agent_1.py | 15 self.stopped = False 27 self.stopped = True
|
/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 …]
|
/external/testng/src/main/java/org/testng/ |
D | IMethodSelectorContext.java | 26 public void setStopped(boolean stopped); in setStopped() argument
|
/external/webrtc/webrtc/base/ |
D | signalthread_unittest.cc | 152 #define EXPECT_STATE(started, done, completed, stopped, deleted) \ argument 156 EXPECT_EQ(stopped, thread_stopped_); \
|
/external/parameter-framework/asio-1.10.6/include/asio/impl/ |
D | io_service.ipp | 105 bool io_service::stopped() const 107 return impl_.stopped();
|
/external/autotest/client/tests/signaltest/src/ |
D | signaltest.c | 100 int stopped = 0; in signalthread() local 176 if (!stopped && tracelimit && (diff > tracelimit)) { in signalthread() 177 stopped++; in signalthread()
|
/external/clang/test/CodeGenObjC/ |
D | illegal-UTF8.m | 6 NSString *S = @"\xff\xff___WAIT___"; // expected-warning {{input conversion stopped due to an input…
|
/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 …]
|
/external/valgrind/gdbserver_tests/ |
D | mcbreak.vgtest | 2 # when stopped on these events
|
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
D | LwjglCanvas.java | 197 stopped(); in create() 209 stopped(); in create() 290 protected void stopped () { in stopped() method in LwjglCanvas
|
D | LwjglAWTCanvas.java | 242 stopped(); in create() 319 protected void stopped () { in stopped() method in LwjglAWTCanvas 359 stopped(); in stop()
|
/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/autotest/client/cros/ |
D | dhcp_test_server.py | 88 def stopped(self): member in DhcpTestServer 291 while not self.stopped:
|
/external/autotest/client/site_tests/kernel_TPMStress/ |
D | control.stress2 | 20 is stopped during execution of this test.
|
D | control.stress5 | 20 is stopped during execution of this test.
|
D | control.stress4 | 20 is stopped during execution of this test.
|
D | control.stress3 | 20 is stopped during execution of this test.
|
D | control | 20 is stopped during execution of this test.
|