/external/chromium/googleurl/src/ |
url_parse_unittest.cc | 139 "http://user:pass@host:99/foo?bar#baz", 143 "http://user:pass@host:99/foo?bar#", 144 "http://user:pass@host:99/foo?bar", 145 "http://user:pass@host:99/foo?", 146 "http://user:pass@host:99/foo", 147 "http://user:pass@host:99/", 148 "http://user:pass@host:99", 149 "http://user:pass@host:", 150 "http://user:pass@host", 151 "http://host" [all...] |
/external/chromium/net/base/ |
mime_sniffer_unittest.cc | 65 "http://www.example.com/", 68 "http://www.example.com/foo.gif", 71 "http://www.example.com/foo", 74 "http://www.example.com/foo?param=tt.gif", 77 "http://www.example.com/foo", 80 "http://www.example.com/foo", 83 "http://www.example.com/foo", 94 "http://www.example.com/foo.crx", 105 "http://www.example.com/foo.crx", 108 "http://www.example.com/foo.crx" [all...] |
/external/apache-http/src/org/apache/http/client/protocol/ |
ResponseProcessCookies.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/ResponseProcessCookies.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.client.protocol; 39 import org.apache.http.Header; 40 import org.apache.http.HeaderIterator; 41 import org.apache.http.HttpException; 42 import org.apache.http.HttpResponse; 43 import org.apache.http.HttpResponseInterceptor [all...] |
RequestAddCookies.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/RequestAddCookies.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 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 [all...] |
/external/apache-http/src/org/apache/http/conn/params/ |
ConnManagerParams.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/params/ConnManagerParams.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 27 * <http://www.apache.org/>. 31 package org.apache.http.conn.params; 33 import org.apache.http.conn.routing.HttpRoute; 34 import org.apache.http.params.HttpParams; 37 * This class represents a collection of HTTP protocol parameters applicable 39 * {@link org.apache.http.conn.ClientConnectionManager connection managers}. 57 * {@link org.apache.http.conn.ManagedClientConnection} from th [all...] |
/external/apache-http/src/org/apache/http/protocol/ |
ResponseConnControl.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseConnControl.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.protocol; 36 import org.apache.http.Header; 37 import org.apache.http.HttpEntity; 38 import org.apache.http.HttpException; 39 import org.apache.http.HttpRequest; 40 import org.apache.http.HttpResponse [all...] |
RequestContent.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/RequestContent.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.protocol; 36 import org.apache.http.HttpEntity; 37 import org.apache.http.HttpEntityEnclosingRequest; 38 import org.apache.http.HttpException; 39 import org.apache.http.HttpRequest; 40 import org.apache.http.HttpRequestInterceptor [all...] |
ResponseContent.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseContent.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.protocol; 36 import org.apache.http.HttpEntity; 37 import org.apache.http.HttpException; 38 import org.apache.http.HttpResponse; 39 import org.apache.http.HttpResponseInterceptor; 40 import org.apache.http.HttpStatus [all...] |
/external/chromium_org/ppapi/tests/ |
test_url_util.cc | 35 pp::Var result = util_->Canonicalize("http://Google.com"); 36 ASSERT_TRUE(result.AsString() == "http://google.com/"); 41 "http://me:pw@Google.com:1234/path?query#ref ", 46 "http://me:pw@google.com:1234/path?query#ref"); 57 result = util_->Canonicalize("http://google.com/", &c); 60 ASSERT_TRUE(result.AsString() == "http://google.com/"); 80 {"http://google.com/", "foo", "http://google.com/foo"}, 81 {"http://google.com/foo", "/bar", "http://google.com/bar"} [all...] |
/external/chromium_org/chrome/browser/google/ |
google_url_tracker_unittest.cc | 506 MockSearchDomainCheckResponse("http://www.google.co.uk/"); 518 MockSearchDomainCheckResponse("http://www.google.co.uk/"); 519 EXPECT_EQ(GURL("http://www.google.co.uk/"), fetched_google_url()); 521 EXPECT_EQ(GURL("http://www.google.co.uk/"), google_url()); 526 SetLastPromptedGoogleURL(GURL("http://www.google.co.uk/")); 534 MockSearchDomainCheckResponse("http://www.google.co.uk/"); 535 EXPECT_EQ(GURL("http://www.google.co.uk/"), fetched_google_url()); 543 SetLastPromptedGoogleURL(GURL("http://www.google.co.uk/")); 557 CommitSearch(1, GURL("http://www.google.co.uk/search?q=test")); 562 MockSearchDomainCheckResponse("http://mail.google.com/") [all...] |
/external/chromium/chrome/browser/search_engines/ |
template_url_unittest.cc | 74 { "http://foo{searchTerms}", ASCIIToUTF16("sea rch/bar"), 75 "http://foosea%20rch/bar" }, 76 { "http://foo{searchTerms}?boo=abc", ASCIIToUTF16("sea rch/bar"), 77 "http://foosea%20rch/bar?boo=abc" }, 78 { "http://foo/?boo={searchTerms}", ASCIIToUTF16("sea rch/bar"), 79 "http://foo/?boo=sea+rch%2Fbar" }, 80 { "http://en.wikipedia.org/{searchTerms}", ASCIIToUTF16("wiki/?"), 81 "http://en.wikipedia.org/wiki/%3F" } 99 TemplateURLRef ref("http://foo{searchTerms}{count?}", 0, 0); 105 ASSERT_EQ("http://foox/", result.spec()) [all...] |
/external/apache-http/src/org/apache/http/message/ |
package.html | 5 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/package.html $ 18 * http://www.apache.org/licenses/LICENSE-2.0 31 * <http://www.apache.org/>. 37 A selection of HTTP 38 {@link org.apache.http.message.AbstractHttpMessage message} 41 There are basic implementations for HTTP requests 42 {@link org.apache.http.message.BasicHttpEntityEnclosingRequest with} 43 and {@link org.apache.http.message.BasicHttpRequest without} 45 {@link org.apache.http.message.BasicHttpResponse responses} [all...] |
BasicHttpEntityEnclosingRequest.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicHttpEntityEnclosingRequest.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.message; 34 import org.apache.http.Header; 35 import org.apache.http.HttpEntity; 36 import org.apache.http.HttpEntityEnclosingRequest; 37 import org.apache.http.ProtocolVersion; 38 import org.apache.http.RequestLine [all...] |
/external/chromium_org/chrome/browser/net/ |
chrome_network_delegate_unittest.cc | 51 GURL("http://example.com/"), NULL, &context, NULL); 55 GURL("http://example.com/"), NULL, &context, NULL); 57 GURL("http://example.com/helloworld.html")); 160 CheckAddedParameters("http://google.com/", kBothParameters); 163 CheckAddedParameters("http://google.com/webhp", 167 CheckAddedParameters("http://google.com/search?q=google", 170 CheckAddedParameters("http://google.com/?q=google", 173 CheckAddedParameters("http://google.com/webhp?q=google", 177 CheckAddedParameters("http://google.com/search?q=google&safe=off", 180 CheckAddedParameters("http://google.com/?q=google&safe=off" [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
ProxySelectorTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 65 httpUri = new URI("http://test.com"); 116 // set http proxy 117 System.setProperty("http.proxyHost", HTTP_PROXY_HOST); 118 System.setProperty("http.proxyPort", String.valueOf(HTTP_PROXY_PORT)); 130 assertProxyEquals(proxyList,Proxy.Type.HTTP,HTTP_PROXY_HOST,HTTP_PROXY_PORT); 133 assertProxyEquals(proxyList,Proxy.Type.HTTP,HTTPS_PROXY_HOST,HTTPS_PROXY_PORT); 136 assertProxyEquals(proxyList,Proxy.Type.HTTP,FTP_PROXY_HOST,FTP_PROXY_PORT); 149 httpUri = new URI("http://a@"); 157 // set http prox [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
history_quick_provider_unittest.cc | 52 {"http://www.google.com/", "Google", 3, 3, 0}, 53 {"http://slashdot.org/favorite_page.html", "Favorite page", 200, 100, 0}, 54 {"http://kerneltrap.org/not_very_popular.html", "Less popular", 4, 0, 0}, 55 {"http://freshmeat.net/unpopular.html", "Unpopular", 1, 1, 0}, 56 {"http://news.google.com/?ned=us&topic=n", "Google News - U.S.", 2, 2, 0}, 57 {"http://news.google.com/", "Google News", 1, 1, 0}, 58 {"http://foo.com/", "Dir", 200, 100, 0}, 59 {"http://foo.com/dir/", "Dir", 2, 1, 10}, 60 {"http://foo.com/dir/another/", "Dir", 10, 5, 0}, 61 {"http://foo.com/dir/another/again/", "Dir", 5, 1, 0} [all...] |
/external/apache-http/src/org/apache/http/impl/ |
AbstractHttpClientConnection.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/AbstractHttpClientConnection.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 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 [all...] |
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultRedirectHandler.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/DefaultRedirectHandler.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.impl.client; 39 import org.apache.http.Header; 40 import org.apache.http.HttpHost; 41 import org.apache.http.HttpRequest; 42 import org.apache.http.HttpResponse; 43 import org.apache.http.HttpStatus [all...] |
/external/chromium_org/chrome/common/net/ |
url_fixer_upper_unittest.cc | 46 { "http://www.google.com/", "http", 106 { " www.google.com:124?foo#", "http", 116 { "user@www.google.com", "http", 136 { "[2001:db8::1]/path", "http", 146 { "[::1]", "http", 157 { "[2001:4860:", "http", 167 { "[2001:4860:/foo", "http", 177 { "http://:b005::68]", "http", [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_util_unittest.cc | 25 // http://code.google.com/p/google-safe-browsing/wiki/Protocolv2Spec. 29 GURL url("http://a.b.c/1/2.html?param=1"); 42 url = GURL("http://a.b.c.d.e.f.g/1.html"); 55 url = GURL("http://a.b/saw-cgi/eBayISAPI.dll/"); 65 // http://code.google.com/p/google-safe-browsing/wiki/Protocolv2Spec. 74 "http://host/%25%32%35", 79 "http://host/%25%32%35%25%32%35", 84 "http://host/%2525252525252525", 89 "http://host/asdf%25%32%35asd", 94 "http://host/%%%25%32%35asd%%" [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_util_unittest.cc | 25 // http://code.google.com/p/google-safe-browsing/wiki/Protocolv2Spec. 29 GURL url("http://a.b.c/1/2.html?param=1"); 42 url = GURL("http://a.b.c.d.e.f.g/1.html"); 55 url = GURL("http://a.b/saw-cgi/eBayISAPI.dll/"); 65 // http://code.google.com/p/google-safe-browsing/wiki/Protocolv2Spec. 74 "http://host/%25%32%35", 79 "http://host/%25%32%35%25%32%35", 84 "http://host/%2525252525252525", 89 "http://host/asdf%25%32%35asd", 94 "http://host/%%%25%32%35asd%%" [all...] |
/external/apache-http/src/org/apache/http/client/entity/ |
UrlEncodedFormEntity.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/entity/UrlEncodedFormEntity.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 27 * <http://www.apache.org/>. 31 package org.apache.http.client.entity; 35 import org.apache.http.NameValuePair; 36 import org.apache.http.client.utils.URLEncodedUtils; 37 import org.apache.http.entity.StringEntity; 38 import org.apache.http.protocol.HTTP; [all...] |
/external/apache-http/src/org/apache/http/client/methods/ |
HttpEntityEnclosingRequestBase.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/HttpEntityEnclosingRequestBase.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.client.methods; 34 import org.apache.http.Header; 35 import org.apache.http.HttpEntity; 36 import org.apache.http.HttpEntityEnclosingRequest; 37 import org.apache.http.client.utils.CloneUtils; 38 import org.apache.http.protocol.HTTP [all...] |
/external/apache-http/src/org/apache/http/entity/ |
package.html | 5 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/package.html $ 18 * http://www.apache.org/licenses/LICENSE-2.0 31 * <http://www.apache.org/>. 37 Representations for HTTP message entities. 39 An {@link org.apache.http.HttpEntity entity} is the optional content of a 40 {@link org.apache.http.HttpMessage message}. 43 {@link org.apache.http.entity.ByteArrayEntity byte array}, 44 {@link org.apache.http.entity.StringEntity string}, 45 {@link org.apache.http.entity.FileEntity file}, or through an arbitrar [all...] |
/external/chromium/chrome/browser/autocomplete/ |
history_quick_provider_unittest.cc | 39 {"http://www.google.com/", "Google", 3, 3, 0}, 40 {"http://slashdot.org/favorite_page.html", "Favorite page", 200, 100, 0}, 41 {"http://kerneltrap.org/not_very_popular.html", "Less popular", 4, 0, 0}, 42 {"http://freshmeat.net/unpopular.html", "Unpopular", 1, 1, 0}, 43 {"http://news.google.com/?ned=us&topic=n", "Google News - U.S.", 2, 2, 0}, 44 {"http://news.google.com/", "Google News", 1, 1, 0}, 45 {"http://foo.com/", "Dir", 5, 5, 0}, 46 {"http://foo.com/dir/", "Dir", 2, 1, 10}, 47 {"http://foo.com/dir/another/", "Dir", 5, 1, 0}, 48 {"http://foo.com/dir/another/again/", "Dir", 10, 0, 0} [all...] |