/external/u-boot/cmd/ |
D | bedbug.c | 205 bug_ctx.stopped = 1; in bedbug_main_loop() 211 while (bug_ctx.stopped) { in bedbug_main_loop() 249 if (!bug_ctx.stopped) { in do_bedbug_continue() 254 bug_ctx.stopped = 0; in do_bedbug_continue() 274 if (!bug_ctx.stopped) { in do_bedbug_step() 285 bug_ctx.stopped = 0; in do_bedbug_step() 305 if (!bug_ctx.stopped) { in do_bedbug_next() 316 bug_ctx.stopped = 0; in do_bedbug_next() 338 if (!bug_ctx.stopped) { in do_bedbug_stack() 377 if (!bug_ctx.stopped) { in do_bedbug_rdump()
|
/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/u-boot/drivers/usb/gadget/ |
D | dwc2_udc_otg.c | 197 ep->stopped = 0; in udc_reinit() 307 unsigned int stopped = ep->stopped; in done() local 310 __func__, ep->ep.name, ep, &req->req, stopped); in done() 326 ep->stopped = 1; in done() 350 ep->stopped = stopped; in done() 382 ep->stopped = 1; in stop_activity() 586 ep->stopped = 0; in dwc2_ep_enable() 600 __func__, _ep->name, ep->stopped, ep->ep.maxpacket); in dwc2_ep_enable() 627 ep->stopped = 1; in dwc2_ep_disable()
|
D | at91_udc.c | 73 unsigned stopped = ep->stopped; in done() local 84 ep->stopped = 1; in done() 88 ep->stopped = stopped; in done() 270 ep->stopped = 1; in nuke() 341 ep->stopped = 0; in at91_ep_enable() 452 if (list_empty(&ep->queue) && !ep->stopped) { in at91_ep_queue() 647 ep->stopped = 0; in udc_reinit() 669 ep->stopped = 1; in reset_gadget() 693 ep->stopped = 1; in stop_activity() 880 ep->stopped = 0; in handle_setup()
|
D | fotg210.c | 35 uint stopped; member 473 if (ep->stopped || (ep->desc->bEndpointAddress & USB_DIR_IN)) { in fotg210_recv() 517 ep->stopped = 0; in fotg210_ep_enable() 553 ep->stopped = 1; in fotg210_ep_disable() 929 ep->stopped = 0; in usb_gadget_register_driver() 931 ep->stopped = 1; in usb_gadget_register_driver()
|
/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/syzkaller/syz-ci/ |
D | managercmd.go | 62 stopped = make(chan error, 1) 93 stopped <- cmd.Wait() 115 case err := <-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 | 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/libxcam/xcore/ |
D | xcam_thread.cpp | 70 thread->stopped (); in thread_func() 87 Thread::stopped () in stopped() function in XCam::Thread
|
/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/ |
D | CronetClientTransport.java | 74 private boolean stopped; field in CronetClientTransport 243 if (goAway && !stopped && streams.size() == 0) { 244 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/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-take.hpp | 69 stopped // observable completed enumerator 121 state->mode_value = mode::stopped; in on_subscribe()
|
D | rx-skip.hpp | 70 stopped // observable completed enumerator 118 state->mode_value = mode::stopped; in on_subscribe()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | syscall_bsd.go | 89 stopped = 0x7F const 101 func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != 0 } 105 if sig == stopped || sig == 0 { 113 func (w WaitStatus) Stopped() bool { return w&mask == stopped && syscall.Signal(w>>shift) != SIGSTO… 115 func (w WaitStatus) Continued() bool { return w&mask == stopped && syscall.Signal(w>>shift) == SIGS…
|
D | syscall_solaris.go | 212 stopped = 0x7F const 224 func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != 0 } 228 if sig == stopped || sig == 0 { 236 func (w WaitStatus) Stopped() bool { return w&mask == stopped && syscall.Signal(w>>shift) != SIGSTO… 238 func (w WaitStatus) Continued() bool { return w&mask == stopped && syscall.Signal(w>>shift) == SIGS…
|
/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/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();
|