Home
last modified time | relevance | path

Searched refs:GetHostAndPort (Results 1 – 8 of 8) sorted by relevance

/external/cronet/net/base/
Durl_util.h131 NET_EXPORT std::string GetHostAndPort(const GURL& url);
Durl_util_unittest.cc334 TEST(UrlUtilTest, GetHostAndPort) { in TEST() argument
347 std::string host_and_port = GetHostAndPort(test.url); in TEST()
Durl_util.cc253 std::string GetHostAndPort(const GURL& url) { in GetHostAndPort() function
/external/cronet/net/spdy/
Dspdy_http_utils.cc101 (*headers)[spdy::kHttp2AuthorityHeader] = GetHostAndPort(info.url); in CreateSpdyHeadersFromHttpRequest()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.h125 virtual Status GetHostAndPort(const ServerDef& server_def, string* host_name,
Dgrpc_server_lib.cc137 Status GrpcServer::GetHostAndPort(const ServerDef& server_def, in GetHostAndPort() function in tensorflow::GrpcServer
187 TF_RETURN_IF_ERROR(GetHostAndPort(server_def_, &host_name_, &requested_port)); in Init()
/external/cronet/net/http/
Dhttp_auth_handler_digest.cc323 *path = GetHostAndPort(url); in GetRequestMethodAndPath()
/external/cronet/net/socket/
Dssl_server_socket_unittest.cc423 static HostPortPair GetHostAndPort() { return HostPortPair("unittest", 0); } in GetHostAndPort() function in net::SSLServerSocketTest
436 std::move(client_connection), GetHostAndPort(), client_ssl_config_); in CreateSockets()
457 GetHostAndPort(), std::move(client_cert), in ConfigureClientCertsForClient()