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

  /external/llvm/utils/lit/lit/
run.py 188 def execute_tests(self, display, jobs, max_time=None,
191 execute_tests(display, jobs, [max_time])
198 If max_time is non-None, it should be a time in seconds after which to
242 if max_time is not None:
245 timeout_timer = threading.Timer(max_time, timeout_handler)
256 if max_time is not None:
  /external/fio/tools/plot/
fio2gnuplot 151 def compute_temp_file(fio_data_file,disk_perf,gnuplot_output_dir, min_time, max_time):
152 end_time=max_time
211 if ((float(time)>(float(min_time)*1000)) and ((int(time) < (int(max_time)*1000)) or max_time==-1)):
377 print '-M or --max_time <time> : Only consider data ending before <time> seconds (default is -1 aka nolimit)'
394 max_time=-1
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'])
442 elif opt in ("-M", "--max_time"):
443 max_time=arg
495 blk_size=compute_temp_file(fio_data_file,disk_perf,gnuplot_output_dir,min_time,max_time)
    [all...]
  /device/asus/fugu/libaudio/
AudioStreamOut.cpp 679 int64_t max_time = LLONG_MIN; local
705 if (!max_time_valid || (max_time < tmp)) {
706 max_time = tmp;
734 adjustOutputs(max_time);
737 // hit the speakers is just max_time plus the maximum amt of delay
739 *timestamp = max_time;
  /external/icu/icu4c/source/tools/tzcode/
zic.c 867 static const zic_t max_time = -1 - ((zic_t) -1 << (TIME_T_BITS_IN_FILE - 1)); variable
1245 z.z_untiltime < max_time &&
1247 zones[nzones - 1].z_untiltime < max_time &&
1330 if (dayoff > max_time / SECSPERDAY) {
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 490 def Play (self, max_time=None):
491 """Plays the file to the end or max_time."""
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:
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
httpserver.py 770 max_time = 0
788 max_time = max(max_time, now-time_started)
822 ave_time, max_time, killed_workers))
    [all...]

Completed in 231 milliseconds