/external/grpc-grpc/src/core/ext/transport/chttp2/client/ |
D | chttp2_connector.cc | 48 bool connecting; member 86 if (!c->connecting && c->endpoint != nullptr) { in chttp2_connector_shutdown() 173 GPR_ASSERT(c->connecting); in connected() 174 c->connecting = false; in connected() 212 GPR_ASSERT(!c->connecting); in chttp2_connector_connect() 213 c->connecting = true; in chttp2_connector_connect()
|
/external/autotest/client/site_tests/cellular_DisableWhileConnecting/ |
D | control.att | 7 PURPOSE = "Check that the 3G modem can handle a disconnect while connecting." 10 connecting is not promptly executed. 20 Check that the 3G modem can handle a disconnect while connecting.
|
D | control.sprint | 7 PURPOSE = "Check that the 3G modem can handle a disconnect while connecting." 10 connecting is not promptly executed. 20 Check that the 3G modem can handle a disconnect while connecting.
|
D | control | 7 PURPOSE = "Check that the 3G modem can handle a disconnect while connecting." 10 connecting is not promptly executed. 19 Check that the 3G modem can handle a disconnect while connecting.
|
D | control.tmobile | 7 PURPOSE = "Check that the 3G modem can handle a disconnect while connecting." 10 connecting is not promptly executed. 20 Check that the 3G modem can handle a disconnect while connecting.
|
D | control.verizon | 7 PURPOSE = "Check that the 3G modem can handle a disconnect while connecting." 10 connecting is not promptly executed. 20 Check that the 3G modem can handle a disconnect while connecting.
|
D | control.pseudomodem | 7 PURPOSE = "Check that the 3G modem can handle a disconnect while connecting." 10 connecting is not promptly executed. 18 Check that the 3G modem can handle a disconnect while connecting.
|
/external/libwebsockets/lib/abstract/transports/ |
D | raw-skt.c | 35 uint8_t connecting:1; member 93 priv->connecting = 0; in callback_abs_client_raw_skt() 140 priv->connecting = 0; in callback_abs_client_raw_skt() 224 if (priv->connecting) in lws_atcrs_client_conn() 290 priv->connecting = 1; in lws_atcrs_client_conn() 346 if (!priv || !priv->wsi || (!priv->established && !priv->connecting)) in lws_atcrs_state()
|
/external/usrsctp/programs/ |
D | st_client.c | 67 static int connecting = 0; variable 204 if (connecting) { in handle_upcall() 206 connecting = 0; in handle_upcall() 209 connecting = 0; in handle_upcall() 378 connecting = 1;
|
/external/autotest/server/site_tests/network_WiFi_ConnectionIdentifier/ |
D | control | 15 connecting to the same network, and different when connecting to different
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
D | README.md | 50 [2019/10/16 16:22:02:4114] N: lws_ss_client_connect: connecting 0 api.amazon.com /auth/o2/token 53 [2019/10/16 16:22:02:8754] N: lws_ss_client_connect: connecting 1 alexa.na.gateway.devices.a2z.com … 58 [2019/10/16 16:22:06:9381] N: lws_ss_client_connect: connecting 1 alexa.na.gateway.devices.a2z.com …
|
/external/libevent/ |
D | bufferevent_sock.c | 248 if (bufev_p->connecting) { in bufferevent_writecb() 260 bufev_p->connecting = 0; in bufferevent_writecb() 409 bufev_p->connecting = 1; in bufferevent_socket_connect() 430 bufev_p->connecting = 1; in bufferevent_socket_connect() 437 bufev_p->connecting = 1; in bufferevent_socket_connect() 588 if ((event & EV_WRITE) && ! bufev_p->connecting) { in be_socket_disable()
|
D | bufferevent_async.c | 215 if (beva->write_in_progress || beva->bev.connecting) in bev_async_consider_writing() 261 if (beva->read_in_progress || beva->bev.connecting) in bev_async_consider_reading() 352 if (bev_async->bev.connecting) { in be_async_enable() 442 EVUTIL_ASSERT(bev_a->bev.connecting); in connect_complete() 443 bev_a->bev.connecting = 0; in connect_complete()
|
/external/python/cpython3/Lib/ |
D | asyncore.py | 215 connecting = False variable in dispatcher 330 self.connecting = True 390 self.connecting = False 416 if self.connecting: 428 self.connecting = False 437 if self.connecting:
|
/external/curl/tests/unit/ |
D | unit1303.c | 70 bool connecting; member 144 timeout = Curl_timeleft(data, &now, run[i].connecting);
|
/external/rust/crates/mio/src/sys/windows/ |
D | named_pipe.rs | 91 connecting: AtomicBool, field 161 if self.inner.connecting.swap(true, SeqCst) { in connect() 177 self.inner.connecting.store(false, SeqCst); in connect() 195 self.inner.connecting.store(false, SeqCst); in connect() 235 connecting: AtomicBool::new(false), in from_raw_handle() 450 if self.inner.connecting.load(SeqCst) { in drop() 611 let prev = me.connecting.swap(false, SeqCst); in connect_done()
|
/external/python/cpython2/Lib/ |
D | asyncore.py | 228 connecting = False variable in dispatcher 346 self.connecting = True 406 self.connecting = False 445 if self.connecting: 457 self.connecting = False 466 if self.connecting:
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | service_config.proto | 10 // The protocol for the dispatcher to use when connecting to workers. 30 // The protocol for the worker to use when connecting to the dispatcher.
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/ |
D | README.md | 24 -f| Force connecting to the wrong endpoint to check backoff retry flow 31 [2019/08/12 07:16:12:6117] N: lws_ss_client_connect: connecting h1get warmcat.com /
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sink/ |
D | README.md | 24 -f| Force connecting to the wrong endpoint to check backoff retry flow 31 [2019/08/12 07:16:12:6117] N: lws_ss_client_connect: connecting h1get warmcat.com /
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/ |
D | README.md | 24 -f| Force connecting to the wrong endpoint to check backoff retry flow 31 [2019/08/12 07:16:12:6117] N: lws_ss_client_connect: connecting h1get warmcat.com /
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metadata/ |
D | README.md | 24 -f| Force connecting to the wrong endpoint to check backoff retry flow 33 [2019/08/12 07:16:12:6117] N: lws_ss_client_connect: connecting h1get warmcat.com /
|
/external/curl/docs/cmdline-opts/ |
D | ftp-alternative-to-user.d | 9 When connecting to Tumbleweed's Secure Transport server over FTPS using a
|
D | socks5-basic.d | 6 Tells curl to use username/password authentication when connecting to a SOCKS5
|
/external/autotest/client/tests/ipv6connect/ |
D | control | 8 Create many TCP connections to dual-stack sockets on IPv6 loopback, connecting
|