/external/dhcpcd/ |
D | eloop.c | 56 } *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/ |
D | serialwin32.py | 113 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/ |
D | unit_test_environment_specific_bindings.js | 100 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/ |
D | unit_tests.gtest.txt | 13 # 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/ |
D | serial_io_handler_win.cc | 165 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/ |
D | sinon.js | 3009 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/ |
D | radius_client.h | 104 u32 timeouts; member
|
D | radius_client.c | 343 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/ |
D | CHANGELOG.md | 68 * 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/ |
D | functional.fence_sync.txt | 30 - With varying timeouts
|
/external/ipsec-tools/src/racoon/ |
D | TODO | 96 - annoyingly long timeouts on tcp connection attempt, and IKE failure; 97 need to wait till tcp socket timeouts.
|
/external/chromium_org/third_party/libevent/ |
D | ChangeLog | 89 …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/ |
D | README.md | 96 testing timeouts and interactive testing.
|
/external/apache-harmony/luni/src/test/resources/net.resources/ |
D | README.txt | 130 check the timeouts for socket connections.
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | CONTRIBUTORS.pthreads-win32 | 89 system clock change handling re CV timeouts;
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | CONTRIBUTORS | 81 system clock change handling re CV timeouts;
|
/external/qemu/docs/ |
D | ANDROID-QEMUD-SERVICES.TXT | 75 emulated phone as well as provide on/off timeouts for flashing.
|
/external/libusb/ |
D | ChangeLog | 92 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/ |
D | README | 157 timeouts when getting files, and some timeouts on e.g.
|
/external/dnsmasq/ |
D | dnsmasq.conf.example | 422 # whether it has a record of the lease or not. This avoids long timeouts
|
D | CHANGELOG.archive | 1223 avoids long timeouts while DHCP clients try to renew leases
|
/external/chromium_org/chrome/browser/chromeos/policy/proto/ |
D | chrome_device_policy.proto | 133 // All timeouts are specified in milliseconds.
|
/external/libpcap/ |
D | CHANGES | 543 timeouts.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 199 - 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/ |
D | CHANGES.txt | 432 *) 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
|