HomeSort by relevance Sort by last modified time
    Searched defs:_timeout (Results 1 - 12 of 12) sorted by null

  /external/autotest/client/site_tests/hardware_Badblocks/
hardware_Badblocks.py 46 def _timeout(self, badblocks_proc): member in class:hardware_Badblocks
92 t = threading.Timer(tmout, self._timeout, [badblocks_proc])
  /external/autotest/client/cros/
mainloop.py 55 def _timeout(self): member in class:ExceptionForwardingMainLoop
65 timeout_source = gobject.timeout_add(self.timeout_s * 1000, self._timeout)
  /tools/test/connectivity/acts/framework/acts/controllers/
sniffer.py 280 _timeout = None variable in class:ActiveCaptureContext
284 self._timeout = timeout
291 if self._timeout is None:
294 self._sniffer.wait_for_capture(self._timeout)
  /external/autotest/client/site_tests/graphics_dEQP/
graphics_dEQP.py 39 _timeout = 70 # Larger than twice the dEQP watchdog timeout at 30s. variable in class:graphics_dEQP
356 timeout=self._timeout,
424 batch_timeout = min(3600, self._timeout * self._hasty_batch_size)
515 timeout=self._timeout,
528 self._timeout = int(options['timeout'])
  /system/core/logd/
LogReader.cpp 76 static const char _timeout[] = " timeout="; local
77 cp = strstr(buffer, _timeout);
79 timeout = atol(cp + sizeof(_timeout) - 1) * NS_PER_SEC +
  /system/nfc/halimpl/bcm2079x/adaptation/
userial_linux.c 201 static int _timeout = POLL_TIMEOUT; variable
610 if (!isLowSpeedTransport && _timeout != POLL_TIMEOUT)
626 n = TEMP_FAILURE_RETRY(poll(fds, 2, _timeout));
712 __func__, ret, ret, errno, count, n, _timeout);
713 if (_timeout == POLL_TIMEOUT) _timeout = -1;
740 _timeout = POLL_TIMEOUT;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
jetty-6.1.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 593 milliseconds