Home
last modified time | relevance | path

Searched defs:ipe (Results 1 – 10 of 10) sorted by relevance

/external/cronet/net/dns/public/
Dresolv_reader.cc44 IPEndPoint ipe; in GetNameservers() local
61 IPEndPoint ipe; in GetNameservers() local
81 IPEndPoint ipe; in GetNameservers() local
Dwin_dns_system_settings_unittest.cc65 IPEndPoint ipe = IPEndPoint(ip, info.ports[j]); in CreateAdapterAddresses() local
Dwin_dns_system_settings.cc208 IPEndPoint ipe; in GetAllNameservers() local
/external/cronet/net/dns/
Daddress_sorter_win.cc80 IPEndPoint ipe = endpoints[i]; in Job() local
121 IPEndPoint ipe; in OnComplete() local
Daddress_info.cc157 IPEndPoint ipe; in CreateAddressList() local
Ddns_config_service_win.cc156 IPEndPoint ipe; in AddLocalhostEntriesTo() local
317 IPEndPoint ipe; in GetNameServers() local
Ddns_config_service_win_unittest.cc98 IPEndPoint ipe = IPEndPoint(ip, info.ports[j]); in CreateAdapterAddresses() local
/external/cronet/net/base/
Dhost_port_pair.cc58 HostPortPair HostPortPair::FromIPEndPoint(const IPEndPoint& ipe) { in FromIPEndPoint()
Daddress_list.cc71 IPEndPoint ipe; in CreateFromAddrinfo() local
/external/guice/core/src/com/google/inject/internal/
DErrors.java580 public Errors merge(InternalProvisionException ipe) { in merge()