Searched refs:timeout (Results 276 - 300 of 636) sorted by relevance

<<11121314151617181920>>

/external/qemu/distrib/sdl-1.2.15/src/audio/dma/
H A DSDL_dmaaudio.c165 struct timeval timeout; local
168 timeout.tv_sec = 10;
169 timeout.tv_usec = 0;
173 if ( select(audio_fd+1, NULL, &fdset, NULL, &timeout) <= 0 ) {
176 "Audio timeout - buggy audio driver? (trying ospace)";
178 "Audio timeout - buggy audio driver? (disabled)";
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DPlatformVideoWindowQt.cpp44 connect(&m_cursorTimer, SIGNAL(timeout()), this, SLOT(hideCursor()));
/external/webkit/Source/WebCore/workers/
H A DWorkerContext.idl60 [Custom] long setTimeout(in TimeoutHandler handler, in long timeout);
61 // [Custom] long setTimeout(in DOMString code, in long timeout);
63 [Custom] long setInterval(in TimeoutHandler handler, in long timeout);
64 // [Custom] long setInterval(in DOMString code, in long timeout);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFullScreenVideoWidget.cpp55 connect(&m_cursorTimer, SIGNAL(timeout()), this, SLOT(hideCursor()));
/external/webkit/Tools/QtTestBrowser/
H A Dlocationedit.cpp49 connect(&m_clearTimer, SIGNAL(timeout()), this, SLOT(reset()));
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Ddryrun.py140 test_time=time.time() - start_time, timeout=False, error='')
H A Dchromium.py461 timeout = False
468 cmd = self._test_shell_command(uri, driver_input.timeout,
501 timeout = True
519 crash=crash, test_time=run_time, timeout=timeout, error=''.join(error))
532 timeout = time.time() + self.KILL_TIMEOUT
533 while self._proc.poll() is None and time.time() < timeout:
/external/webkit/Tools/WebKitTestRunner/
H A DTestController.h55 // Runs the run loop until `done` is true or the timeout elapses.
69 void platformRunUntil(bool& done, double timeout);
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
H A Dl2_packet_pcap.c184 int timeout; local
187 timeout = 20000;
190 timeout = 100000;
192 /* Register new timeout before calling l2_packet_receive() since
194 * cancel this timeout). */
195 eloop_register_timeout(0, timeout, l2_packet_receive_timeout,
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dscanresults.ui.h31 connect(timer, SIGNAL(timeout()), SLOT(getResults()));
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_pcap.c178 int timeout; local
181 timeout = 20000;
184 timeout = 100000;
186 /* Register new timeout before calling l2_packet_receive() since
188 * cancel this timeout). */
189 eloop_register_timeout(0, timeout, l2_packet_receive_timeout,
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_pcap.c178 int timeout; local
181 timeout = 20000;
184 timeout = 100000;
186 /* Register new timeout before calling l2_packet_receive() since
188 * cancel this timeout). */
189 eloop_register_timeout(0, timeout, l2_packet_receive_timeout,
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_pcap.c178 int timeout; local
181 timeout = 20000;
184 timeout = 100000;
186 /* Register new timeout before calling l2_packet_receive() since
188 * cancel this timeout). */
189 eloop_register_timeout(0, timeout, l2_packet_receive_timeout,
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCStatement.java64 throw new SQLException("can't set a query timeout on a closed statement");
66 throw new SQLException("can't set a query timeout of less than 0 seconds");
68 // An argument of 0 seconds should set an unlimited timeout. However, since this was not
70 conn.timeout = 5000;
72 conn.timeout = seconds * 1000;
78 return conn.timeout / 1000; // android-changed: should return seconds
/external/libppp/src/
H A Dchat.c109 timer_Stop(&c->timeout);
116 timer_Stop(&c->timeout);
118 c->timeout.load = SECTICKS * c->TimeoutSec;
119 c->timeout.func = chat_TimeoutTimer;
120 c->timeout.name = "chat timeout";
121 c->timeout.arg = c;
122 timer_Start(&c->timeout);
151 log_Printf(LogCHAT, "Expect timeout\n");
452 timer_Stop(&c->timeout);
[all...]
/external/qemu/
H A Dos-win32.c129 void os_host_main_loop_wait(int *timeout) argument
144 ret = WaitForMultipleObjects(w->num, w->events, FALSE, *timeout);
171 *timeout = 0;
/external/webkit/Source/WebKit2/UIProcess/
H A DWebProcessProxy.h66 template<typename U> bool sendSync(const U& message, const typename U::Reply& reply, uint64_t destinationID, double timeout = 1);
188 bool WebProcessProxy::sendSync(const U& message, const typename U::Reply& reply, uint64_t destinationID, double timeout) argument
190 return m_connection->sendSync(message, reply, destinationID, timeout);
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DConnPoolByRoute.java235 long timeout,
238 return getEntryBlocking(route, state, timeout, tunit, aborter);
245 * Obtains a pool entry with a connection within the given timeout.
250 * @param timeout the timeout, 0 or negative for no timeout
251 * @param tunit the unit for the <code>timeout</code>,
252 * may be <code>null</code> only if there is no timeout
258 * if the timeout expired
264 long timeout, TimeUni
262 getEntryBlocking( HttpRoute route, Object state, long timeout, TimeUnit tunit, WaitingThreadAborter aborter) argument
[all...]
/external/libmtp/src/
H A Dlibusb-glue.c60 /* Default USB timeout length. This can be overridden as needed
852 result = USB_BULK_READ(ptp_usb->handle, ptp_usb->inep, (char*)bytes, toread, ptp_usb->timeout);
921 zeroresult = USB_BULK_READ(ptp_usb->handle, ptp_usb->inep, &temp, 0, ptp_usb->timeout);
962 result = USB_BULK_WRITE(ptp_usb->handle,ptp_usb->outep,((char*)bytes+usbwritten),towrite-usbwritten,ptp_usb->timeout);
1013 result=USB_BULK_WRITE(ptp_usb->handle,ptp_usb->outep,(char *)"x",0,ptp_usb->timeout);
1392 result = USB_BULK_READ(ptp_usb->handle, ptp_usb->inep, &byte, 1, ptp_usb->timeout);
1403 zeroresult = USB_BULK_READ(ptp_usb->handle, ptp_usb->inep, &zerobyte, 0, ptp_usb->timeout);
1512 result=USB_BULK_READ(ptp_usb->handle, ptp_usb->intep,(char *)&usbevent,sizeof(usbevent),ptp_usb->timeout);
1514 result = USB_BULK_READ(ptp_usb->handle, ptp_usb->intep,(char *) &usbevent, sizeof(usbevent), ptp_usb->timeout);
1518 result=USB_BULK_READ(ptp_usb->handle, ptp_usb->intep,(char *)&usbevent,sizeof(usbevent),ptp_usb->timeout);
1895 set_usb_device_timeout(PTP_USB *ptp_usb, int timeout) argument
1900 get_usb_device_timeout(PTP_USB *ptp_usb, int *timeout) argument
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_mux.py430 mux_handler.wait_until_done(timeout=2)
468 mux_handler.wait_until_done(timeout=2)
501 mux_handler.wait_until_done(timeout=2)
528 mux_handler.wait_until_done(timeout=2)
562 mux_handler.wait_until_done(timeout=2)
590 mux_handler.wait_until_done(timeout=2)
631 mux_handler.wait_until_done(timeout=2)
656 mux_handler.wait_until_done(timeout=1)
682 mux_handler.wait_until_done(timeout=2)
730 mux_handler.wait_until_done(timeout
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java484 // monitor, checking on each notify (or timeout) that the
643 public boolean waitForAnnounced(long timeout) { argument
644 return this._localHost.waitForAnnounced(timeout);
651 public boolean waitForCanceled(long timeout) { argument
652 return this._localHost.waitForCanceled(timeout);
718 public ServiceInfo getServiceInfo(String type, String name, long timeout) { argument
719 return this.getServiceInfo(type, name, false, timeout);
734 public ServiceInfo getServiceInfo(String type, String name, boolean persistent, long timeout) { argument
736 this.waitForInfoData(info, timeout);
815 private void waitForInfoData(ServiceInfo info, long timeout) { argument
854 requestServiceInfo(String type, String name, long timeout) argument
862 requestServiceInfo(String type, String name, boolean persistent, long timeout) argument
1915 list(String type, long timeout) argument
1959 listBySubtype(String type, long timeout) argument
2091 list(long timeout) argument
[all...]
/external/qemu/slirp/
H A Dslirp.c245 struct timeval timeout; local
356 * Setup timeout to use minimum CPU usage, especially when idle
360 * First, see the timeout needed by *timo
362 timeout.tv_sec = 0;
363 timeout.tv_usec = -1;
365 * If a slowtimo is needed, set timeout to 500ms from the last
366 * slow timeout. If a fast timeout is needed, set timeout within
371 timeout
[all...]
/external/webkit/Tools/Scripts/
H A Drun-qtwebkit-tests70 opt.add_option("-t", "--timeout", action="store", type="int",
71 dest="timeout", default=0,
72 help="Timeout in seconds for each testsuite. Zero value means that there is not timeout. Default: %default.")
120 test_suite, options, buffered, timeout = args
128 if timeout:
130 log.debug("Setting timeout timer %i sec on %s (process %s)", timeout, test_suite.test_file_name(), tst.pid)
151 timer = Timer(timeout, process_killer)
242 package = map(lambda w: [w, self._options.tests_options, not self._options.developer, self._options.timeout], files)
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c1076 int timeout; member in struct:wps_add_pin_data
1090 data->timeout);
1098 const char *uuid, const char *pin, int timeout)
1107 data.timeout = timeout;
1382 static void hostapd_wps_ap_pin_enable(struct hostapd_data *hapd, int timeout) argument
1384 wpa_printf(MSG_DEBUG, "WPS: Enabling AP PIN (timeout=%d)", timeout);
1394 if (timeout > 0)
1395 eloop_register_timeout(timeout,
1097 hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *addr, const char *uuid, const char *pin, int timeout) argument
1421 int timeout; member in struct:wps_ap_pin_data
1438 hostapd_wps_ap_pin_random(struct hostapd_data *hapd, int timeout) argument
1457 hostapd_wps_ap_pin_set(struct hostapd_data *hapd, const char *pin, int timeout) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c1076 int timeout; member in struct:wps_add_pin_data
1090 data->timeout);
1098 const char *uuid, const char *pin, int timeout)
1107 data.timeout = timeout;
1382 static void hostapd_wps_ap_pin_enable(struct hostapd_data *hapd, int timeout) argument
1384 wpa_printf(MSG_DEBUG, "WPS: Enabling AP PIN (timeout=%d)", timeout);
1394 if (timeout > 0)
1395 eloop_register_timeout(timeout,
1097 hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *addr, const char *uuid, const char *pin, int timeout) argument
1421 int timeout; member in struct:wps_ap_pin_data
1438 hostapd_wps_ap_pin_random(struct hostapd_data *hapd, int timeout) argument
1457 hostapd_wps_ap_pin_set(struct hostapd_data *hapd, const char *pin, int timeout) argument
[all...]

Completed in 4381 milliseconds

<<11121314151617181920>>