Searched refs:min_time (Results 1 – 6 of 6) sorted by relevance
/external/skia/platform_tools/android/bin/ |
D | download_utils.py | 125 def StampIsCurrent(path, stamp_name, stamp_contents, min_time=None, index=0): argument 129 if min_time: 132 if stamp_time <= min_time: 265 def SyncURL(url, filename=None, stamp_dir=None, min_time=None, argument 302 if StampIsCurrent(stamp_dir, SOURCE_STAMP, url, min_time): 307 StampIsCurrent(stamp_dir, HASH_STAMP, hash_val, min_time, stamp_index)):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/ |
D | result.py | 37 self.min_time = timedelta.max 50 if elapsed_time < self.min_time: 51 self.min_time = elapsed_time 128 print('Minimum Processing Time: %d' % self.min_time.seconds)
|
/external/fio/tools/plot/ |
D | fio2gnuplot | 151 def compute_temp_file(fio_data_file,disk_perf,gnuplot_output_dir, min_time, max_time): argument 155 if verbose: print "Processing data file 1/2 with %s<time<%s" % (min_time,end_time) 207 if (min_time == 0): 208 min_time==0.5 211 …if ((float(time)>(float(min_time)*1000)) and ((int(time) < (int(max_time)*1000)) or max_time==-1)): 393 min_time=0 441 min_time=arg 495 blk_size=compute_temp_file(fio_data_file,disk_perf,gnuplot_output_dir,min_time,max_time)
|
D | fio2gnuplot.manpage | 6 [-G type] [-m min_time] [-M max_time] 91 -m time or --min_time time
|
/external/google-benchmark/src/ |
D | benchmark.cc | 265 double min_time; member 375 instance.min_time = family->min_time_; in FindBenchmarks() 678 const double min_time = !IsZero(b.min_time) ? b.min_time in RunBenchmark() local 685 (seconds >= min_time) || in RunBenchmark() 686 (real_accumulated_time >= 5*min_time)) { in RunBenchmark() 712 double multiplier = min_time * 1.4 / std::max(seconds, 1e-9); in RunBenchmark() 718 bool is_significant = (seconds / min_time) > 0.1; in RunBenchmark()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 866 static const zic_t min_time = (zic_t) -1 << (TIME_T_BITS_IN_FILE - 1); variable 1244 z.z_untiltime > min_time && in inzsub() 1246 zones[nzones - 1].z_untiltime > min_time && in inzsub() 1326 if (dayoff < min_time / SECSPERDAY) { in inleap() 1626 while (fromi < timecnt && attypes[fromi].at < min_time) in writezone() 2360 usestart = i > 0 && (zp - 1)->z_untiltime > min_time; in outzone() 2362 if (useuntil && zp->z_untiltime <= min_time) in outzone() 2468 addtt(min_time, type); in outzone() 2521 if (jtime == min_time || in outzone() 2681 if (starttime <= min_time || in addtt() [all …]
|