Searched refs:range_constraints (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/common_lib/cros/graphite/ |
D | es_utils.py | 228 range_constraints=[], size=1000000, sort_specs=None, argument 310 if not equality_constraints and not range_constraints: 315 if range_constraints: 316 for key, low, high in range_constraints:
|
D | stats_es_functionaltest.py | 83 range_constraints=[('host_id', 0, None)])
|
/external/autotest/site_utils/ |
D | host_history_utils.py | 107 range_constraints=[('time_recorded', 160 range_constraints=[('time_recorded', t_epoch, t_end_epoch)], 299 range_constraints=[('time_recorded', t_start_epoch, 343 range_constraints=[('time_recorded', t_start_epoch,
|
D | collect_suite_time_stats.py | 160 range_constraints=[('time_recorded', t_start_epoch, None)], 376 range_constraints=[('time_recorded', start_time_epoch,
|
D | host_label_utils.py | 68 range_constraints=[('time_index', None, t_end)],
|
D | analyze_reboot_time.py | 68 range_constraints=[('time_recorded', time_start_epoch, time_end_epoch),
|
D | devserver_history.py | 106 range_constraints=[('time_recorded', time_start_epoch,
|