Searched defs:host_port (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_http_asynchronous_factory_mac.cc31 const net::HostPortPair& host_port,
35 host_port_(host_port),
28 ResolutionMac( net::URLRequestContextGetter* request_context, const std::string& name, const net::HostPortPair& host_port, const ResultCallback& callback) argument
H A Dprivet_http_impl.cc832 const net::HostPortPair& host_port,
834 : name_(name), request_context_(request_context), host_port_(host_port) {}
830 PrivetHTTPClientImpl( const std::string& name, const net::HostPortPair& host_port, net::URLRequestContextGetter* request_context) argument
/external/chromium_org/tools/telemetry/telemetry/core/forwarders/
H A D__init__.py39 def host_port(self): member in class:Forwarder
48 assert self.host_ip and self.host_port
49 return 'http://%s:%i' % (self.host_ip, self.host_port)
H A Dcros_forwarder.py53 lambda: self._cri.IsHTTPServerRunningOnPort(self.host_port), 60)
54 logging.debug('Server started on %s:%d', self.host_ip, self.host_port)
57 def host_port(self): member in class:CrOsSshForwarder
/external/chromium_org/ppapi/proxy/
H A Dhost_resolver_resource_base.cc46 HostPortPair host_port; local
47 host_port.host = host;
48 host_port.port = port;
50 SendResolve(host_port, hint);
100 const HostPortPair& host_port,
102 PpapiHostMsg_HostResolver_Resolve msg(host_port, *hint);
99 SendResolve( const HostPortPair& host_port, const PP_HostResolver_Private_Hint* hint) argument
/external/chromium_org/tools/android/forwarder2/
H A Dhost_controller.cc23 int host_port,
51 device_port_allocated, host_port, adb_port, exit_notifier_fd,
69 int host_port,
77 host_port_(host_port),
21 Create( int device_port, int host_port, int adb_port, int exit_notifier_fd, const ErrorCallback& error_callback) argument
67 HostController( int device_port, int host_port, int adb_port, int exit_notifier_fd, const ErrorCallback& error_callback, scoped_ptr<Socket> adb_control_socket, scoped_ptr<PipeNotifier> delete_controller_notifier) argument
H A Dhost_forwarder_main.cc106 int host_port,
114 base::Unretained(this), device_serial, device_port, host_port,
160 int host_port,
183 if (host_port < 0) {
193 << " to host port " << host_port; local
194 SendMessage(base::StringPrintf("%d:%d", device_port, host_port),
202 device_port, host_port, adb_port, GetExitNotifierFD(),
213 << host_port; local
214 const std::string msg = base::StringPrintf("%d:%d", device_port, host_port);
341 int host_port; variable
104 HandleRequest(const std::string& device_serial, int device_port, int host_port, scoped_ptr<Socket> client_socket) argument
158 HandleRequestOnInternalThread(const std::string& device_serial, int device_port, int host_port, scoped_ptr<Socket> client_socket) argument
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_installer_test.cc60 net::HostPortPair host_port = test_server()->host_port_pair(); local
63 webstore_domain_.c_str(), host_port.port(), test_data_path_.c_str());
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_host_resolver_message_filter.cc119 const ppapi::HostPortPair& host_port,
125 SocketPermissionRequest::RESOLVE_HOST, host_port.host, host_port.port);
148 host_port,
156 const ppapi::HostPortPair& host_port,
168 net::HostPortPair(host_port.host, host_port.port));
117 OnMsgResolve( const ppapi::host::HostMessageContext* context, const ppapi::HostPortPair& host_port, const PP_HostResolver_Private_Hint& hint) argument
154 DoResolve( const ReplyMessageContext& context, const ppapi::HostPortPair& host_port, const PP_HostResolver_Private_Hint& hint, ResourceContext* resource_context) argument
/external/chromium_org/net/spdy/
H A Dspdy_http_utils.cc215 std::string host_port; local
223 host_port = it->second;
228 std::string url = (scheme.empty() || host_port.empty() || path.empty())
230 : scheme + "://" + host_port + path;
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_browsertest.cc274 net::HostPortPair host_port = test_server()->host_port_pair(); local
275 DCHECK_EQ(host_port.host(), std::string("127.0.0.1"));
279 host_port.port()));
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
H A Dwebstore_private_apitest.cc404 net::HostPortPair host_port = test_server()->host_port_pair(); variable
408 host_port.port());
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_browsertest.cc121 std::string host_port = test_server()->host_port_pair().ToString(); variable
123 "MAP *.example.com " + host_port + "," +
124 "MAP *.new-example.com " + host_port + "," +
125 "MAP *.a.com " + host_port);
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_protocol_unittest.cc219 std::string host_port = HostPortPair::FromURL(GURL(proxy)).ToString(); local
221 return "https://" + host_port;
222 return host_port;
/external/chromium_org/content/browser/download/
H A Ddownload_browsertest.cc1683 net::HostPortPair host_port = test_server()->host_port_pair(); local
1684 DCHECK_EQ(host_port.host(), std::string("127.0.0.1"));
1692 "http://localhost:%d/set-cookie?A=B", host_port.port()));
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8_tracing.cc802 HostPortPair host_port = HostPortPair(host, 80); local
804 host_port.set_host(GetHostName());
807 HostResolver::RequestInfo info(host_port);
/external/qemu/slirp/
H A Dslirp.c764 int slirp_redir_rm(int is_udp, int host_port) argument
768 int fport = htons(host_port);
784 int slirp_redir(int is_udp, int host_port, argument
788 if (!udp_listen(htons(host_port), guest_addr.s_addr,
792 if (!solisten(htons(host_port), guest_addr.s_addr,
/external/qemu/slirp-android/
H A Dslirp.c1160 int slirp_redir_rm(int is_udp, int host_port) argument
1168 if (so->so_faddr_port == host_port) {
1179 int slirp_redir(int is_udp, int host_port, argument
1183 if (!udp_listen(host_port,
1188 if (!solisten(host_port, guest_ip, guest_port, 0))
1194 int slirp_unredir(int is_udp, int host_port) argument
1197 return udp_unlisten( host_port );
1199 return sounlisten( host_port );
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp640 char host_port[128]; local
641 snprintf (host_port, sizeof(host_port), "localhost:%u", get_random_port ());
643 snprintf (connect_url, sizeof(connect_url), "connect://%s", host_port);
648 error = StartDebugserverProcess (host_port, launch_info);
952 char host_port[128]; local
953 snprintf (host_port, sizeof(host_port), "localhost:%u", get_random_port ());
955 snprintf (connect_url, sizeof(connect_url), "connect://%s", host_port);
957 error = StartDebugserverProcess (host_port, attach_inf
1017 char host_port[128]; local
[all...]
/external/qemu/android/
H A Dconsole.c82 int host_port; member in struct:__anon29106
137 int host_port,
159 redir->host_port = host_port;
169 int host_port,
178 if ( redir->host_port == host_port &&
829 redir->host_port,
885 if (redir->host_port == port && redir->host_udp == isudp)
895 int len, host_proto, host_port, guest_por local
136 control_global_add_redir( ControlGlobal global, int host_port, int host_udp, unsigned int guest_ip, int guest_port ) argument
168 control_global_del_redir( ControlGlobal global, int host_port, int host_udp ) argument
[all...]
/external/qemu/net/
H A Dnet-android.c887 int host_port; local
909 host_port = atoi(p);
911 n = slirp_redir_rm(is_udp, host_port);
914 is_udp ? "udp" : "tcp", host_port);
924 int host_port, guest_port; local
944 host_port = strtol(buf, &r, 0);
964 if (slirp_redir(is_udp, host_port, guest_addr, guest_port) < 0) {
H A Dnet.c784 int host_port; local
806 host_port = atoi(p);
808 n = slirp_redir_rm(is_udp, host_port);
811 is_udp ? "udp" : "tcp", host_port);
821 int host_port, guest_port; local
841 host_port = strtol(buf, &r, 0);
861 if (slirp_redir(is_udp, host_port, guest_addr, guest_port) < 0) {
/external/chromium_org/net/http/
H A Dhttp_network_transaction_unittest.cc11033 HostPortPair host_port("www.gmail.com", 443);
11034 HostResolver::RequestInfo resolve_info(host_port);
11157 explicit OneTimeCachingHostResolver(const HostPortPair& host_port) argument
11158 : host_port_(host_port) {}

Completed in 794 milliseconds