Searched defs:URL (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/java/net/ |
D | URL.java | 137 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/ |
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
|