HomeSort by relevance Sort by last modified time
    Searched full:https (Results 226 - 250 of 608) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/net/http/
RequestQueue.java 399 // being really bad about https. But, HttpsConnection actually looks
401 // is still valid because if a site is https, we will use
404 return (mProxyHost == null || "https".equals(host.getSchemeName()))
RequestHandle.java 168 if (mUrl.startsWith("https:") && redirectTo.startsWith("http:")) {
171 HttpLog.v("blowing away the referer on an https -> http redirect");
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
SdkCommandLine.java 76 public static final String KEY_NO_HTTPS = "no-https";
200 "Use HTTP instead of the default HTTPS for downloads", false);
450 /** Helper to retrieve the --no-https flag. */
  /external/chromium/net/socket/
ssl_test_util.cc 258 command_line.append(L" --https=\"");
283 command_line.push_back("--https=" + cert_path.value());
  /external/webkit/WebCore/manual-tests/inspector/
display-form-data.html 10 <li><p><a href="https://bugs.webkit.org/show_bug.cgi?id=22920">Bug 22920: Inspector Request Headers Should Show Data/Variables/Parameters Sent With Request</a>
11 <li><p><a href="https://bugs.webkit.org/show_bug.cgi?id=28970">Bug 28970: content-type parameters not taken into account when building form-data</a>
  /external/webkit/WebKit/mac/Panels/
WebAuthenticationPanel.m 196 if ([space receivesCredentialSecurely] || [[space protocol] _webkit_isCaseInsensitiveEqualToString:@"https"]) {
201 // Use this scary-sounding phrase only when using basic auth with non-https servers. In this case the password
  /external/webkit/WebKitTools/Scripts/webkitpy/
mock_bugzillatool.py 296 "https://bugs.example.org/show_bug.cgi?id=42\n")
299 "https://bugs.example.org/show_bug.cgi?id=75\n")
  /frameworks/base/core/java/android/util/
Patterns.java 116 "((?:(http|https|Http|Https|rtsp|Rtsp):\\/\\/(?:(?:[a-zA-Z0-9\\$\\-\\_\\.\\+\\!\\*\\'\\(\\)"
  /frameworks/base/core/java/android/webkit/
URLUtil.java 234 * @return True iff the url is an https: url.
239 url.substring(0, 8).equalsIgnoreCase("https://");
  /frameworks/base/docs/html/sdk/
adding-components.jd 198 connection problems, try connecting over http, rather than https. To switch the
205 https://... sources to be fetched using http://..." </li>
  /libcore/luni/src/main/files/cacerts/
add67345.0 42 FIGYELEM! Ezen tanusitvany a NetLock Kft. Altalanos Szolgaltatasi Felteteleiben leirt eljarasok alapjan keszult. A hitelesites folyamatat a NetLock Kft. termekfelelosseg-biztositasa vedi. A digitalis alairas elfogadasanak feltetele az eloirt ellenorzesi eljaras megtetele. Az eljaras leirasa megtalalhato a NetLock Kft. Internet honlapjan a https://www.netlock.net/docs cimen vagy kerheto az ellenorzes@netlock.net e-mail cimen. IMPORTANT! The issuance and the use of this certificate is subject to the NetLock CPS available at https://www.netlock.net/docs or by e-mail at cps@netlock.net.
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpConnection.java 40 * Holds the sockets and streams of an HTTP or HTTPS connection, which may be
258 * protocol over another, such as when using HTTPS through an HTTP
  /libcore/support/src/test/java/tests/http/
MockWebServer.java 92 ? new URL("https://" + host + ":" + getPort() + path)
105 * Serve requests with HTTPS rather than otherwise.
  /packages/apps/Tag/src/com/android/apps/tag/record/
UriRecord.java 72 .put((byte) 0x02, "https://www.")
74 .put((byte) 0x04, "https://")
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdateNoWindow.java 55 * @param useHttp True to force using HTTP instead of HTTPS for downloads.
66 // Change the in-memory settings to force the http/https mode
  /external/webkit/JavaScriptCore/
ChangeLog-2008-08-10 5 https://bugs.webkit.org/show_bug.cgi?id=16620
62 <https://bugs.webkit.org/show_bug.cgi?id=20330>
136 <https://bugs.webkit.org/show_bug.cgi?id=20272>
149 <https://bugs.webkit.org/show_bug.cgi?id=20286>
227 <https://bugs.webkit.org/show_bug.cgi?id=20293>
259 <https://bugs.webkit.org/show_bug.cgi?id=19359>
325 <https://bugs.webkit.org/show_bug.cgi?id=20170>
569 <https://bugs.webkit.org/show_bug.cgi?id=20209>
667 https://bugs.webkit.org/show_bug.cgi?id=20169
795 <https://bugs.webkit.org/show_bug.cgi?id=19718
    [all...]
  /development/pdk/docs/source/
licenses.jd 27 href="https://review.source.android.com/#settings,agreements">code review
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionOperator.java 99 * connection (HTTP) to a secure TLS/SSL connection (HTTPS).
package.html 54 such as "http" or "https" can be looked up in a
  /external/chromium/base/
nss_util.cc 56 // This will make it hard to talk to anybody via https.
  /external/chromium/googleurl/src/
url_canon_stdurl.cc 130 if (!strncmp(scheme, "https", scheme_len))
  /external/chromium/net/base/
sdch_manager.cc 158 4 The dictionary URL is not an HTTPS URL.
166 if (referring_url.SchemeIs("https")) {
437 4. The request is not an HTTPS request.
480 4. The request is not an HTTPS request.
  /external/chromium/net/http/
http_auth_cache.cc 45 DCHECK(origin.SchemeIs("http") || origin.SchemeIs("https"));
  /external/chromium/net/proxy/
proxy_resolver_perftest.cc 55 {"https://www.sample/pirate/arrrrrr", "DIRECT"},
  /external/chromium/net/url_request/
url_request_job_manager.cc 32 { "https", URLRequestHttpJob::Factory },

Completed in 523 milliseconds

1 2 3 4 5 6 7 8 91011>>