HomeSort by relevance Sort by last modified time
    Searched full:timeout (Results 76 - 100 of 3462) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libusb_aah/libusb/
sync.c 62 * \param timeout timeout (in millseconds) that this function should wait
64 * timeout, use value 0.
74 unsigned char *data, uint16_t wLength, unsigned int timeout)
96 ctrl_transfer_cb, &completed, timeout);
158 int *transferred, unsigned int timeout, unsigned char type)
168 bulk_transfer_cb, &completed, timeout);
230 * Also check <tt>transferred</tt> when dealing with a timeout error code.
232 * underlying O/S requirements, meaning that the timeout may expire after
234 * that may have been transferred; do not assume that timeout condition
    [all...]
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
Test.java 23 public Test(String name, int timeout) {
25 mTimeout = timeout;
  /development/ndk/sources/android/libportable/arch-mips/
epoll.c 25 int WRAP(epoll_wait)(int epfd, struct epoll_event *events, int max, int timeout)
27 return REAL(epoll_wait)(epfd, events, max, timeout);
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionRequest.java 44 * 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)
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
PoolEntryRequest.java 43 * Obtains a pool entry with a connection within the given timeout.
47 * @param timeout the timeout, 0 or negative for no timeout
48 * @param tunit the unit for the <code>timeout</code>,
49 * may be <code>null</code> only if there is no timeout
54 * if the timeout expired
59 long timeout,
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_disconnect.py 40 global timeout
49 def __init__(self,interface_name,wpas_dbus_interface,timeout):
53 self.timeout = timeout
104 # Required for timeout implementation
113 timeout = 5 variable
152 wpas_dbus_interface,timeout)
163 time.sleep(int(p2p_disconnect_test.timeout))
p2p_flush.py 40 global timeout
49 def __init__(self,interface_name,wpas_dbus_interface,timeout):
53 self.timeout = timeout
104 # Required for timeout implementation
113 timeout = 5 variable
151 p2p_flush_test = P2P_Flush(interface_name, wpas_dbus_interface,timeout)
162 time.sleep(int(p2p_flush_test.timeout))
p2p_stop_find.py 42 global timeout
51 def __init__(self,interface_name,wpas_dbus_interface,timeout):
55 self.timeout = timeout
109 # Required for timeout implementation
118 timeout = 5 variable
157 wpas_dbus_interface,timeout)
168 time.sleep(int(p2p_stop_find_test.timeout))
  /frameworks/rs/
rsSignal.h 36 // false for timeout
37 bool wait(uint64_t timeout = 0);
  /packages/apps/Camera/src/com/android/camera/ui/
FocusIndicator.java 21 public void showSuccess(boolean timeout);
22 public void showFail(boolean timeout);
  /packages/apps/Gallery2/src/com/android/camera/ui/
FocusIndicator.java 21 public void showSuccess(boolean timeout);
22 public void showFail(boolean timeout);
  /system/core/include/cutils/
abort_socket.h 69 /* Blocking socket I/O with timeout.
72 * timeout is in ms, use -1 to indicate no timeout. On timeout -1 is returned
78 socklen_t addrlen, int timeout);
81 socklen_t *addrlen, int timeout);
83 int asocket_read(struct asocket *s, void *buf, size_t count, int timeout);
86 int timeout);
  /bionic/libc/bionic/
pselect.c 34 const struct timespec* timeout, const sigset_t* sigmask)
43 if (timeout != NULL) {
45 tv.tv_sec = timeout->tv_sec;
46 tv.tv_usec = (timeout->tv_nsec + 999)/1000; // round up
  /external/grub/stage2/
preset_menu.c 4 "timeout 3\n"
  /external/webkit/LayoutTests/fast/dom/Geolocation/
error-expected.txt 11 PASS error.TIMEOUT is 3
  /external/webkit/Source/WebCore/page/
PositionOptions.h 41 int timeout() const function in class:WebCore::PositionOptions
46 void setTimeout(int timeout)
48 ASSERT(timeout >= 0);
50 m_timeout = timeout;
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardSecurityCallback.java 29 * Manually report user activity to keep the device awake. If timeout is 0,
30 * uses user-defined timeout.
31 * @param timeout
33 void userActivity(long timeout);
  /cts/tests/tests/webkit/src/android/webkit/cts/
ChromeClient.java 40 public synchronized ConsoleMessage.MessageLevel getMessageLevel(int timeout) {
41 for(; timeout > 0; timeout -= 1000) {
  /external/guava/guava-bootstrap/src/java/util/concurrent/
ExecutorService.java 25 boolean awaitTermination(long timeout, TimeUnit unit)
38 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
45 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
  /external/iptables/extensions/
libxt_SET.man 16 \fB\-\-timeout\fP \fIvalue\fP
17 when adding entry, the timeout value to use instead of the default
21 when adding entry if it already exists, reset the timeout value
  /external/junit/src/org/junit/internal/runners/
TestMethod.java 37 long timeout= annotation.timeout(); local
38 return timeout;
  /external/webkit/LayoutTests/fast/dom/beforeload/
remove-bad-object-in-beforeload-listener.html 12 var timeout = 100;
42 setTimeout("checkObjectRemoval()", timeout);
45 setTimeout("checkObjectRemoval()", timeout);
  /frameworks/base/core/java/com/android/internal/util/
DumpUtils.java 35 * trying to acquire, we use a short timeout to avoid deadlocks. The process
38 public static void dumpAsync(Handler handler, final Dump dump, PrintWriter pw, long timeout) {
47 }, timeout)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hysdn_if.h 24 #define ERR_BOOTSEQ_FAIL 1006 /* 2. stage boot seq handshake timeout */
25 #define ERR_POF_TIMEOUT 1007 /* timeout waiting for card pof ready */
29 #define ERR_ASYNC_TIME 1011 /* timeout sending async data */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hysdn_if.h 24 #define ERR_BOOTSEQ_FAIL 1006 /* 2. stage boot seq handshake timeout */
25 #define ERR_POF_TIMEOUT 1007 /* timeout waiting for card pof ready */
29 #define ERR_ASYNC_TIME 1011 /* timeout sending async data */

Completed in 1794 milliseconds

1 2 34 5 6 7 8 91011>>