HomeSort by relevance Sort by last modified time
    Searched refs:timeout (Results 201 - 225 of 2226) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/tests/tests/app/src/android/app/cts/
Instrumentation_ActivityMonitorTest.java 35 * 2 waitForActivity with timeout and no timeout
49 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; local
50 while (lastActivity == null && System.currentTimeMillis() < timeout) {
61 timeout = System.currentTimeMillis() + TIMEOUT_MSEC;
63 while (activity == null && System.currentTimeMillis() < timeout) {
  /development/ndk/platforms/android-3/include/sys/
select.h 42 const struct timespec *timeout, const sigset_t *sigmask);
  /external/apache-http/src/org/apache/http/io/
SessionInputBuffer.java 59 boolean isDataAvailable(int timeout) throws IOException;
  /external/apache-http/src/org/apache/http/params/
HttpConnectionParams.java 56 * Returns the default socket timeout (<tt>SO_TIMEOUT</tt>) in milliseconds which is the
57 * timeout for waiting for data. A timeout value of zero is interpreted as an infinite
58 * timeout. This value is used when no socket timeout is set in the
61 * @return timeout in milliseconds
71 * Sets the default socket timeout (<tt>SO_TIMEOUT</tt>) in milliseconds which is the
72 * timeout for waiting for data. A timeout value of zero is interpreted as an infinite
73 * timeout. This value is used when no socket timeout is set in the
    [all...]
  /external/bluetooth/bluedroid/bta/include/
ptim.h 82 extern void ptim_start_timer(tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_fence.c 55 uint64_t timeout)
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prpdce.h 87 ** 'timeout' the condition will be notified. Waits can be
93 PRCondVar *cvar, PRLock *lock, PRIntervalTime timeout);
  /external/junit/src/org/junit/
Test.java 37 * <p>The second optional parameter, <code>timeout</code>, causes a test to fail if it takes
40 * &#064;Test(<b>timeout=100</b>) public void infinity() {
65 * Optionally specify <code>timeout</code> in milliseconds to cause a test method to fail if it
67 long timeout() default 0L;
  /external/libnfc-nci/src/nfa/int/
nfa_sys_ptim.h 83 extern void nfa_sys_ptim_start_timer (tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_fence.c 55 uint64_t timeout)
  /external/mtpd/
mtpd.h 47 * timeout intervals are in milliseconds, where zero means forever. To indicate
56 /* Connect to the server and return the next timeout interval. */
58 /* Process the incoming packet and return the next timeout interval. */
60 /* Handle the timeout event and return the next timeout interval. */
61 int (*timeout)(); member in struct:protocol
  /external/qemu/
qemu-os-posix.h 29 static inline void os_host_main_loop_wait(int *timeout)
  /external/smack/src/org/jivesoftware/smackx/bytestreams/
BytestreamSession.java 60 * Returns the timeout for read operations of the input stream associated with this session. 0
61 * returns implies that the option is disabled (i.e., timeout of infinity). Default is 0.
63 * @return the timeout for read operations
69 * Sets the specified timeout, in milliseconds. With this option set to a non-zero timeout, a
71 * of time. If the timeout expires, a java.net.SocketTimeoutException is raised, though the
73 * to have effect. The timeout must be > 0. A timeout of zero is interpreted as an infinite
74 * timeout. Default is 0.
76 * @param timeout the specified timeout, in milliseconds
    [all...]
  /frameworks/base/core/java/android/accounts/
AccountManagerFuture.java 103 * will be thrown rather than the call returning normally. If a timeout is specified then
105 * @param timeout the maximum time to wait
106 * @param unit the time unit of the timeout argument. This must not be null.
115 V getResult(long timeout, TimeUnit unit)
  /hardware/ril/libril/
ril_event.h 30 struct timeval timeout; member in struct:ril_event
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
select.h 42 const struct timespec *timeout, const sigset_t *sigmask);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
select.h 42 const struct timespec *timeout, const sigset_t *sigmask);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
select.h 42 const struct timespec *timeout, const sigset_t *sigmask);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
select.h 42 const struct timespec *timeout, const sigset_t *sigmask);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
select.h 42 const struct timespec *timeout, const sigset_t *sigmask);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
select.h 42 const struct timespec *timeout, const sigset_t *sigmask);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
select.h 42 const struct timespec *timeout, const sigset_t *sigmask);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
select.h 42 const struct timespec *timeout, const sigset_t *sigmask);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
select.h 42 const struct timespec *timeout, const sigset_t *sigmask);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
select.h 42 const struct timespec *timeout, const sigset_t *sigmask);

Completed in 574 milliseconds

1 2 3 4 5 6 7 891011>>