HomeSort by relevance Sort by last modified time
    Searched full:timeout (Results 351 - 375 of 2443) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
usbdevice_fs.h 25 __u32 timeout; member in struct:usbdevfs_ctrltransfer
32 unsigned int timeout; member in struct:usbdevfs_bulktransfer
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
usbdevice_fs.h 25 __u32 timeout; member in struct:usbdevfs_ctrltransfer
32 unsigned int timeout; member in struct:usbdevfs_bulktransfer
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 25 __u32 timeout; member in struct:usbdevfs_ctrltransfer
32 unsigned int timeout; member in struct:usbdevfs_bulktransfer
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 25 __u32 timeout; member in struct:usbdevfs_ctrltransfer
32 unsigned int timeout; member in struct:usbdevfs_bulktransfer
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
usbdevice_fs.h 25 __u32 timeout; member in struct:usbdevfs_ctrltransfer
32 unsigned int timeout; member in struct:usbdevfs_bulktransfer
  /external/ppp/pppd/
fsm.c 144 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
152 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
207 * Cancel any timeout running, notify upper layers we're done, and
216 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
237 TIMEOUT(fsm_timeout, f, f->timeouttime);
278 * fsm_timeout - Timeout expired.
300 TIMEOUT(fsm_timeout, f, f->timeouttime);
309 warn("%s: timeout sending Config-Requests\n", PROTO_NAME(f));
325 FSMDEBUG(("%s: Timeout event in state %d!", PROTO_NAME(f), f->state));
462 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
    [all...]
  /libcore/luni/src/main/java/java/net/
Socket.java 400 * Returns this socket's {@link SocketOptions#SO_LINGER linger} timeout in seconds, or -1
431 * Returns this socket's {@link SocketOptions#SO_TIMEOUT receive timeout}.
496 * Sets this socket's {@link SocketOptions#SO_LINGER linger} timeout in seconds.
497 * If {@code on} is false, {@code timeout} is irrelevant.
499 public void setSoLinger(boolean on, int timeout) throws SocketException {
502 if (on && timeout < 0) {
503 throw new IllegalArgumentException("timeout < 0");
506 impl.setOption(SocketOptions.SO_LINGER, Integer.valueOf(timeout));
513 * Sets this socket's {@link SocketOptions#SO_TIMEOUT read timeout} in milliseconds.
514 * Use 0 for no timeout
    [all...]
PlainSocketImpl.java 113 // Reset the client's inherited read timeout to the Java-specified default of 0.
182 * @param timeout
183 * a timeout where supported. 0 means no timeout
187 private void connect(InetAddress anAddr, int aPort, int timeout) throws IOException {
192 IoBridge.connect(fd, normalAddr, aPort, timeout);
322 private void socksConnect(InetAddress applicationServerAddress, int applicationServerPort, int timeout) throws IOException {
324 IoBridge.connect(fd, socksGetServerAddress(), socksGetServerPort(), timeout);
457 protected void connect(SocketAddress remoteAddr, int timeout) throws IOException {
459 connect(inetAddr.getAddress(), inetAddr.getPort(), timeout); local
    [all...]
ServerSocket.java 180 * Gets the socket {@link SocketOptions#SO_TIMEOUT accept timeout}.
226 * Sets the {@link SocketOptions#SO_TIMEOUT accept timeout} in milliseconds for this socket.
227 * This accept timeout defines the period the socket will block waiting to
229 * {@code 0} (default) is used to set an infinite timeout. To have effect
232 * @param timeout the timeout in milliseconds or 0 for no timeout.
236 public synchronized void setSoTimeout(int timeout) throws SocketException {
238 if (timeout < 0) {
239 throw new IllegalArgumentException("timeout < 0")
    [all...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.cpp 307 PassOwnPtr<ArgumentDecoder> Connection::waitForMessage(MessageID messageID, uint64_t destinationID, double timeout)
326 double absoluteTime = currentTime() + timeout;
364 PassOwnPtr<ArgumentDecoder> Connection::sendSyncMessage(MessageID messageID, uint64_t syncRequestID, PassOwnPtr<ArgumentEncoder> encoder, double timeout)
391 OwnPtr<ArgumentDecoder> reply = waitForSyncReply(syncRequestID, timeout);
406 PassOwnPtr<ArgumentDecoder> Connection::waitForSyncReply(uint64_t syncRequestID, double timeout)
408 if (timeout == DefaultTimeout)
409 timeout = m_defaultSyncMessageTimeout;
411 // Use a really long timeout.
412 if (timeout == NoTimeout)
413 timeout = 1e10
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbContainer.java 172 * Used to timeout a press if user holds the key for a long time.
559 * When user presses a key for a long time, the timeout interval to
566 * {@link #LONG_PRESS_KEYNUM1} key events, this timeout interval will be
573 * {@link #LONG_PRESS_KEYNUM2} key events, this timeout interval will be
580 * {@link #LONG_PRESS_KEYNUM1} key events, timeout interval
587 * {@link #LONG_PRESS_KEYNUM2} key events, timeout interval
624 long timeout; local
626 timeout = LONG_PRESS_TIMEOUT1;
628 timeout = LONG_PRESS_TIMEOUT2;
630 timeout = LONG_PRESS_TIMEOUT3
    [all...]
  /external/bluetooth/bluez/compat/
hidd.c 249 static int create_device(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout)
278 req.idle_to = timeout * 60;
348 static void run_server(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout)
381 err = create_device(ctl, ncsk, nisk, subclass, nosdp, nocheck, bootonly, encrypt, timeout);
445 static void do_connect(int ctl, bdaddr_t *src, bdaddr_t *dst, uint8_t subclass, int fakehid, int bootonly, int encrypt, int timeout)
522 err = create_device(ctl, csk, isk, subclass, 1, 1, bootonly, encrypt, timeout);
534 static void do_search(int ctl, bdaddr_t *bdaddr, uint8_t subclass, int fakehid, int bootonly, int encrypt, int timeout)
565 do_connect(ctl, &src, &dst, subclass, fakehid, bootonly, encrypt, timeout);
581 do_connect(ctl, &src, &dst, subclass, 1, bootonly, 0, timeout);
645 "\t-t <timeout> Set idle timeout (in minutes)\n
700 int fakehid = 1, encrypt = 0, timeout = 30, lm = 0; local
    [all...]
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 130 * @throws TimeoutException in case of a timeout on the connection.
185 * @throws TimeoutException in case of a timeout on the connection.
201 * @throws TimeoutException in case of a timeout on the connection.
244 * @throws TimeoutException in case of a timeout on the connection.
269 * @throws TimeoutException in case of a timeout on the connection.
287 * @throws TimeoutException in case of a timeout on the connection.
305 * @throws TimeoutException in case of a timeout on the connection.
322 * @throws TimeoutException in case of a timeout on the connection.
338 * @throws TimeoutException in case of a timeout on the connection.
354 * @throws TimeoutException in case of a timeout on the connection
    [all...]
  /external/bluetooth/glib/glib/
gmain.c 131 gint timeout; /* Timeout for current iteration */ member in struct:_GMainContext
239 gint timeout,
251 gint *timeout);
257 gint *timeout);
263 gint *timeout);
2381 gint timeout; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 69 import javax.sip.Timeout;
913 Timeout timeout = Timeout.TRANSACTION; local
933 Timeout timeout = Timeout.TRANSACTION; local
963 Timeout timeout = Timeout.RETRANSMIT; local
    [all...]
  /bionic/libc/include/
poll.h 38 /* POSIX specifies "int" for the timeout, Linux seems to use long... */
  /bootable/bootloader/legacy/arch_msm7k/
mddi.c 131 unsigned timeout = 100000; local
157 } while(!(n & MDDI_INT_REV_DATA_AVAIL) && (--timeout));
159 if(timeout == 0) dprintf("timeout\n");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/
LoopbackExperiment.java 37 protected static final int TIMEOUT = 10;
77 int timeout = duration + 2 * END_DELAY_MS; local
79 mRecorder.join(timeout);
110 return TIMEOUT;
  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java 36 private static final long TIMEOUT = 1000;
110 return mIdleLatch.await(TIMEOUT, TimeUnit.MILLISECONDS);
204 public void doTest(long timeout, long interval) throws InterruptedException {
209 long endTime = now + timeout;
  /development/host/windows/usb/api/
adb_legacy_endpoint_object.h 66 @param[in] time_out A timeout (in milliseconds) required for this I/O to
68 timeout set for this I/O.
85 @param[in] time_out A timeout (in milliseconds) required for this I/O to
87 timeout set for this I/O.
  /development/ndk/platforms/android-3/include/
poll.h 38 /* POSIX specifies "int" for the timeout, Linux seems to use long... */
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ServerSocket.java 30 public void setTimeout(int timeout);
  /external/apache-http/src/org/apache/http/
HttpClientConnection.java 53 * implementations may completely ignore the timeout parameter.
55 * @param timeout the maximum time in milliseconds to wait for data
57 * even after waiting for <code>timeout</code> milliseconds.
60 boolean isResponseAvailable(int timeout)
  /external/bluetooth/bluez/src/
storage.h 28 int write_discoverable_timeout(bdaddr_t *bdaddr, int timeout);
29 int read_discoverable_timeout(const char *src, int *timeout);
30 int write_pairable_timeout(bdaddr_t *bdaddr, int timeout);
31 int read_pairable_timeout(const char *src, int *timeout);
  /external/chromium/chrome/browser/chromeos/login/
online_attempt.h 51 // Milliseconds until we timeout our attempt to hit ClientLogin.

Completed in 1614 milliseconds

<<11121314151617181920>>