Searched refs:timeout (Results 476 - 500 of 1718) sorted by relevance

<<11121314151617181920>>

/external/autotest/client/cros/cellular/
H A Dcell_tools_test_on_chromebook.py56 cell_tools.ConnectToCellular(self.flim, timeout=60)
72 cell_tools.ConnectToCellular(self.flim, timeout=60)
87 cell_tools.ConnectToCellular(self.flim, timeout=60)
/external/autotest/client/cros/
H A Dmainloop.py44 logging.warning('ExceptionForwardingMainLoop: No timeout specified.')
45 logging.warning('(Specify timeout_s=0 explicitly for no timeout.)')
51 def timeout(self): member in class:ExceptionForwardingMainLoop
56 self.timeout()
125 def timeout(self): member in class:GenericTesterMainLoop
126 logging.error('Requirements unsatisfied upon timeout: %s' %
/external/autotest/client/site_tests/security_DeviceJail_Filesystem/
H A Dsecurity_DeviceJail_Filesystem.py104 timeout = threading.Timer(self.SHUTDOWN_TIMEOUT_SEC,
106 timeout.start()
108 timeout.cancel()
/external/autotest/server/cros/servo/
H A Dservo.py277 def volume_up(self, timeout=300):
280 @param timeout: Timeout for setting the volume.
286 time_left = float(timeout)
295 def volume_down(self, timeout=300):
298 @param timeout: Timeout for setting the volume.
304 time_left = float(timeout)
560 def probe_host_usb_dev(self, timeout=_USB_PROBE_TIMEOUT):
565 @param timeout The timeout period when probing for the usb host device.
569 return self._server.probe_host_usb_dev(timeout) o
[all...]
/external/chromium-trace/catapult/devil/devil/android/
H A Dports.py135 expected_read='', timeout=2):
149 timeout: Timeout (in seconds) for each http connection. The default is 2s.
161 host, port, timeout=timeout)) as http:
/external/chromium-trace/catapult/systrace/profile_chrome/
H A Dddms_tracing_agent.py37 def StartAgentTracing(self, config, timeout=None):
48 def StopAgentTracing(self, timeout=None):
54 def GetResults(self, timeout=None):
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
H A Dandroid_browser_backend_settings.py92 timeout = 1
97 time.sleep(timeout)
99 timeout *= 2
/external/curl/docs/examples/
H A Dftpuploadresume.c81 long timeout, long tries)
98 if(timeout)
99 curl_easy_setopt(curlhandle, CURLOPT_FTP_RESPONSE_TIMEOUT, timeout);
80 upload(CURL *curlhandle, const char * remotepath, const char * localpath, long timeout, long tries) argument
/external/libcxx/test/std/thread/futures/futures.shared_future/
H A Dwait_for.pass.cpp56 assert(f.wait_for(ms(300)) == std::future_status::timeout);
72 assert(f.wait_for(ms(300)) == std::future_status::timeout);
88 assert(f.wait_for(ms(300)) == std::future_status::timeout);
/external/libcxx/test/std/thread/futures/futures.unique_future/
H A Dwait_for.pass.cpp56 assert(f.wait_for(ms(300)) == std::future_status::timeout);
72 assert(f.wait_for(ms(300)) == std::future_status::timeout);
88 assert(f.wait_for(ms(300)) == std::future_status::timeout);
/external/libdrm/freedreno/msm/
H A Dmsm_pipe.c58 uint64_t timeout)
66 get_abs_timeout(&req.timeout, timeout);
57 msm_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp, uint64_t timeout) argument
/external/libmojo/third_party/catapult/devil/devil/android/
H A Dports.py135 expected_read='', timeout=2):
149 timeout: Timeout (in seconds) for each http connection. The default is 2s.
161 host, port, timeout=timeout)) as http:
/external/libmtp/src/
H A Dlibusb-glue.h59 int timeout; member in struct:_PTP_USB
77 void set_usb_device_timeout(PTP_USB *ptp_usb, int timeout);
78 void get_usb_device_timeout(PTP_USB *ptp_usb, int *timeout);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_syncobj.c91 GLbitfield flags, GLuint64 timeout)
100 screen->fence_finish(screen, so->fence, timeout)) {
108 GLbitfield flags, GLuint64 timeout)
89 st_client_wait_sync(struct gl_context *ctx, struct gl_sync_object *obj, GLbitfield flags, GLuint64 timeout) argument
106 st_server_wait_sync(struct gl_context *ctx, struct gl_sync_object *obj, GLbitfield flags, GLuint64 timeout) argument
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DOkHttpClient.java181 * Sets the default connect timeout for new connections. A value of 0 means no timeout, otherwise
186 public void setConnectTimeout(long timeout, TimeUnit unit) { argument
187 if (timeout < 0) throw new IllegalArgumentException("timeout < 0");
189 long millis = unit.toMillis(timeout);
191 if (millis == 0 && timeout > 0) throw new IllegalArgumentException("Timeout too small.");
195 /** Default connect timeout (in milliseconds). */
201 * Sets the default read timeout for new connections. A value of 0 means no timeout, otherwis
206 setReadTimeout(long timeout, TimeUnit unit) argument
224 setWriteTimeout(long timeout, TimeUnit unit) argument
[all...]
/external/parameter-framework/asio/include/asio/detail/
H A Dsocket_option.hpp226 timeout ASIO_PREVENT_MACRO_SUBSTITUTION(t);
241 // Set the value for the linger timeout.
242 void timeout ASIO_PREVENT_MACRO_SUBSTITUTION(int value)
247 // Get the value for the linger timeout.
248 int timeout ASIO_PREVENT_MACRO_SUBSTITUTION() const
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dsocket_option.hpp226 timeout ASIO_PREVENT_MACRO_SUBSTITUTION(t);
241 // Set the value for the linger timeout.
242 void timeout ASIO_PREVENT_MACRO_SUBSTITUTION(int value)
247 // Get the value for the linger timeout.
248 int timeout ASIO_PREVENT_MACRO_SUBSTITUTION() const
/external/autotest/client/bin/
H A Dlocal_host.py34 def wait_up(self, timeout=None):
39 def run(self, command, timeout=3600, ignore_status=False,
48 command, timeout=timeout, ignore_status=True,
53 # this indicates a timeout exception
/external/autotest/client/common_lib/brillo/
H A Dlogcat_utils.py35 timeout=timeout_seconds,
/external/autotest/client/common_lib/cros/
H A Darc_util.py93 def _save_android_dumpstate(timeout=_DUMPSTATE_DEFAULT_TIMEOUT):
100 @param timeout: The timeout in seconds.
109 # read from the file with a timeout.
112 end_time = time.time() + timeout
226 timeout=60)
239 @raises error.TestFail if opt-in doesn't complete after timeout.
252 timeout=SIGN_IN_TIMEOUT)
/external/autotest/client/cros/faft/utils/
H A Dshell_wrapper.py185 def wait_for_device(self, timeout):
187 cmd = 'timeout %s adb wait-for-device' % timeout
190 def wait_for_no_device(self, timeout):
193 timeout)
/external/autotest/client/deps/glbench/src/
H A Dutils.h27 // Wait for machine to cool with temperature in Celsius and timeout in seconds.
29 double WaitForCoolMachine(double cold_temperature, double timeout,
/external/autotest/client/site_tests/audio_AudioCorruption/
H A Daudio_AudioCorruption.py35 exception=error.TestError('Corruption test is timeout'),
36 timeout=WAIT_TIMEOUT_S,
/external/autotest/client/site_tests/desktopui_CameraApp/
H A Ddesktopui_CameraApp.py49 timeout=30)
/external/autotest/client/site_tests/hardware_GPS/
H A Dhardware_GPS.py37 'gpspipe -r -n 10 localhost:%d' % gpsd_port, timeout=60)

Completed in 534 milliseconds

<<11121314151617181920>>