HomeSort by relevance Sort by last modified time
    Searched full:pollinterval (Results 1 - 25 of 25) 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);
  /tools/tradefederation/core/src/com/android/tradefed/util/
RunUtil.java 333 // only set the pollInterval if we have a timeout
368 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts,
374 CLog.d("operation failed, waiting for %d ms", pollInterval);
375 sleep(pollInterval);
384 public boolean runFixedTimedRetry(final long opTimeout, final long pollInterval,
391 CLog.d("operation failed, waiting for %d ms", pollInterval);
392 sleep(pollInterval);
405 long pollInterval = initialPollInterval;
415 } else if (remainingTime < pollInterval) {
416 // cap pollInterval to a max of remainingTim
    [all...]
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,
  /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))
sharemem.xml 125 The pause will either be of a fixed length (pollInterval) plus an
  /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))
sharemem.xml 125 The pause will either be of a fixed length (pollInterval) plus an
  /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);
  /system/update_engine/update_manager/
variable.h 165 // The default PollInterval in minutes.
  /system/update_engine/
omaha_request_action.cc 496 data->updatecheck_poll_interval = attrs["PollInterval"];
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbBus.c 382 @param PollInterval The interval to poll the transfer result, (in ms).
400 IN UINTN PollInterval, OPTIONAL
437 PollInterval,
    [all...]
UsbBus.h 468 @param PollInterval The interval to poll the transfer result, (in ms).
486 IN UINTN PollInterval, OPTIONAL
  /external/syslinux/core/lwip/src/include/lwip/
tcp.h 198 u8_t polltmr, pollinterval; member in struct:tcp_pcb
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Acpi40.h 805 UINT16 PollInterval:1;
820 UINT32 PollInterval;
    [all...]
Acpi50.h     [all...]
Acpi51.h     [all...]
Acpi60.h     [all...]
Acpi61.h     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyShell.py 572 self.tkconsole.text.after(self.tkconsole.pollinterval,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyShell.py 572 self.tkconsole.text.after(self.tkconsole.pollinterval,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 572 self.tkconsole.text.after(self.tkconsole.pollinterval,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 572 self.tkconsole.text.after(self.tkconsole.pollinterval,
    [all...]
  /external/python/cpython2/Lib/idlelib/
PyShell.py 602 self.tkconsole.pollinterval, self.poll_subprocess)
    [all...]
  /external/python/cpython3/Lib/idlelib/
pyshell.py 587 self.tkconsole.pollinterval, self.poll_subprocess)
    [all...]
  /external/syslinux/core/lwip/src/core/
tcp.c 936 if (prev->polltmr >= prev->pollinterval) {
    [all...]

Completed in 1272 milliseconds