Searched refs:client_host (Results 1 – 7 of 7) sorted by relevance
/external/autotest/server/cros/faft/utils/ |
D | mode_switcher.py | 28 self.client_host = faft_framework._client 110 if self.client_host.ping_wait_up(timeout=0.1): 133 if not self.client_host.ping_wait_up( 212 if not self.client_host.ping_wait_up( 313 if not self.client_host.ping_wait_up( 344 if self.client_host.ping_wait_up(timeout=0.1): 473 self.client_host = faft_framework._client 873 if not self.client_host.ping_wait_up(timeout): 875 if self.client_host.wait_up(timeout): 906 if not self.client_host.ping_wait_down(timeout): [all …]
|
/external/grpc-grpc/test/core/end2end/ |
D | dualstack_socket_test.cc | 71 void test_connect(const char* server_host, const char* client_host, int port, in test_connect() argument 124 if (client_host[0] == 'i') { in test_connect() 131 uri_slice = grpc_slice_new(const_cast<char*>(client_host), in test_connect() 132 strlen(client_host), do_nothing); in test_connect() 151 gpr_join_host_port(&client_hostport, client_host, port); in test_connect() 158 log_resolved_addrs("client resolved addr", client_host); in test_connect()
|
/external/autotest/server/cros/ |
D | interactive_client.py | 19 def __init__(self, client_host): argument 25 self._host = client_host
|
D | resource_monitor.py | 233 def __init__(self, client_host, config): argument 239 self._client_host = client_host
|
/external/grpc-grpc/tools/run_tests/ |
D | run_performance_tests.py | 159 client_host=None, argument 165 if client_host: 177 if client_host: 178 user_at_host = '%s@%s' % (_REMOTE_HOST_USERNAME, client_host) 368 client_host=netperf_client,
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_performance_tests.py | 161 client_host=None, argument 167 if client_host: 179 if client_host: 180 user_at_host = '%s@%s' % (_REMOTE_HOST_USERNAME, client_host) 375 client_host=netperf_client,
|
/external/autotest/server/cros/network/ |
D | wifi_client.py | 318 def __init__(self, client_host, result_dir, use_wpa_cli): argument 328 super(WiFiClient, self).__init__(client_host, 'client',
|