HomeSort by relevance Sort by last modified time
    Searched refs:timeout (Results 1 - 25 of 940) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2003-11-04-OutOfMemory.c 3 void schedule_timeout(signed long timeout)
5 switch (timeout)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_input.py 35 def __init__(self, filename, timeout):
39 timeout: Timeout in msecs the driver should use while running the test
43 self.timeout = timeout
  /cts/tests/src/android/view/animation/cts/
DelayedCheck.java 29 public DelayedCheck(long timeout) {
30 mTimeout = timeout;
36 long timeout = mTimeout; local
37 while (timeout > 0) {
48 timeout -= TIME_SLICE;
51 Assert.fail("unexpected timeout");
  /external/chromium/net/socket/
client_socket_pool.cc 11 // TODO(ziadh): Change this timeout after getting histogram data on how long it
25 void ClientSocketPool::set_unused_idle_socket_timeout(int timeout) {
26 g_unused_idle_socket_timeout = timeout;
  /external/bluetooth/bluez/src/
ppoll.h 8 const struct timespec *timeout, const sigset_t *sigmask)
10 if (timeout == NULL)
12 else if (timeout->tv_sec == 0)
15 return poll(fds, nfds, timeout->tv_sec * 1000);
  /external/nist-sip/java/javax/sip/
TimeoutEvent.java 4 private Timeout mTimeout;
7 Timeout timeout) {
9 mTimeout = timeout;
13 Timeout timeout) {
15 mTimeout = timeout;
18 public Timeout getTimeout() {
  /external/dbus/dbus/
dbus-timeout.c 2 /* dbus-timeout.c DBusTimeout implementation
26 #include "dbus-timeout.h"
43 int interval; /**< Timeout interval in milliseconds. */
45 DBusTimeoutHandler handler; /**< Timeout handler. */
46 void *handler_data; /**< Timeout handler data. */
47 DBusFreeFunction free_handler_data_function; /**< Free the timeout handler data. */
51 unsigned int enabled : 1; /**< True if timeout is active. */
56 * @param interval the timeout interval in milliseconds.
57 * @param handler function to call when the timeout occurs.
68 DBusTimeout *timeout; local
    [all...]
dbus-timeout.h 2 /* dbus-timeout.h DBusTimeout internal interfaces
40 /** function to run when the timeout is handled */
47 DBusTimeout* _dbus_timeout_ref (DBusTimeout *timeout);
48 void _dbus_timeout_unref (DBusTimeout *timeout);
49 void _dbus_timeout_set_interval (DBusTimeout *timeout,
51 void _dbus_timeout_set_enabled (DBusTimeout *timeout,
63 DBusTimeout *timeout);
65 DBusTimeout *timeout);
67 DBusTimeout *timeout,
  /packages/apps/Stk/src/com/android/stk/
StkApp.java 35 // UI timeout, 30 seconds - used for display dialog and activities.
38 // Tone default timeout - 2 seconds
48 int timeout = 0; local
52 timeout = 1000 * 60;
55 timeout = 1000 / 10;
59 timeout = 1000;
62 timeout *= duration.timeInterval;
64 return timeout;
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServerSocket.java 34 private int timeout = 8000; field in class:Support_HttpServerSocket
48 instance.setSoTimeout(timeout);
55 * timeout for the server.
57 public void setTimeout(int timeout) {
58 this.timeout = timeout;
Support_ServerSocket.java 30 public void setTimeout(int timeout);
  /external/wpa_supplicant/
eloop_none.c 49 struct eloop_timeout *timeout; member in struct:eloop_data
125 struct eloop_timeout *timeout, *tmp, *prev; local
127 timeout = (struct eloop_timeout *) malloc(sizeof(*timeout));
128 if (timeout == NULL)
130 os_get_time(&timeout->time);
131 timeout->time.sec += secs;
132 timeout->time.usec += usecs;
133 while (timeout->time.usec >= 1000000) {
134 timeout->time.sec++
171 struct eloop_timeout *timeout, *prev, *next; local
379 struct eloop_timeout *timeout, *prev; local
    [all...]
eloop.c 58 struct eloop_timeout *timeout; member in struct:eloop_data
230 struct eloop_timeout *timeout, *tmp, *prev; local
232 timeout = os_malloc(sizeof(*timeout));
233 if (timeout == NULL)
235 if (os_get_time(&timeout->time) < 0) {
236 os_free(timeout);
239 timeout->time.sec += secs;
240 timeout->time.usec += usecs;
241 while (timeout->time.usec >= 1000000)
279 struct eloop_timeout *timeout, *prev, *next; local
518 struct eloop_timeout *timeout, *prev; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop_none.c 49 struct eloop_timeout *timeout; member in struct:eloop_data
125 struct eloop_timeout *timeout, *tmp, *prev; local
127 timeout = (struct eloop_timeout *) malloc(sizeof(*timeout));
128 if (timeout == NULL)
130 os_get_time(&timeout->time);
131 timeout->time.sec += secs;
132 timeout->time.usec += usecs;
133 while (timeout->time.usec >= 1000000) {
134 timeout->time.sec++
171 struct eloop_timeout *timeout, *prev, *next; local
379 struct eloop_timeout *timeout, *prev; local
    [all...]
eloop.c 58 struct eloop_timeout *timeout; member in struct:eloop_data
240 struct eloop_timeout *timeout, *tmp, *prev; local
242 timeout = os_malloc(sizeof(*timeout));
243 if (timeout == NULL)
245 if (os_get_time(&timeout->time) < 0) {
246 os_free(timeout);
249 timeout->time.sec += secs;
250 timeout->time.usec += usecs;
251 while (timeout->time.usec >= 1000000)
289 struct eloop_timeout *timeout, *prev, *next; local
528 struct eloop_timeout *timeout, *prev; local
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop_none.c 47 struct eloop_timeout *timeout; member in struct:eloop_data
122 struct eloop_timeout *timeout, *tmp, *prev; local
124 timeout = (struct eloop_timeout *) malloc(sizeof(*timeout));
125 if (timeout == NULL)
127 os_get_time(&timeout->time);
128 timeout->time.sec += secs;
129 timeout->time.usec += usecs;
130 while (timeout->time.usec >= 1000000) {
131 timeout->time.sec++
168 struct eloop_timeout *timeout, *prev, *next; local
376 struct eloop_timeout *timeout, *prev; local
    [all...]
eloop.c 64 struct dl_list timeout; member in struct:eloop_data
124 dl_list_init(&eloop.timeout);
302 struct eloop_timeout *timeout, *tmp; local
305 timeout = os_zalloc(sizeof(*timeout));
306 if (timeout == NULL)
308 if (os_get_time(&timeout->time) < 0) {
309 os_free(timeout);
312 now_sec = timeout->time.sec;
313 timeout->time.sec += secs
361 struct eloop_timeout *timeout, *prev; local
519 struct eloop_timeout *timeout; local
582 struct eloop_timeout *timeout, *prev; local
    [all...]
  /system/core/include/cutils/
abort_socket.h 69 /* Blocking socket I/O with timeout.
72 * timeout is in ms, use -1 to indicate no timeout. On timeout -1 is returned
78 socklen_t addrlen, int timeout);
81 socklen_t *addrlen, int timeout);
83 int asocket_read(struct asocket *s, void *buf, size_t count, int timeout);
86 int timeout);
  /bionic/libc/private/
bionic_futex.h 33 extern int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
37 extern int __futex_syscall4(volatile void *ftx, int op, int val, const struct timespec *timeout);
55 extern int __futex_wait_ex(volatile void *ftx, int pshared, int val, const struct timespec *timeout);
  /frameworks/base/core/java/android/os/
ConditionVariable.java 107 * timeout milliseconds have passed.
112 * @param timeout the minimum time to wait in milliseconds.
115 * because of the timeout.
117 public boolean block(long timeout)
122 if (timeout != 0) {
125 long end = now + timeout;
  /bionic/libc/unistd/
pselect.c 34 const struct timespec* timeout, const sigset_t* sigmask)
43 if (timeout != NULL) {
45 tv.tv_sec = timeout->tv_sec;
46 tv.tv_usec = (timeout->tv_nsec + 999)/1000; // round up
  /external/apache-http/src/org/apache/http/
HttpConnection.java 69 * that by attempting a read with a very small timeout. Thus this
80 * Sets the socket timeout value.
82 * @param timeout timeout value in milliseconds
84 void setSocketTimeout(int timeout);
87 * Returns the socket timeout value.
89 * @return positive value in milliseconds if a timeout is set,
90 * <code>0</code> if timeout is disabled or <code>-1</code> if
91 * timeout is undefined.
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionRequest.java 44 * the timeout expires, or the connection manager is
52 * @param timeout the timeout, 0 or negative for no timeout
53 * @param tunit the unit for the <code>timeout</code>,
54 * may be <code>null</code> only if there is no timeout
60 * in case of a timeout
64 ManagedClientConnection getConnection(long timeout, TimeUnit tunit)
  /external/iptables/include/linux/netfilter/
xt_IDLETIMER.h 37 __u32 timeout; member in struct:idletimer_tg_info
  /external/webkit/Source/WebCore/page/
PositionOptions.h 41 int timeout() const function in class:WebCore::PositionOptions
46 void setTimeout(int timeout)
48 ASSERT(timeout >= 0);
50 m_timeout = timeout;

Completed in 2405 milliseconds

1 2 3 4 5 6 7 8 91011>>