Home
last modified time | relevance | path

Searched refs:stopped (Results 1 – 25 of 133) sorted by relevance

123456

/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
Dvideo_file_frame_generator_unittest.py47 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/
DEvent.java42 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/
Dpytracer.py53 self.stopped = False
65 if self.stopped:
131 self.stopped = False
136 self.stopped = True
/external/testng/src/main/java/org/testng/internal/
DDefaultMethodSelectorContext.java29 public void setStopped(boolean stopped) { in setStopped() argument
30 m_isStopped = stopped; in setStopped()
/external/jetty/src/resources/org/eclipse/jetty/util/component/jmx/
DLifeCycle-mbean.properties8 stopped: Instance is stopped key
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/jsdom/
Djsdom_parser.js16 while (!parsingUnit.suspended && !this.stopped)
21 if (this.stopped)
/external/chromium-trace/catapult/systrace/profile_chrome/
Dfake_agent_2.py15 self.stopped = False
26 self.stopped = True
Dfake_agent_1.py15 self.stopped = False
27 self.stopped = True
/external/strace/
DREADME-linux-ptrace21 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/
DIMethodSelectorContext.java26 public void setStopped(boolean stopped); in setStopped() argument
/external/webrtc/webrtc/base/
Dsignalthread_unittest.cc152 #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/
Dio_service.ipp105 bool io_service::stopped() const
107 return impl_.stopped();
/external/autotest/client/tests/signaltest/src/
Dsignaltest.c100 int stopped = 0; in signalthread() local
176 if (!stopped && tracelimit && (diff > tracelimit)) { in signalthread()
177 stopped++; in signalthread()
/external/clang/test/CodeGenObjC/
Dillegal-UTF8.m6 NSString *S = @"\xff\xff___WAIT___"; // expected-warning {{input conversion stopped due to an input…
/external/lldb/docs/
Dlldb-gdb-remote.txt528 // 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/
Dmcbreak.vgtest2 # when stopped on these events
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglCanvas.java197 stopped(); in create()
209 stopped(); in create()
290 protected void stopped () { in stopped() method in LwjglCanvas
DLwjglAWTCanvas.java242 stopped(); in create()
319 protected void stopped () { in stopped() method in LwjglAWTCanvas
359 stopped(); in stop()
/external/lldb/test/lang/c/forward/
DREADME.txt4 real definition of "struct bar" when we are stopped in foo in foo.c such that
/external/autotest/client/cros/
Ddhcp_test_server.py88 def stopped(self): member in DhcpTestServer
291 while not self.stopped:
/external/autotest/client/site_tests/kernel_TPMStress/
Dcontrol.stress220 is stopped during execution of this test.
Dcontrol.stress520 is stopped during execution of this test.
Dcontrol.stress420 is stopped during execution of this test.
Dcontrol.stress320 is stopped during execution of this test.
Dcontrol20 is stopped during execution of this test.

123456