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

  /external/autotest/site_utils/
host_history_utils.py 63 def lock_history_to_intervals(initial_lock_val, t_start, t_end, lock_history):
68 @param t_end: end of the time period we are interested in.
88 locked_intervals.append((t_prev, t_end))
121 for records between t_start and t_end. To get the status from t_start to
127 t_end: end of time period we are interested in.
133 found in [t_start, t_end]
137 t_end = input['t_end']
155 t_end_epoch = time_utils.to_epoch_time(t_end)
178 locked_intervals = lock_history_to_intervals(t_lock_val, t, t_end,
    [all...]
host_history_utils_unittest.py 22 t_start=0, t_end=10, int_status='Ready', metadata={},
32 t_start=10, t_end=15, int_status='Ready', metadata={},
41 t_start=0, t_end=10, int_status='Running', metadata={},
51 t_start=2, t_end=5, int_status='Running', metadata={},
analyze_reboot_time.py 147 t_end = t_now variable
150 t_end = time_utils.to_epoch_time(options.end) variable
159 t_start, t_end, options.gte, options.lte, options.size,
161 print get_results_string(hostname, t_start, t_end, results)
host_history.py 81 def print_all_stats(results, labels, t_start, t_end):
87 key as (t_start, t_end) and value as (status, metadata)
91 t_end is the end of the interval where the DUT has that
99 @param t_end: end of time period we are interested in.
103 labels, t_start, t_end, stat_intervals_lst)
118 't_end',
125 key as (t_start, t_end) and value as (status, metadata)
129 t_end is the end of the interval where the DUT has that
169 return host_history_utils.get_report(t_start=start_time, t_end=end_time,
host_label_utils.py 64 t_end = time.time() - days_back*24*3600
68 range_constraints=[('time_index', None, t_end)],
71 t_end_str = time_utils.epoch_time_to_date_string(t_end)
collect_suite_time_stats.py 207 (t_start, t_end) = job_info_dict[job_id]['timestamps']
209 overheads.append(t_end - t_start - runtime)
211 'Overhead: %f', job_id, t_end - t_start, runtime,
212 t_end - t_start - runtime)
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
segment.c 676 struct timeval t_start, t_end; local
707 gettimeofday(&t_end, NULL);
710 (float)(tv_diff_usec(&t_start, &t_end)) / 1000000.0);
commands.c 562 struct timeval t_start, t_end; local
646 gettimeofday(&t_end, NULL);
649 (float)(tv_diff_usec(&t_start, &t_end)) / 1000000.0);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 281 struct timeval t_start = {0, 0}, t_end = {0, 0}; variable in typeref:struct:
840 gettimeofday(&t_end, NULL);
841 total_time = ((float) ((t_end.tv_sec - t_start.tv_sec) * 1e6
842 + t_end.tv_usec - t_start.tv_usec))/ 1e6;
    [all...]
  /external/autotest/scheduler/
scheduler_models.py     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 411 struct timeval t_start = {0, 0}, t_end = {0, 0}; variable in typeref:struct:
    [all...]

Completed in 436 milliseconds