/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/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
D | 2-5.c | 78 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/ |
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/webrtc/webrtc/base/ |
D | signalthread_unittest.cc | 152 #define EXPECT_STATE(started, done, completed, stopped, deleted) \ argument 156 EXPECT_EQ(stopped, thread_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/parameter-framework/asio-1.10.6/include/asio/impl/ |
D | io_service.ipp | 105 bool io_service::stopped() const 107 return impl_.stopped();
|
/external/testng/src/main/java/org/testng/ |
D | IMethodSelectorContext.java | 26 public void setStopped(boolean stopped); in setStopped() argument
|
/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/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 | 19 is stopped during execution of this test.
|
D | control | 19 is stopped during execution of this test.
|
D | control.stress3 | 19 is stopped during execution of this test.
|
/external/ltp/testcases/kernel/controllers/freezer/ |
D | 00_description.txt | 46 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/ |
D | cyclictest.c | 209 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/ |
D | control | 29 This test must run with ui stopped.
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | task_io_service.hpp | 68 ASIO_DECL bool stopped() const;
|
/external/libopus/src/ |
D | mlp_train.c | 38 int stopped = 0; variable 42 stopped = 1; in handler() 404 if (stopped) in mlp_train_backprop()
|
/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/autotest/client/tests/cyclictest/ |
D | help | 46 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/ |
D | template_4-2.in | 21 6. (parent - returning from wait) If child was stopped then return
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | io_service.hpp | 390 ASIO_DECL bool stopped() const;
|