Home
last modified time | relevance | path

Searched refs:min_time (Results 1 – 4 of 4) sorted by relevance

/external/skia/platform_tools/android/bin/
Ddownload_utils.py125 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/fio/tools/plot/
Dfio2gnuplot151 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)
Dfio2gnuplot.manpage6 [-G type] [-m min_time] [-M max_time]
91 -m time or --min_time time
/external/icu/icu4c/source/tools/tzcode/
Dzic.c866 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 …]