/external/webkit/LayoutTests/fast/url/ |
D | ipv4-expected.txt | 6 FAIL canonicalize('http:///') should be http:. Was http:/. 7 PASS canonicalize('http://./') is 'http://./' 8 PASS canonicalize('http://192.168.0.1/') is 'http://192.168.0.1/' 9 FAIL canonicalize('http://0300.0250.00.01/') should be http://192.168.0.1/. Was http://0300.0250.00… 10 FAIL canonicalize('http://0xC0.0Xa8.0x0.0x1/') should be http://192.168.0.1/. Was http://0xC0.0Xa8.… 11 PASS canonicalize('http://192.168.9.com/') is 'http://192.168.9.com/' 12 PASS canonicalize('http://19a.168.0.1/') is 'http://19a.168.0.1/' 13 PASS canonicalize('http://0308.0250.00.01/') is 'http://0308.0250.00.01/' 14 FAIL canonicalize('http://0xCG.0xA8.0x0.0x1/') should be http://0xcg.0xa8.0x0.0x1/. Was http://0xCG… 15 FAIL canonicalize('http://192/') should be http://0.0.0.192/. Was http://192/. [all …]
|
D | ipv6-expected.txt | 6 FAIL canonicalize('http:///') should be http:. Was http:/. 7 PASS canonicalize('http://[/') is 'http://[/' 8 PASS canonicalize('http://[:/') is 'http://[:/' 9 PASS canonicalize('http://]/') is 'http://]/' 10 PASS canonicalize('http://:]/') is 'http://:]/' 11 PASS canonicalize('http://[]/') is 'http://[]/' 12 PASS canonicalize('http://[:]/') is 'http://[:]/' 13 PASS canonicalize('http://2001:db8::1/') is 'http://2001:db8::1/' 14 PASS canonicalize('http://[2001:db8::1/') is 'http://[2001:db8::1/' 15 PASS canonicalize('http://2001:db8::1]/') is 'http://2001:db8::1]/' [all …]
|
D | host-expected.txt | 6 FAIL canonicalize('http://GoOgLe.CoM/') should be http://google.com/. Was http://GoOgLe.CoM/. 7 FAIL canonicalize('http://Goo%20 goo%7C|.com/') should be http://goo%20%20goo%7C%7C.com/. Was http:… 8 FAIL canonicalize('http://GOO goo.com/') should be http://goo%20%20goo.com/. Was http://goo goo.c… 9 PASS canonicalize('http://GOOgoo.com/') is 'http://googoo.com/' 10 PASS canonicalize('http://www.foo。bar.com/') is 'http://www.foo.bar.com/' 11 FAIL canonicalize('http://zyx.com/') should be http://%EF%BF%BDzyx.com/. Was http:/. 12 FAIL canonicalize('http://%ef%b7%90zyx.com/') should be http://%EF%BF%BDzyx.com/. Was http://%ef%b7… 13 PASS canonicalize('http://Go.com/') is 'http://go.com/' 14 FAIL canonicalize('http://%41.com/') should be http://a.com/. Was http://%41.com/. 15 FAIL canonicalize('http://%ef%bc%85%ef%bc%94%ef%bc%91.com/') should be http://a.com/. Was http://%e… [all …]
|
D | path-expected.txt | 6 PASS canonicalize('http://example.com/././foo') is 'http://example.com/foo' 7 PASS canonicalize('http://example.com/./.foo') is 'http://example.com/.foo' 8 PASS canonicalize('http://example.com/foo/.') is 'http://example.com/foo/' 9 PASS canonicalize('http://example.com/foo/./') is 'http://example.com/foo/' 10 PASS canonicalize('http://example.com/foo/bar/..') is 'http://example.com/foo/' 11 PASS canonicalize('http://example.com/foo/bar/../') is 'http://example.com/foo/' 12 PASS canonicalize('http://example.com/foo/..bar') is 'http://example.com/foo/..bar' 13 PASS canonicalize('http://example.com/foo/bar/../ton') is 'http://example.com/foo/ton' 14 PASS canonicalize('http://example.com/foo/bar/../ton/../../a') is 'http://example.com/a' 15 PASS canonicalize('http://example.com/foo/../../..') is 'http://example.com/' [all …]
|
D | relative-expected.txt | 6 PASS canonicalize('http://another/') is 'http://another/' 7 PASS canonicalize('http:////another/') is 'http://another/' 8 PASS canonicalize('') is 'http://foo/bar' 9 PASS canonicalize('') is 'http://foo/bar' 10 PASS canonicalize('') is 'http://foo/bar' 11 PASS canonicalize(' another ') is 'http://foo/another' 12 PASS canonicalize(' . ') is 'http://foo/' 13 PASS canonicalize(' ') is 'http://foo/bar' 14 PASS canonicalize('http:path') is 'http://host/path' 15 PASS canonicalize('http:path') is 'http://host/a/path' [all …]
|
D | segments-expected.txt | 6 PASS segments('http://user:pass@foo:21/bar;par?b#c') is '["http:","foo","21","/bar;par","?b","#c"]' 7 PASS segments('http:foo.com') is '["http:","example.org","","/foo/foo.com","",""]' 8 PASS segments('\t :foo.com \n') is '["http:","example.org","","/foo/:foo.com","",""]' 9 PASS segments(' foo.com ') is '["http:","example.org","","/foo/foo.com","",""]' 11 PASS segments('http://f:21/ b ? d # e ') is '["http:","f","21","/%20b%20","?%20d%20","# e"]' 12 PASS segments('http://f:/c') is '["http:","f","","/c","",""]' 13 PASS segments('http://f:0/c') is '["http:","f","0","/c","",""]' 14 PASS segments('http://f:00000000000000/c') is '["http:","f","0","/c","",""]' 15 FAIL segments('http://f:00000000000000000000080/c') should be ["http:","f","0","/c","",""]. Was ["h… 16 PASS segments('http://f:b/c') is '[":","","","","",""]' [all …]
|
D | segments-from-data-url-expected.txt | 6 PASS segments('http://user:pass@foo:21/bar;par?b#c') is '["http:","foo","21","/bar;par","?b","#c"]' 7 PASS segments('http:foo.com') is '["http:","foo.com","","/","",""]' 11 PASS segments('http://f:21/ b ? d # e ') is '["http:","f","21","/%20b%20","?%20d%20","# e"]' 12 PASS segments('http://f:/c') is '["http:","f","","/c","",""]' 13 PASS segments('http://f:0/c') is '["http:","f","0","/c","",""]' 14 PASS segments('http://f:00000000000000/c') is '["http:","f","0","/c","",""]' 15 FAIL segments('http://f:00000000000000000000080/c') should be ["http:","f","0","/c","",""]. Was ["h… 16 PASS segments('http://f:b/c') is '[":","","","","",""]' 17 PASS segments('http://f: /c') is '[":","","","","",""]' 18 PASS segments('http://f:\n/c') is '[":","","","","",""]' [all …]
|
D | anchor-expected.txt | 6 PASS canonicalize('http://www.example.com/#hello, world') is 'http://www.example.com/#hello, world' 7 FAIL canonicalize('http://www.example.com/#©') should be http://www.example.com/#©. Was http://ww… 8 FAIL canonicalize('http://www.example.com/#ss') should be http://www.example.com/#ss. Was http:… 9 PASS canonicalize('http://www.example.com/#%41%a') is 'http://www.example.com/#%41%a' 10 FAIL canonicalize('http://www.example.com/#\ud800\u597d') should be http://www.example.com/#�好. Was… 11 FAIL canonicalize('http://www.example.com/#a\uFDD0') should be http://www.example.com/#a. Was http… 12 PASS canonicalize('http://www.example.com/#asdf#qwer') is 'http://www.example.com/#asdf#qwer' 13 PASS canonicalize('http://www.example.com/##asdf') is 'http://www.example.com/##asdf' 14 PASS canonicalize('http://www.example.com/#a\nb\rc\td') is 'http://www.example.com/#abcd'
|
D | standard-url-expected.txt | 6 PASS canonicalize('http://www.google.com/foo?bar=baz#') is 'http://www.google.com/foo?bar=baz#' 7 FAIL canonicalize('http://www.google.com/foo?bar=baz# »') should be http://www.google.com/foo?bar=b… 8 PASS canonicalize('http://[www.google.com]/') is 'http://[www.google.com]/' 9 PASS canonicalize('http://www.google.com') is 'http://www.google.com/' 10 FAIL canonicalize('http:////////user:@google.com:99?foo') should be http://user@google.com:99/?foo.… 11 FAIL canonicalize('http://192.0x00A80001') should be http://192.168.0.1/. Was http://192.0x00A80001… 12 FAIL canonicalize('http://www/foo%2Ehtml') should be http://www/foo.html. Was http://www/foo%2Ehtml. 13 PASS canonicalize('http://user:pass@/') is 'http://user:pass@/' 14 PASS canonicalize('http://%25DOMAIN:foobar@foodomain.com/') is 'http://%25DOMAIN:foobar@foodomain.c… 15 PASS canonicalize('http:\\\\www.google.com\\foo') is 'http://www.google.com/foo' [all …]
|
D | query-expected.txt | 6 PASS canonicalize('http://www.example.com/?foo=bar') is 'http://www.example.com/?foo=bar' 7 PASS canonicalize('http://www.example.com/?as?df') is 'http://www.example.com/?as?df' 8 PASS canonicalize('http://www.example.com/?\x02hello bye') is 'http://www.example.com/?%02hello%7F… 9 PASS canonicalize('http://www.example.com/?%40%41123') is 'http://www.example.com/?%40%41123' 10 PASS canonicalize('http://www.example.com/?q=你好') is 'http://www.example.com/?q=%26%2320320%3B%26%2… 11 PASS canonicalize('http://www.example.com/?q=\ud800\ud800') is 'http://www.example.com/?q=%26%23552… 12 PASS canonicalize('http://www.example.com/?q=<asdf>') is 'http://www.example.com/?q=%3Casdf%3E' 13 PASS canonicalize('http://www.example.com/?q="asdf"') is 'http://www.example.com/?q=%22asdf%22'
|
D | port-expected.txt | 6 FAIL canonicalize('http://www.example.com:as df/') should be http://www.example.com:as%20df/. Was h… 7 PASS canonicalize('http://www.example.com:-2/') is 'http://www.example.com:-2/' 8 PASS canonicalize('http://www.example.com:80/') is 'http://www.example.com/' 9 PASS canonicalize('http://www.example.com:8080/') is 'http://www.example.com:8080/' 10 PASS canonicalize('http://www.example.com:/') is 'http://www.example.com/'
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 1 http://1-14th.com/timeline-4-66T.htm 2 http://1-las-vegas-real-estate.com/homes/sellers/list_today/ 3 http://100megsfree4.com/stimso/scottish-rite.htm 4 http://1010phonerates.com/Sprint_rate_increase.html 5 http://10174521412004-u9f1gir56b.powerlinks.com/shared/links.asp?c=3 6 http://101games.computergaming.com/do/previewPage?cId=3138507&did=1 7 http://101publicrelations.com/blog/2004_04.html 8 http://101publicrelations.com/blog/archives/000122.html 9 http://106miles.blogspot.com/ 10 http://10quicksteps.com/all [all …]
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | DefaultHttpClient.java | 32 package org.apache.http.impl.client; 34 import org.apache.http.ConnectionReuseStrategy; 35 import org.apache.http.HttpVersion; 36 import org.apache.http.auth.AuthSchemeRegistry; 37 import org.apache.http.client.AuthenticationHandler; 38 import org.apache.http.client.CookieStore; 39 import org.apache.http.client.CredentialsProvider; 40 import org.apache.http.client.HttpRequestRetryHandler; 41 import org.apache.http.client.RedirectHandler; 42 import org.apache.http.client.UserTokenHandler; [all …]
|
/external/webkit/PerformanceTests/PageLoad/svg/ |
D | LICENSES | 7 http://openclipart.org/clipart//plants/bamboo_01.svg 8 http://openclipart.org/clipart//plants/cacuts_01.svg 9 http://openclipart.org/clipart//food/crawfish2_ganson.svg 10 http://openclipart.org/clipart//food/food_leif_lodahl_01.svg 11 http://openclipart.org/clipart//logos/francobollo_gnome_ezechi_02.svg 12 http://openclipart.org/clipart//animals/az-lizard_benji_park_01.svg 15 http://svg-whiz.com/svg/map/world-iso.svgz 18 http://websvn.kde.org/trunk/tests/ksvgtests/custom/worldcup.svg 19 http://websvn.kde.org/trunk/tests/ksvgtests/custom/cowboy.svg 20 http://websvn.kde.org/trunk/tests/ksvgtests/custom/mtsthelens.svg [all …]
|
/external/apache-http/src/org/apache/http/impl/ |
D | AbstractHttpClientConnection.java | 32 package org.apache.http.impl; 36 import org.apache.http.HttpClientConnection; 37 import org.apache.http.HttpConnectionMetrics; 38 import org.apache.http.HttpEntity; 39 import org.apache.http.HttpEntityEnclosingRequest; 40 import org.apache.http.HttpException; 41 import org.apache.http.HttpRequest; 42 import org.apache.http.HttpResponse; 43 import org.apache.http.HttpResponseFactory; 44 import org.apache.http.impl.entity.EntityDeserializer; [all …]
|
D | AbstractHttpServerConnection.java | 32 package org.apache.http.impl; 36 import org.apache.http.HttpConnectionMetrics; 37 import org.apache.http.HttpEntity; 38 import org.apache.http.HttpEntityEnclosingRequest; 39 import org.apache.http.HttpException; 40 import org.apache.http.HttpRequest; 41 import org.apache.http.HttpRequestFactory; 42 import org.apache.http.HttpResponse; 43 import org.apache.http.HttpServerConnection; 44 import org.apache.http.impl.entity.EntityDeserializer; [all …]
|
D | DefaultConnectionReuseStrategy.java | 32 package org.apache.http.impl; 34 import org.apache.http.ConnectionReuseStrategy; 35 import org.apache.http.HttpConnection; 36 import org.apache.http.HeaderIterator; 37 import org.apache.http.HttpEntity; 38 import org.apache.http.HttpResponse; 39 import org.apache.http.HttpVersion; 40 import org.apache.http.ParseException; 41 import org.apache.http.ProtocolVersion; 42 import org.apache.http.protocol.HTTP; [all …]
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | DefaultResponseParser.java | 32 package org.apache.http.impl.conn; 36 import org.apache.http.HttpException; 37 import org.apache.http.HttpMessage; 38 import org.apache.http.HttpResponseFactory; 39 import org.apache.http.NoHttpResponseException; 40 import org.apache.http.ProtocolException; 41 import org.apache.http.StatusLine; 42 import org.apache.http.conn.params.ConnConnectionPNames; 43 import org.apache.http.impl.io.AbstractMessageParser; 44 import org.apache.http.io.SessionInputBuffer; [all …]
|
/external/oauth/core/src/main/java/net/oauth/client/ |
D | OAuthResponseMessage.java | 25 import net.oauth.http.HttpMessage; 26 import net.oauth.http.HttpResponseMessage; 36 OAuthResponseMessage(HttpResponseMessage http) throws IOException in OAuthResponseMessage() argument 38 super(http.method, http.url.toExternalForm(), null); in OAuthResponseMessage() 39 this.http = http; in OAuthResponseMessage() 40 getHeaders().addAll(http.headers); in OAuthResponseMessage() 41 for (Map.Entry<String, String> header : http.headers) { in OAuthResponseMessage() 52 private final HttpMessage http; field in OAuthResponseMessage 57 return http.getBody(); in getBodyAsStream() 63 return http.getContentCharset(); in getBodyEncoding() [all …]
|
/external/apache-http/src/org/apache/http/impl/io/ |
D | HttpRequestParser.java | 32 package org.apache.http.impl.io; 36 import org.apache.http.ConnectionClosedException; 37 import org.apache.http.HttpException; 38 import org.apache.http.HttpMessage; 39 import org.apache.http.HttpRequestFactory; 40 import org.apache.http.RequestLine; 41 import org.apache.http.ParseException; 42 import org.apache.http.io.SessionInputBuffer; 43 import org.apache.http.message.LineParser; 44 import org.apache.http.message.ParserCursor; [all …]
|
D | HttpResponseParser.java | 32 package org.apache.http.impl.io; 36 import org.apache.http.HttpException; 37 import org.apache.http.HttpMessage; 38 import org.apache.http.HttpResponseFactory; 39 import org.apache.http.NoHttpResponseException; 40 import org.apache.http.StatusLine; 41 import org.apache.http.ParseException; 42 import org.apache.http.io.SessionInputBuffer; 43 import org.apache.http.message.LineParser; 44 import org.apache.http.message.ParserCursor; [all …]
|
/external/chromium/net/ |
D | net.gyp | 459 'http/des.cc', 460 'http/des.h', 461 'http/disk_cache_based_ssl_host_info.cc', 462 'http/disk_cache_based_ssl_host_info.h', 463 'http/http_alternate_protocols.cc', 464 'http/http_alternate_protocols.h', 465 'http/http_atom_list.h', 466 'http/http_auth.cc', 467 'http/http_auth.h', 468 'http/http_auth_cache.cc', [all …]
|
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/ |
D | HttpClient4.java | 24 import net.oauth.http.HttpMessage; 25 import net.oauth.http.HttpResponseMessage; 26 import org.apache.http.HttpResponse; 27 import org.apache.http.client.HttpClient; 28 import org.apache.http.client.methods.HttpDelete; 29 import org.apache.http.client.methods.HttpEntityEnclosingRequestBase; 30 import org.apache.http.client.methods.HttpGet; 31 import org.apache.http.client.methods.HttpPost; 32 import org.apache.http.client.methods.HttpPut; 33 import org.apache.http.client.methods.HttpRequestBase; [all …]
|
/external/chromium/chrome/browser/sync/engine/net/ |
D | syncapi_server_connection_manager.cc | 34 HttpPostProviderInterface* http = factory_->Create(); in Init() local 35 http->SetUserAgent(scm_->user_agent().c_str()); in Init() 36 http->SetURL(connection_url.c_str(), sync_server_port); in Init() 40 http->SetExtraRequestHeaders(headers.c_str()); in Init() 44 http->SetPostPayload("application/octet-stream", payload.length(), in Init() 50 if (!http->MakeSynchronousPost(&os_error_code, &response_code)) { in Init() 53 factory_->Destroy(http); in Init() 60 static_cast<int64>(http->GetResponseContentLength()); in Init() 62 static_cast<int64>(http->GetResponseContentLength()); in Init() 71 http->GetResponseHeaderValue("Update-Client-Auth"); in Init() [all …]
|
/external/apache-http/src/org/apache/http/client/protocol/ |
D | RequestAddCookies.java | 32 package org.apache.http.client.protocol; 42 import org.apache.http.Header; 43 import org.apache.http.HttpException; 44 import org.apache.http.HttpHost; 45 import org.apache.http.HttpRequest; 46 import org.apache.http.HttpRequestInterceptor; 47 import org.apache.http.ProtocolException; 48 import org.apache.http.client.CookieStore; 49 import org.apache.http.client.methods.HttpUriRequest; 50 import org.apache.http.client.params.HttpClientParams; [all …]
|