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

  /external/autotest/client/common_lib/cros/tendo/
buffet_tester.py 135 time_spent = time.time() - start_time
136 if time_spent > timeout_seconds:
141 time_spent))
146 time_spent))
  /external/curl/lib/
progress.c 278 char time_spent[10]; local
448 time2str(time_spent, timespent);
481 time_spent, /* 8 letters */ /* time spent */
  /external/autotest/site_utils/
host_history_utils.py 251 # This is multiplied by time_spent to get percentage_spent
253 for status, time_spent in aggregated_stats.iteritems():
256 percent_spent = multiplication_factor * time_spent

Completed in 65 milliseconds