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

  /external/chromium_org/chrome/test/functional/ap_lab/
linksys_ap_configurator.py 165 def SetSecurityWPAPSK(self, shared_key, update_interval=1800):
167 (shared_key, update_interval), 1, 900)
169 def _SetSecurityWPAPSK(self, shared_key, update_interval=1800):
181 self.SetConentsOfTextFieldByXPath(str(update_interval), interval_field)
dlink_ap_configurator.py 265 def SetSecurityWPAPSK(self, shared_key, update_interval=1800):
267 (shared_key, update_interval), 1, 900)
269 def _SetSecurityWPAPSK(self, shared_key, update_interval=1800):
275 self.SetContentOfTextFieldByID(str(update_interval), 'grp_key_interval')
ap_configurator.py 316 def SetSecurityWPAPSK(self, shared_key, update_interval=1800):
321 update_interval: number of seconds to wait before updating
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_optimize.c 948 update_interval(GLint intBegin[], GLint intEnd[], function
1025 update_interval(intBegin, intEnd, loopStack, loopStackDepth,
1033 update_interval(intBegin, intEnd, loopStack, loopStackDepth,
    [all...]
  /external/iputils/
ping_common.c 440 static inline void update_interval(void) function
543 update_interval();
906 update_interval();
  /external/mesa3d/src/mesa/program/
prog_optimize.c 948 update_interval(GLint intBegin[], GLint intEnd[], function
1025 update_interval(intBegin, intEnd, loopStack, loopStackDepth,
1033 update_interval(intBegin, intEnd, loopStack, loopStackDepth,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager.cc 435 base::TimeDelta update_interval = base::TimeDelta::FromSeconds( local
437 base::Time future = now + update_interval;
440 future += update_interval;
    [all...]

Completed in 133 milliseconds