Home
last modified time | relevance | path

Searched refs:getByName (Results 1 – 25 of 143) sorted by relevance

123456

/external/guava/guava-tests/test/com/google/common/net/
DInetAddressesTest.java131 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/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
DProtocolVersionTest.java30 ProtocolVersion.getByName("SSLv3")); in testEquals()
32 ProtocolVersion.getByName("TLSv1")); in testEquals()
34 ProtocolVersion.getByName("TLSv1"))); in testEquals()
67 assertNull(ProtocolVersion.getByName("SSLv2")); in testGetByName()
68 assertEquals("SSLv3", ProtocolVersion.getByName("SSLv3").name); in testGetByName()
69 assertEquals("TLSv1", ProtocolVersion.getByName("TLSv1").name); in testGetByName()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DECNamedCurveTable.java29 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/jcajce/provider/asymmetric/util/
DECUtil.java312 X9ECParameters params = ECNamedCurveTable.getByName(name); in getNamedCurveOid()
356 X9ECParameters params = CustomNamedCurves.getByName(curveName); in getNamedCurveByName()
360 params = X962NamedCurves.getByName(curveName); in getNamedCurveByName()
363 params = SECNamedCurves.getByName(curveName); in getNamedCurveByName()
367 params = NISTNamedCurves.getByName(curveName); in getNamedCurveByName()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
DECNamedCurveTable.java24 X9ECParameters ecP = org.bouncycastle.crypto.ec.CustomNamedCurves.getByName(name); in getParameterSpec()
38 ecP = org.bouncycastle.asn1.x9.ECNamedCurveTable.getByName(name); in getParameterSpec()
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLSocketFactoriesTest.java157 InetAddress.getByName("localhost"), 0); in testSocketCreation()
165 InetAddress.getByName("localhost"), in testSocketCreation()
174 InetAddress.getByName("localhost"), in testSocketCreation()
176 InetAddress.getByName("localhost"), in testSocketCreation()
186 InetAddress.getByName("localhost"), in testSocketCreation()
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/core/util/
DPortParserTest.groovy37 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/
DPortParserTest.groovy37 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/
DPortParserTest.groovy38 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.3/src/test/groovy/org/mockftpserver/core/util/
DPortParserTest.groovy37 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/
DPortParserTest.groovy38 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/
DPortParserTest.groovy38 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/nist-sip/java/gov/nist/core/
DHost.java175 inetAddress = InetAddress.getByName(hostname); in getIpAddress()
272 inetAddress = InetAddress.getByName(hostname); in getInetAddress()
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DEprtCommandHandlerTest.groovy33 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/
DMockServerSocketTest.java51 final InetAddress addr = InetAddress.getByName("localhost"); in setup()
67 final InetAddress addr = InetAddress.getByName("localhost"); in connect()
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
DEprtCommandHandlerTest.groovy33 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/
DEprtCommandHandlerTest.groovy33 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/
DEprtCommandHandlerTest.groovy33 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.2/src/test/groovy/org/mockftpserver/fake/command/
DEprtCommandHandlerTest.groovy33 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.5/src/test/groovy/org/mockftpserver/fake/command/
DEprtCommandHandlerTest.groovy33 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.core.test/src/org/jacoco/core/tools/
DExecDumpClientTest.java131 InetAddress.getByName(null)); in getFreePort()
138 server = new ServerSocket(0, 0, InetAddress.getByName(null)); in createExecServer()
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DHttpSessionHeadersTest.java62 InetAddress inetAddress = InetAddress.getByName(ipAddress); in testHeadersRemoteIp()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy80 * {@link InetAddress#getByName(String)} method.
85 return InetAddress.getByName(host);
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy80 * {@link InetAddress#getByName(String)} method.
85 return InetAddress.getByName(host);
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy80 * {@link InetAddress#getByName(String)} method.
85 return InetAddress.getByName(host);

123456