HomeSort by relevance Sort by last modified time
    Searched refs:https (Results 26 - 37 of 37) sorted by null

12

  /external/chromium/chrome/browser/resources/shared/js/
util.js 53 // https://bugs.webkit.org/show_bug.cgi?id=28885
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 278 var re = /https?:\/\/([^\/:]*)[^\?]*\??(.*)/i;
  /external/chromium/net/url_request/
url_request_http_job.cc 168 DCHECK(scheme == "http" || scheme == "https");
191 static const char kNewScheme[] = "https";
197 // TODO(agl): implement opportunistic HTTPS upgrade.
494 const bool https = response_info_->ssl_info.is_valid(); local
496 https && !IsCertStatusError(response_info_->ssl_info.cert_status);
510 // We will only accept strict mode if we saw the header from an HTTPS
535 // If we saw an opportunistic request over HTTPS, then clearly we can make
536 // HTTPS connections to the host so we should remember this.
537 if (https) {
556 // In this case we need to probe to check that we can make HTTPS
    [all...]
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 21 // https://bugs.webkit.org/show_bug.cgi?id=28885
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 501 # Is this HTTP, HTTPS or FTP ?
502 if pattern_match "^(http|https|ftp):.*" "$1"; then
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 149 fullPageName = fullPageName.replace(/^https?:\/\//, '');
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 18 package org.apache.harmony.luni.tests.internal.net.www.protocol.https;
121 * Checks if HTTPS connection performs initial SSL handshake with the server
123 * HTTP response. After HTTPS session if finished test checks connection
141 URL url = new URL("https://localhost:" + ss.getLocalPort());
160 * Checks if HTTPS connection performs initial SSL handshake with the server
163 * persistent. After HTTPS session if finished test checks connection state
181 URL url = new URL("https://localhost:" + ss.getLocalPort());
201 * Tests the behaviour of HTTPS connection in case of unavailability of
219 URL url = new URL("https://localhost:" + ss.getLocalPort());
264 URL url = new URL("https://localhost:" + ss.getLocalPort())
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 18 package org.apache.harmony.luni.tests.internal.net.www.protocol.https;
134 URL url = new URL("https://localhost:" + ss.getLocalPort());
149 * Tests the behaviour of HTTPS connection in case of unavailability
165 URL url = new URL("https://localhost:" + ss.getLocalPort());
204 URL url = new URL("https://localhost:" + ss.getLocalPort());
242 URL url = new URL("https://localhost:" + ss.getLocalPort());
277 URL url = new URL("https://localhost:55555");
320 URL url = new URL("https://localhost:" + ss.getLocalPort());
356 URL url = new URL("https://localhost:" + ss.getLocalPort());
370 * Tests HTTPS connection process made through the proxy server
    [all...]
  /external/libpng/
CHANGES     [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]

Completed in 689 milliseconds

12