HomeSort by relevance Sort by last modified time
    Searched refs:tout (Results 1 - 14 of 14) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_select.py 34 for tout in (0, 1, 2, 4, 8, 16) + (None,)*10:
36 print 'timeout =', tout
37 rfd, wfd, xfd = select.select([p], [], [], tout)
test_poll.py 123 for tout in (0, 1000, 2000, 4000, 8000, 16000) + (-1,)*10:
124 fdlist = pollster.poll(tout)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_select.py 34 for tout in (0, 1, 2, 4, 8, 16) + (None,)*10:
36 print 'timeout =', tout
37 rfd, wfd, xfd = select.select([p], [], [], tout)
test_poll.py 123 for tout in (0, 1000, 2000, 4000, 8000, 16000) + (-1,)*10:
124 fdlist = pollster.poll(tout)
  /external/iputils/
clockdiff.c 135 struct timeval tv1, tout; local
150 tout.tv_sec = tout.tv_usec = 0;
152 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout)) {
211 tout.tv_sec = tmo/1000;
212 tout.tv_usec = (tmo - (tmo/1000)*1000)*1000;
216 (fd_set *)0, &tout)) <= 0)
312 struct timeval tv1, tout; local
326 tout.tv_sec = tout.tv_usec = 0
    [all...]
  /external/iproute2/misc/
lnstat_util.c 67 struct timeval *tout,
70 if (now->tv_sec > last->tv_sec + tout->tv_sec)
73 if (now->tv_sec == last->tv_sec + tout->tv_sec) {
74 if (now->tv_usec > last->tv_usec + tout->tv_usec)
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 289 static bool rayPlaneIntersect(Ray* ray, Plane* plane, float* tout);
290 static bool rayCylinderIntersect(Ray* ray, Cylinder* cylinder, float* tout);
    [all...]
  /external/ppp/pppd/
tty.c 988 struct timeval levelt, tout, *top; local
1093 tout.tv_sec = 0;
1094 tout.tv_usec = 10000;
1099 top = &tout;
1106 top = &tout;
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 682 UINT16 min, max, latency, tout; local
713 STREAM_TO_UINT16 (tout, pp);
715 BTM_BleSetPrefConnParams (p_clcb->bda, min, max, latency, tout);
  /external/bluetooth/bluedroid/bta/sys/
bta_sys.h 154 typedef void (tBTA_SYS_SSR_CFG_CBACK)(UINT8 id, UINT8 app_id, UINT16 latency, UINT16 tout);
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_int.h 309 extern void rfc_port_timer_start (tPORT *p_port, UINT16 tout);
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 177 UINT32 tout; local
182 tout = (UINT32)p_ccb->our_cfg.fcr.mon_tout;
186 tout = (UINT32)p_ccb->our_cfg.fcr.rtrans_tout;
189 L2CAP_TRACE_DEBUG4 ("l2c_fcr_start_timer Tout: %u Already Running: %u wait_ack: %u ack_q_count: %u",
190 tout, p_ccb->timer_entry.in_use, p_ccb->fcrb.wait_ack, p_ccb->fcrb.waiting_for_ack_q.count);
194 btu_start_quick_timer (&p_ccb->fcrb.mon_retrans_timer, BTU_TTYPE_L2CAP_CHNL, tout*QUICK_TIMER_TICKS_PER_SEC/1000);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h 719 HCI_API extern BOOLEAN btsnd_hcic_write_conn_acc_tout(UINT8 local_controller_id, UINT16 tout); /* Write Connection Accept Timout */
    [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c     [all...]

Completed in 347 milliseconds