Searched refs:timeout (Results 126 - 150 of 1476) sorted by relevance

1234567891011>>

/external/autotest/client/virt/tests/
H A Dping.py23 session = vm.wait_for_login(timeout=int(params.get("login_timeout", 360)))
45 timeout=20)
58 timeout=flood_minutes * 60)
62 timeout=float(counts) * 1.5)
/external/chromium-trace/catapult/telemetry/telemetry/core/
H A Dtracing_controller.py16 def StartTracing(self, tracing_config, timeout=10):
35 self._tracing_controller_backend.StartTracing(tracing_config, timeout)
58 def StartAgentTracing(self, config, timeout=10):
60 return self._tracing_controller_backend.StartAgentTracing(config, timeout)
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
H A Dutil.py57 def WaitFor(condition, timeout):
58 """Waits for up to |timeout| secs for the function |condition| to return True.
86 if elapsed_time > timeout:
88 (timeout, GetConditionString()))
91 timeout, GetConditionString(), elapsed_time)
/external/curl/tests/libtest/
H A Dlib1501.c76 struct timeval timeout; local
85 timeout.tv_sec = 0;
86 timeout.tv_usec = 100000L; /* 100 ms */
96 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
H A Dlib507.c57 struct timeval timeout; local
66 timeout.tv_sec = 1;
67 timeout.tv_usec = 0;
73 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
H A Dlib560.c74 struct timeval timeout; local
85 /* set a suitable timeout to play around with */
86 timeout.tv_sec = 1;
87 timeout.tv_usec = 0;
94 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
98 /* timeout or readable/writable sockets */
H A Dlib573.c69 struct timeval timeout; local
73 timeout.tv_sec = 0;
74 timeout.tv_usec = 100000L; /* 100 ms */
91 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
H A Dlib575.c79 struct timeval timeout; local
85 timeout.tv_sec = 0;
86 timeout.tv_usec = 100000L; /* 100 ms */
96 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
/external/guava/guava/src/com/google/common/util/concurrent/
H A DForwardingBlockingQueue.java53 @Override public boolean offer(E e, long timeout, TimeUnit unit) argument
55 return delegate().offer(e, timeout, unit);
58 @Override public E poll(long timeout, TimeUnit unit) argument
60 return delegate().poll(timeout, unit);
/external/libdaemon/libdaemon/
H A Ddfork.h93 * @param timeout Thetimeout in seconds
96 int daemon_retval_wait(int timeout);
/external/libmicrohttpd/src/microhttpd/
H A Dconnection_https.c134 unsigned int timeout; local
142 timeout = connection->connection_timeout;
143 if ( (timeout != 0) && (timeout <= (MHD_monotonic_time() - connection->last_activity)))
/external/okhttp/okio/okio/src/main/java/okio/
H A DSink.java58 /** Returns the timeout for this sink. */
59 Timeout timeout(); method in interface:Sink
/external/strace/tests/
H A Dppoll.c40 const struct timespec timeout = { .tv_sec = 42, .tv_nsec = 999999999 }; local
52 return ppoll(fds, sizeof(fds) / sizeof(*fds), &timeout, &mask) == 2 ? 0 : 77;
59 const struct timespec timeout = { .tv_sec = 0, .tv_nsec = 999 }; local
70 return ppoll(fds, sizeof(fds) / sizeof(*fds), &timeout, &mask) == 0 ? 0 : 77;
/external/testng/src/main/java/org/testng/remote/adapter/
H A DIMasterAdapter.java36 * @param timeout the maximum time to wait for all the suites to return a result.
39 public void awaitTermination(long timeout) throws InterruptedException; argument
H A DIWorkerAdapter.java28 * @param timeout the maximum time to wait for the next suite.
29 * @return the next suite avaliable or <code>null</code> if the timeout has reached.
33 XmlSuite getSuite( long timeout) throws InterruptedException, IOException; argument
/external/testng/src/test/java/test/timeout/
H A DInvocationTimeOutSampleTest.java1 package test.timeout;
H A DTimeOutSampleTest.java1 package test.timeout;
/external/toybox/lib/
H A Dnet.c46 int xpoll(struct pollfd *fds, int nfds, int timeout) argument
51 if (0>(i = poll(fds, nfds, timeout))) {
54 else if (timeout>0) timeout--;
/external/v8/tools/testrunner/objects/
H A Dcontext.py30 def __init__(self, arch, mode, shell_dir, mode_flags, verbose, timeout,
39 self.timeout = timeout
53 return [self.arch, self.mode, self.mode_flags, self.timeout, self.isolates,
/external/wpa_supplicant_8/hostapd/src/utils/
H A Deloop.c105 struct dl_list timeout; member in struct:eloop_data
164 dl_list_init(&eloop.timeout);
766 struct eloop_timeout *timeout, *tmp; local
769 timeout = os_zalloc(sizeof(*timeout));
770 if (timeout == NULL)
772 if (os_get_reltime(&timeout->time) < 0) {
773 os_free(timeout);
776 now_sec = timeout->time.sec;
777 timeout
813 eloop_remove_timeout(struct eloop_timeout *timeout) argument
825 struct eloop_timeout *timeout, *prev; local
848 struct eloop_timeout *timeout, *prev; local
1086 struct eloop_timeout *timeout; local
1249 struct eloop_timeout *timeout, *prev; local
[all...]
/external/wpa_supplicant_8/src/utils/
H A Deloop.c105 struct dl_list timeout; member in struct:eloop_data
164 dl_list_init(&eloop.timeout);
766 struct eloop_timeout *timeout, *tmp; local
769 timeout = os_zalloc(sizeof(*timeout));
770 if (timeout == NULL)
772 if (os_get_reltime(&timeout->time) < 0) {
773 os_free(timeout);
776 now_sec = timeout->time.sec;
777 timeout
813 eloop_remove_timeout(struct eloop_timeout *timeout) argument
825 struct eloop_timeout *timeout, *prev; local
848 struct eloop_timeout *timeout, *prev; local
1086 struct eloop_timeout *timeout; local
1249 struct eloop_timeout *timeout, *prev; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop.c105 struct dl_list timeout; member in struct:eloop_data
164 dl_list_init(&eloop.timeout);
766 struct eloop_timeout *timeout, *tmp; local
769 timeout = os_zalloc(sizeof(*timeout));
770 if (timeout == NULL)
772 if (os_get_reltime(&timeout->time) < 0) {
773 os_free(timeout);
776 now_sec = timeout->time.sec;
777 timeout
813 eloop_remove_timeout(struct eloop_timeout *timeout) argument
825 struct eloop_timeout *timeout, *prev; local
848 struct eloop_timeout *timeout, *prev; local
1086 struct eloop_timeout *timeout; local
1249 struct eloop_timeout *timeout, *prev; local
[all...]
/external/autotest/client/bin/net/
H A Dnet_utils_mock.py37 def wait_for_carrier(self, timeout):
48 self.timeout = None
62 def settimeout(self, timeout):
63 self.timeout = timeout
73 raise socket.timeout
124 def wait_for_carrier(self, timeout=1):
/external/autotest/client/site_tests/power_SuspendStress/
H A Dpower_SuspendStress.py44 timeout = time.time() + self._duration
45 while time.time() < timeout:
76 timeout = kernel = firmware = spurious = 0
78 if type(failure) is sys_power.SuspendTimeout: timeout += 1
82 if total == kernel + timeout:
85 (total, iterations, timeout, kernel))
92 (total, iterations, timeout, kernel, firmware, spurious))
/external/autotest/server/site_tests/power_DeferForFlashrom/
H A Dpower_DeferForFlashrom.py57 timeout=_COMMAND_TIMEOUT).stdout.strip()
72 self.host.run(bg_cmd, timeout=_COMMAND_TIMEOUT)
108 timeout=_COMMAND_TIMEOUT)
130 timeout=_COMMAND_TIMEOUT)
143 if not self.host.ping_wait_down(timeout=down_sec):
150 if not self.host.ping_wait_up(timeout=up_sec) or \
151 not self.host.wait_up(timeout=up_sec):

Completed in 666 milliseconds

1234567891011>>