Searched defs:URL (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/main/java/java/net/ |
D | URL.java | 75 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/ |
D | EqualsHashCodeBenchmark.java | 31 URL() { in URL() enumConstant
|
/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
|