HomeSort by relevance Sort by last modified time
    Searched defs:HTTPS (Results 1 - 25 of 50) sorted by null

1 2

  /test/vti/dashboard/src/main/java/com/android/vts/util/
UrlUtil.java 23 private static final String HTTPS = "https";
50 * <p>Ensures that the protocol is HTTPs and the URL is properly formatted. This avoids link
66 if (!url.getProtocol().equals(HTTPS))
  /external/libevent/sample/
https-client.c 4 It just GETs an https URL given on the command-line and prints the response
8 https code paths.
99 fputs(" https-client -url <https-url> [-data data-file.bin] [-ignore-cert] [-retries num] [-timeout sec] [-crt crt]\n", stderr);
101 fputs(" https-client -url https://ip.appspot.com/\n", stderr);
175 printf("https server '%s' has this certificate, "
211 enum { HTTP, HTTPS } type = HTTP;
285 if (scheme == NULL || (strcasecmp(scheme, "https") != 0 &&
287 err("url must be http or https");
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/android/webkit/
RoboCookieManager.java 21 private static final String HTTPS = "https://";
82 matchedCookies = filter(getCookieHost(url), url.startsWith(HTTPS));
218 if (!(url.startsWith(HTTP) || url.startsWith(HTTPS))) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
httplib.py     [all...]
  /external/python/cpython2/Lib/
httplib.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py     [all...]
  /development/apps/Development/src/com/android/development/
Connectivity.java 536 onHttpRequest(HTTPS);
695 private final static int HTTPS = 2;
762 final URL httpsUrl = new URL("https", fixedHost, path);
776 case HTTPS:
  /external/libevent/test/
regress_http.c     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/0.13.2/
grpc-netty-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
jetty-6.1.0.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/1.0.1/
grpc-netty-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/1.0.3/
grpc-netty-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 

Completed in 730 milliseconds

1 2