Searched defs:localHost (Results 1 - 12 of 12) sorted by relevance

/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/
H A DSocketFactoryTest.java91 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) argument
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLSocketFactoryImpl.java72 public Socket createSocket(String hostname, int port, InetAddress localHost, int localPort) argument
76 localHost,
/external/conscrypt/src/compat/java/org/conscrypt/
H A DBaseOpenSSLSocketAdapterFactory.java55 public Socket createSocket(String hostname, int port, InetAddress localHost, int localPort) argument
58 (OpenSSLSocketImpl) delegate.createSocket(hostname, port, localHost, localPort));
/external/jmdns/src/javax/jmdns/impl/
H A DServiceInfoImpl.java1190 public Collection<DNSRecord> answers(boolean unique, int ttl, HostInfo localHost) { argument
1196 list.add(new Service(this.getQualifiedName(), DNSRecordClass.CLASS_IN, unique, ttl, _priority, _weight, _port, localHost.getName()));
H A DJmDNSImpl.java2195 void setLocalHost(HostInfo localHost) { argument
2196 this._localHost = localHost;
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc2621 hostent* localHost; local
2622 localHost = gethostbyname( "" );
2623 if(localHost)
2625 if(localHost->h_addrtype != AF_INET)
2635 (*(struct in_addr *)localHost->h_addr_list[0]).S_un.S_addr);
2649 hostent* localHost;
2650 localHost = gethostbyname(localname);
2651 if(localHost)
2653 if(localHost->h_addrtype != AF_INET)
2662 localIP = Htonl((*(struct in_addr*)*localHost
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 337 milliseconds