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

<<11121314151617181920>>

  /external/chromium/chrome/browser/extensions/
extension_history_apitest.cc 22 // Full text search indexing sometimes exceeds a timeout.
  /external/chromium/chrome/browser/notifications/
notification_delegate.h 27 // user explicitly (as opposed to timeout/script), |by_user| should be true.
  /external/chromium/webkit/glue/
resource_fetcher_unittest.cc 62 // Wait for the request to complete or timeout. We use a loop here b/c the
157 // timeout in 0 sec.
166 // When we timeout, we still call the Delegate callback but we pass in empty
198 // timeout in 0 sec.
  /external/dhcpcd/dhcpcd-hooks/
50-dhcpcd-compat 29 BOUND|INFORM|REBIND|REBOOT|TEST|TIMEOUT|IPV4LL) x="new";;
  /external/dropbear/
random.c 101 struct timeval timeout; local
104 timeout.tv_sec = 2; /* two seconds should be enough */
105 timeout.tv_usec = 0;
109 ret = select(readfd + 1, &read_fds, NULL, NULL, &timeout);
  /external/iptables/include/linux/netfilter/
xt_IDLETIMER.h 37 __u32 timeout; member in struct:idletimer_tg_info
  /external/kernel-headers/original/linux/
android_power.h 59 void android_lock_suspend_auto_expire(android_suspend_lock_t *lock, int timeout);
tegra_sema.h 25 /* If IOCTL_WAIT is interrupted by a signal and the timeout was not -1,
  /external/kernel-headers/original/linux/sunrpc/
timer.h 15 unsigned long timeo; /* default timeout value */
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_uart.c 301 static struct timeval timeval_remaining(struct timespec timeout) {
306 delta.tv_sec = timeout.tv_sec - now.tv_sec;
307 delta.tv_usec = (timeout.tv_nsec - now.tv_nsec) / (long)1000;
336 struct timespec timeout; local
344 // Read timeout:
345 // FW mode: 10s timeout
347 // >1 byte read: LLC payload, 100ms timeout (before pn544 re-transmit)
349 clock_gettime(CLOCK_MONOTONIC, &timeout);
350 timeout.tv_nsec += 100000000;
351 if (timeout.tv_nsec > 1000000000)
    [all...]
  /external/qemu/android/protocol/
core-connection.h 32 // Socket timeout in millisec (set to 5 seconds)
76 /* Synchronously writes to the console. See CORE_PORT_TIMEOUT_MS for the timeout
93 * timeout value used to wait for the read operation to complete.
155 /* Calculates timeout for transferring the given number of bytes via core
  /external/qemu/
async.c 197 void qemu_bh_update_timeout(int *timeout)
206 *timeout = MIN(10, *timeout);
210 *timeout = 0;
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
eglext.h 142 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
148 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
206 EGLint eglClientWaitSyncNV (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout);
213 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCNVPROC) (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout);
  /external/webkit/Source/WebCore/page/
PositionError.idl 34 const unsigned short TIMEOUT = 3;
  /external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 95 int timeout = 0; local
99 timeout = options->timeout();
102 gboolean result = geoclue_master_client_set_requirements(client, accuracyLevel, timeout,
  /external/webrtc/src/system_wrappers/interface/
condition_variable_wrapper.h 29 // Same as above but with a timeout.
  /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)
  /frameworks/base/core/java/android/nfc/
INfcTag.aidl 46 int setTimeout(int technology, int timeout);
  /frameworks/base/core/java/android/os/
IPowerManager.aidl 35 void clearUserActivityTimeout(long now, long timeout);
  /frameworks/base/core/jni/
android_hardware_UsbDeviceConnection.cpp 145 jbyteArray buffer, jint length, jint timeout)
163 value, index, bufferBytes, length, timeout);
173 jint endpoint, jbyteArray buffer, jint length, jint timeout)
190 jint result = usb_device_bulk_transfer(device, endpoint, bufferBytes, length, timeout);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CameraTest.java 96 fail("initializeMessageLooper: start timeout");
174 Log.v(TAG, "waitForPreviewDone: timeout");
181 // timeout could be expected or unexpected. The caller will decide.
182 Log.v(TAG, "waitForSnapshotDone: timeout");
  /frameworks/base/services/java/com/android/server/wm/
InputApplicationHandle.java 38 // Dispatching timeout.
  /hardware/ril/libril/
ril_event.h 30 struct timeval timeout; member in struct:ril_event
  /hardware/ti/omap4xxx/libtiutils/
Semaphore.h 51 ///Wait operation with a timeout
  /libcore/luni/src/main/java/java/lang/ref/
ReferenceQueue.java 78 * process. Waits for a reference to become available or the given timeout
85 * becomes available within the timeout period
92 throw new IllegalArgumentException("timeout < 0: " + timeoutMillis);
111 // wait until notified or the timeout has elapsed

Completed in 1472 milliseconds

<<11121314151617181920>>