Home
last modified time | relevance | path

Searched refs:connected (Results 1 – 25 of 1250) sorted by relevance

12345678910>>...50

/external/autotest/client/cros/chameleon/
Dchameleon_port_finder.py33 self.connected = None
43 self.connected = self.chameleon_board.get_all_ports()
46 return ChameleonPorts(self.connected, self.failed)
55 connected_ports = self.find_all_ports().connected
69 if self.connected is None:
71 elif self.connected == []:
75 % (len(self.connected), ports_to_str(self.connected)))
97 self.connected = self.chameleon_board.get_all_inputs()
100 return ChameleonPorts(self.connected, self.failed)
116 self.connected = self.chameleon_board.get_all_outputs()
[all …]
/external/apache-http/src/org/apache/http/conn/routing/
DRouteTracker.java70 private boolean connected; field in RouteTracker
123 if (this.connected) { in connectTarget()
126 this.connected = true; in connectTarget()
142 if (this.connected) { in connectProxy()
145 this.connected = true; in connectProxy()
158 if (!this.connected) { in tunnelTarget()
182 if (!this.connected) { in tunnelProxy()
209 if (!this.connected) { in layerProtocol()
234 if (this.connected) { in getHopCount()
274 return this.connected; in isConnected()
[all …]
/external/perfetto/ui/src/trace_processor/
Dhttp_rpc_engine.ts23 connected: boolean; property
33 private connected = false;
58 if (this.connected) {
71 this.connected = true;
76 if (e.code === 1006 && this.connected) {
81 this.connected = false;
98 const httpRpcState: HttpRpcState = {connected: false};
117 httpRpcState.connected = true;
131 this.connected = false;
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/tools/
Dquic_client_base.cc172 while (!connected() && in Connect()
190 return session()->connection()->connected(); in Connect()
195 QUICHE_DCHECK(!connected()); in StartConnect()
250 if (connected()) { in Disconnect()
267 session_->connection()->connected(); in EncryptionBeingEstablished()
271 if (!connected()) { in WaitForEvents()
285 if (!connected() && CanReconnectWithDifferentVersion(&version)) { in WaitForEventsPostprocessing()
301 if (!connected()) { in MigrateSocketWithSpecifiedPort()
329 if (!connected()) { in ValidateAndMigrateSocket()
382 if (!connected()) { in WaitForStreamToClose()
[all …]
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/tools/
Dquic_client_base.cc172 while (!connected() && in Connect()
190 return session()->connection()->connected(); in Connect()
195 QUICHE_DCHECK(!connected()); in StartConnect()
250 if (connected()) { in Disconnect()
267 session_->connection()->connected(); in EncryptionBeingEstablished()
271 if (!connected()) { in WaitForEvents()
285 if (!connected() && CanReconnectWithDifferentVersion(&version)) { in WaitForEventsPostprocessing()
301 if (!connected()) { in MigrateSocketWithSpecifiedPort()
329 if (!connected()) { in ValidateAndMigrateSocket()
382 if (!connected()) { in WaitForStreamToClose()
[all …]
/external/autotest/server/cros/power/
Dservo_charger.py170 connected = True if role == 'src' else False
174 def check_ac_connected(connected): argument
184 if ec_opinion != connected:
188 str_lookup[connected]))
191 check_ac_connected(connected)
195 def check_host_ac(connected): argument
197 if self._host.is_ac_connected() != connected:
198 intent = 'connect' if connected else 'disconnect'
203 check_host_ac(connected)
/external/webrtc/logging/rtc_event_log/events/
Drtc_event_route_change.h27 LoggedRouteChangeEvent(Timestamp timestamp, bool connected, uint32_t overhead) in LoggedRouteChangeEvent()
28 : timestamp(timestamp), connected(connected), overhead(overhead) {} in LoggedRouteChangeEvent()
35 bool connected; member
43 RtcEventRouteChange(bool connected, uint32_t overhead);
51 bool connected() const { return connected_; } in connected() function
/external/pigweed/pw_stream/
Dmpsc_stream_test.cc150 EXPECT_TRUE(ctx.reader.connected()); in TEST()
151 EXPECT_TRUE(ctx.writer.connected()); in TEST()
154 EXPECT_TRUE(ctx.reader.connected()); in TEST()
155 EXPECT_TRUE(ctx.writer.connected()); in TEST()
156 EXPECT_TRUE(writer2.connected()); in TEST()
159 EXPECT_TRUE(ctx.reader.connected()); in TEST()
160 EXPECT_TRUE(ctx.writer.connected()); in TEST()
161 EXPECT_TRUE(writer2.connected()); in TEST()
162 EXPECT_TRUE(writer3.connected()); in TEST()
166 EXPECT_TRUE(ctx.reader.connected()); in TEST()
[all …]
/external/python/bumble/web/
Dui.js7 this.connected = false;
23 …<button @click=${this.stop} ?disabled=${!this.connected} class="mdc-icon-button material-icons"><d…
36 return this.bumbleLoaded && !this.connected && this.getHciUrl();
87 this.connected = await this.connector(this.getHciUrl());
93 this.connected = false;
/external/python/bumble/docs/mkdocs/src/hive/web/
Dui.js7 this.connected = false;
23 …<button @click=${this.stop} ?disabled=${!this.connected} class="mdc-icon-button material-icons"><d…
36 return this.bumbleLoaded && !this.connected && this.getHciUrl();
87 this.connected = await this.connector(this.getHciUrl());
93 this.connected = false;
/external/curl/lib/
Dconnect.c395 BIT(connected); /* cf has connected */
544 baller->connected = FALSE; in baller_start()
582 baller->connected = FALSE; in baller_start_next()
594 bool *connected) in baller_connect() argument
597 *connected = baller->connected; in baller_connect()
598 if(!baller->result && !*connected) { in baller_connect()
600 baller->result = Curl_conn_cf_connect(baller->cf, data, 0, connected); in baller_connect()
603 if(*connected) { in baller_connect()
604 baller->connected = TRUE; in baller_connect()
627 bool *connected) in is_connected() argument
[all …]
Dcf-haproxy.c115 if(cf->connected) { in cf_haproxy_connect()
159 cf->connected = *done; in cf_haproxy_connect()
175 cf->connected = FALSE; in cf_haproxy_close()
185 if(cf->next->connected && !cf->connected) { in cf_haproxy_adjust_pollset()
/external/coreboot/payloads/libpayload/gdb/
Dstub.c46 gdb_state.connected = 1; in gdb_command_loop()
102 if (!gdb_state.connected) in gdb_enter()
109 if (!gdb_state.connected) in gdb_exit()
119 gdb_state.connected = 0; in gdb_exit()
139 if (!gdb_state.connected || gdb_state.resumed) in gdb_handle_reentrant_exception()
/external/pigweed/ts/transport/
Dweb_serial_transport.ts62 connected = new BehaviorSubject<boolean>(false); property in WebSerialTransport
111 this.connected.next(false);
121 this.connected.next(false);
127 this.connected.next(true);
138 this.connected.next(false);
151 this.connected.next(false);
Dweb_serial_transport_test.ts30 expect(transport.connected.getValue()).toBe(false);
37 expect(transport.connected.getValue()).toBe(true);
48 expect(transport.connected.getValue()).toBe(true);
56 const disconnectPromise = transport.connected
/external/cronet/tot/net/data/websocket/
Dclose-observer_wsh.py11 connected = False variable
27 global connected
29 connected = True
39 if not connected:
/external/cronet/stable/net/data/websocket/
Dclose-observer_wsh.py11 connected = False variable
27 global connected
29 connected = True
39 if not connected:
/external/wmediumd/wmediumd/lib/
Duds.c23 void (*connected)(int fd, void *data); member
36 uds->connected(fd, uds->data); in usfstl_uds_accept_handler()
39 void usfstl_uds_create(const char *path, void (*connected)(int, void *), in usfstl_uds_create()
52 uds->connected = connected; in usfstl_uds_create()
/external/libese/tools/ese_relay/
Dese_relay.c92 int connected = 0; in main() local
99 connected = 1; in main()
109 while (connected) { in main()
131 connected = 0; in main()
200 connected = 0; in main()
/external/drm_hwcomposer/drm/
DResourceManager.cpp135 auto connected = conn->IsConnected(); in UpdateFrontendDisplays() local
138 if (connected != attached) { in UpdateFrontendDisplays()
139 ALOGI("%s connector %s", connected ? "Attaching" : "Detaching", in UpdateFrontendDisplays()
142 if (connected) { in UpdateFrontendDisplays()
156 if (connected) { in UpdateFrontendDisplays()
/external/python/bumble/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/
DHciProxy.java66 public void onHostConnectionState(boolean connected) { in HciProxy()
67 mListener.onHostConnectionState(connected); in HciProxy()
68 if (connected) { in HciProxy()
123 void onHostConnectionState(boolean connected); in onHostConnectionState() argument
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_NcclBroadcast.pbtxt3 summary: "Sends `input` to all devices that are connected to the output."
5 Sends `input` to all devices that are connected to the output.
7 The graph should be constructed so that all ops connected to the output have a
/external/python/cpython3/Lib/test/support/
Dasyncore.py219 connected = False variable in dispatcher
239 self.connected = True
248 self.connected = False
262 elif self.connected:
335 self.connected = False
394 self.connected = False
421 elif not self.connected:
433 self.connected = True
442 if not self.connected:
527 return (not self.connected) or len(self.out_buffer)
[all …]
/external/chromium-crossbench/chrome-extension-replay/devtools-recorder/
Dcrossbench.css14 --connected-color: rgb(112, 201, 155);
187 .connected #connectButton,
192 .connected #runButton {
202 .connected #settingsSection {
203 background-color: var(--connected-color);
208 background-color: var(--connected-color);
/external/autotest/client/profilers/powertop/src/
Durbnum.c42 uint64_t urbs, active, connected; member
57 ptr->previous_connected = ptr->connected; in cachunk_urbs()
85 ptr->connected = strtoull(name, NULL, 10); in update_urbnum()
180 (0.00001 + dev->connected - dev->previous_connected), dev->human_name); in display_usb_activity()
209 (0.00001 + dev->connected - dev->previous_connected), in usb_activity_hint()

12345678910>>...50