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

  /external/autotest/site_utils/
host_history_utils.py 209 total_times = prepopulate_dict(models.Host.Status.names, 0.0,
213 total_times[status_info['status']] += tf - ti
214 return total_times
229 total_times = calculate_total_times(intervals_of_statuses)
230 for status, delta in total_times.iteritems():
397 total_times = calculate_total_times(intervals[0])
399 t_start, t_end, total_times, intervals[0], hostname,
425 total_times = calculate_total_times(intervals_of_statuses)
427 t_start, t_end, total_times, intervals_of_statuses,
432 def get_stats_string(t_start, t_end, total_times, intervals_of_statuses
    [all...]
  /external/netperf/src/
nettest_unix.c 2242 unsigned int total_times=0; local
    [all...]
nettest_dlpi.c 2664 unsigned int total_times=0; local
    [all...]

Completed in 294 milliseconds