HomeSort by relevance Sort by last modified time
    Searched refs:status_intervals (Results 1 - 3 of 3) sorted by null

  /external/autotest/site_utils/
collect_host_stats.py 50 status_intervals = host_history_utils.get_status_intervals(history)
52 status_intervals)
62 for history_for_host in status_intervals:
host_history.py 207 for result_str, status_intervals, hostname in results:
210 hostname, status_intervals)
host_history_utils.py 571 def build_history(hostname, status_intervals):
575 @param status_intervals: A ordered dictionary with
598 for time_interval, status_info in status_intervals.items():
628 status_intervals = []
638 status_intervals.append(intervals)
639 return status_intervals

Completed in 149 milliseconds