Home
last modified time | relevance | path

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

1234567891011

/external/autotest/client/cros/chameleon/
Dchameleon_port_finder.py32 self.connected = None
42 self.connected = self.chameleon_board.get_all_ports()
45 return ChameleonPorts(self.connected, self.failed)
54 connected_ports = self.find_all_ports().connected
68 if self.connected is None:
70 elif self.connected == []:
74 % (len(self.connected), ports_to_str(self.connected)))
96 self.connected = self.chameleon_board.get_all_inputs()
99 return ChameleonPorts(self.connected, self.failed)
115 self.connected = self.chameleon_board.get_all_outputs()
[all …]
/external/libgdx/gdx/src/com/badlogic/gdx/input/
DRemoteSender.java32 private boolean connected = false; field in RemoteSender
54 connected = true; in RemoteSender()
63 if (!connected) return; in sendUpdate()
83 connected = false; in sendUpdate()
90 if (!connected) return false; in keyDown()
98 connected = false; in keyDown()
107 if (!connected) return false; in keyUp()
115 connected = false; in keyUp()
124 if (!connected) return false; in keyTyped()
132 connected = false; in keyTyped()
[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/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/styles/
Dmain.css7 .hide-when-not-connected {
11 .connected .hide-when-not-connected {
16 .connected .hide-when-not-connected p {
20 .connected .hide-when-connected {
/external/autotest/server/site_tests/platform_ExternalUSBStress/
Dplatform_ExternalUSBStress.py86 connected = strip_lsusb_output(host.run('lsusb').stdout.strip())
87 if diff_list.issubset(connected):
91 str(diff_list.difference(connected)))
133 connected = strip_lsusb_output(host.run('lsusb').stdout.strip())
134 if connected != off_list:
183 connected = strip_lsusb_output(host.run('lsusb').stdout.strip())
184 diff_list = set(connected).difference(set(off_list))
/external/opencv/cvaux/src/
Dcvclique.cpp105 void _FillAdjMatrix( CvGraph* graph, int** connected, int reverse )
112 connected[i][j] = 0|reverse;
118 connected[i][i] = 1;
122 connected[i][NUMBER(v)] = 1^reverse;
264 int** connected = finder->adj_matr;
314 if ( !connected[p][old[j]] )
360 if (connected[sel][old[i]])
375 if (connected[sel][old[i]])
467 if( !connected[fixp[k]][old[s[k]]])
510 int** connected = new int*[N]; //assume filled with 0
[all …]
/external/autotest/server/site_tests/network_FirewallHolePunchServer/
Dnetwork_FirewallHolePunchServer.py31 connected = False
34 connected = True
39 return connected
58 def functional_test(self, test_error, test_fail, connected): argument
76 if self.connect_to_dut() is connected:
/external/cros/system_api/dbus/power_manager/
Dpower_supply_properties.proto17 // AC/line/mains or USB PD power is connected. This is typically the
21 // A low-power USB source (SDP, DCP, CDP, or ACA) is connected.
24 // No external power source is connected.
38 // connected but not supplying enough power to offset the system's
78 // The charging port to which this power source is connected.
89 // when connected (assuming there isn't another |active_by_default| source
103 // Currently-connected external power sources.
131 // True if it is possible for some connected devices to function as either
/external/autotest/client/cros/graphics/
Dgraphics_utils.py451 if connector.connected:
477 connected = 0
480 if connector.connected:
481 connected = connected + 1
483 return connected
523 connected = False
525 connected = True
531 Connector(cid, ctype, connected, size, encoder, modes))
541 c.cid, c.ctype, c.connected, size, c.encoder,
586 if connector.connected:
[all …]
/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()
/external/autotest/site_utils/
Ddump_to_cloudsql.py50 self.connected = False
75 if self.connected:
76 self.connected = False
84 self.connected = True
209 if not manager.connected:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
DBuildsView.java462 …boolean connected = this.preferences.getBoolean(IPerformancesConstants.PRE_DATABASE_CONNECTION, IP… in makeActions()
465 this.updateBuild.setEnabled(connected); in makeActions()
472 this.updateAllBuilds.setEnabled(connected); in makeActions()
490 …boolean connected = this.preferences.getBoolean(IPerformancesConstants.PRE_DATABASE_CONNECTION, IP… in resetView()
497 System.out.println(" - connected = "+connected); in resetView()
502 final boolean sameConnection = connected == DB_Results.DB_CONNECTION; in resetView()
535 boolean updated = DB_Results.updateDbConstants(connected, eclipseVersion, databaseLocation); in resetView()
539 if (!connected) { in resetView()
545 message.append( connected ? "opened." : "closed."); in resetView()
574 this.updateBuild.setEnabled(connected); in resetView()
[all …]
/external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/
Dcontrol.DisconnectAfterSuspendDiffAP16 This test verifies that the DUT that suspends connected, then subsequently
20 was last connected to before suspend.
27 4) DUT suspends while connected to AP 2
31 8) Verify that the DUT is connected to AP 1 upon resuming from suspend
Dcontrol.DisconnectAfterSuspendSameAP16 This test verifies that the DUT that suspends connected, then subsequently
20 connected to before suspend.
27 4) DUT suspends while connected to AP 2
31 8) Verify that the DUT is connected to AP 2 upon resuming from suspend
/external/webrtc/webrtc/examples/peerconnection/client/
Dpeer_connection_client.cc354 bool connected; in OnRead() local
356 &connected) && id != my_id_) { in OnRead()
400 bool connected = false; in OnHangingGetRead() local
402 &connected)) { in OnHangingGetRead()
403 if (connected) { in OnHangingGetRead()
429 bool* connected) { in ParseEntry() argument
432 ASSERT(connected != NULL); in ParseEntry()
435 *connected = false; in ParseEntry()
442 *connected = atoi(&entry[separator + 1]) ? true : false; in ParseEntry()
/external/autotest/client/site_tests/network_3GDormancyDance/
Dnetwork_3GDormancyDance.py142 connected = False
151 connected = True
162 if powered and connected:
165 elif powered and (not connected):
168 elif (not powered) and (not connected):
/external/tlsdate/src/
Dproxy-bio.c49 ctx->connected = 0; in proxy_new()
119 ctx->connected = 1; in socks4a_connect()
227 ctx->connected = 1; in socks5_connect()
287 ctx->connected = 1; in http_connect()
304 if (!ctx->connected) in proxy_write()
324 if (!ctx->connected) in proxy_read()
Dproxy-bio-plan9.c52 ctx->connected = 0; in proxy_new()
128 ctx->connected = 1; in socks4a_connect()
243 ctx->connected = 1; in socks5_connect()
302 ctx->connected = 1; in http_connect()
322 if (!ctx->connected) { in proxy_write()
344 if (!ctx->connected) { in proxy_read()
Dproxy-polarssl.c89 ctx->connected = 1; in socks4a_connect()
204 ctx->connected = 1; in socks5_connect()
256 ctx->connected = 1; in http_connect()
333 if (!proxy->connected) in proxy_polarssl_recv()
352 if (!proxy->connected) in proxy_polarssl_send()
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
Dgraphutil.rst13 with *node_num* nodes randomly connected by *edge_num* edges.
29 Starting with a fully connected graph with *growth_num* nodes
30 at every step *growth_num* nodes are added to the graph and are connected
53 node is not in *removes* and one of the nodes that is connected
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DConnection.java80 private boolean connected = false; field in Connection
154 if (connected) throw new IllegalStateException("already connected"); in connect()
167 while (!connected) { in connect()
174 connected = true; // Success! in connect()
372 client.routeDatabase().connected(getRoute()); in connectAndSetOwner()
380 return connected; in isConnected()
477 if (!connected) throw new IllegalStateException("setTimeouts - not connected"); in setTimeouts()
/external/autotest/server/site_tests/power_ChargeStatus/
Dcontrol18 1. If DUT is connected to RPM(default), No need to pass any command line args.
19 2. If DUT is connected to USB powerstrip(servoj10), Need to pass
21 3. If DUT is not connected to either RPM or Servo and to run Manual, Need to
/external/libgdx/extensions/gdx-controllers/gdx-controllers-lwjgl3/src/com/badlogic/gdx/controllers/lwjgl3/
DLwjgl3ControllerManager.java44 connected(controller); in pollState()
76 void connected (Lwjgl3Controller controller) { in connected() method in Lwjgl3ControllerManager
79 listener.connected(controller); in connected()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DNetworkMonitorAutoDetect.java70 private final boolean connected; field in NetworkMonitorAutoDetect.NetworkState
78 public NetworkState(boolean connected, int type, int subtype) { in NetworkState() argument
79 this.connected = connected; in NetworkState()
85 return connected; in isConnected()
/external/autotest/server/site_tests/platform_ExternalUSBBootStress/
Dplatform_ExternalUSBBootStress.py60 connected = set_hub_power()
70 connected = set_hub_power(check_host_detection=True)
72 diff_list = set(connected).difference(set(off_list))

1234567891011