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

1 2 3 4 5 6 7 891011>>

  /external/webkit/WebKit/gtk/tests/
testnetworkresponse.c 95 g_test_bug_base("https://bugs.webkit.org/");
testwebdatasource.c 167 g_test_bug_base("https://bugs.webkit.org/");
testwindow.c 118 g_test_bug_base("https://bugs.webkit.org/");
  /external/webkit/WebKit/mac/Misc/
WebNSPasteboardExtras.h 55 // Finds the best URL from the data on the pasteboard, giving priority to http and https URLs
  /external/webkit/WebKitTools/Scripts/
test-webkitpy 61 # See https://bugs.webkit.org/show_bug.cgi?id=31818
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
headerparserhandler.py 90 # But the request can be valid http/https request.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
ISettingsPage.java 38 * Setting to force using http:// instead of https:// connections.
  /development/pdk/docs/source/
cla-individual.jd 4 <div><p><i>Please visit the <a href="https://review.source.android.com/#settings,new-agreement">code review tool</a>
11 <p>Scanned agreements may also be emailed in PDF form to cla-submissions@google.com, sent by facsimile to (650) 887-1625, or <a href="https://review.source.android.com/#settings,new-agreement">signed electronically</a>
  /external/chromium/net/proxy/
proxy_config.cc 92 if (scheme == "https")
241 out << " HTTPS: " << config.proxy_rules.proxy_for_https << "\n";
proxy_server_unittest.cc 192 "https://blah", // "https" is not a valid proxy scheme.
  /external/webkit/WebCore/platform/network/mac/
AuthenticationMac.mm 153 protocol = @"https";
272 else if ([protocol caseInsensitiveCompare:@"https"] == NSOrderedSame)
  /external/webkit/WebCore/workers/
WorkerContext.cpp 156 // FIXME: The implementation is pending the fixes in https://bugs.webkit.org/show_bug.cgi?id=23175
162 // FIXME: The implementation is pending the fixes in https://bugs.webkit.org/show_bug.cgi?id=23175
  /external/webkit/WebKitTools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 260 // See https://bugs.webkit.org/show_bug.cgi?id=28264.
266 // See https://bugs.webkit.org/show_bug.cgi?id=28264.
  /frameworks/base/docs/html/guide/appendix/
g-app-intents.jd 25 https://<em>web_address</em></td>
32 https://<em>web_address</em></td>
  /frameworks/base/tests/CoreTests/android/core/
SSLPerformanceTest.java 253 schemeRegistry.register(new Scheme("https",
261 new HttpGet("https://www.verisign.com"),
  /packages/apps/Calendar/
AndroidManifest.xml 103 <data android:scheme="https" android:host="www.google.com" android:pathPrefix="/calendar/event" />
105 <data android:scheme="https" android:host="www.google.com" android:pathPattern="/calendar/hosted/.*/event" />
  /external/webkit/WebKit/win/
ChangeLog-2009-06-16 16 https://bugs.webkit.org/show_bug.cgi?id=24492
49 a download <https://bugs.webkit.org/show_bug.cgi?id=25729>. Fixing
100 <https://bugs.webkit.org/show_bug.cgi?id=25495>
112 https://bugs.webkit.org/show_bug.cgi?id=25971
122 https://bugs.webkit.org/show_bug.cgi?id=25950
143 https://bugs.webkit.org/show_bug.cgi?id=24953
162 https://bugs.webkit.org/show_bug.cgi?id=25834
194 https://bugs.webkit.org/show_bug.cgi?id=25746
211 https://bugs.webkit.org/show_bug.cgi?id=25348
235 Fix <https://bugs.webkit.org/show_bug.cgi?id=25640>
    [all...]
  /frameworks/base/docs/html/sdk/
eclipse-adt.jd 458 <pre>https://dl-ssl.google.com/android/eclipse/</pre>
460 instead of "https" (https is preferred for security reasons).</p>
479 <pre>https://dl-ssl.google.com/android/eclipse/</pre>
481 using "http" in the URL, instead of "https" (https is preferred for
526 try changing the remote site URL to use http, rather than https. That is, set
  /libcore/expectations/
knownfailures.txt 77 description: "HTTPS connections should not be pooled.",
153 description: "HTTPS proxy broken on host",
155 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testConsequentProxyConnection",
156 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection",
157 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection_doOutput",
158 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyConnection",
159 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyConnection_Not_Found_Response"
    [all...]
  /external/clearsilver/cgi/
cgi.c 70 {"HTTPS", "HTTPS"},
1433 int https = 0; local
    [all...]
  /external/chromium/net/socket_stream/
socket_stream.cc 442 // try again with https URL, like Safari implementation.
444 // proxy using CONNECT method, which is used by https proxy.
445 if (!proxy_url_.SchemeIs("https")) {
446 const std::string scheme = "https";
450 DLOG(INFO) << "Try https proxy: " << proxy_url_;
  /external/webkit/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-290592.js 362 // see https://bugzilla.mozilla.org/show_bug.cgi?id=311082
486 // see https://bugzilla.mozilla.org/show_bug.cgi?id=311082
524 // see https://bugzilla.mozilla.org/show_bug.cgi?id=311082
  /external/webkit/WebCore/page/
SecurityOrigin.cpp 73 // See https://bugs.webkit.org/show_bug.cgi?id=11885
477 bool referrerIsSecureURL = protocolIs(referrer, "https");
486 bool URLIsSecureURL = url.protocolIs("https");
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 358 // FIXME: Implement for testing fix for https://bugs.webkit.org/show_bug.cgi?id=27896
365 // See https://bugs.webkit.org/show_bug.cgi?id=28264.
371 // See https://bugs.webkit.org/show_bug.cgi?id=28264.
  /frameworks/base/core/java/android/net/http/
Connection.java 120 * connection factory: returns an HTTP or HTTPS connection as
131 // Otherwise, default to https
504 /** typically http or https... set by subclass */

Completed in 1758 milliseconds

1 2 3 4 5 6 7 891011>>