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

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/skia/src/gpu/glsl/
GrGLSLGeometryProcessor.h 51 TransformsOut* tout) {
53 posVar, localCoords, SkMatrix::I(), tin, tout);
71 TransformsOut* tout);
GrGLSLGeometryProcessor.cpp 34 TransformsOut* tout) {
35 tout->push_back_n(tin.count());
68 (*tout)[i].emplace_back(SkString(v.fsIn()), varyingType);
104 TransformsOut* tout) {
105 tout->push_back_n(tin.count());
122 (*tout)[i].emplace_back(SkString(v.fsIn()), varyingType);
  /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/skia/src/gpu/
GrPathProcessor.cpp 59 TransformsOut* tout) {
60 tout->push_back_n(tin.count());
79 (*tout)[i].emplace_back(SkString(v.fsIn()), varyingType);
  /external/iproute2/misc/
lnstat_util.c 71 struct timeval *tout,
74 if (now->tv_sec > last->tv_sec + tout->tv_sec)
77 if (now->tv_sec == last->tv_sec + tout->tv_sec) {
78 if (now->tv_usec > last->tv_usec + tout->tv_usec)
  /external/ppp/pppd/
tty.c 991 struct timeval levelt, tout, *top; local
1096 tout.tv_sec = 0;
1097 tout.tv_usec = 10000;
1102 top = &tout;
1109 top = &tout;
    [all...]
  /system/bt/stack/gap/
gap_ble.c 623 UINT16 min, max, latency, tout; local
654 STREAM_TO_UINT16 (tout, pp);
656 BTM_BleSetPrefConnParams (p_clcb->bda, min, max, latency, tout);
  /system/bt/bta/sys/
bta_sys.h 144 typedef void (tBTA_SYS_SSR_CFG_CBACK)(UINT8 id, UINT8 app_id, UINT16 latency, UINT16 tout);
  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 481 sp<const Type> tout = Type::create(mRS, Element::RGBA_8888(mRS), X, Y, 0); local
482 sp<Allocation> outputAlloc = Allocation::createTyped(mRS, tout);
  /system/bt/bta/hh/
bta_hh_le.c 1752 UINT16 min, max, latency, tout; local
    [all...]
  /system/bt/stack/rfcomm/
rfc_int.h 307 extern void rfc_port_timer_start (tPORT *p_port, UINT16 tout);
  /system/bt/stack/l2cap/
l2c_fcr.c 178 UINT32 tout; local
183 tout = (UINT32)p_ccb->our_cfg.fcr.mon_tout;
187 tout = (UINT32)p_ccb->our_cfg.fcr.rtrans_tout;
192 alarm_set_on_queue(p_ccb->fcrb.mon_retrans_timer, tout,
    [all...]
  /system/bt/stack/hcic/
hcicmds.c 973 BOOLEAN btsnd_hcic_write_auto_flush_tout (UINT16 handle, UINT16 tout)
985 UINT16_TO_STREAM (pp, tout);
    [all...]

Completed in 630 milliseconds