Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/java/net/
DURL.java32 public final class URL implements java.io.Serializable { class
34 public URL(java.lang.String protocol, java.lang.String host, int port, java.lang.String file) in URL() method in URL
39 public URL(java.lang.String protocol, java.lang.String host, java.lang.String file) in URL() method in URL
44 public URL( in URL() method in URL
54 public URL(java.lang.String spec) throws java.net.MalformedURLException { in URL() method in URL
58 public URL(java.net.URL context, java.lang.String spec) throws java.net.MalformedURLException { in URL() method in URL
62 public URL(java.net.URL context, java.lang.String spec, java.net.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
/libcore/ojluni/src/main/java/java/net/
DURL.java144 public final class URL implements java.io.Serializable { class
313 public URL(String protocol, String host, int port, String file) in URL() method in URL
337 public URL(String protocol, String host, String file) in URL() method in URL
381 public URL(String protocol, String host, int port, String file, in URL() method in URL
446 public URL(String spec) throws MalformedURLException { in URL() method in URL
497 public URL(URL context, String spec) throws MalformedURLException { in URL() method in URL
521 public URL(URL context, String spec, URLStreamHandler handler) in URL() method in URL