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

  /external/webrtc/webrtc/system_wrappers/source/
event.cc 39 EventTypeWrapper Wait(unsigned long max_time) override {
40 int to_wait = max_time == WEBRTC_EVENT_INFINITE ?
41 rtc::Event::kForever : static_cast<int>(max_time);
event_timer_win.h 27 virtual EventTypeWrapper Wait(unsigned long max_time);
event_timer_win.cc 40 EventTypeWrapper EventTimerWin::Wait(unsigned long max_time) {
41 unsigned long res = WaitForSingleObject(event_, max_time);
event_timer_posix.h 33 EventTypeWrapper Wait(unsigned long max_time) override;
  /external/webrtc/webrtc/system_wrappers/include/
event_wrapper.h 48 // |max_time| is the maximum time to wait in milliseconds or
50 virtual EventTypeWrapper Wait(unsigned long max_time) = 0;
  /external/libchrome/base/synchronization/
condition_variable.h 93 void TimedWait(const TimeDelta& max_time);
condition_variable_posix.cc 76 void ConditionVariable::TimedWait(const TimeDelta& max_time) {
78 int64_t usecs = max_time.InMicroseconds();
waitable_event.h 82 // Wait up until max_time has passed for the event to be signaled. Returns
84 // does not necessarily mean that max_time was exceeded.
87 bool TimedWait(const TimeDelta& max_time);
waitable_event_posix.cc 160 bool WaitableEvent::TimedWait(const TimeDelta& max_time) {
162 const TimeTicks end_time(TimeTicks::Now() + max_time);
163 const bool finite_time = max_time.ToInternalValue() >= 0;
  /external/autotest/client/tests/sysbench/
sysbench.py 32 num_threads = utils.count_cpus(), max_time = 60, \
53 self.execute_pgsql(build, num_threads, max_time, read_only, args)
55 self.execute_mysql(build, num_threads, max_time, read_only, args)
58 def execute_pgsql(self, build, num_threads, max_time, read_only, args):
87 ' --max-time=' + str(max_time) + \
103 def execute_mysql(self, build, num_threads, max_time, read_only, args):
132 ' --max-time=' + str(max_time) + \
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.h 36 virtual webrtc::EventTypeWrapper Wait(unsigned long max_time) { // NOLINT
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
result.py 38 self.max_time = timedelta.min
48 if elapsed_time > self.max_time:
49 self.max_time = elapsed_time
129 print('Maximum Processing Time: %d' % self.max_time.seconds)
  /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:
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_test_utils.py     [all...]
  /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...]
  /external/gemmlowp/test/
benchmark_meta_gemm.cc 160 double max_time) {
165 while (sum_time < max_time) {
179 void time_one(Shape* shape, double max_time) {
187 while (sum_time < max_time) {
  /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/curl/lib/
tftp.c 132 time_t max_time; member in struct:tftp_state_data
218 state->max_time = state->start_time+maxtime;
242 state->max_time = state->start_time+maxtime;
264 (int)state->state, (long)(state->max_time-state->start_time),
    [all...]
  /device/google/dragon/audio/hal/
cras_dsp_pipeline.c 137 int64_t max_time; member in struct:pipeline
803 pipeline->max_time = t;
806 pipeline->max_time = MAX(pipeline->max_time, t);
  /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/v8/build/android/pylib/results/flakiness_dashboard/
json_results_generator.py 605 max_time = max([test_time[1] for test_time in test[self.TIMES]])
610 if is_all_no_data or (is_all_pass and max_time <= self.MIN_TIME):
  /external/webrtc/webrtc/modules/video_coding/
receiver_unittest.cc 412 // buffer, or the clock will be turned to now + |max_time| if no frame comes in
414 // 2. If |stop_on_frame| is false, the clock will be turn to now + |max_time|,
415 // and all the frames arriving between now and now + |max_time| will be
428 EventTypeWrapper Wait(unsigned long max_time) override { // NOLINT
429 if (clock_->AdvanceTimeMilliseconds(max_time, stop_on_frame_) &&
  /external/chromium-trace/catapult/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 631 milliseconds