Home
last modified time | relevance | path

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

12345

/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/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/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/jacoco/org.jacoco.core.test/src/org/jacoco/core/tools/
DExecDumpClientTest.java137 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/
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/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/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.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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DECUtil.java371 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/
DDumpTest.java93 serverSocket = new ServerSocket(0, 0, InetAddress.getByName(null)); in startMockServer()
125 InetAddress.getByName(null)); in unusedPort()
/external/nist-sip/java/gov/nist/core/
DHost.java175 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/
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/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.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.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/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/nanohttpd/core/src/test/java/fi/iki/elonen/
DHttpSessionHeadersTest.java62 InetAddress inetAddress = InetAddress.getByName(ipAddress); in testHeadersRemoteIp()
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
DExecutionDataClient.java48 final Socket socket = new Socket(InetAddress.getByName(ADDRESS), PORT); in main()
/external/mockftpserver/tags/2.0.1/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-rc1/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy80 * {@link InetAddress#getByName(String)} method.
85 return InetAddress.getByName(host);

12345