Home
last modified time | relevance | path

Searched refs:tout (Results 1 – 25 of 26) sorted by relevance

12

/external/iputils/
Dclockdiff.c135 struct timeval tv1, tout; in measure() local
150 tout.tv_sec = tout.tv_usec = 0; in measure()
152 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout)) { in measure()
211 tout.tv_sec = tmo/1000; in measure()
212 tout.tv_usec = (tmo - (tmo/1000)*1000)*1000; in measure()
216 (fd_set *)0, &tout)) <= 0) in measure()
312 struct timeval tv1, tout; in measure_opt() local
326 tout.tv_sec = tout.tv_usec = 0; in measure_opt()
328 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout)) { in measure_opt()
391 tout.tv_sec = tmo/1000; in measure_opt()
[all …]
/external/scapy/scapy/contrib/
Dppi_cace.py60 tout = scale * float(val)
61 return tout
69 tout = int((scale * val) + 0.5)
70 return tout
/external/python/cpython2/Demo/metaclasses/
DSynch.py224 tout = 0.001
233 tout = 0.001
235 time.sleep(tout)
236 tout = tout*2
/external/python/cpython2/Lib/test/
Dtest_select.py34 for tout in (0, 1, 2, 4, 8, 16) + (None,)*10:
36 print 'timeout =', tout
37 rfd, wfd, xfd = select.select([p], [], [], tout)
Dtest_poll.py130 for tout in (0, 1000, 2000, 4000, 8000, 16000) + (-1,)*10:
131 fdlist = pollster.poll(tout)
/external/python/cpython3/Lib/test/
Dtest_select.py50 for tout in (0, 1, 2, 4, 8, 16) + (None,)*10:
52 print('timeout =', tout)
53 rfd, wfd, xfd = select.select([p], [], [], tout)
Dtest_poll.py133 for tout in (0, 1000, 2000, 4000, 8000, 16000) + (-1,)*10:
134 fdlist = pollster.poll(tout)
/external/python/cpython2/Modules/
Dselectmodule.c201 PyObject *tout = Py_None; in select_select() local
211 &ifdlist, &ofdlist, &efdlist, &tout)) in select_select()
214 if (tout == Py_None) in select_select()
216 else if (!PyNumber_Check(tout)) { in select_select()
222 timeout = PyFloat_AsDouble(tout); in select_select()
507 PyObject *result_list = NULL, *tout = NULL; in poll_poll() local
511 if (!PyArg_UnpackTuple(args, "poll", 0, 1, &tout)) { in poll_poll()
516 if (tout == NULL || tout == Py_None) in poll_poll()
518 else if (!PyNumber_Check(tout)) { in poll_poll()
524 tout = PyNumber_Int(tout); in poll_poll()
[all …]
/external/iproute2/misc/
Dlnstat_util.c72 struct timeval *tout, in time_after() argument
75 if (now->tv_sec > last->tv_sec + tout->tv_sec) in time_after()
78 if (now->tv_sec == last->tv_sec + tout->tv_sec) { in time_after()
79 if (now->tv_usec > last->tv_usec + tout->tv_usec) in time_after()
/external/python/cpython2/Demo/tkinter/guido/
DManPage.py64 def avail(fp=fp, tout=0.0, select=select): argument
65 return select([fp], [], [], tout)[0]
/external/ppp/pppd/
Dtty.c991 struct timeval levelt, tout, *top; local
1096 tout.tv_sec = 0;
1097 tout.tv_usec = 10000;
1102 top = &tout;
1109 top = &tout;
/external/icu/icu4j/perf-tests/data/conversion/
Dfrench.txt11 Unicode transforme tout cela !
/external/icu/icu4c/source/data/locales/
Dfr_CA.txt115 "tout",
147 "tout",
Dfr.txt380 "tout",
410 "tout",
427 "tout",
457 "tout",
Des.txt298 "tout",
328 "tout",
345 "tout",
375 "tout",
Dsk.txt323 "tout",
338 "tout",
355 "tout",
370 "tout",
Dis.txt537 "tout",
567 "tout",
584 "tout",
614 "tout",
Dsv.txt303 "tout",
318 "tout",
Dcs.txt890 "tout",
920 "tout",
937 "tout",
967 "tout",
Dnb.txt2560 "tout",
2590 "tout",
2607 "tout",
2637 "tout",
/external/autotest/client/profilers/powertop/src/po/
Dfr.po383 "tout en donnant des performances lorsque c'est utile."
450 "pour tout les processeurs avec la commande suivante :\n"
/external/selinux/policycoreutils/po/
Dfr.po2561 "Interdire à tout processus l'utilisation de ptrace ou le débogage d'un autre "
2644 msgstr "Déterminer si ftpd peut se connecter sur tout port non-réservé."
2973 msgstr "Déterminer si icecast peut écouter ou se connecteur à tout port TCP."
2980 "Déterminer si les clients IRC peuvent écouter ou se connecteur à tout port "
2989 "tout port non-réservé."
3114 "Autoriser que tout fichier/répertoire puisse être exporté en lecture/"
3273 "Autoriser rsync à exporter tout fichier/répertoire accessible en lecture "
3301 msgstr "Autoriser samba à partager tout fichier/répertoire en lecture-seule."
3480 msgstr "Autoriser sge à se connecter au réseau en utilisant tout port TCP."
3558 "Autoriser les gestionnaires de connexion Telepathy à se connecter à tout "
[all …]
/external/icu/icu4c/source/data/lang/
Dfr.txt971 all{"{0} — tout"}
/external/hyphenation-patterns/en-US/
Dhyph-en-us.pat.txt3948 4tout
/external/libexif/po/
Dfr.po3111 "DSC, scanner, enregistreur vidéo ou tout autre équipement ayant généré "
3125 "modèlé ou le numéro du DSC, scanner, enregistreur vidéo ou tout autre "

12