Searched refs:max_time (Results 1 - 21 of 21) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
H A Devent.cc39 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);
H A Devent_timer_win.h27 virtual EventTypeWrapper Wait(unsigned long max_time);
H A Devent_timer_win.cc40 EventTypeWrapper EventTimerWin::Wait(unsigned long max_time) { argument
41 unsigned long res = WaitForSingleObject(event_, max_time);
H A Devent_timer_posix.h33 EventTypeWrapper Wait(unsigned long max_time) override;
/external/webrtc/webrtc/system_wrappers/include/
H A Devent_wrapper.h48 // |max_time| is the maximum time to wait in milliseconds or
50 virtual EventTypeWrapper Wait(unsigned long max_time) = 0;
/external/libchrome/base/synchronization/
H A Dcondition_variable.h93 void TimedWait(const TimeDelta& max_time);
H A Dcondition_variable_posix.cc76 void ConditionVariable::TimedWait(const TimeDelta& max_time) { argument
78 int64_t usecs = max_time.InMicroseconds();
H A Dwaitable_event.h82 // 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);
H A Dwaitable_event_posix.cc160 bool WaitableEvent::TimedWait(const TimeDelta& max_time) { argument
162 const TimeTicks end_time(TimeTicks::Now() + max_time);
163 const bool finite_time = max_time.ToInternalValue() >= 0;
/external/autotest/client/tests/sysbench/
H A Dsysbench.py32 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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
H A Dresult.py38 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/
H A Drun.py188 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/webrtc/webrtc/modules/video_coding/test/
H A Dtest_util.h36 virtual webrtc::EventTypeWrapper Wait(unsigned long max_time) { // NOLINT argument
/external/fio/tools/plot/
H A Dfio2gnuplot151 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/
H A Dbenchmark_meta_gemm.cc160 double max_time) {
165 while (sum_time < max_time) {
179 void time_one(Shape* shape, double max_time) { argument
187 while (sum_time < max_time) {
159 time_all(std::vector<Shape>* shapes, std::int32_t repetitions, double max_time) argument
/external/curl/lib/
H A Dtftp.c132 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),
1172 if(current > state->max_time) {
1174 (long)current, (long)state->max_time));
1188 return (long)(state->max_time - current);
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c867 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) {
2522 jtime == max_time)
2964 if (t1 == max_time && t2 > 0)
2965 return max_time;
2968 if (t1 < 0 ? t2 < min_time - t1 : max_time - t1 < t2) {
2990 return max_time;
3055 if (dayoff > max_time / SECSPERDA
[all...]
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dhttpserver.py770 max_time = 0
788 max_time = max(max_time, now-time_started)
822 ave_time, max_time, killed_workers))
/external/sonivox/jet_tools/JetCreator/
H A Deas.py490 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:
/external/v8/build/android/pylib/results/flakiness_dashboard/
H A Djson_results_generator.py605 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/
H A Dreceiver_unittest.cc412 // 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_) &&

Completed in 489 milliseconds