Searched refs:timeout (Results 176 - 200 of 636) sorted by relevance

1234567891011>>

/external/dbus/bus/
H A Dtest.c32 /* The "debug client" watch/timeout handlers don't dispatch messages,
74 client_timeout_callback (DBusTimeout *timeout, argument
82 dbus_timeout_handle (timeout);
88 add_client_timeout (DBusTimeout *timeout, argument
93 return _dbus_loop_add_timeout (client_loop, timeout, client_timeout_callback, connection, NULL);
97 remove_client_timeout (DBusTimeout *timeout, argument
102 _dbus_loop_remove_timeout (client_loop, timeout, client_timeout_callback, connection);
/external/tcpdump/
H A Dprint-radius.c573 u_int32_t timeout; local
625 timeout = EXTRACT_32BITS( data);
626 if ( timeout < 60 )
627 printf( "%02d secs", timeout);
630 if ( timeout < 3600 )
632 timeout / 60, timeout % 60);
635 timeout / 3600, (timeout % 3600) / 60,
636 timeout
[all...]
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DConnection.cpp307 PassOwnPtr<ArgumentDecoder> Connection::waitForMessage(MessageID messageID, uint64_t destinationID, double timeout) argument
326 double absoluteTime = currentTime() + timeout;
364 PassOwnPtr<ArgumentDecoder> Connection::sendSyncMessage(MessageID messageID, uint64_t syncRequestID, PassOwnPtr<ArgumentEncoder> encoder, double timeout) argument
391 OwnPtr<ArgumentDecoder> reply = waitForSyncReply(syncRequestID, timeout);
406 PassOwnPtr<ArgumentDecoder> Connection::waitForSyncReply(uint64_t syncRequestID, double timeout) argument
408 if (timeout == DefaultTimeout)
409 timeout = m_defaultSyncMessageTimeout;
411 // Use a really long timeout.
412 if (timeout == NoTimeout)
413 timeout
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread2_unittest.cc88 TimeDelta timeout() { function in class:browser_sync::SyncerThread2Test
115 done->TimedWait(timeout());
139 done->TimedWait(timeout());
215 done.TimedWait(timeout());
232 done.TimedWait(timeout());
256 done.TimedWait(timeout());
285 done.TimedWait(timeout());
322 done1.TimedWait(timeout());
324 done.TimedWait(timeout());
360 done1.TimedWait(timeout());
[all...]
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c451 int timeout = 1000; /* 10 ms per system tick */ local
456 delay.tv_sec = timeout / 1000;
457 delay.tv_nsec = 1000 * 1000 * (timeout%1000);
632 ** timeout - (input) the duration that the task wants to wait
636 ** Returns the event mask of received events or zero if timeout
639 UINT16 GKI_wait (UINT16 flag, UINT32 timeout) argument
648 GKI_TRACE_3("GKI_wait %d %x %d", rtask, flag, timeout);
685 if (timeout)
687 // timeout = GKI_MS_TO_TICKS(timeout); /* conver
772 GKI_delay(UINT32 timeout) argument
[all...]
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c451 int timeout = 1000; /* 10 ms per system tick */ local
456 delay.tv_sec = timeout / 1000;
457 delay.tv_nsec = 1000 * 1000 * (timeout%1000);
607 ** timeout - (input) the duration that the task wants to wait
611 ** Returns the event mask of received events or zero if timeout
614 UINT16 GKI_wait (UINT16 flag, UINT32 timeout) argument
623 GKI_TRACE_3("GKI_wait %d %x %d", rtask, flag, timeout);
660 if (timeout)
662 // timeout = GKI_MS_TO_TICKS(timeout); /* conver
747 GKI_delay(UINT32 timeout) argument
[all...]
/external/dbus/dbus/
H A Ddbus-server.c315 DBusTimeout *timeout);
318 DBusTimeout *timeout);
321 DBusTimeout *timeout,
327 DBusTimeout *timeout,
350 retval = (* add_function) (timeouts, timeout);
354 (* remove_function) (timeouts, timeout);
359 (* toggle_function) (timeouts, timeout, enabled);
373 * Adds a timeout for this server, chaining out to
374 * application-provided timeout handlers. The timeout shoul
326 protected_change_timeout(DBusServer *server, DBusTimeout *timeout, DBusTimeoutAddFunction add_function, DBusTimeoutRemoveFunction remove_function, DBusTimeoutToggleFunction toggle_function, dbus_bool_t enabled) argument
382 _dbus_server_add_timeout(DBusServer *server, DBusTimeout *timeout) argument
397 _dbus_server_remove_timeout(DBusServer *server, DBusTimeout *timeout) argument
416 _dbus_server_toggle_timeout(DBusServer *server, DBusTimeout *timeout, dbus_bool_t enabled) argument
[all...]
/external/openssl/ssl/
H A Dssl_asn1.c106 ASN1_INTEGER timeout; member in struct:ssl_session_asn1_st
225 if (in->timeout != 0L)
227 a.timeout.length=LSIZE2;
228 a.timeout.type=V_ASN1_INTEGER;
229 a.timeout.data=ibuf4;
230 ASN1_INTEGER_set(&(a.timeout),in->timeout);
298 if (in->timeout != 0L)
299 M_ASN1_I2D_len_EXP_opt(&(a.timeout),i2d_ASN1_INTEGER,2,v2);
344 if (in->timeout !
[all...]
/external/chromium/app/sql/
H A Dconnection.cc36 int SetTimeout(base::TimeDelta timeout) { argument
37 DCHECK_LT(timeout.InMilliseconds(), INT_MAX);
39 static_cast<int>(timeout.InMilliseconds()));
211 bool Connection::ExecuteWithTimeout(const char* sql, base::TimeDelta timeout) { argument
216 busy_timeout.SetTimeout(timeout);
/external/libusb-compat/libusb/
H A Dusb.h302 int timeout);
304 int timeout);
306 int timeout);
308 int timeout);
310 int value, int index, char *bytes, int size, int timeout);
/external/grub/netboot/
H A Dmain.c274 long timeout; local
277 timeout = rfc2131_sleep_interval (TIMEOUT, retry);
279 if (await_reply (AWAIT_ARP, arpentry, arpreq.tipaddr, timeout))
330 long timeout; local
333 timeout = rfc2131_sleep_interval (block ? TFTP_REXMT : TIMEOUT, retry);
335 timeout = rfc2131_sleep_interval (TIMEOUT, retry);
338 if (! await_reply (AWAIT_TFTP, iport, NULL, timeout))
507 long timeout; local
511 timeout = rfc2131_sleep_interval (TIMEOUT, retry);
512 if (await_reply (AWAIT_RARP, 0, rarpreq.shwaddr, timeout))
586 long timeout; local
739 await_reply(int type, int ival, void *ptr, int timeout) argument
[all...]
/external/qemu/
H A Dqemu-timer.c1038 struct itimerspec timeout; local
1053 if (timer_gettime(host_timer, &timeout)) {
1058 current_ns = timeout.it_value.tv_sec * 1000000000LL + timeout.it_value.tv_nsec;
1062 timeout.it_interval.tv_sec = 0;
1063 timeout.it_interval.tv_nsec = 0; /* 0 for one-shot timer */
1064 timeout.it_value.tv_sec = nearest_delta_ns / 1000000000;
1065 timeout.it_value.tv_nsec = nearest_delta_ns % 1000000000;
1066 if (timer_settime(host_timer, 0 /* RELATIVE */, &timeout, NULL)) {
1320 int timeout; local
[all...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DThreadSafeClientConnManager.java165 long timeout, TimeUnit tunit) throws InterruptedException,
173 + route + ", timeout = " + timeout);
176 BasicPoolEntry entry = poolRequest.getPoolEntry(timeout, tunit);
/external/bluetooth/bluedroid/bta/fs/
H A Dbta_fs_ci.c171 ** timeout - the timeout for this suspended session.
183 UINT32 timeout, UINT32 offset, UINT8 ssn, UINT8 info,
199 p_evt->timeout = timeout;
182 bta_fs_ci_resume(BD_ADDR_PTR p_addr, UINT8 *p_sess_info, UINT32 timeout, UINT32 offset, UINT8 ssn, UINT8 info, tBTA_FS_CO_STATUS status, UINT16 evt) argument
/external/bluetooth/bluedroid/stack/include/
H A Dbtu.h139 /* BTU internal for BR/EDR and AMP HCI command timeout (reserve up to 3 AMP controller) */
263 BTU_API extern void btu_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
265 BTU_API extern void btu_register_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout, tBTU_TIMER_CALLBACK timer_cb);
280 BTU_API extern void btu_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
/external/iptables/iptables/
H A Diptables-apply52 -t | --timeout Specify the timeout in seconds (default: $TIMEOUT)
59 LONGOPTS="timeout:,version,help";
72 echo "E: non-numeric timeout value." >&2
84 (-t|--timeout) OPT_STATE=SET_TIMEOUT;;
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8WorkerContextCustom.cpp59 int32_t timeout = argumentCount >= 2 ? args[1]->Int32Value() : 0; local
69 timerId = DOMTimer::install(workerContext, new ScheduledAction(v8Context, stringFunction, workerContext->url()), timeout, singleShot);
81 timerId = DOMTimer::install(workerContext, action, timeout, singleShot);
/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_utils.c206 void rfc_timer_start (tRFC_MCB *p_mcb, UINT16 timeout) argument
210 RFCOMM_TRACE_EVENT1 ("rfc_timer_start - timeout:%d", timeout);
214 btu_start_timer (p_tle, BTU_TTYPE_RFCOMM_MFC, timeout);
240 void rfc_port_timer_start (tPORT *p_port, UINT16 timeout) argument
244 RFCOMM_TRACE_EVENT1 ("rfc_port_timer_start - timeout:%d", timeout);
248 btu_start_timer (p_tle, BTU_TTYPE_RFCOMM_PORT, timeout);
/external/kernel-headers/original/linux/
H A Dwait.h203 * wait_event_timeout - sleep until a condition gets true or a timeout elapses
206 * @timeout: timeout, in jiffies
215 * The function returns 0 if the @timeout elapsed, and the remaining
216 * jiffies if the condition evaluated to true before the timeout elapsed.
218 #define wait_event_timeout(wq, condition, timeout) \
220 long __ret = timeout; \
288 * wait_event_interruptible_timeout - sleep until a condition gets true or a timeout elapses
291 * @timeout: timeout, i
[all...]
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dnetcap.c254 int local_port, rem_port, d, state, timer_run, uid, timeout; local
275 &uid, &timeout, &inode, more);
288 int local_port, rem_port, d, state, timer_run, uid, timeout; local
309 &uid, &timeout, &inode, more);
322 int local_port, rem_port, d, state, timer_run, uid, timeout; local
343 &uid, &timeout, &inode, more);
/external/valgrind/unittest/
H A Dthread_wrappers_pthread.h196 struct timespec timeout; local
199 timeval2timespec(&now, &timeout, millis);
204 retcode = pthread_cond_timedwait(&cv_, &mu_, &timeout);
225 struct timespec timeout; local
227 timeval2timespec(&now, &timeout, millis);
228 return 0 != pthread_cond_timedwait(&cv_, &mu->mu_, &timeout);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dmanager_worker_broker.py226 def join(self, timeout):
249 def join(self, timeout):
296 def join(self, timeout):
297 return self._thread.join(timeout)
342 def join(self, timeout):
343 return self._proc.join(timeout)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dtest.py53 self.timeout = False
108 tests.add('failures/expected/timeout.html', timeout=True)
143 tests.add('failures/unexpected/timeout.html', timeout=True)
231 WONTFIX : failures/expected/timeout.html = TIMEOUT
439 time.sleep((float(test_input.timeout) * 4) / 1000.0)
446 test_time=time.time() - start_time, timeout=test.timeout, error=test.error)
/external/apache-http/src/org/apache/http/conn/
H A DMultihomePlainSocketFactory.java98 * @throws SocketTimeoutException if timeout expires before connecting
126 int timeout = HttpConnectionParams.getConnectionTimeout(params);
136 sock.connect(new InetSocketAddress(address, port), timeout);
/external/apache-http/src/org/apache/http/impl/
H A DSocketHttpClientConnection.java154 public void setSocketTimeout(int timeout) { argument
158 this.socket.setSoTimeout(timeout);

Completed in 1134 milliseconds

1234567891011>>