Home
last modified time | relevance | path

Searched refs:max_time (Results 1 – 6 of 6) sorted by relevance

/external/fio/tools/plot/
Dfio2gnuplot151 def compute_temp_file(fio_data_file,disk_perf,gnuplot_output_dir, min_time, max_time): argument
152 end_time=max_time
211 …if ((float(time)>(float(min_time)*1000)) and ((int(time) < (int(max_time)*1000)) or max_time==-1)):
394 max_time=-1
443 max_time=arg
495 blk_size=compute_temp_file(fio_data_file,disk_perf,gnuplot_output_dir,min_time,max_time)
Dfio2gnuplot.manpage6 [-G type] [-m min_time] [-M max_time]
94 -M time or --max_time time
/external/llvm/utils/lit/lit/
Drun.py188 def execute_tests(self, display, jobs, max_time=None, argument
242 if max_time is not None:
245 timeout_timer = threading.Timer(max_time, timeout_handler)
256 if max_time is not None:
/external/icu/icu4c/source/tools/tzcode/
Dzic.c867 static const zic_t max_time = -1 - ((zic_t) -1 << (TIME_T_BITS_IN_FILE - 1)); variable
1245 z.z_untiltime < max_time && in inzsub()
1247 zones[nzones - 1].z_untiltime < max_time && in inzsub()
1330 if (dayoff > max_time / SECSPERDAY) { in inleap()
2522 jtime == max_time) in outzone()
2964 if (t1 == max_time && t2 > 0) in tadd()
2965 return max_time; in tadd()
2968 if (t1 < 0 ? t2 < min_time - t1 : max_time - t1 < t2) { in tadd()
2990 return max_time; in rpytime()
3055 if (dayoff > max_time / SECSPERDAY) in rpytime()
[all …]
/external/sonivox/jet_tools/JetCreator/
Deas.py490 def Play (self, max_time=None): argument
495 if max_time is not None:
496 max_time += self.eas.GetRenderTime()
499 if max_time is not None:
500 if self.eas.GetRenderTime() >= max_time:
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dhttpserver.py770 max_time = 0
788 max_time = max(max_time, now-time_started)
822 ave_time, max_time, killed_workers))