Home
last modified time | relevance | path

Searched defs:URL (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DURL.java137 public final class URL implements java.io.Serializable { class
304 public URL(String protocol, String host, int port, String file) in URL() method in URL
328 public URL(String protocol, String host, String file) in URL() method in URL
372 public URL(String protocol, String host, int port, String file, in URL() method in URL
435 public URL(String spec) throws MalformedURLException { in URL() method in URL
486 public URL(URL context, String spec) throws MalformedURLException { in URL() method in URL
510 public URL(URL context, String spec, URLStreamHandler handler) in URL() method in URL
/libcore/benchmarks/src/benchmarks/regression/
DEqualsHashCodeBenchmark.java31 URL() { in URL() method
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DURLEncoderTest.java34 final String URL = "http://" + Support_Configuration.HomeAddress; in test_encodeLjava_lang_String() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DURLDecoderTest.java41 final String URL = "http://" + Support_Configuration.HomeAddress; in test_decodeLjava_lang_String() local