OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_https
(Results
1 - 4
of
4
) sorted by null
/external/autotest/server/site_tests/buffet_WebServerSanity/
buffet_WebServerSanity.py
26
helper.ping_server(
use_https
=True)
/external/autotest/client/common_lib/cros/tendo/
privet_helper.py
47
def _build_privet_url(self, path_fragment,
use_https
=True):
51
@param
use_https
: set to False to use 'http' protocol instead of https.
58
if
use_https
:
145
url = self._build_privet_url(path_fragment,
use_https
=True)
160
def ping_server(self,
use_https
=False):
166
@param
use_https
: set to True to use 'https' protocol instead of 'http'.
169
url = self._build_privet_url(URL_PING,
use_https
=
use_https
);
/external/tensorflow/tensorflow/core/platform/s3/
s3_file_system.cc
94
const char*
use_https
= getenv("S3_USE_HTTPS");
local
95
if (
use_https
) {
96
if (
use_https
[0] == '0') {
/frameworks/base/core/proto/android/providers/settings/
global.proto
165
optional SettingProto
use_https
= 8 [ (android.privacy).dest = DEST_AUTOMATIC ];
[
all
...]
Completed in 323 milliseconds