Searched defs:https (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/config/
H A Dconfig.c116 REQUIRE_OBJECT ( https ); variable
/external/webrtc/webrtc/tools/rtcbot/
H A Dbotmanager.js11 var https = require('https'); variable
74 this.server_ = https.createServer(options, this.app_);
124 // BrowserBot spawns a process to open "https://localhost:8080/bot/browser".
136 child.exec('google-chrome "https://localhost:8080/bot/browser/"');
143 // "https://localhost:8080/bot/browser/" on chrome for Android.
157 '-d https://localhost:8080/bot/browser/';
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DURLConnectionTest.java125 System.clearProperty("https.proxyHost");
126 System.clearProperty("https.proxyPort");
636 * https://github.com/square/okhttp/issues/515
806 // https should not use http proxy
853 URL url = new URL("https://android.com/foo");
871 /** Tolerate bad https proxy response when using HttpResponseCache. Android bug 6754912. */
891 URL url = new URL("https://android.com/foo");
917 URL url = new URL("https://android.com/foo");
949 URL url = new URL("https://android.com/foo");
979 URL url = new URL("https
1924 redirectToAnotherOriginServer(boolean https) argument
[all...]

Completed in 380 milliseconds