/external/dbus/dbus/ |
D | dbus-server.c | 105 server->timeouts = NULL; in _dbus_server_init_base() 128 server->timeouts = _dbus_timeout_list_new (); in _dbus_server_init_base() 129 if (server->timeouts == NULL) in _dbus_server_init_base() 146 if (server->timeouts) in _dbus_server_init_base() 148 _dbus_timeout_list_free (server->timeouts); in _dbus_server_init_base() 149 server->timeouts = NULL; in _dbus_server_init_base() 184 _dbus_timeout_list_free (server->timeouts); in _dbus_server_finalize_base() 332 DBusTimeoutList *timeouts; in protected_change_timeout() local 341 timeouts = server->timeouts; in protected_change_timeout() 342 if (timeouts) in protected_change_timeout() [all …]
|
D | dbus-timeout.c | 177 DBusList *timeouts; /**< Timeout objects. */ member 216 _dbus_list_foreach (&timeout_list->timeouts, in _dbus_timeout_list_free() 219 _dbus_list_clear (&timeout_list->timeouts); in _dbus_timeout_list_free() 250 link = _dbus_list_get_first_link (&timeout_list->timeouts); in _dbus_timeout_list_set_functions() 253 DBusList *next = _dbus_list_get_next_link (&timeout_list->timeouts, in _dbus_timeout_list_set_functions() 261 link2 = _dbus_list_get_first_link (&timeout_list->timeouts); in _dbus_timeout_list_set_functions() 264 DBusList *next = _dbus_list_get_next_link (&timeout_list->timeouts, in _dbus_timeout_list_set_functions() 283 _dbus_list_foreach (&timeout_list->timeouts, in _dbus_timeout_list_set_functions() 312 if (!_dbus_list_append (&timeout_list->timeouts, timeout)) in _dbus_timeout_list_add_timeout() 322 _dbus_list_remove_last (&timeout_list->timeouts, timeout); in _dbus_timeout_list_add_timeout() [all …]
|
D | dbus-connection.c | 256 DBusTimeoutList *timeouts; /**< Stores active timeouts. */ member 773 DBusTimeoutList *timeouts; in protected_change_timeout() local 782 timeouts = connection->timeouts; in protected_change_timeout() 783 if (timeouts) in protected_change_timeout() 785 connection->timeouts = NULL; in protected_change_timeout() 790 retval = (* add_function) (timeouts, timeout); in protected_change_timeout() 794 (* remove_function) (timeouts, timeout); in protected_change_timeout() 799 (* toggle_function) (timeouts, timeout, enabled); in protected_change_timeout() 803 connection->timeouts = timeouts; in protected_change_timeout() 1271 connection->timeouts = timeout_list; in _dbus_connection_new_for_transport() [all …]
|
D | dbus-server-protected.h | 67 DBusTimeoutList *timeouts; /**< Our timeouts */ member
|
/external/wpa_supplicant/ |
D | radius_client.c | 175 conf->acct_server->timeouts++; in radius_client_retransmit() 183 conf->auth_server->timeouts++; in radius_client_retransmit() 283 old->timeouts++; in radius_client_timer() 308 old->timeouts++; in radius_client_timer() 1093 serv->timeouts, in radius_client_dump_auth_server() 1139 serv->timeouts, in radius_client_dump_acct_server()
|
D | radius_client.h | 42 u32 timeouts; /* @ClientTimeouts */ member
|
/external/wpa_supplicant_6/wpa_supplicant/src/radius/ |
D | radius_client.c | 176 conf->acct_server->timeouts++; in radius_client_retransmit() 184 conf->auth_server->timeouts++; in radius_client_retransmit() 284 old->timeouts++; in radius_client_timer() 309 old->timeouts++; in radius_client_timer() 1175 serv->timeouts, in radius_client_dump_auth_server() 1221 serv->timeouts, in radius_client_dump_acct_server()
|
D | radius_client.h | 42 u32 timeouts; /* @ClientTimeouts */ member
|
/external/bluetooth/bluez/doc/ |
D | input-api.txt | 26 timeouts in the client it is fine to call this method.
|
D | serial-api.txt | 35 timeouts in the client it is fine to call this method.
|
D | network-api.txt | 36 timeouts in the client it is fine to call this method.
|
/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/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/bluetooth/glib/docs/reference/glib/ |
D | changes.sgml | 69 All sources (timeouts, idle functions, etc.) are associated with a
|
/external/webkit/JavaScriptCore/wtf/ |
D | CONTRIBUTORS.pthreads-win32 | 89 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/libpcap/ |
D | CHANGES | 293 timeouts.
|
/external/dnsmasq/ |
D | dnsmasq.conf.example | 422 # whether it has a record of the lease or not. This avoids long timeouts
|
/external/netcat/ |
D | README | 167 use timeouts and retries to do their thing and in many cases won't bother 728 average and dynamically set its own response timeouts along with decoding any 751 involved like settable ports or timeouts, construct a tiny "foo" script:
|
/external/dbus/ |
D | NEWS | 519 - add timeouts for authentication, activation
|
D | ChangeLog | 1505 calls queued timeouts on disconnect 3341 or shorter timeouts for method calls 8981 * qt/integrator.h, qt/integrator.cpp: reworking handling of timeouts, 11282 * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought 12173 * bus/*.c: adapt to handle OOM for watches/timeouts 12404 watches/timeouts 12406 * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts 13245 Add NoReply error (for reply timeouts). 13499 Implement support for timeouts in dbus-glib. 13961 Add functions for adding and removing timeouts. [all …]
|
/external/bluetooth/bluez/ |
D | ChangeLog | 132 Fix audio connection authorization handling with timeouts. 925 Remove kernel specific timeouts.
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | DumpRenderTree.mm | 437 …// Disable hardware composititing to avoid timeouts and crashes from buggy CoreVideo teardown code.
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-10 | 454 no sorting and a thread pool with idle thread timeouts.
|
D | ChangeLog.pre-1-2 | 506 g_source_remove_by_user_data would remove timeouts or other sources as 1217 - Added timeouts and idle functions using main-loop abstraction.
|