Searched defs:URI (Results 1 – 2 of 2) sorted by relevance
| /libcore/benchmarks/src/benchmarks/regression/ |
| D | EqualsHashCodeBenchmark.java | 26 URI() { in URI() enumConstant
|
| /libcore/luni/src/main/java/java/net/ |
| D | URI.java | 132 public final class URI implements Comparable<URI>, Serializable { class 196 private URI() {} in URI() method in URI 203 public URI(String spec) throws URISyntaxException { in URI() method in URI 212 public URI(String scheme, String schemeSpecificPart, String fragment) in URI() method in URI 235 public URI(String scheme, String userInfo, String host, int port, String path, String query, in URI() method in URI 297 public URI(String scheme, String host, String path, String fragment) throws URISyntaxException { in URI() method in URI 306 public URI(String scheme, String authority, String path, String query, in URI() method in URI
|