Searched refs:timeout (Results 676 - 700 of 1718) sorted by relevance

<<21222324252627282930>>

/external/autotest/server/hosts/
H A Dcros_host.py78 # In general, a good rule of thumb is that the timeout can be up
90 # ssh timeout of 120 seconds.
114 # We have a long timeout to ensure we don't flakily fail due to other
179 def check_host(host, timeout=10):
184 @param timeout: The timeout for the run command.
194 ignore_status=True, timeout=timeout)
363 doesn't respond within the timeout.
518 self.reboot(timeout
[all...]
/external/autotest/client/bin/
H A Djob.py311 self.autodir, run_function_dargs={'timeout':3600})
482 def _runtest(self, url, tag, timeout, args, dargs):
487 if timeout:
488 logging.debug('Waiting for pid %d for %d seconds', pid, timeout)
489 parallel.fork_waitfor_timed(self.resultdir, pid, timeout)
519 timeout: Test timeout
525 timeout = dargs.pop('timeout', None)
526 if timeout
[all...]
H A Dvm_sanity.py60 timeout=15,
/external/libusb-compat/libusb/
H A Dcore.c747 int size, int timeout)
751 usbi_dbg("endpoint %x size %d timeout %d", ep, size, timeout);
753 &actual_length, timeout);
764 int size, int timeout)
774 return usb_bulk_io(dev, ep, bytes, size, timeout);
778 int size, int timeout)
788 return usb_bulk_io(dev, ep, bytes, size, timeout);
792 int size, int timeout)
796 usbi_dbg("endpoint %x size %d timeout
746 usb_bulk_io(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
763 usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
777 usb_bulk_write(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
791 usb_interrupt_io(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
808 usb_interrupt_read(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
821 usb_interrupt_write(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
835 usb_control_msg(usb_dev_handle *dev, int bmRequestType, int bRequest, int wValue, int wIndex, char *bytes, int size, int timeout) argument
[all...]
/external/valgrind/drd/
H A Ddrd_pthread_intercepts.c962 (pthread_mutex_t *mutex, const struct timespec *timeout),
963 (mutex, timeout));
1117 const struct timespec *timeout),
1118 (cond, mutex, timeout));
1121 const struct timespec *timeout),
1122 (cond, mutex, timeout));
1472 (sem_t *sem, const struct timespec *timeout),
1473 (sem, timeout));
1475 (sem_t *sem, const struct timespec *timeout),
1476 (sem, timeout));
1653 pthread_rwlock_timedrdlock_intercept(pthread_rwlock_t* rwlock, const struct timespec *timeout) argument
1679 pthread_rwlock_timedwrlock_intercept(pthread_rwlock_t* rwlock, const struct timespec *timeout) argument
[all...]
/external/apache-http/src/org/apache/http/impl/conn/
H A DAbstractClientConnAdapter.java195 public void setSocketTimeout(int timeout) { argument
198 conn.setSocketTimeout(timeout);
231 public boolean isResponseAvailable(int timeout) argument
238 return conn.isResponseAvailable(timeout);
/external/autotest/client/cros/cellular/mbim_compliance/
H A Dmbim_channel.py49 # timeout.
196 timeout = self.FRAGMENT_TIMEOUT_S * num_remaining_fragments
198 timeout=timeout)
207 # these transactions would serially timeout in |TRANSACTION_TIMEOUT_S|.
265 timeout=self.TRANSACTION_TIMEOUT_S)
/external/autotest/client/cros/
H A Dnetwork.py79 timeout=30)
93 timeout=30)
107 timeout=30)
245 result = urllib2.urlopen(url, timeout=fetch_timeout)
258 raise error.TestError('FetchUrl exceeded timeout.')
/external/autotest/client/cros/networking/
H A Dmm1_proxy.py72 timeout=timeout_seconds,
78 connection.manager.SetLogging('DEBUG', timeout=timeout_seconds)
155 @raise ModemManager1ProxyError if no modem is found within the timeout
164 timeout=timeout_seconds)
280 timeout=timeout_seconds)
H A Dpm_proxy.py73 lambda: _get_machine(True), timeout=timeout_seconds)
H A Dwifi_proxy.py113 @param discovery_timeout_seconds float timeout for service discovery.
114 @param association_timeout_seconds float timeout for service
116 @param configuration_timeout_seconds float timeout for DHCP
239 def disconnect_from_wifi_network(self, ssid, timeout=None):
246 @param timeout float number of seconds to wait for idle.
253 if timeout is None:
254 timeout = self.SERVICE_DISCONNECT_TIMEOUT
267 timeout)
/external/autotest/client/profilers/iostat/
H A Diostat.py31 # send SIGTERM to iostat and give it a 5-sec timeout
32 utils.system(term_profiler, timeout=5)
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/
H A Ddesktopui_ExitOnSupervisedUserCrash.py62 timeout=self._SESSION_STOP_TIMEOUT)
/external/autotest/client/site_tests/graphics_Drm/
H A Dgraphics_Drm.py45 timeout=self._timeout,
/external/autotest/client/site_tests/platform_InputNewTab/
H A Dplatform_InputNewTab.py55 timeout=self._WAIT)
/external/autotest/client/site_tests/platform_Mosys/
H A Dplatform_Mosys.py51 # We set timeout=40 to accommodate that.
52 result = utils.run(cmd, timeout=40, ignore_status=True)
/external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/
H A Dpolicy_JavaScriptAllowedForUrls.py82 lambda: tab.EvaluateJavaScript('jsAllowed', timeout=2),
/external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/
H A Dpolicy_JavaScriptBlockedForUrls.py85 lambda: tab.EvaluateJavaScript('jsAllowed', timeout=2),
/external/autotest/client/site_tests/policy_ManagedBookmarks/
H A Dpolicy_ManagedBookmarks.py133 "typeof bmm.list.reload == 'function'", timeout=60)
/external/autotest/client/site_tests/power_FlashVideoSuspend/
H A Dpower_FlashVideoSuspend.py42 exception=error.TestError('Player is stuck until timeout.'))
56 timeout=10)
/external/autotest/client/site_tests/security_SandboxStatus/
H A Dsecurity_SandboxStatus.py32 timeout=30)
/external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/
H A Dvideo_ChromeVidResChangeHWDecode.py57 timeout=video_len,
/external/autotest/client/site_tests/video_WebRtcSanity/
H A Dvideo_WebRtcSanity.py16 # Polling timeout.
50 _test_done, timeout=timeout_secs, sleep_interval=1,
/external/autotest/server/cros/ap_configurators/
H A Dbuffalo_ap_configurator.py105 timeout = 0
106 while self.object_by_xpath_exist("ddwrt_message") and timeout < 60:
108 timeout = timeout + 1
/external/autotest/server/cros/
H A Dfactory_install_test.py232 timeout=_MINIOMAHA_TIMEOUT_SEC,
271 timeout=FactoryInstallTest.FACTORY_TEST_TIMEOUT_SEC)
290 timeout=FactoryInstallTest.FACTORY_TEST_TIMEOUT_SEC,
333 timeout=FactoryInstallTest.WAIT_UP_TIMEOUT_SEC):

Completed in 1647 milliseconds

<<21222324252627282930>>