Home
last modified time | relevance | path

Searched refs:host_and_port (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/tools/run_tests/
Drun_performance_tests.py48 def __init__(self, spec, language, host_and_port, perf_file_base_name=None): argument
51 self.host_and_port = host_and_port
77 host_and_port = '%s:%s' % (remote_host, port)
79 host_and_port = 'localhost:%s' % port
83 perf_file_base_name = '%s-%s' % (host_and_port, shortname)
106 return QpsWorkerJob(jobspec, language, host_and_port, perf_file_base_name)
144 w.host_and_port for w in workers)
420 scenario_json, [w.host_and_port for w in workers],
437 print('QPS worker "%s" is still running.' % job.host_and_port)
462 for host_and_port in hosts_and_base_names:
[all …]
/external/libbrillo/brillo/http/
Dhttp_proxy.cc75 std::string host_and_port = std::string(space, token.end()); in ParseProxyInfo() local
76 base::TrimWhitespaceASCII(host_and_port, base::TRIM_ALL, &host_and_port); in ParseProxyInfo()
77 if (scheme != "direct" && host_and_port.empty()) { in ParseProxyInfo()
81 proxies_out->push_back(scheme + "://" + host_and_port); in ParseProxyInfo()
/external/grpc-grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc145 char* host_and_port = grpc_slice_to_c_string(call_host); in grpc_auth_metadata_context_build() local
148 char* port_delimiter = strrchr(host_and_port, ':'); in grpc_auth_metadata_context_build()
154 url_scheme == nullptr ? "" : url_scheme, host_and_port, service); in grpc_auth_metadata_context_build()
160 gpr_free(host_and_port); in grpc_auth_metadata_context_build()