Searched refs:timeout (Results 501 - 525 of 1718) sorted by relevance

<<21222324252627282930>>

/external/autotest/client/site_tests/kernel_PerfEventRename/
H A Dkernel_PerfEventRename.py47 timeout=60)
/external/autotest/client/site_tests/policy_EditBookmarksEnabled/
H A Dpolicy_EditBookmarksEnabled.py64 "typeof bmm.list.reload == 'function'", timeout=60)
/external/autotest/client/site_tests/video_VideoSeek/
H A Dvideo_VideoSeek.py39 exception=error.TestError('Seek test is stuck and timeout'),
40 timeout=WAIT_TIMEOUT_S,
/external/autotest/server/site_tests/moblab_RunSuite/
H A Dmoblab_RunSuite.py52 suite_name), timeout=10800)
/external/autotest/server/site_tests/network_EthCapsServer/
H A Dnetwork_EthCapsServer.py29 def _ping_test(self, hostname, timeout=5):
34 timeout: Time in seconds to wait for a response.
41 while not ping_good and elapsed_time < timeout:
43 ['ping', '-c', '1', '-W', str(timeout), str(hostname)],
77 while self._ping_test(self._hostname, timeout=2) and \
/external/autotest/server/site_tests/network_WiFi_WakeOnDisconnect/
H A Dnetwork_WiFi_WakeOnDisconnect.py39 timeout=wifi_client.WAIT_UP_TIMEOUT_SECONDS):
/external/autotest/site_utils/rpm_control_system/
H A Drpm_controller.py215 is_timeout_value, result_value = retry.timeout(
236 is_timeout_value, result_value = retry.timeout(
292 ssh.expect(RPMController.PASSWORD_PROMPT, timeout=60)
298 response = ssh.expect_list([cli_prompt_re, cli_held_re], timeout=60)
332 timeout=15)
334 # If there was a timeout, this ssh tunnel could be set up to
350 timeout=60)
441 ssh.expect(self.PASSWORD_PROMPT, timeout=60)
443 ssh.expect(self.DEVICE_PROMPT, timeout=60)
469 # request immediately can cause a timeout
[all...]
/external/chromium-trace/catapult/devil/devil/utils/
H A Dparallelizer.py124 def pFinish(self, timeout):
128 timeout: The maximum number of seconds to wait for an individual
137 watchdog_timer.WatchdogTimer(timeout))
140 def pGet(self, timeout):
144 timeout: Same as |pFinish|.
151 self.pFinish(timeout)
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
H A Dmedia_action.py35 timeout=timeout_in_seconds)
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
H A Dbrowser_backend.py102 timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
145 def DumpMemory(self, timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
153 self, suppressed, timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
157 self, pressure_level, timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
/external/curl/docs/examples/
H A Dmulti-uv.c48 uv_timer_t timeout; variable
142 uv_timer_stop(&timeout);
170 uv_timer_start(&timeout, on_timeout, timeout_ms, 0);
220 uv_timer_init(loop, &timeout);
/external/google-breakpad/src/tools/windows/symupload/
H A Dsymupload.cc159 L" symupload [--timeout NN] [--product product_name] ^\n"
167 L" symupload.exe --timeout 0 --product Chrome ^\n"
174 int timeout = -1; local
177 if (!wcscmp(L"--timeout", argv[currentarg])) {
178 timeout = _wtoi(argv[currentarg + 1]);
237 timeout == -1 ? NULL : &timeout,
/external/guava/guava/src/com/google/common/util/concurrent/
H A DListeningExecutorService.java84 * {@code List<ListenableFuture<T>> futures = (List) executor.invokeAll(tasks, timeout, unit);}
96 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
95 invokeAll( Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) argument
H A DRateLimiter.java293 * without exceeding the specified {@code timeout}, or returns {@code false}
295 * before the timeout expired.
297 * <p>This method is equivalent to {@code tryAcquire(1, timeout, unit)}.
299 * @param timeout the maximum time to wait for the permit. Negative values are treated as zero.
300 * @param unit the time unit of the timeout argument
304 public boolean tryAcquire(long timeout, TimeUnit unit) { argument
305 return tryAcquire(1, timeout, unit);
339 * without exceeding the specified {@code timeout}, or returns {@code false}
341 * before the timeout expired.
344 * @param timeout th
349 tryAcquire(int permits, long timeout, TimeUnit unit) argument
[all...]
/external/iproute2/include/linux/hdlc/
H A Dioctl.h78 unsigned int timeout; member in struct:__anon7756
/external/iptables/include/libipulog/
H A Dlibipulog.h31 unsigned char *buf, size_t len, int timeout);
/external/kernel-headers/original/uapi/linux/
H A Dbsg.h45 __u32 timeout; /* [i] units: millisecond */ member in struct:sg_io_v4
/external/kernel-headers/original/uapi/linux/hdlc/
H A Dioctl.h78 unsigned int timeout; member in struct:__anon8608
/external/libchrome/base/process/
H A Dkill_posix.cc156 BackgroundReaper(pid_t child, unsigned timeout) argument
158 timeout_(timeout) {
215 const unsigned timeout = 2; // seconds local
216 BackgroundReaper* reaper = new BackgroundReaper(process.Pid(), timeout);
/external/libchrome/base/test/
H A Dmultiprocess_test.h83 const Process& process, TimeDelta timeout, int* exit_code)
/external/libcups/cups/
H A Dadminutil.h82 extern ipp_status_t cupsGetDevices(http_t *http, int timeout,
H A Dgetdevices.c27 * devices to the specified callback function. The "timeout" parameter controls
38 int timeout, /* I - Timeout in seconds or @code CUPS_TIMEOUT_DEFAULT@ */
63 DEBUG_printf(("cupsGetDevices(http=%p, timeout=%d, include_schemes=\"%s\", exclude_schemes=\"%s\", callback=%p, user_data=%p)", (void *)http, timeout, include_schemes, exclude_schemes, (void *)callback, user_data));
80 if (timeout > 0)
81 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "timeout",
82 timeout);
36 cupsGetDevices( http_t *http, int timeout, const char *include_schemes, const char *exclude_schemes, cups_device_cb_t callback, void *user_data) argument
/external/libevent/include/event2/
H A Dthread.h159 * If timeout is provided, it is interval of seconds to wait for
164 * was signalled, or 1 on a timeout. */
166 const struct timeval *timeout);
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dparallelizer.py124 def pFinish(self, timeout):
128 timeout: The maximum number of seconds to wait for an individual
137 watchdog_timer.WatchdogTimer(timeout))
140 def pGet(self, timeout):
144 timeout: Same as |pFinish|.
151 self.pFinish(timeout)
/external/libnetfilter_conntrack/src/expect/
H A Dbuild_mnl.c28 mnl_attr_put_u32(nlh, CTA_EXPECT_TIMEOUT, htonl(exp->timeout));

Completed in 1260 milliseconds

<<21222324252627282930>>