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

  /external/webrtc/webrtc/tools/loopback_test/
stat_tracker.js 16 // var tracker = new StatTracker(pc, pollInterval);
25 function StatTracker(pc, pollInterval) {
26 pollInterval = pollInterval || 250;
65 setTimeout(poll, pollInterval);
75 setTimeout(poll, pollInterval);
  /external/libvncserver/webclients/novnc/include/chrome-app/
tcp-client.js 31 function TcpClient(host, port, pollInterval) {
34 this.pollInterval = pollInterval || 15;
191 setTimeout(this._periodicallyRead.bind(this), this.pollInterval);
209 setTimeout(that._periodicallyRead.bind(that), that.pollInterval);
  /tools/tradefederation/core/src/com/android/tradefed/util/
IRunUtil.java 211 * @param pollInterval time to wait between command retries
216 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts,
223 * @param pollInterval initial time to wait between operation attempts
228 public boolean runFixedTimedRetry(final long opTimeout, final long pollInterval,
RunUtil.java 361 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts,
367 CLog.d("operation failed, waiting for %d ms", pollInterval);
368 sleep(pollInterval);
377 public boolean runFixedTimedRetry(final long opTimeout, final long pollInterval,
384 CLog.d("operation failed, waiting for %d ms", pollInterval);
385 sleep(pollInterval);
398 long pollInterval = initialPollInterval;
408 } else if (remainingTime < pollInterval) {
409 // cap pollInterval to a max of remainingTime
410 pollInterval = remainingTime
    [all...]
  /prebuilts/go/darwin-x86/doc/codewalk/
urlpoll.go 15 pollInterval = 60 * time.Second // how often to poll each URL
82 time.Sleep(pollInterval + errTimeout*time.Duration(r.errCount))
  /prebuilts/go/linux-x86/doc/codewalk/
urlpoll.go 15 pollInterval = 60 * time.Second // how often to poll each URL
82 time.Sleep(pollInterval + errTimeout*time.Duration(r.errCount))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 435 milliseconds