/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/ |
D | CallbackFlowTest.kt | 18 var stopped = false variable in kotlinx.coroutines.flow.CallbackFlowTest.CallbackApi 24 while (!stopped) { in start() 31 stopped = true in stop() 72 assertTrue(api.stopped) in <lambda>() 107 assertTrue(api.stopped) in <lambda>()
|
/external/autotest/server/cros/res_resource_monitor/ |
D | top_test_data.txt | 2 Tasks: 368 total, 1 running, 367 sleeping, 0 stopped, 0 zombie 19 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie 32 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie 38 Tasks: 363 total, 1 running, 362 sleeping, 0 stopped, 0 zombie 44 Tasks: 363 total, 1 running, 362 sleeping, 0 stopped, 0 zombie
|
D | top_field_order_changed.txt | 2 Tasks: 368 total, 1 running, 367 sleeping, 0 stopped, 0 zombie 12 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie 23 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
|
D | top_whitespace_ridden.txt | 2 Tasks: 368 total, 1 running, 367 sleeping, 0 stopped, 0 zombie 19 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie 65 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
|
/external/autotest/client/profilers/cros_perf/ |
D | cros_perf.py | 68 self.stopped = threading.Event() 92 while not self.stopped.wait(sleep_time): 101 self.stopped.wait(self.duration) 125 self.stopped.set()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowTextToSpeech.java | 30 private boolean stopped = true; field in ShadowTextToSpeech 58 stopped = false; in speak() 98 stopped = true; in stop() 128 return stopped; in isStopped()
|
/external/swiftshader/third_party/marl/src/ |
D | trace.cpp | 76 stopped = true; in Trace() 89 if (stopped) { in nameThread() 103 if (stopped) { in beginEvent() 118 if (stopped) { in endEvent() 127 if (stopped) { in beginAsyncEvent() 143 if (stopped) { in endAsyncEvent()
|
/external/autotest/client/profilers/screenshot/ |
D | screenshot.py | 41 self.stopped = threading.Event() 50 while not self.stopped.wait(sleep_time): 82 self.stopped.set()
|
/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 | 72 int stopped; /* # of threads which are terminated */ member 142 data.stopped++; in threaded() 296 data.stopped = 0; in main() 332 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/rust/crates/criterion/tests/ |
D | criterion_tests.rs | 537 stopped: Rc<Cell<u32>>, field 546 self.stopped.set(self.stopped.get() + 1); in stop_profiling() 554 let stopped = Rc::new(Cell::new(0u32)); in test_profiler_called() localVariable 557 stopped: stopped.clone(), in test_profiler_called() 565 assert_eq!(1, stopped.get()); in test_profiler_called()
|
/external/openscreen/cast/cast_core/api/v2/ |
D | core_application_service.proto | 82 STOPPED = 2; // Notified that application has stopped or failed to 87 // Reason why the application was stopped. Only valid when |state| is STOPPED. 90 APPLICATION_REQUEST = 1; // Receiver application stopped itself. 91 IDLE_TIMEOUT = 2; // Runtime stopped an idle application.
|
/external/trace-cmd/Documentation/trace-cmd/ |
D | trace-cmd-stop.1.txt | 34 used, the top level instance will not be stopped unless *-t* is given. 38 is used, the top level instance will not be stopped unless *-t* is given. 43 required if the top level instance buffer should also be stopped.
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowTextToSpeech.java | 52 private boolean stopped = true; field in ShadowTextToSpeech 127 stopped = false; in speak() 168 stopped = true; in stop() 280 return stopped; in isStopped()
|
/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/ |
D | CronetClientTransport.java | 74 private boolean stopped; field in CronetClientTransport 242 if (goAway && !stopped && streams.size() == 0) { 243 stopped = true;
|
/external/python/pyserial/test/ |
D | test.py | 99 self.stopped = 0 105 if not self.stopped: 113 self.stopped = 1
|
/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/pc/ |
D | media_session.h | 71 bool stopped) in MediaDescriptionOptions() 72 : type(type), mid(mid), direction(direction), stopped(stopped) {} in MediaDescriptionOptions() 87 bool stopped; member
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/ads/ |
D | AdsMediaSource.java | 361 private volatile boolean stopped; field in AdsMediaSource.ComponentListener 373 stopped = true; in stop() 379 if (stopped) { in onAdPlaybackState() 384 if (stopped) { in onAdPlaybackState() 393 if (stopped) { in onAdLoadError()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/source/ads/ |
D | AdsMediaSource.java | 358 private volatile boolean stopped; field in AdsMediaSource.ComponentListener 370 stopped = true; in stop() 376 if (stopped) { in onAdPlaybackState() 381 if (stopped) { in onAdPlaybackState() 390 if (stopped) { in onAdLoadError()
|
/external/openscreen/cast/cast_core/api/runtime/ |
D | runtime_service.proto | 32 // application is stopped. 109 // If stop application was successful, the application ID that was stopped. 111 // If stop application was successful, the Cast session ID that was stopped.
|
/external/libtracefs/Documentation/ |
D | libtracefs-iterator.txt | 86 bool stopped; 99 my_data->stopped = true; 157 my_data.stopped = true; 181 if (my_data.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();
|