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

  /external/autotest/site_utils/
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={},
host_history_utils.py 63 def lock_history_to_intervals(initial_lock_val, t_start, t_end, lock_history):
67 @param t_start: beginning of the time period we are interested in.
75 t_prev = t_start
121 for records between t_start and t_end. To get the status from t_start to
123 logged in ES before t_start.
126 t_start: beginning of time period we are interested in.
133 found in [t_start, t_end]
136 t_start = input['t_start']
    [all...]
analyze_reboot_time.py 146 t_start = t_now - 3600 * options.last variable
149 t_start = time_utils.to_epoch_time(options.start) 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)
89 t_start is the beginning of the interval where the DUT's has
98 @param t_start: beginning of time period we are interested in.
103 labels, t_start, t_end, stat_intervals_lst)
117 't_start',
125 key as (t_start, t_end) and value as (status, metadata)
127 t_start is the beginning of the interval where the DUT's has
169 return host_history_utils.get_report(t_start=start_time, t_end=end_time,
collect_suite_time_stats.py 140 def get_tasks_runtime(task_list, dut, t_start, job_id, job_info_dict):
148 @param t_start: Beginning timestamp.
154 t_start_epoch = time_utils.to_epoch_time(t_start)
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/blktrace/btt/
seek.c 32 double t_start, t_last; member in struct:sps_bkt
104 double delta = sps->t_last - sps->t_start;
108 tstamp = sps->t_start;
112 tstamp = sps->t_start + (delta / 2);
115 fprintf(sip->sps_fp, "%15.9lf %.2lf\n", sps->t_start, s_p_s);
117 sps->t_start = 0;
126 if (sps->nseeks != 0 && ((t - sps->t_start) >= 1.0))
131 sps->t_start = t;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.c 264 struct ureg_dst t_tex, t_start; local
275 t_start = ureg_DECL_temporary(shader);
307 ureg_MUL(shader, ureg_writemask(t_start, TGSI_WRITEMASK_XY), vpos, scale);
309 calc_addr(shader, o_l_addr, ureg_src(t_tex), ureg_src(t_start), false, false, idct->buffer_width / 4);
313 ureg_release_temporary(shader, t_start);
400 struct ureg_dst t_start; local
406 t_start = ureg_DECL_temporary(shader);
423 ureg_MUL(shader, ureg_writemask(t_start, TGSI_WRITEMASK_XY), vpos, scale);
426 calc_addr(shader, o_r_addr, ureg_src(tex), ureg_src(t_start), true, false, idct->buffer_height / 4);
  /external/libpng/
pngtest.c 127 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
    [all...]
  /external/skia/third_party/libpng/
pngtest.c 127 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
    [all...]
  /external/syslinux/com32/lib/libpng/
pngtest.c 84 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
    [all...]
  /external/openssh/
sshconnect.c 336 struct timeval tv, t_start; local
340 gettimeofday(&t_start, NULL);
404 ms_subtract_diff(&t_start, timeoutp);
554 struct timeval t_start, t_remaining; local
575 gettimeofday(&t_start, NULL);
580 ms_subtract_diff(&t_start, &remaining);
    [all...]
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
segment.c 676 struct timeval t_start, t_end; local
705 gettimeofday(&t_start, NULL);
710 (float)(tv_diff_usec(&t_start, &t_end)) / 1000000.0);
commands.c 562 struct timeval t_start, t_end; local
637 gettimeofday(&t_start, 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:timeval
663 gettimeofday(&t_start, 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...]
  /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:timeval
792 gettimeofday(&t_start, NULL);
    [all...]

Completed in 1119 milliseconds