Searched refs:connected (Results 1 - 25 of 104) sorted by relevance

12345

/external/autotest/client/cros/chameleon/
H A Dchameleon_port_finder.py13 ChameleonPorts = namedtuple('ChameleonPorts', 'connected failed')
18 Responsible for finding all ports connected to the chameleon board.
20 It does not verify if these ports are connected to DUT.
32 self.connected = None
38 @returns a named tuple ChameleonPorts() containing a list of connected
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
[all...]
H A Dchameleon_bluetooth_audio.py31 connected.
78 logging.info('Bluetooth module at %s is connected', target_mac_address)
88 connected.
105 connected = utils.wait_for_value(_connect_device, True, timeout_sec=timeout)
106 if not connected:
/external/tlsdate/src/
H A Dproxy-bio-plan9.h21 int connected; member in struct:proxy_ctx
H A Dproxy-bio.h21 int connected; member in struct:proxy_ctx
H A Dproxy-polarssl.h23 int connected; member in struct:_proxy_polarssl_ctx
H A Dproxy-polarssl.c88 verb("V: proxy4: connected");
89 ctx->connected = 1;
203 verb("V: proxy5: connected");
204 ctx->connected = 1;
256 ctx->connected = 1;
333 if (!proxy->connected)
352 if (!proxy->connected)
/external/autotest/server/site_tests/network_FirewallHolePunchServer/
H A Dnetwork_FirewallHolePunchServer.py31 connected = False
34 connected = True
39 return connected
58 def functional_test(self, test_error, test_fail, connected):
65 @param connected: boolean test if the connection attempt should have
76 if self.connect_to_dut() is connected:
/external/apache-http/src/org/apache/http/conn/routing/
H A DRouteTracker.java70 private boolean connected; field in class:RouteTracker
123 if (this.connected) {
124 throw new IllegalStateException("Already connected.");
126 this.connected = true;
134 * @param proxy the proxy connected to
142 if (this.connected) {
143 throw new IllegalStateException("Already connected.");
145 this.connected = true;
158 if (!this.connected) {
159 throw new IllegalStateException("No tunnel unless connected
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DRouteDatabase.java37 public synchronized void connected(Route route) { method in class:RouteDatabase
/external/autotest/server/site_tests/platform_ExternalUSBStress/
H A Dplatform_ExternalUSBStress.py33 # The servo hubs come up as diffs in connected components. These
86 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))
186 raise error.TestError('No connected devices were detected. Make '
187 'sure the devices are connected t
[all...]
/external/libdrm/tests/kms/
H A Dlibkms-test-screen.c45 screen->connected = true;
47 screen->connected = false;
/external/opencv/cvaux/src/
H A Dcvclique.cpp105 void _FillAdjMatrix( CvGraph* graph, int** connected, int reverse )
112 connected[i][j] = 0|reverse;
114 //memset( connected[i], 0, sizeof(int)*graph->total );
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[fix
[all...]
/external/autotest/server/site_tests/platform_ExternalUSBBootStress/
H A Dplatform_ExternalUSBBootStress.py21 # The servo hubs come up as diffs in connected components. These
60 connected = set_hub_power()
70 connected = set_hub_power(check_host_detection=True)
72 diff_list = set(connected).difference(set(off_list))
74 raise error.TestError('No connected devices were detected. Make '
75 'sure the devices are connected to USB_KEY '
113 raise error.TestFail('The list of connected items does not '
/external/autotest/server/site_tests/display_ServerChameleonConnection/
H A Ddisplay_ServerChameleonConnection.py34 connected_ports = ports.connected
/external/wpa_supplicant_8/hostapd/src/fst/
H A Dfst_ctrl_aux.h51 Boolean connected; member in struct:fst_event_extra::fst_event_extra_peer_state
H A Dfst.c22 Boolean connected,
27 extra.peer_state.connected = connected;
181 fst_printf_iface(iface, MSG_DEBUG, MACSTR " became connected",
21 fst_ctrl_iface_notify_peer_state_change(struct fst_iface *iface, Boolean connected, const u8 *peer_addr) argument
/external/wpa_supplicant_8/src/fst/
H A Dfst_ctrl_aux.h51 Boolean connected; member in struct:fst_event_extra::fst_event_extra_peer_state
H A Dfst.c22 Boolean connected,
27 extra.peer_state.connected = connected;
181 fst_printf_iface(iface, MSG_DEBUG, MACSTR " became connected",
21 fst_ctrl_iface_notify_peer_state_change(struct fst_iface *iface, Boolean connected, const u8 *peer_addr) argument
/external/wpa_supplicant_8/wpa_supplicant/src/fst/
H A Dfst_ctrl_aux.h51 Boolean connected; member in struct:fst_event_extra::fst_event_extra_peer_state
/external/webrtc/webrtc/examples/peerconnection/client/
H A Dpeer_connection_client.cc100 << "The client must not be connected before you can call Connect()";
345 // The body of the response will be a list of already connected peers.
354 bool connected; local
356 &connected) && id != my_id_) {
400 bool connected = false; local
402 &connected)) {
403 if (connected) {
429 bool* connected) {
432 ASSERT(connected != NULL);
435 *connected
426 ParseEntry(const std::string& entry, std::string* name, int* id, bool* connected) argument
[all...]
/external/autotest/client/profilers/powertop/src/
H A Durbnum.c42 uint64_t urbs, active, connected; member in struct:device_data
57 ptr->previous_connected = ptr->connected;
85 ptr->connected = strtoull(name, NULL, 10);
180 (0.00001 + dev->connected - dev->previous_connected), dev->human_name);
209 (0.00001 + dev->connected - dev->previous_connected),
/external/autotest/client/site_tests/network_3GDormancyDance/
H A 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/autotest/site_utils/
H A Ddump_to_cloudsql.py45 connected: Whether we currently hold a live DB connection.
50 self.connected = False
75 if self.connected:
76 self.connected = False
84 self.connected = True
209 if not manager.connected:
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DNetworkMonitorAutoDetect.java70 private final boolean connected; field in class:NetworkMonitorAutoDetect.NetworkState
78 public NetworkState(boolean connected, int type, int subtype) { argument
79 this.connected = connected;
85 return connected;
150 * Returns all connected networks.
163 * INVALID_NET_ID if no current default network connected.
187 // There should not be multiple connected networks of the
352 * Returns NetID of device's current default connected network used for
/external/autotest/client/cros/graphics/
H A Dgraphics_utils.py410 r'^(\d+)\s+\d+\s+(connected|disconnected)\s+(\S+)\s+\d+x\d+\s+\d+\s+\d+')
425 'connected', # boolean
451 if connector.connected:
474 Parses output of modetest to determine the number of connected displays
475 @return: The number of connected displays
477 connected = 0
480 if connector.connected:
481 connected = connected + 1
483 return connected
[all...]

Completed in 700 milliseconds

12345