Searched defs:URI (Results 1 – 3 of 3) sorted by relevance
/libcore/benchmarks/src/benchmarks/regression/ |
D | EqualsHashCodeBenchmark.java | 26 URI() { in URI() enumConstant
|
/libcore/ojluni/src/main/java/java/net/ |
D | URI.java | 459 public final class URI class 511 private URI() { } // Used internally in URI() method in URI 582 public URI(String str) throws URISyntaxException { in URI() method in URI 659 public URI(String scheme, in URI() method in URI 732 public URI(String scheme, in URI() method in URI 766 public URI(String scheme, String host, String path, String fragment) in URI() method in URI 809 public URI(String scheme, String ssp, String fragment) in URI() method in URI
|
D | InMemoryCookieStore.java | 271 private void getInternal1(List<HttpCookie> cookies, Map<URI, List<HttpCookie>> cookieIndex, in getInternal1()
|