Home
last modified time | relevance | path

Searched refs:timeouts (Results 1 – 25 of 28) sorted by relevance

12

/external/dhcpcd/
Deloop.c56 } *timeouts; variable
128 for (t = timeouts; t; t = t->next) { in add_q_timeout_tv()
133 timeouts = t->next; in add_q_timeout_tv()
158 if (!timeouts || timercmp(&t->when, &timeouts->when, <)) { in add_q_timeout_tv()
159 t->next = timeouts; in add_q_timeout_tv()
160 timeouts = t; in add_q_timeout_tv()
163 for (tt = timeouts; tt->next; tt = tt->next) in add_q_timeout_tv()
193 for (t = timeouts; t && (tt = t->next, 1); t = tt) { in v_delete_q_timeouts()
206 timeouts = t->next; in v_delete_q_timeouts()
231 for (t = timeouts; t && (tt = t->next, 1); t = tt) { in delete_q_timeout()
[all …]
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
Dserialwin32.py113 timeouts = (0, 0, 0, 0, 0)
115 timeouts = (win32.MAXDWORD, 0, 0, 0, 0)
117 timeouts = (0, 0, int(self._timeout*1000), 0, 0)
119 timeouts = (int(self._interCharTimeout * 1000),) + timeouts[1:]
124 timeouts = timeouts[:-2] + (0, win32.MAXDWORD)
126 timeouts = timeouts[:-2] + (0, int(self._writeTimeout*1000))
127 win32.SetCommTimeouts(self.hComPort, ctypes.byref(win32.COMMTIMEOUTS(*timeouts)))
/external/chromium_org/extensions/test/data/
Dunit_test_environment_specific_bindings.js100 var timeouts = timeoutsByTimeout[this.currentTime];
101 for (var i = 0; i < timeouts.length; i++) {
102 var currentTimeout = timeouts[i];
/external/chromium_org/tools/valgrind/gtest_exclude/
Dunit_tests.gtest.txt13 # timeouts for P2P connections, and it makes these tests fail under valgrind.
14 # TODO(sergeyu): Remove hardcoded timeouts from libjingle.
/external/chromium_org/device/serial/
Dserial_io_handler_win.cc165 COMMTIMEOUTS timeouts = {0}; in PostOpen() local
166 timeouts.ReadIntervalTimeout = MAXDWORD; in PostOpen()
167 if (!::SetCommTimeouts(file().GetPlatformFile(), &timeouts)) { in PostOpen()
/external/chromium_org/third_party/sinonjs/src/
Dsinon.js3009 if (!this.timeouts) {
3010 this.timeouts = {};
3013 this.timeouts[toId] = { property
3021 this.timeouts[toId].interval = delay;
3099 if (!this.timeouts) {
3100 this.timeouts = []; property
3107 if (timerId in this.timeouts) {
3108 delete this.timeouts[timerId];
3137 if (this.timeouts[timer.id]) {
3162 for (var id in this.timeouts) {
[all …]
/external/wpa_supplicant_8/src/radius/
Dradius_client.h104 u32 timeouts; member
Dradius_client.c343 conf->acct_server->timeouts++; in radius_client_retransmit()
351 conf->auth_server->timeouts++; in radius_client_retransmit()
468 old->timeouts++; in radius_client_timer()
493 old->timeouts++; in radius_client_timer()
1464 serv->timeouts, in radius_client_dump_auth_server()
1510 serv->timeouts, in radius_client_dump_acct_server()
/external/okhttp/
DCHANGELOG.md68 * Fix: Use strict timeouts when aborting a download.
88 * Fix: Respect read timeouts on recycled connections.
112 * New APIs on OkHttpClient to set default timeouts for connect and read.
/external/deqp/doc/testspecs/GLES3/
Dfunctional.fence_sync.txt30 - With varying timeouts
/external/ipsec-tools/src/racoon/
DTODO96 - annoyingly long timeouts on tcp connection attempt, and IKE failure;
97 need to wait till tcp socket timeouts.
/external/chromium_org/third_party/libevent/
DChangeLog89 …o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c. This is probably a kern…
114 o remove pending timeouts on event_base_free()
164 o Handle NULL timeouts correctly on Solaris; from Trond Norbye
182 …o use a min heap instead of a red-black tree for timeouts; as a result finding the min is a O(1) o…
/external/okhttp/mockwebserver/
DREADME.md96 testing timeouts and interactive testing.
/external/apache-harmony/luni/src/test/resources/net.resources/
DREADME.txt130 check the timeouts for socket connections.
/external/chromium_org/third_party/WebKit/Source/wtf/
DCONTRIBUTORS.pthreads-win3289 system clock change handling re CV timeouts;
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
DCONTRIBUTORS81 system clock change handling re CV timeouts;
/external/qemu/docs/
DANDROID-QEMUD-SERVICES.TXT75 emulated phone as well as provide on/off timeouts for flashing.
/external/libusb/
DChangeLog92 Darwin: Cleanup async callback code, catch request timeouts
205 timeouts. On supported systems, this means that there is less hassle
1371 If select() didn't timeout then don't check for more timeouts
/external/libmtp/
DREADME157 timeouts when getting files, and some timeouts on e.g.
/external/dnsmasq/
Ddnsmasq.conf.example422 # whether it has a record of the lease or not. This avoids long timeouts
DCHANGELOG.archive1223 avoids long timeouts while DHCP clients try to renew leases
/external/chromium_org/chrome/browser/chromeos/policy/proto/
Dchrome_device_policy.proto133 // All timeouts are specified in milliseconds.
/external/libpcap/
DCHANGES543 timeouts.
/external/wpa_supplicant_8/wpa_supplicant/
DChangeLog199 - increase GO Negotiation and Invitation timeouts to address busy
371 - longer timeouts for cases where deployed devices have been
/external/chromium_org/third_party/apache-win32/
DCHANGES.txt432 *) mod_reqtimeout: Do not wrongly enforce timeouts for mod_proxy's backend
549 *) mod_reqtimeout: New module to set timeouts and minimum data rates for

12