Home
last modified time | relevance | path

Searched defs: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
265 def SyncURL(url, filename=None, stamp_dir=None, min_time=None, argument
/external/fio/tools/plot/
Dfio2gnuplot151 def compute_temp_file(fio_data_file,disk_perf,gnuplot_output_dir, min_time, max_time): argument
/external/google-benchmark/src/
Dbenchmark.cc265 double min_time; member
678 const double min_time = !IsZero(b.min_time) ? b.min_time in RunBenchmark() local
/external/icu/icu4c/source/tools/tzcode/
Dzic.c866 static const zic_t min_time = (zic_t) -1 << (TIME_T_BITS_IN_FILE - 1); variable