HomeSort by relevance Sort by last modified time
    Searched refs:min_time (Results 1 - 6 of 6) sorted by null

  /external/skia/platform_tools/android/bin/
download_utils.py 125 def StampIsCurrent(path, stamp_name, stamp_contents, min_time=None, index=0):
129 if min_time:
132 if stamp_time <= min_time:
265 def SyncURL(url, filename=None, stamp_dir=None, min_time=None,
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/
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/
fio2gnuplot 151 def compute_temp_file(fio_data_file,disk_perf,gnuplot_output_dir, min_time, max_time):
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)):
376 print '-m or --min_time <time> : Only consider data starting from <time> seconds (default is 0)'
393 min_time=0
410 opts, args = getopt.getopt(argv[1:],"ghkbivo:d:t:p:G:m:M:",['bandwidth', 'iops', 'pattern', 'outputfile', 'outputdir', 'title', 'min_time', 'max_time', 'gnuplot', 'Global', 'help', 'verbose','keep'])
440 elif opt in ("-m", "--min_time"):
441 min_time=ar
    [all...]
  /external/google-benchmark/src/
benchmark.cc 265 double min_time; member in struct:benchmark::internal::Benchmark::Instance
375 instance.min_time = family->min_time_;
388 instance.name += StringPrintF("/min_time:%0.3f", family->min_time_);
678 const double min_time = !IsZero(b.min_time) ? b.min_time local
685 (seconds >= min_time) ||
686 (real_accumulated_time >= 5*min_time)) {
712 double multiplier = min_time * 1.4 / std::max(seconds, 1e-9);
718 bool is_significant = (seconds / min_time) > 0.1
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
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 &&
1246 zones[nzones - 1].z_untiltime > min_time &&
1326 if (dayoff < min_time / SECSPERDAY) {
    [all...]
  /device/google/dragon/audio/hal/
cras_dsp_pipeline.c 138 int64_t min_time; member in struct:pipeline
804 pipeline->min_time = t;
807 pipeline->min_time = MIN(pipeline->min_time, t);

Completed in 901 milliseconds