HomeSort by relevance Sort by last modified time
    Searched defs:timeout (Results 1 - 25 of 314) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/libevent/sample/
time-test.c 36 struct event *timeout = arg; local
45 event_add(timeout, &tv);
51 struct event timeout; local
58 evtimer_set(&timeout, timeout_cb, &timeout);
62 event_add(&timeout, &tv);
  /cts/tests/src/android/view/animation/cts/
DelayedCheck.java 29 public DelayedCheck(long timeout) {
30 mTimeout = timeout;
36 long timeout = mTimeout; local
37 while (timeout > 0) {
48 timeout -= TIME_SLICE;
51 Assert.fail("unexpected timeout");
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Event.c 170 struct timespec timeout; local
185 timeout.tv_sec = now.tv_sec + tv_us / 1000000;
186 timeout.tv_nsec = (tv_us % 1000000) * 1000;
203 funcret = pthread_cond_timedwait(&event->condition, (pthread_mutex_t *)(event->mutex), &timeout);
  /external/bluetooth/bluez/compat/
msdun.c 49 static int timeout; variable
111 timeout = timeo;
114 timeout /= retry;
144 alarm(timeout);
  /external/bluetooth/bluez/test/
test-adapter 35 print " pairabletimeout [timeout]"
37 print " discoverabletimeout [timeout]"
87 timeout = dbus.UInt32(args[1]) variable
88 adapter.SetProperty("PairableTimeout", timeout)
110 timeout = dbus.UInt32(args[1]) variable
111 adapter.SetProperty("DiscoverableTimeout", timeout)
attest.c 44 struct timeval timeout; local
55 timeout.tv_sec = 0;
56 timeout.tv_usec = to;
58 if ((sel = select(fd + 1, &rfds, NULL, NULL, &timeout)) > 0) {
gaptest.c 229 "\t-T <timeout> Set timeout\n"
242 int opt, timeout = -1, powered = -1, discoverable = -1, pairable = -1; local
247 timeout = atoi(optarg);
294 if (timeout >= 0)
296 DBUS_TYPE_UINT32, &timeout);
303 if (timeout >= 0)
305 DBUS_TYPE_UINT32, &timeout);
  /external/chromium/base/
waitable_event_win.cc 62 double timeout = ceil(max_time.InMillisecondsF()); local
63 DWORD result = WaitForSingleObject(handle_, static_cast<DWORD>(timeout));
90 INFINITE); // no timeout
  /external/dbus/bus/
expirelist.h 41 DBusTimeout *timeout; member in struct:BusExpireList
66 void bus_expire_timeout_set_interval (DBusTimeout *timeout,
  /external/dropbear/
svr-session.c 80 struct timeval timeout; local
94 if (gettimeofday(&timeout, 0) < 0) {
98 ses.connecttimeout = timeout.tv_sec + AUTH_TIMEOUT;
  /hardware/ril/libril/
ril_event.h 30 struct timeval timeout; member in struct:ril_event
  /packages/apps/Stk/src/com/android/stk/
StkApp.java 35 // UI timeout, 30 seconds - used for display dialog and activities.
38 // Tone default timeout - 2 seconds
48 int timeout = 0; local
52 timeout = 1000 * 60;
55 timeout = 1000 * 10;
59 timeout = 1000;
62 timeout *= duration.timeInterval;
64 return timeout;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pg.h 48 int timeout; /* number of seconds before timeout */ member in struct:pg_write_hdr
  /external/chromium/third_party/libevent/
evrpc-internal.h 81 int timeout; member in struct:evrpc_pool
  /external/webkit/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;
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
basesteps.py 7 timeout = default_timeout variable in class:buildStepWithDefaultTimeout.Step
9 kwargs['timeout'] = self.timeout
  /bionic/libc/kernel/common/linux/hdlc/
ioctl.h 54 unsigned int timeout; member in struct:__anon248
  /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/tests/tests/app/src/android/app/cts/
Instrumentation_ActivityMonitorTest.java 40 * 2 waitForActivity with timeout and no timeout
101 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; local
102 while (lastActivity == null && System.currentTimeMillis() < timeout) {
113 timeout = System.currentTimeMillis() + TIMEOUT_MSEC;
115 while (activity == null && System.currentTimeMillis() < timeout) {
  /development/ndk/platforms/android-3/include/linux/hdlc/
ioctl.h 54 unsigned int timeout; member in struct:__anon897
  /external/apache-http/src/org/apache/http/conn/
MultihomePlainSocketFactory.java 98 * @throws SocketTimeoutException if timeout expires before connecting
126 int timeout = HttpConnectionParams.getConnectionTimeout(params); local
136 sock.connect(new InetSocketAddress(address, port), timeout);
  /external/apache-http/src/org/apache/http/conn/scheme/
PlainSocketFactory.java 110 int timeout = HttpConnectionParams.getConnectionTimeout(params); local
119 sock.connect(remoteAddress, timeout);
  /external/bluetooth/bluez/src/
android_bluez.c 56 uint16_t timeout = (timeout_ms * 1000) / 625; // timeout units of 0.625ms local
62 0x00, 0x00, // Timeout
67 hci_write_flush_cmd[6] = (uint8_t)timeout;
68 hci_write_flush_cmd[7] = (uint8_t)(timeout >> 8);
  /external/bluetooth/bluez/tools/
csr_bcsp.c 53 int timeout = 0; local
127 if (timeout++ > 5000) {
155 int timeout = 0, sent = 0; local
201 timeout = 0;
214 timeout = 0;
220 if (timeout++ > 5000) {
  /external/bluetooth/glib/gio/
gpollfilemonitor.c 41 guint timeout; member in struct:_GPollFileMonitor
166 poll_monitor->timeout = FALSE;
177 poll_monitor->timeout = g_timeout_add_seconds (POLL_TIME_SECS, poll_file_timeout, poll_monitor);
226 if (poll_monitor->timeout)
228 g_source_remove (poll_monitor->timeout);
229 poll_monitor->timeout = 0;

Completed in 3361 milliseconds

1 2 3 4 5 6 7 8 91011>>