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

  /external/autotest/site_utils/
analyze_reboot_time.py 65 fields_returned=['hostname', 'time_recorded', 'value'],
68 range_constraints=[('time_recorded', time_start_epoch, time_end_epoch),
94 time_recorded = result['time_recorded'][0]
96 time_recorded)
devserver_history.py 70 self.time_recorded = time_utils.epoch_time_to_date_string(
71 hit['time_recorded'])
106 range_constraints=[('time_recorded', time_start_epoch,
109 sort_specs=[{'time_recorded': 'desc'}],
135 key=lambda c: c.time_recorded):
136 print ('%s %s %s' % (call.time_recorded, call.image,
161 timestamps = [c.time_recorded for c in calls_for_devserver]
  /external/autotest/client/common_lib/hosts/
base_classes.py 263 """Returns dict of metadata with type_str, hostname, time_recorded.
270 'time_recorded': time.time(),

Completed in 3952 milliseconds