/external/jmdns/src/javax/jmdns/impl/ |
D | DNSQuestion.java | 37 …DNSRecord answer = jmDNSImpl.getLocalHost().getDNSAddressRecord(this.getRecordType(), DNSRecordCla… in addAnswers() 46 …return jmDNSImpl.getLocalHost().getName().equals(name) || jmDNSImpl.getServices().keySet().contain… in iAmTheOnlyOne() 61 …DNSRecord answer = jmDNSImpl.getLocalHost().getDNSAddressRecord(this.getRecordType(), DNSRecordCla… in addAnswers() 70 …return jmDNSImpl.getLocalHost().getName().equals(name) || jmDNSImpl.getServices().keySet().contain… in iAmTheOnlyOne() 106 InetAddress address = jmDNSImpl.getLocalHost().getInetAddress(); in addAnswers() 110 …answers.add(jmDNSImpl.getLocalHost().getDNSReverseAddressRecord(DNSRecordType.TYPE_A, DNSRecordCla… in addAnswers() 113 …answers.add(jmDNSImpl.getLocalHost().getDNSReverseAddressRecord(DNSRecordType.TYPE_AAAA, DNSRecord… in addAnswers() 135 if (jmDNSImpl.getLocalHost().getName().equalsIgnoreCase(loname)) { in addAnswers() 137 … answers.addAll(jmDNSImpl.getLocalHost().answers(this.isUnique(), DNSConstants.DNS_TTL)); in addAnswers() 153 …return jmDNSImpl.getLocalHost().getName().equals(name) || jmDNSImpl.getServices().keySet().contain… in iAmTheOnlyOne() [all …]
|
D | DNSRecord.java | 331 if (dns.getLocalHost().conflictWithRecord(this)) { in handleQuery() 332 …DNSRecord.Address localAddress = dns.getLocalHost().getDNSAddressRecord(this.getRecordType(), this… in handleQuery() 348 dns.getLocalHost().incrementHostName(); in handleQuery() 366 if (dns.getLocalHost().conflictWithRecord(this)) { in handleResponse() 370 dns.getLocalHost().incrementHostName(); in handleResponse() 726 …unced()) && (_port != info.getPort() || !_server.equalsIgnoreCase(dns.getLocalHost().getName()))) { in handleQuery() 728 …tants.DNS_TTL, info.getPriority(), info.getWeight(), info.getPort(), dns.getLocalHost().getName()); in handleQuery() 776 … != null && (_port != info.getPort() || !_server.equalsIgnoreCase(dns.getLocalHost().getName()))) { in handleResponse() 797 if (this._port == info.getPort() != _server.equals(dns.getLocalHost().getName())) { in addAnswer() 799 .getLocalHost().getName())); in addAnswer()
|
D | SocketListener.java | 46 if (this._jmDNSImpl.getLocalHost().shouldIgnorePacket(packet)) { in run()
|
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ |
D | SocketFactoryTest.java | 67 s = sf.createSocket("localhost", 8081, InetAddress.getLocalHost(), 8082); in testGetDefault() 72 s = sf.createSocket(InetAddress.getLocalHost(), 8081); in testGetDefault() 77 s = sf.createSocket(InetAddress.getLocalHost(), 8081, InetAddress.getLocalHost(), 8082); in testGetDefault()
|
D | ServerSocketFactoryTest.java | 72 s = sf.createServerSocket(0, 50, InetAddress.getLocalHost()); in testGetDefault()
|
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/ |
D | DefaultSSLSocketFactoryTest.java | 56 f.createSocket("localhost", 0, InetAddress.getLocalHost(), 1); in testCreateSocketStringintInetAddressint() 70 f.createSocket(InetAddress.getLocalHost(), 1); in testCreateSocketInetAddressint() 85 f.createSocket(InetAddress.getLocalHost(), 1, InetAddress in testCreateSocketInetAddressintInetAddressint() 86 .getLocalHost(), 2); in testCreateSocketInetAddressintInetAddressint()
|
D | DefaultSSLServerSocketFactoryTest.java | 67 f.createServerSocket(0, 10, InetAddress.getLocalHost()); in testCreateServerSocketintintInetAddress()
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
D | SSLSocketTest.java | 64 SSLSocket soc = new MySSLSocket(InetAddress.getLocalHost(), ss in testSSLSocketInetAddressint() 78 InetAddress.getLocalHost(), ss2.getLocalPort()); in testSSLSocketStringintInetAddressint() 93 SSLSocket soc = new MySSLSocket(InetAddress.getLocalHost(), ss1 in testSSLSocketInetAddressintInetAddressint() 94 .getLocalPort(), InetAddress.getLocalHost(), ss2 in testSSLSocketInetAddressintInetAddressint()
|
D | SSLServerSocketTest.java | 71 new MySSLServerSocket(0, 10, InetAddress.getLocalHost()); in testSSLServerSocketintintInetAddress()
|
/external/jmdns/src/javax/jmdns/impl/tasks/state/ |
D | Prober.java | 117 …newOut.addQuestion(DNSQuestion.newQuestion(this.getDns().getLocalHost().getName(), DNSRecordType.T… in buildOutgoingForDNS() 118 …for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.NOT_UNIQUE, this.getTT… in buildOutgoingForDNS() 133 …, this.getTTL(), info.getPriority(), info.getWeight(), info.getPort(), this.getDns().getLocalHost() in buildOutgoingForInfo()
|
D | Canceler.java | 104 …for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())… in buildOutgoingForDNS() 117 …Record answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalHost())) { in buildOutgoingForInfo()
|
D | Announcer.java | 104 …for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())… in buildOutgoingForDNS() 117 …Record answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalHost())) { in buildOutgoingForInfo()
|
D | Renewer.java | 105 …for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())… in buildOutgoingForDNS() 118 …Record answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalHost())) { in buildOutgoingForInfo()
|
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/ |
D | UnixSocketTest.java | 44 InetAddress.getLocalHost(), pingServer.getLocalPort())); in test_getInputStream() 93 theSocket.connect(new InetSocketAddress(InetAddress.getLocalHost(), in test_connectLjava_net_SocketAddressI()
|
/external/jetty/src/java/org/eclipse/jetty/io/ |
D | EndPoint.java | 100 public String getLocalHost(); in getLocalHost() method
|
D | ByteArrayEndPoint.java | 316 public String getLocalHost() in getLocalHost() method in ByteArrayEndPoint
|
/external/sl4a/Utils/src/com/googlecode/android_scripting/ |
D | SimpleServer.java | 164 return InetAddress.getLocalHost(); // No damn matches. Give up, return local host. in getPrivateInetAddress() 186 return InetAddress.getLocalHost(); // No damn matches. Give up, return local host. in getPublicInetAddress()
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
D | SelectConnector.java | 364 public String getLocalHost() in getLocalHost() method in SelectConnector.UpgradableEndPoint 366 return _endp.getLocalHost(); in getLocalHost()
|
/external/jetty/src/java/org/eclipse/jetty/io/bio/ |
D | StreamEndPoint.java | 230 public String getLocalHost() in getLocalHost() method in StreamEndPoint
|
D | SocketEndPoint.java | 185 public String getLocalHost() in getLocalHost() method in SocketEndPoint
|
/external/jetty/src/java/org/eclipse/jetty/jmx/ |
D | ConnectorServer.java | 174 rmiHost = InetAddress.getLocalHost().getCanonicalHostName(); in startRegistry()
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
D | Agent.java | 174 host = InetAddress.getLocalHost().getHostName(); in createSessionId()
|
/external/caliper/caliper/src/test/java/com/google/caliper/runner/ |
D | FakeWorkers.java | 177 new Socket(InetAddress.getLocalHost(), port)); in main()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | SocketTransportWrapper.java | 94 iAddress = InetAddress.getLocalHost(); in startListening()
|
/external/jetty/src/java/org/eclipse/jetty/io/nio/ |
D | SslConnection.java | 796 public String getLocalHost() in getLocalHost() method in SslConnection.SslEndPoint 798 return _aEndp.getLocalHost(); in getLocalHost()
|