Searched refs:timeout (Results 1 - 25 of 651) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2003-11-04-OutOfMemory.c3 void schedule_timeout(signed long timeout) argument
5 switch (timeout)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_input.py35 def __init__(self, filename, timeout):
39 timeout: Timeout in msecs the driver should use while running the test
43 self.timeout = timeout
/external/chromium/net/socket/
H A Dclient_socket_pool.cc11 // TODO(ziadh): Change this timeout after getting histogram data on how long it
25 void ClientSocketPool::set_unused_idle_socket_timeout(int timeout) { argument
26 g_unused_idle_socket_timeout = timeout;
/external/nist-sip/java/javax/sip/
H A DTimeoutEvent.java7 Timeout timeout) {
9 mTimeout = timeout;
13 Timeout timeout) {
15 mTimeout = timeout;
6 TimeoutEvent(Object source, ServerTransaction serverTransaction, Timeout timeout) argument
12 TimeoutEvent(Object source, ClientTransaction clientTransaction, Timeout timeout) argument
/external/wpa_supplicant_8/hostapd/src/utils/
H A Deloop_none.c42 struct dl_list timeout; member in struct:eloop_data
59 dl_list_init(&eloop.timeout);
115 struct eloop_timeout *timeout, *tmp; local
118 timeout = os_zalloc(sizeof(*timeout));
119 if (timeout == NULL)
121 if (os_get_time(&timeout->time) < 0) {
122 os_free(timeout);
125 now_sec = timeout->time.sec;
126 timeout
159 eloop_remove_timeout(struct eloop_timeout *timeout) argument
169 struct eloop_timeout *timeout, *prev; local
192 struct eloop_timeout *timeout, *prev; local
325 struct eloop_timeout *timeout; local
387 struct eloop_timeout *timeout, *prev; local
[all...]
H A Deloop_win.c55 struct dl_list timeout; member in struct:eloop_data
78 dl_list_init(&eloop.timeout);
241 struct eloop_timeout *timeout, *tmp; local
244 timeout = os_zalloc(sizeof(*timeout));
245 if (timeout == NULL)
247 if (os_get_time(&timeout->time) < 0) {
248 os_free(timeout);
251 now_sec = timeout->time.sec;
252 timeout
285 eloop_remove_timeout(struct eloop_timeout *timeout) argument
295 struct eloop_timeout *timeout, *prev; local
318 struct eloop_timeout *timeout, *prev; local
478 struct eloop_timeout *timeout; local
588 struct eloop_timeout *timeout, *prev; local
[all...]
/external/wpa_supplicant_8/src/utils/
H A Deloop_none.c42 struct dl_list timeout; member in struct:eloop_data
59 dl_list_init(&eloop.timeout);
115 struct eloop_timeout *timeout, *tmp; local
118 timeout = os_zalloc(sizeof(*timeout));
119 if (timeout == NULL)
121 if (os_get_time(&timeout->time) < 0) {
122 os_free(timeout);
125 now_sec = timeout->time.sec;
126 timeout
159 eloop_remove_timeout(struct eloop_timeout *timeout) argument
169 struct eloop_timeout *timeout, *prev; local
192 struct eloop_timeout *timeout, *prev; local
325 struct eloop_timeout *timeout; local
387 struct eloop_timeout *timeout, *prev; local
[all...]
H A Deloop_win.c55 struct dl_list timeout; member in struct:eloop_data
78 dl_list_init(&eloop.timeout);
241 struct eloop_timeout *timeout, *tmp; local
244 timeout = os_zalloc(sizeof(*timeout));
245 if (timeout == NULL)
247 if (os_get_time(&timeout->time) < 0) {
248 os_free(timeout);
251 now_sec = timeout->time.sec;
252 timeout
285 eloop_remove_timeout(struct eloop_timeout *timeout) argument
295 struct eloop_timeout *timeout, *prev; local
318 struct eloop_timeout *timeout, *prev; local
478 struct eloop_timeout *timeout; local
588 struct eloop_timeout *timeout, *prev; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop_none.c42 struct dl_list timeout; member in struct:eloop_data
59 dl_list_init(&eloop.timeout);
115 struct eloop_timeout *timeout, *tmp; local
118 timeout = os_zalloc(sizeof(*timeout));
119 if (timeout == NULL)
121 if (os_get_time(&timeout->time) < 0) {
122 os_free(timeout);
125 now_sec = timeout->time.sec;
126 timeout
159 eloop_remove_timeout(struct eloop_timeout *timeout) argument
169 struct eloop_timeout *timeout, *prev; local
192 struct eloop_timeout *timeout, *prev; local
325 struct eloop_timeout *timeout; local
387 struct eloop_timeout *timeout, *prev; local
[all...]
H A Deloop_win.c55 struct dl_list timeout; member in struct:eloop_data
78 dl_list_init(&eloop.timeout);
241 struct eloop_timeout *timeout, *tmp; local
244 timeout = os_zalloc(sizeof(*timeout));
245 if (timeout == NULL)
247 if (os_get_time(&timeout->time) < 0) {
248 os_free(timeout);
251 now_sec = timeout->time.sec;
252 timeout
285 eloop_remove_timeout(struct eloop_timeout *timeout) argument
295 struct eloop_timeout *timeout, *prev; local
318 struct eloop_timeout *timeout, *prev; local
478 struct eloop_timeout *timeout; local
588 struct eloop_timeout *timeout, *prev; local
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpServerSocket.java34 private int timeout = 8000; field in class:Support_HttpServerSocket
48 instance.setSoTimeout(timeout);
55 * timeout for the server.
57 public void setTimeout(int timeout) { argument
58 this.timeout = timeout;
H A DSupport_ServerSocket.java30 public void setTimeout(int timeout); argument
/external/libppp/src/
H A Dtun.h32 u_int32_t timeout; member in union:tun_data::__anon8850
/external/mdnsresponder/mDNSPosix/
H A DExampleClientApp.c53 struct timeval timeout; local
61 // 2. Set up the timeout.
63 // so we set an effectively infinite timeout
64 timeout.tv_sec = 0x3FFFFFFF;
65 timeout.tv_usec = 0;
67 // 3. Give the mDNSPosix layer a chance to add its information to the fd_set and timeout
68 mDNSPosixGetFDSet(m, &nfds, &readfds, &timeout);
71 verbosedebugf("select(%d, %d.%06d)", nfds, timeout.tv_sec, timeout.tv_usec);
72 result = select(nfds, &readfds, NULL, NULL, &timeout);
[all...]
/external/apache-http/src/org/apache/http/
H A DHttpConnection.java69 * 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); argument
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/
H A DClientConnectionRequest.java44 * 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) argument
/external/iptables/include/linux/netfilter/
H A Dxt_IDLETIMER.h42 __u32 timeout; member in struct:idletimer_tg_info
/external/kernel-headers/original/linux/netfilter/
H A Dxt_IDLETIMER.h42 __u32 timeout; member in struct:idletimer_tg_info
/external/mockito/src/org/mockito/internal/verification/
H A DVerificationWithTimeoutImpl.java14 int timeout; field in class:VerificationWithTimeoutImpl
19 this.timeout = millis;
26 while (soFar <= timeout) {
54 return timeout;
/external/webkit/Source/WebCore/page/
H A DPositionOptions.h41 int timeout() const function in class:WebCore::PositionOptions
46 void setTimeout(int timeout) argument
48 ASSERT(timeout >= 0);
50 m_timeout = timeout;
/external/chromium/third_party/libevent/sample/
H A Dtime-test.c36 struct event *timeout = arg; local
45 event_add(timeout, &tv);
51 struct event timeout; local
58 evtimer_set(&timeout, timeout_cb, &timeout);
62 event_add(&timeout, &tv);
/external/valgrind/main/coregrind/m_mach/
H A Dmach_msg.c56 mach_msg_timeout_t timeout,
60 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify)
66 mach_msg_timeout_t timeout;
85 timeout, notify);
94 timeout, notify);
101 timeout, notify);
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_find.py3 # Will list all devices found/lost within a time frame (timeout)
17 print " %s -i <interface_name> [-t <timeout>] \ " \
22 print " -t = timeout = 0s (infinite)"
43 global timeout
53 def __init__(self,interface_name,wpas_dbus_interface,timeout):
55 self.timeout = int(timeout)
111 {'Timeout':int(self.timeout)})
117 # Required for timeout implementation
125 timeout variable
[all...]
H A Dp2p_listen.py17 print " %s -i <interface_name> [-t <timeout>] \ " \
22 print " -t = timeout = 0s (infinite)"
41 global timeout
50 def __init__(self,interface_name,wpas_dbus_interface,timeout):
52 self.timeout = int(timeout)
104 self.p2p_interface.Listen(int(self.timeout))
107 # Required for timeout implementation
115 timeout = 0 variable
141 timeout
[all...]
/external/webkit/Source/WebKit/qt/tests/benchmarks/loading/
H A Dtst_loading.cpp29 * can return earlier on a timeout.
32 * \p false on timeout
34 static bool waitForSignal(QObject* obj, const char* signal, int timeout = 0)
39 QSignalSpy timeoutSpy(&timer, SIGNAL(timeout()));
40 if (timeout > 0) {
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
43 timer.start(timeout);

Completed in 423 milliseconds

1234567891011>>