Home
last modified time | relevance | path

Searched refs:num_connections (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/site_tests/p2p_ShareFiles/
Dp2p_ShareFiles.py96 num_connections = p2pcli.get_peer_connections(peer_name)
97 if num_connections:
98 logging.info('Peer connections: %r', num_connections)
/external/curl/lib/
Dconncache.c80 (*cb_ptr)->num_connections = 0; in bundle_create()
104 cb_ptr->num_connections++; in bundle_add_conn()
117 cb_ptr->num_connections--; in bundle_remove_conn()
205 num = conn->bundle->num_connections; in Curl_conncache_bundle_size()
323 if(bundle->num_connections == 0) in Curl_conncache_remove_conn()
Dconncache.h48 size_t num_connections; /* Number of connections in the bundle */ member
Durl.c4000 (bundle->num_connections >= max_host_connections)) { in create_conn()
/external/autotest/client/cros/netprotos/
Dcros_p2p.py63 def set_num_connections(self, num_connections, announce=False): argument
73 self._num_connections = num_connections
/external/tensorflow/tensorflow/python/grappler/
Dhierarchical_controller.py629 num_connections = np.sum(dag_matrix)
631 num_inter_group_connections = num_connections - num_intra_group_connections
636 num_connections, num_intra_group_connections,