/external/ltp/testcases/realtime/func/gtod_latency/ |
D | gtod_infinite.c | 107 nsec_t max_time = START_MAX; in main() local 177 ((diff_time > max_time) || (diff_time > REPORT_MIN))) { in main() 178 if (diff_time > max_time) in main() 179 max_time = diff_time; in main() 184 max_time, ctime(&tt)); in main() 188 max_time = 0; in main()
|
/external/autotest/client/tests/sysbench/ |
D | sysbench.py | 32 num_threads = utils.count_cpus(), max_time = 60, \ argument 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): argument 87 ' --max-time=' + str(max_time) + \ 103 def execute_mysql(self, build, num_threads, max_time, read_only, args): argument 132 ' --max-time=' + str(max_time) + \
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | event.cc | 39 EventTypeWrapper Wait(unsigned long max_time) override { in Wait() argument 40 int to_wait = max_time == WEBRTC_EVENT_INFINITE ? in Wait() 41 rtc::Event::kForever : static_cast<int>(max_time); in Wait()
|
D | event_timer_win.cc | 40 EventTypeWrapper EventTimerWin::Wait(unsigned long max_time) { in Wait() argument 41 unsigned long res = WaitForSingleObject(event_, max_time); in Wait()
|
D | event_timer_win.h | 27 virtual EventTypeWrapper Wait(unsigned long max_time);
|
D | event_timer_posix.h | 33 EventTypeWrapper Wait(unsigned long max_time) override;
|
/external/lisa/libs/utils/analysis/ |
D | idle_analysis.py | 205 max_time = r.max().values[0] 206 if xmax < max_time: 207 xmax = max_time 239 max_time = r.max().values[0] 240 if xmax < max_time: 241 xmax = max_time
|
D | frequency_analysis.py | 382 max_time = res.total.max().values[0] 383 if xmax < max_time: 384 xmax = max_time 439 max_time = res.total.max().values[0] 440 if xmax < max_time: 441 xmax = max_time
|
/external/fio/tools/plot/ |
D | fio2gnuplot | 151 def compute_temp_file(fio_data_file,disk_perf,gnuplot_output_dir, min_time, max_time): argument 152 end_time=max_time 211 …if ((float(time)>(float(min_time)*1000)) and ((int(time) < (int(max_time)*1000)) or max_time==-1)): 394 max_time=-1 443 max_time=arg 505 blk_size=compute_temp_file(fio_data_file,disk_perf,gnuplot_output_dir,min_time,max_time)
|
D | fio2gnuplot.manpage | 6 [-G type] [-m min_time] [-M max_time] 94 -M time or --max_time time
|
/external/llvm/utils/lit/lit/ |
D | run.py | 190 def execute_tests(self, display, jobs, max_time=None, argument 252 if max_time is not None: 255 timeout_timer = threading.Timer(max_time, timeout_handler) 268 if max_time is not None:
|
/external/syslinux/core/lwip/src/core/ipv4/ |
D | igmp.c | 141 static void igmp_start_timer(struct igmp_group *group, u8_t max_time); 699 igmp_start_timer(struct igmp_group *group, u8_t max_time) in igmp_start_timer() argument 702 if (max_time == 0) { in igmp_start_timer() 703 max_time = 1; in igmp_start_timer() 706 group->timer = (LWIP_RAND() % (max_time - 1)) + 1; in igmp_start_timer()
|
/external/libchrome/base/synchronization/ |
D | condition_variable_posix.cc | 76 void ConditionVariable::TimedWait(const TimeDelta& max_time) { in TimedWait() argument 78 int64_t usecs = max_time.InMicroseconds(); in TimedWait()
|
D | waitable_event_posix.cc | 159 bool WaitableEvent::TimedWait(const TimeDelta& max_time) { in TimedWait() argument 161 const TimeTicks end_time(TimeTicks::Now() + max_time); in TimedWait() 162 const bool finite_time = max_time.ToInternalValue() >= 0; in TimedWait()
|
D | condition_variable.h | 96 void TimedWait(const TimeDelta& max_time);
|
D | waitable_event.h | 94 bool TimedWait(const TimeDelta& max_time);
|
/external/gemmlowp/test/ |
D | benchmark_meta_gemm.cc | 160 double max_time) { in time_all() argument 165 while (sum_time < max_time) { in time_all() 179 void time_one(Shape* shape, double max_time) { in time_one() argument 187 while (sum_time < max_time) { in time_one()
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | event_wrapper.h | 50 virtual EventTypeWrapper Wait(unsigned long max_time) = 0;
|
/external/curl/lib/ |
D | tftp.c | 133 time_t max_time; member 219 state->max_time = state->start_time+maxtime; in tftp_set_timeouts() 243 state->max_time = state->start_time+maxtime; in tftp_set_timeouts() 265 (int)state->state, (long)(state->max_time-state->start_time), in tftp_set_timeouts() 1185 if(current > state->max_time) { in tftp_state_timeout() 1187 (long)current, (long)state->max_time)); in tftp_state_timeout() 1201 return (long)(state->max_time - current); in tftp_state_timeout()
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | test_util.h | 36 virtual webrtc::EventTypeWrapper Wait(unsigned long max_time) { // NOLINT in Wait() argument
|
/external/icu/icu4c/source/tools/tzcode/ |
D | 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 && in inzsub() 1247 zones[nzones - 1].z_untiltime < max_time && in inzsub() 1330 if (dayoff > max_time / SECSPERDAY) { in inleap() 2522 jtime == max_time) in outzone() 2964 if (t1 == max_time && t2 > 0) in tadd() 2965 return max_time; in tadd() 2968 if (t1 < 0 ? t2 < min_time - t1 : max_time - t1 < t2) { in tadd() 2990 return max_time; in rpytime() 3055 if (dayoff > max_time / SECSPERDAY) in rpytime() [all …]
|
/external/sonivox/jet_tools/JetCreator/ |
D | eas.py | 490 def Play (self, max_time=None): argument 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/webrtc/webrtc/modules/video_coding/ |
D | receiver_unittest.cc | 428 EventTypeWrapper Wait(unsigned long max_time) override { // NOLINT in Wait() argument 429 if (clock_->AdvanceTimeMilliseconds(max_time, stop_on_frame_) && in Wait()
|
/external/python/cpython2/Tools/pybench/ |
D | pybench.py | 583 max_time = max(self.roundtimes) 584 return (min_time, avg_time, max_time)
|