/third_party/boost/libs/asio/test/ |
D | io_context.cpp | 124 BOOST_ASIO_CHECK(!ioc.stopped()); in io_context_test() 130 BOOST_ASIO_CHECK(ioc.stopped()); in io_context_test() 142 BOOST_ASIO_CHECK(!ioc.stopped()); in io_context_test() 148 BOOST_ASIO_CHECK(ioc.stopped()); in io_context_test() 155 BOOST_ASIO_CHECK(!ioc.stopped()); in io_context_test() 159 BOOST_ASIO_CHECK(ioc.stopped()); in io_context_test() 167 BOOST_ASIO_CHECK(!ioc.stopped()); in io_context_test() 173 BOOST_ASIO_CHECK(ioc.stopped()); in io_context_test() 181 BOOST_ASIO_CHECK(!ioc.stopped()); in io_context_test() 187 BOOST_ASIO_CHECK(ioc.stopped()); in io_context_test() [all …]
|
D | strand.cpp | 309 BOOST_ASIO_CHECK(!ioc.stopped()); in strand_execute_test() 315 BOOST_ASIO_CHECK(ioc.stopped()); in strand_execute_test() 325 BOOST_ASIO_CHECK(!ioc.stopped()); in strand_execute_test() 331 BOOST_ASIO_CHECK(ioc.stopped()); in strand_execute_test() 341 BOOST_ASIO_CHECK(!ioc.stopped()); in strand_execute_test() 347 BOOST_ASIO_CHECK(ioc.stopped()); in strand_execute_test() 352 BOOST_ASIO_CHECK(!ioc.stopped()); in strand_execute_test() 361 BOOST_ASIO_CHECK(!ioc.stopped()); in strand_execute_test() 367 BOOST_ASIO_CHECK(ioc.stopped()); in strand_execute_test() 379 BOOST_ASIO_CHECK(!ioc.stopped()); in strand_execute_test() [all …]
|
D | compose.cpp | 101 BOOST_ASIO_CHECK(!ioc.stopped()); in compose_0_completion_args_test() 107 BOOST_ASIO_CHECK(ioc.stopped()); in compose_0_completion_args_test() 117 BOOST_ASIO_CHECK(!ioc.stopped()); in compose_0_completion_args_test() 123 BOOST_ASIO_CHECK(ioc.stopped()); in compose_0_completion_args_test() 204 BOOST_ASIO_CHECK(!ioc.stopped()); in compose_1_completion_arg_test() 211 BOOST_ASIO_CHECK(ioc.stopped()); in compose_1_completion_arg_test() 223 BOOST_ASIO_CHECK(!ioc.stopped()); in compose_1_completion_arg_test() 230 BOOST_ASIO_CHECK(ioc.stopped()); in compose_1_completion_arg_test()
|
/third_party/uboot/u-boot-2020.01/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()
|
/third_party/boost/libs/mpl/example/fsm/ |
D | player.cpp | 42 typedef state<0, &self_t::stopped_state_invariant> stopped; typedef in player 58 transition<stopped, play_event, playing, &player::do_play> 59 , transition<playing, stop_event, stopped, &player::do_stop> 62 , transition<paused, stop_event, stopped, &player::do_stop> 65 typedef stopped initial_state;
|
/third_party/node/test/parallel/ |
D | test-net-server-pause-on-connect.js | 27 let stopped = true; variable 33 if (stopped) { 55 stopped = false; 71 assert.strictEqual(stopped, false);
|
/third_party/typescript/tests/baselines/reference/ |
D | jsEnumFunctionLocalNoCrash.types | 8 …ted: 'trace-recording-started-', RecordingStopped: 'trace-recording-stopped-', ResourceA… 12 …ted: 'trace-recording-started-', RecordingStopped: 'trace-recording-stopped-', ResourceA… 38 RecordingStopped: 'trace-recording-stopped-', 40 >'trace-recording-stopped-' : "trace-recording-stopped-"
|
/third_party/openssl/ssl/ |
D | ssl_init.c | 18 static int stopped; variable 147 if (stopped) in ssl_library_stop() 149 stopped = 1; in ssl_library_stop() 185 if (stopped) { in OPENSSL_init_ssl()
|
/third_party/parse5/packages/parse5-sax-parser/lib/ |
D | index.js | 33 this.stopped = false; 56 this.stopped = true; 61 if (!this.stopped) { 102 } while (!this.stopped && token.type !== Tokenizer.EOF_TOKEN);
|
/third_party/skia/third_party/externals/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()
|
/third_party/libuv/test/ |
D | benchmark-async-pummel.c | 36 static const char stopped[] = "stopped"; variable 45 while (ACCESS_ONCE(const char*, handle->data) != stopped) in async_cb() 60 ACCESS_ONCE(const char*, handle->data) = stopped; in pummel()
|
/third_party/boost/doc/html/boost_asio/example/cpp11/timeouts/ |
D | server.cpp | 182 bool stopped() const in stopped() function in tcp_session 208 if (stopped()) in read_line() 255 if (stopped()) in await_output() 286 if (stopped()) in write_line() 309 if (stopped()) in check_deadline()
|
/third_party/boost/libs/asio/example/cpp11/timeouts/ |
D | server.cpp | 182 bool stopped() const in stopped() function in tcp_session 208 if (stopped()) in read_line() 255 if (stopped()) in await_output() 286 if (stopped()) in write_line() 309 if (stopped()) in check_deadline()
|
/third_party/boost/doc/html/boost_asio/example/cpp03/timeouts/ |
D | server.cpp | 189 bool stopped() const in stopped() function in tcp_session 217 if (stopped()) in handle_read() 254 if (stopped()) in await_output() 286 if (stopped()) in handle_write() 303 if (stopped()) in check_deadline()
|
/third_party/boost/libs/asio/example/cpp03/timeouts/ |
D | server.cpp | 189 bool stopped() const in stopped() function in tcp_session 217 if (stopped()) in handle_read() 254 if (stopped()) in await_output() 286 if (stopped()) in handle_write() 303 if (stopped()) in check_deadline()
|
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/hiudc3/ |
D | usb3_pcd_intr.c | 10 if (ep->stopped) in handle_usb_reset_intr() 14 if (ep->stopped) in handle_usb_reset_intr() 30 ep0->stopped = 0; in handle_connect_done_intr()
|
D | usb3_pcd.c | 251 ep0->stopped = 1; in ep0_do_stall() 260 if (ep->stopped) { in do_clear_halt() 261 ep->stopped = 0; in do_clear_halt() 270 ep->stopped = 0; in usb3_pcd_ep_enable() 319 *status = ep->stopped; in usb3_do_get_status() 484 ep->stopped = 1; in usb3_do_set_feature() 780 ep0->stopped = 0; in usb3_do_setup() 1236 ep0->stopped = 1; in usb3_handle_ep0()
|
/third_party/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()
|
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/ |
D | dwc2_udc_otg.c | 203 ep->stopped = 0; in udc_reinit() 362 unsigned int stopped = ep->stopped; in done() local 365 __func__, ep->ep.name, ep, &req->req, stopped); in done() 381 ep->stopped = 1; in done() 405 ep->stopped = stopped; in done() 437 ep->stopped = 1; in stop_activity() 656 ep->stopped = 0; in dwc2_ep_enable() 670 __func__, _ep->name, ep->stopped, ep->ep.maxpacket); in dwc2_ep_enable() 697 ep->stopped = 1; in dwc2_ep_disable()
|
D | at91_udc.c | 72 unsigned stopped = ep->stopped; in done() local 83 ep->stopped = 1; in done() 87 ep->stopped = stopped; in done() 269 ep->stopped = 1; in nuke() 340 ep->stopped = 0; in at91_ep_enable() 451 if (list_empty(&ep->queue) && !ep->stopped) { in at91_ep_queue() 646 ep->stopped = 0; in udc_reinit() 668 ep->stopped = 1; in reset_gadget() 692 ep->stopped = 1; in stop_activity() 879 ep->stopped = 0; in handle_setup()
|
/third_party/nghttp2/src/ |
D | asio_client_session_tls_impl.cc | 55 if (self->stopped()) { in start_connect() 67 if (self->stopped()) { in start_connect()
|
/third_party/boost/boost/asio/impl/ |
D | system_context.ipp | 71 bool system_context::stopped() const BOOST_ASIO_NOEXCEPT 73 return scheduler_.stopped();
|
/third_party/openssl/crypto/ |
D | init.c | 31 static int stopped = 0; variable 507 if (stopped) in OPENSSL_cleanup() 509 stopped = 1; in OPENSSL_cleanup() 622 if (stopped) { in OPENSSL_init_crypto()
|
/third_party/uboot/u-boot-2020.01/include/bedbug/ |
D | type.h | 14 int stopped; member
|
/third_party/json/doc/mkdocs/docs/features/ |
D | enum_conversion.md | 19 {TS_STOPPED, "stopped"}, 32 assert(j == "stopped");
|