/external/autotest/site_utils/ |
D | host_history_utils.py | 63 def lock_history_to_intervals(initial_lock_val, t_start, t_end, lock_history): argument 75 t_prev = t_start 136 t_start = input['t_start'] 141 t=t_start, type_str=_LOCK_HISTORY_TYPE, hostname=hostname, 147 t=t_start, type_str=_HOST_HISTORY_TYPE, hostname=hostname, 152 t = min([t for t in [t_lock, t_host, t_start] if t]) 181 t_prev = t_start 235 def get_stats_string_aggregate(labels, t_start, t_end, aggregated_stats, argument 248 result += ' %s - %s \n' % (time_utils.epoch_time_to_date_string(t_start), 252 multiplication_factor = 100.0 / ((t_end - t_start) * num_hosts) [all …]
|
D | 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={},
|
D | 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)
|
D | collect_suite_time_stats.py | 140 def get_tasks_runtime(task_list, dut, t_start, job_id, job_info_dict): argument 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)
|
D | host_history.py | 81 def print_all_stats(results, labels, t_start, t_end): argument 103 labels, t_start, t_end, stat_intervals_lst) 169 return host_history_utils.get_report(t_start=start_time, t_end=end_time,
|
/external/blktrace/btt/ |
D | seek.c | 32 double t_start, t_last; member 104 double delta = sps->t_last - sps->t_start; in sps_emit() 108 tstamp = sps->t_start; in sps_emit() 112 tstamp = sps->t_start + (delta / 2); in sps_emit() 115 fprintf(sip->sps_fp, "%15.9lf %.2lf\n", sps->t_start, s_p_s); in sps_emit() 117 sps->t_start = 0; in sps_emit() 126 if (sps->nseeks != 0 && ((t - sps->t_start) >= 1.0)) in sps_add() 131 sps->t_start = t; in sps_add()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_idct.c | 264 struct ureg_dst t_tex, t_start; in create_stage1_vert_shader() local 275 t_start = ureg_DECL_temporary(shader); in create_stage1_vert_shader() 307 ureg_MUL(shader, ureg_writemask(t_start, TGSI_WRITEMASK_XY), vpos, scale); in create_stage1_vert_shader() 309 …calc_addr(shader, o_l_addr, ureg_src(t_tex), ureg_src(t_start), false, false, idct->buffer_width /… in create_stage1_vert_shader() 313 ureg_release_temporary(shader, t_start); in create_stage1_vert_shader() 400 struct ureg_dst t_start; in vl_idct_stage2_vert_shader() local 406 t_start = ureg_DECL_temporary(shader); in vl_idct_stage2_vert_shader() 423 ureg_MUL(shader, ureg_writemask(t_start, TGSI_WRITEMASK_XY), vpos, scale); in vl_idct_stage2_vert_shader() 426 …calc_addr(shader, o_r_addr, ureg_src(tex), ureg_src(t_start), true, false, idct->buffer_height / 4… in vl_idct_stage2_vert_shader()
|
/external/syslinux/com32/lib/libpng/ |
D | pngtest.c | 84 static float t_start, t_stop, t_decode, t_encode, t_misc; variable 1224 t_misc += (t_stop - t_start); in test_one_file() 1225 t_start = t_stop; in test_one_file() 1244 t_decode += (t_stop - t_start); in test_one_file() 1245 t_start = t_stop; in test_one_file() 1250 t_encode += (t_stop - t_start); in test_one_file() 1251 t_start = t_stop; in test_one_file() 1685 t_misc += (t_stop - t_start); in main() 1686 t_start = t_stop; in main()
|
/external/libpng/ |
D | pngtest.c | 127 static float t_start, t_stop, t_decode, t_encode, t_misc; variable 1434 t_misc += (t_stop - t_start); in test_one_file() 1435 t_start = t_stop; in test_one_file() 1475 t_decode += (t_stop - t_start); in test_one_file() 1476 t_start = t_stop; in test_one_file() 1481 t_encode += (t_stop - t_start); in test_one_file() 1482 t_start = t_stop; in test_one_file() 2041 t_misc += (t_stop - t_start); in main() 2042 t_start = t_stop; in main()
|
/external/skia/third_party/libpng/ |
D | pngtest.c | 127 static float t_start, t_stop, t_decode, t_encode, t_misc; variable 1427 t_misc += (t_stop - t_start); in test_one_file() 1428 t_start = t_stop; in test_one_file() 1468 t_decode += (t_stop - t_start); in test_one_file() 1469 t_start = t_stop; in test_one_file() 1474 t_encode += (t_stop - t_start); in test_one_file() 1475 t_start = t_stop; in test_one_file() 2032 t_misc += (t_stop - t_start); in main() 2033 t_start = t_stop; in main()
|
/external/vixl/tools/ |
D | test.py | 299 t_start = time.time() 300 t_last_indication = t_start 309 if (t_current - t_start >= 2) and (t_current - t_last_indication >= 1): 311 printable_command_orange + indicator % int(t_current - t_start))
|
/external/openssh/ |
D | sshconnect.c | 336 struct timeval tv, t_start; in timeout_connect() local 340 gettimeofday(&t_start, NULL); in timeout_connect() 404 ms_subtract_diff(&t_start, timeoutp); in timeout_connect() 554 struct timeval t_start, t_remaining; in ssh_exchange_identification() local 575 gettimeofday(&t_start, NULL); in ssh_exchange_identification() 580 ms_subtract_diff(&t_start, &remaining); in ssh_exchange_identification()
|
/external/icu/icu4c/source/data/translit/ |
D | Latn_Kana.txt | 71 $t_start = [タチツテトたちつてと] ; 259 d } d ↔ ッ } $t_start $voice; 272 t } t ↔ ッ } $t_start ;
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | segment.c | 676 struct timeval t_start, t_end; in segment_touch() local 705 gettimeofday(&t_start, NULL); in segment_touch() 710 (float)(tv_diff_usec(&t_start, &t_end)) / 1000000.0); in segment_touch()
|
D | commands.c | 562 struct timeval t_start, t_end; in migrate_process() local 637 gettimeofday(&t_start, NULL); in migrate_process() 649 (float)(tv_diff_usec(&t_start, &t_end)) / 1000000.0); in migrate_process()
|