Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/net/
DURL.java75 public final class URL implements Serializable { class
124 public URL(String spec) throws MalformedURLException { in URL() method in URL
136 public URL(URL context, String spec) throws MalformedURLException { in URL() method in URL
150 public URL(URL context, String spec, URLStreamHandler handler) throws MalformedURLException { in URL() method in URL
201 public URL(String protocol, String host, String file) throws MalformedURLException { in URL() method in URL
215 public URL(String protocol, String host, int port, String file) throws MalformedURLException { in URL() method in URL
231 public URL(String protocol, String host, int port, String file, in URL() method in URL
/libcore/benchmarks/src/benchmarks/regression/
DEqualsHashCodeBenchmark.java31 URL() { in URL() enumConstant
/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