Searched refs:getByName (Results 1 - 25 of 132) sorted by relevance

123456

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DECNamedCurveTable.java27 public static X9ECParameters getByName( method in class:ECNamedCurveTable
30 X9ECParameters ecP = X962NamedCurves.getByName(name);
34 ecP = SECNamedCurves.getByName(name);
39 ecP = NISTNamedCurves.getByName(name);
46 ecP = TeleTrusTNamedCurves.getByName(name);
51 ecP = ANSSINamedCurves.getByName(name);
/external/guava/guava-tests/test/com/google/common/net/
H A DInetAddressesTest.java131 ipv4Addr = InetAddress.getByName(ipStr);
140 ipv6Addr = InetAddress.getByName(ipStr);
156 ipv6Addr = InetAddress.getByName(eightColons[i]);
168 InetAddress ipv6Addr = InetAddress.getByName(ipString);
391 assertEquals(InetAddress.getByName("192.168.0.1"), mapped);
398 assertEquals(InetAddress.getByName("192.168.0.1"), mapped);
404 assertEquals(InetAddress.getByName("1.2.3.4"), mapped);
410 assertEquals(InetAddress.getByName("1.2.3.4"), mapped);
670 InetAddress address = InetAddress.getByName("255.255.255.254");
673 address = InetAddress.getByName("255.25
[all...]
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/util/
H A 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.1/src/test/groovy/org/mockftpserver/core/util/
H A 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.2/src/test/groovy/org/mockftpserver/core/util/
H A 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.3/src/test/groovy/org/mockftpserver/core/util/
H A 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.4/src/test/groovy/org/mockftpserver/core/util/
H A 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.5/src/test/groovy/org/mockftpserver/core/util/
H A 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/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DEprtCommandHandlerTest.groovy33 static final HOST_IPV4 = InetAddress.getByName("132.235.1.2")
35 static final HOST_IPV6 = InetAddress.getByName("1080::8:800:200C:417A")
H A DEpsvCommandHandlerTest.groovy32 static final SERVER = InetAddress.getByName("1080::8:800:200C:417A")
H A DPortCommandHandlerTest.groovy35 static final HOST = InetAddress.getByName("11.22.33.44")
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
H A DEprtCommandHandlerTest.groovy33 static final HOST_IPV4 = InetAddress.getByName("132.235.1.2")
35 static final HOST_IPV6 = InetAddress.getByName("1080::8:800:200C:417A")
H A DEpsvCommandHandlerTest.groovy32 static final SERVER = InetAddress.getByName("1080::8:800:200C:417A")
H A DPortCommandHandlerTest.groovy35 static final HOST = InetAddress.getByName("11.22.33.44")
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
H A 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/
H A 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/
H A 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/
H A 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
H A DECNamedCurveTable.java24 X9ECParameters ecP = org.bouncycastle.crypto.ec.CustomNamedCurves.getByName(name);
38 ecP = org.bouncycastle.asn1.x9.ECNamedCurveTable.getByName(name);
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
H A DPortCommandHandlerTest.groovy35 static final HOST = InetAddress.getByName("11.22.33.44")
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DPortCommandHandlerTest.groovy35 static final HOST = InetAddress.getByName("11.22.33.44")
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
H A DPortCommandHandlerTest.groovy35 static final HOST = InetAddress.getByName("11.22.33.44")
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DPortCommandHandlerTest.groovy35 static final HOST = InetAddress.getByName("11.22.33.44")
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
H A DPortCommandHandlerTest.groovy35 static final HOST = InetAddress.getByName("11.22.33.44")
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
H A DPortCommandHandlerTest.groovy35 static final HOST = InetAddress.getByName("11.22.33.44")

Completed in 837 milliseconds

123456