OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ES_USE_HTTP
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/common_lib/cros/graphite/
autotest_es.py
80
ES_USE_HTTP
= global_config.global_config.get_config_value(
81
'CROS', '
ES_USE_HTTP
', type=bool, default=False)
96
def post(use_http=
ES_USE_HTTP
, host=METADATA_ES_SERVER, port=ES_PORT,
stats_es_functionaltest.py
36
if autotest_es.
ES_USE_HTTP
:
72
use_http = autotest_es.
ES_USE_HTTP
,
autotest_stats.py
31
_default_es = es_utils.ESMetadata(use_http=autotest_es.
ES_USE_HTTP
,
Completed in 886 milliseconds