Home
last modified time | relevance | path

Searched defs:max_time (Results 1 – 15 of 15) sorted by relevance

/external/autotest/client/tests/sysbench/
Dsysbench.py32 num_threads = utils.count_cpus(), max_time = 60, \ argument
58 def execute_pgsql(self, build, num_threads, max_time, read_only, args): argument
103 def execute_mysql(self, build, num_threads, max_time, read_only, args): argument
/external/webrtc/webrtc/system_wrappers/source/
Devent.cc39 EventTypeWrapper Wait(unsigned long max_time) override { in Wait()
Devent_timer_win.cc40 EventTypeWrapper EventTimerWin::Wait(unsigned long max_time) { in Wait()
/external/libchrome/base/synchronization/
Dcondition_variable_posix.cc76 void ConditionVariable::TimedWait(const TimeDelta& max_time) { in TimedWait()
Dwaitable_event_posix.cc159 bool WaitableEvent::TimedWait(const TimeDelta& max_time) { in TimedWait()
/external/ltp/testcases/realtime/func/gtod_latency/
Dgtod_infinite.c107 nsec_t max_time = START_MAX; in main() local
/external/webrtc/webrtc/modules/video_coding/test/
Dtest_util.h36 virtual webrtc::EventTypeWrapper Wait(unsigned long max_time) { // NOLINT in Wait()
/external/gemmlowp/test/
Dbenchmark_meta_gemm.cc160 double max_time) { in time_all()
179 void time_one(Shape* shape, double max_time) { in time_one()
/external/fio/tools/plot/
Dfio2gnuplot151 def compute_temp_file(fio_data_file,disk_perf,gnuplot_output_dir, min_time, max_time): argument
/external/syslinux/core/lwip/src/core/ipv4/
Digmp.c699 igmp_start_timer(struct igmp_group *group, u8_t max_time) in igmp_start_timer()
/external/llvm/utils/lit/lit/
Drun.py190 def execute_tests(self, display, jobs, max_time=None, argument
/external/webrtc/webrtc/modules/video_coding/
Dreceiver_unittest.cc428 EventTypeWrapper Wait(unsigned long max_time) override { // NOLINT in Wait()
/external/curl/lib/
Dtftp.c133 time_t max_time; member
/external/sonivox/jet_tools/JetCreator/
Deas.py490 def Play (self, max_time=None): argument
/external/icu/icu4c/source/tools/tzcode/
Dzic.c867 static const zic_t max_time = -1 - ((zic_t) -1 << (TIME_T_BITS_IN_FILE - 1)); variable