Home
last modified time | relevance | path

Searched refs:stopped (Results 1 – 25 of 141) 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/testng/src/main/java/org/testng/internal/
DDefaultMethodSelectorContext.java29 public void setStopped(boolean stopped) { in setStopped() argument
30 m_isStopped = stopped; in setStopped()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
D2-5.c78 int stopped; /* # of threads which are terminated */ member
148 data.stopped++; in threaded()
302 data.stopped = 0; in main()
338 loc_stopped = data.stopped; in main()
/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/webrtc/webrtc/base/
Dsignalthread_unittest.cc152 #define EXPECT_STATE(started, done, completed, stopped, deleted) \ argument
156 EXPECT_EQ(stopped, thread_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/parameter-framework/asio-1.10.6/include/asio/impl/
Dio_service.ipp105 bool io_service::stopped() const
107 return impl_.stopped();
/external/testng/src/main/java/org/testng/
DIMethodSelectorContext.java26 public void setStopped(boolean stopped); in setStopped() argument
/external/clang/test/CodeGenObjC/
Dillegal-UTF8.m6 NSString *S = @"\xff\xff___WAIT___"; // expected-warning {{input conversion stopped due to an input…
/external/valgrind/gdbserver_tests/
Dmcbreak.vgtest2 # when stopped on these events
/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.stress219 is stopped during execution of this test.
Dcontrol19 is stopped during execution of this test.
Dcontrol.stress319 is stopped during execution of this test.
/external/ltp/testcases/kernel/controllers/freezer/
D00_description.txt46 The sleep process is stopped and then frozen. We then thaw the process
52 The sleep process is stopped and then frozen. We then thaw the process
/external/autotest/client/tests/cyclictest/src/
Dcyclictest.c209 int stopped = 0; in timerthread() local
322 if (!stopped && tracelimit && (diff > tracelimit)) { in timerthread()
323 stopped++; in timerthread()
/external/autotest/client/site_tests/graphics_GpuReset/
Dcontrol29 This test must run with ui stopped.
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dtask_io_service.hpp68 ASIO_DECL bool stopped() const;
/external/libopus/src/
Dmlp_train.c38 int stopped = 0; variable
42 stopped = 1; in handler()
404 if (stopped) in mlp_train_backprop()
/external/llvm/test/CodeGen/X86/
Dconstant-combines.ll12 ; ever starts forming a zero store instead of movss, the test case has stopped
/external/autotest/client/tests/cyclictest/
Dhelp46 cyclictest is stopped. The trace can be read from /proc/latency_trace:
76 This option is useful for automated tests with a given number of test cycles. cyclictest is stopped
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_4-2.in21 6. (parent - returning from wait) If child was stopped then return
/external/parameter-framework/asio-1.10.6/include/asio/
Dio_service.hpp390 ASIO_DECL bool stopped() const;

123456