/external/guava/guava-tests/test/com/google/common/net/ |
D | InetAddressesTest.java | 131 ipv4Addr = InetAddress.getByName(ipStr); in testForStringIPv4Input() 140 ipv6Addr = InetAddress.getByName(ipStr); in testForStringIPv6Input() 156 ipv6Addr = InetAddress.getByName(eightColons[i]); in testForStringIPv6EightColons() 168 InetAddress ipv6Addr = InetAddress.getByName(ipString); in testConvertDottedQuadToHex() 391 assertEquals(InetAddress.getByName("192.168.0.1"), mapped); in testMappedIPv4Addresses() 398 assertEquals(InetAddress.getByName("192.168.0.1"), mapped); in testMappedIPv4Addresses() 404 assertEquals(InetAddress.getByName("1.2.3.4"), mapped); in testMappedIPv4Addresses() 410 assertEquals(InetAddress.getByName("1.2.3.4"), mapped); in testMappedIPv4Addresses() 670 InetAddress address = InetAddress.getByName("255.255.255.254"); in testIsMaximum() 673 address = InetAddress.getByName("255.255.255.255"); in testIsMaximum() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
D | ECNamedCurveTable.java | 29 public static X9ECParameters getByName( in getByName() method in ECNamedCurveTable 32 X9ECParameters ecP = X962NamedCurves.getByName(name); in getByName() 36 ecP = SECNamedCurves.getByName(name); in getByName() 41 ecP = NISTNamedCurves.getByName(name); in getByName()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/ |
D | ECNamedCurveTable.java | 24 X9ECParameters ecP = org.bouncycastle.crypto.ec.CustomNamedCurves.getByName(name); in getParameterSpec() 38 ecP = org.bouncycastle.asn1.x9.ECNamedCurveTable.getByName(name); in getParameterSpec()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/tools/ |
D | ExecDumpClientTest.java | 137 InetAddress.getByName(null)); in getFreePort() 144 server = new ServerSocket(0, 0, InetAddress.getByName(null)); in createExecServer() 178 server = new ServerSocket(0, 0, InetAddress.getByName(null)); in createNopServer()
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/core/util/ |
D | PortParserTest.groovy | 37 static final HOST_IPV4 = InetAddress.getByName("132.235.1.2") 39 static final HOST_IPV6 = InetAddress.getByName("1080::8:800:200C:417A") 99 InetAddress host = InetAddress.getByName("196.168.44.55")
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/core/util/ |
D | PortParserTest.groovy | 37 static final HOST_IPV4 = InetAddress.getByName("132.235.1.2") 39 static final HOST_IPV6 = InetAddress.getByName("1080::8:800:200C:417A") 99 InetAddress host = InetAddress.getByName("196.168.44.55")
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/util/ |
D | PortParserTest.groovy | 38 static final HOST_IPV4 = InetAddress.getByName("132.235.1.2") 40 static final HOST_IPV6 = InetAddress.getByName("1080::8:800:200C:417A") 100 InetAddress host = InetAddress.getByName("196.168.44.55")
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/core/util/ |
D | PortParserTest.groovy | 38 static final HOST_IPV4 = InetAddress.getByName("132.235.1.2") 40 static final HOST_IPV6 = InetAddress.getByName("1080::8:800:200C:417A") 100 InetAddress host = InetAddress.getByName("196.168.44.55")
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/core/util/ |
D | PortParserTest.groovy | 37 static final HOST_IPV4 = InetAddress.getByName("132.235.1.2") 39 static final HOST_IPV6 = InetAddress.getByName("1080::8:800:200C:417A") 99 InetAddress host = InetAddress.getByName("196.168.44.55")
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/core/util/ |
D | PortParserTest.groovy | 38 static final HOST_IPV4 = InetAddress.getByName("132.235.1.2") 40 static final HOST_IPV6 = InetAddress.getByName("1080::8:800:200C:417A") 100 InetAddress host = InetAddress.getByName("196.168.44.55")
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/ |
D | ECUtil.java | 371 X9ECParameters params = ECNamedCurveTable.getByName(name); in getNamedCurveOid() 419 X9ECParameters params = CustomNamedCurves.getByName(curveName); in getNamedCurveByName() 423 params = X962NamedCurves.getByName(curveName); in getNamedCurveByName() 426 params = SECNamedCurves.getByName(curveName); in getNamedCurveByName() 430 params = NISTNamedCurves.getByName(curveName); in getNamedCurveByName()
|
/external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/ |
D | DumpTest.java | 93 serverSocket = new ServerSocket(0, 0, InetAddress.getByName(null)); in startMockServer() 125 InetAddress.getByName(null)); in unusedPort()
|
/external/nist-sip/java/gov/nist/core/ |
D | Host.java | 175 inetAddress = InetAddress.getByName(hostname); in getIpAddress() 272 inetAddress = InetAddress.getByName(hostname); in getInetAddress()
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/ |
D | EprtCommandHandlerTest.groovy | 33 static final HOST_IPV4 = InetAddress.getByName("132.235.1.2") 35 static final HOST_IPV6 = InetAddress.getByName("1080::8:800:200C:417A")
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/ |
D | EprtCommandHandlerTest.groovy | 33 static final HOST_IPV4 = InetAddress.getByName("132.235.1.2") 35 static final HOST_IPV6 = InetAddress.getByName("1080::8:800:200C:417A")
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/ |
D | EprtCommandHandlerTest.groovy | 33 static final HOST_IPV4 = InetAddress.getByName("132.235.1.2") 35 static final HOST_IPV6 = InetAddress.getByName("1080::8:800:200C:417A")
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/ |
D | MockServerSocketTest.java | 51 final InetAddress addr = InetAddress.getByName("localhost"); in setup() 67 final InetAddress addr = InetAddress.getByName("localhost"); in connect()
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | EprtCommandHandlerTest.groovy | 33 static final HOST_IPV4 = InetAddress.getByName("132.235.1.2") 35 static final HOST_IPV6 = InetAddress.getByName("1080::8:800:200C:417A")
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | EprtCommandHandlerTest.groovy | 33 static final HOST_IPV4 = InetAddress.getByName("132.235.1.2") 35 static final HOST_IPV6 = InetAddress.getByName("1080::8:800:200C:417A")
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | EprtCommandHandlerTest.groovy | 33 static final HOST_IPV4 = InetAddress.getByName("132.235.1.2") 35 static final HOST_IPV6 = InetAddress.getByName("1080::8:800:200C:417A")
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
D | HttpSessionHeadersTest.java | 62 InetAddress inetAddress = InetAddress.getByName(ipAddress); in testHeadersRemoteIp()
|
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/ |
D | ExecutionDataClient.java | 48 final Socket socket = new Socket(InetAddress.getByName(ADDRESS), PORT); in main()
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTest.groovy | 80 * {@link InetAddress#getByName(String)} method. 85 return InetAddress.getByName(host);
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTest.groovy | 80 * {@link InetAddress#getByName(String)} method. 85 return InetAddress.getByName(host);
|
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTest.groovy | 80 * {@link InetAddress#getByName(String)} method. 85 return InetAddress.getByName(host);
|