Home
last modified time | relevance | path

Searched defs:httpUrl (Results 1 – 8 of 8) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DHttpUrlTest.java170 HttpUrl httpUrl = HttpUrl.parse("http://example.com/foo/.."); in parse_pathVariations() local
175 HttpUrl httpUrl = HttpUrl.parse("http://example.com/.."); in parse_pathVariations() local
181 HttpUrl httpUrl = HttpUrl.parse(url); in parseThenAssertToStringEquals() local
298 HttpUrl httpUrl = HttpUrl.parse("http://foo@bar@baz/path"); in authorityWithMultipleAtSigns() local
306 HttpUrl httpUrl = HttpUrl.parse("http://foo:pass1@bar:pass2@baz/path"); in authorityWithMultipleColons() local
1056 HttpUrl httpUrl = HttpUrl.parse("http://username:password@host/path?query#fragment"); in toJavaNetUrl() local
1062 HttpUrl httpUrl = HttpUrl.parse("http://username:password@host/path?query#fragment"); in toUri() local
1068 HttpUrl httpUrl = HttpUrl.parse("http://host/?d=abc!@[]^`{}|\\"); in toUriSpecialQueryCharacters() local
1074 HttpUrl httpUrl = new HttpUrl.Builder() in toUriWithUsernameNoPassword() local
1199 HttpUrl httpUrl = HttpUrl.get(javaNetUrl); in fromJavaNetUrl() local
[all …]
DWebPlatformUrlTest.java69 @Test public void httpUrl() throws Exception { in httpUrl() method in WebPlatformUrlTest
DUrlComponentEncodingTester.java263 HttpUrl httpUrl = HttpUrl.parse(component.urlString(encoded)); in testToUrl() local
272 HttpUrl httpUrl = HttpUrl.parse(component.urlString(encoded)); in testFromUrl() local
283 HttpUrl httpUrl = HttpUrl.parse(component.urlString(encoded)); in testUri() local
DCallTest.java134 HttpUrl httpUrl = server.url("/"); in buildRequestUsingHttpUrl() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DExcludedProxyTest.java192 URL httpUrl = new URL("http://abc.com"); in test_openConnectionLjava_net_Proxy() local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DBuildProperties.java47 private String httpUrl; field in BuildProperties
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DRequest.java47 public HttpUrl httpUrl() { in httpUrl() method in Request
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DHttpURLConnectionImpl.java345 HttpUrl httpUrl = Internal.instance.getHttpUrlChecked(url.toString()); in newHttpEngine() local