Home
last modified time | relevance | path

Searched refs:update_interval (Results 1 – 11 of 11) sorted by relevance

/external/autotest/server/cros/ap_configurators/
Dasus_qis_ap_configurator.py150 def set_security_wpapsk(self, security, shared_key, update_interval=1800): argument
154 (security, shared_key, update_interval),
158 def _set_security_wpapsk(self, security, shared_key, update_interval): argument
169 self.set_content_of_text_field_by_xpath(str(update_interval),
Dasus_ap_configurator.py233 def set_security_wpapsk(self, security, shared_key, update_interval=1800): argument
237 (security, shared_key, update_interval),
241 def _set_security_wpapsk(self, security, shared_key, update_interval): argument
254 self.set_content_of_text_field_by_xpath(str(update_interval),
Dasus_rtac68u_ap_configurator.py292 def set_security_wpapsk(self, security, shared_key, update_interval=None): argument
300 (security, shared_key, update_interval),
304 def _set_security_wpapsk(self, security, shared_key, update_interval=None): argument
/external/webrtc/modules/video_coding/
Dnack_module2.cc95 TimeDelta update_interval /*= kUpdateInterval*/) in NackModule2() argument
97 update_interval_(update_interval), in NackModule2()
110 RTC_DCHECK_GT(update_interval.ms(), 0); in NackModule2()
Dnack_module2.h44 TimeDelta update_interval = kUpdateInterval);
/external/jemalloc_new/test/unit/
Ddecay.c379 nstime_t time, update_interval, decay_ms, deadline; in decay_ticker_helper() local
388 nstime_init2(&update_interval, dt, 0); in decay_ticker_helper()
389 nstime_idivide(&update_interval, NINTERVALS); in decay_ticker_helper()
407 nstime_add(&time_mock, &update_interval); in decay_ticker_helper()
/external/webrtc/test/network/
Dcross_traffic_unittest.cc101 config.update_interval = TimeDelta::Millis(500); in TEST()
Dcross_traffic.h35 TimeDelta update_interval = TimeDelta::Millis(200); member
Dcross_traffic.cc43 if (at_time - last_update_time_ >= config_.update_interval) { in Process()
/external/iputils/
Dping_common.c440 static inline void update_interval(void) in update_interval() function
543 update_interval(); in pinger()
911 update_interval(); in gather_statistics()
/external/mesa3d/src/mesa/program/
Dprog_optimize.c916 update_interval(GLint intBegin[], GLint intEnd[], in update_interval() function
993 update_interval(intBegin, intEnd, loopStack, loopStackDepth, in _mesa_find_temp_intervals()
1001 update_interval(intBegin, intEnd, loopStack, loopStackDepth, in _mesa_find_temp_intervals()