Searched defs:URL (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | URL.java | 32 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/ |
D | EqualsHashCodeBenchmark.java | 31 URL() { in URL() method
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
D | URLEncoderTest.java | 34 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/ |
D | URLDecoderTest.java | 41 final String URL = "http://" + Support_Configuration.HomeAddress; in test_decodeLjava_lang_String() local
|
/libcore/ojluni/src/main/java/java/net/ |
D | URL.java | 144 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
|