/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/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/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/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/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/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/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/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/gstreamer/gstplugins_bad/sys/magicleap/ |
D | mlaudiosink.c | 109 gboolean stopped; member 230 while (!self->has_buffer && !self->stopped) { in wait_for_buffer() 298 self->stopped = FALSE; in gst_ml_audio_sink_prepare() 363 if (self->stopped) { in gst_ml_audio_sink_write() 445 self->stopped = TRUE; in gst_ml_audio_sink_stop()
|
/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/boost/libs/asio/include/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/boost/libs/beast/test/beast/websocket/ |
D | ping.cpp | 196 if(! BEAST_EXPECT(! ioc.stopped())) in testSuspend() 238 if(! BEAST_EXPECT(! ioc.stopped())) in testSuspend() 279 if(! BEAST_EXPECT(! ioc.stopped())) in testSuspend() 319 if(! BEAST_EXPECT(! ioc.stopped())) in testSuspend()
|
/third_party/json/doc/mkdocs/docs/features/ |
D | enum_conversion.md | 19 {TS_STOPPED, "stopped"}, 32 assert(j == "stopped");
|
/third_party/curl/docs/examples/ |
D | hiperfifo.c | 87 int stopped; member 187 if(g->still_running == 0 && g->stopped) in check_multi_info() 379 g->stopped = 1; in fifo_cb()
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | scroll_notification.dart | 57 /// * A [ScrollEndNotification], which indicates that the widget has stopped 107 /// * [ScrollEndNotification], which indicates that scrolling has stopped. 221 /// A notification that a [Scrollable] widget has stopped scrolling. 228 /// Creates a notification that a [Scrollable] widget has stopped scrolling. 235 /// If the [Scrollable] stopped scrolling because of a drag, the details about
|
/third_party/gstreamer/gstplugins_good/ext/flac/ |
D | gstflacenc.h | 45 gboolean stopped; member
|