HomeSort by relevance Sort by last modified time
    Searched full:timeouts (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /external/dbus/dbus/
dbus-timeout.c 162 * Opaque data type representing a list of timeouts
164 * Automatically handles removing/re-adding timeouts
177 DBusList *timeouts; /**< Timeout objects. */ member in struct:DBusTimeoutList
212 /* free timeout_data and remove timeouts as a side effect */
216 _dbus_list_foreach (&timeout_list->timeouts,
219 _dbus_list_clear (&timeout_list->timeouts);
245 /* Add timeouts with the new function, failing on OOM */
250 link = _dbus_list_get_first_link (&timeout_list->timeouts);
253 DBusList *next = _dbus_list_get_next_link (&timeout_list->timeouts,
261 link2 = _dbus_list_get_first_link (&timeout_list->timeouts);
    [all...]
dbus-server.c 105 server->timeouts = NULL;
128 server->timeouts = _dbus_timeout_list_new ();
129 if (server->timeouts == NULL)
146 if (server->timeouts)
148 _dbus_timeout_list_free (server->timeouts);
149 server->timeouts = NULL;
184 _dbus_timeout_list_free (server->timeouts);
332 DBusTimeoutList *timeouts; local
341 timeouts = server->timeouts;
923 DBusTimeoutList *timeouts; local
    [all...]
dbus-server-protected.h 67 DBusTimeoutList *timeouts; /**< Our timeouts */ member in struct:DBusServer
  /libcore/luni/src/test/java/com/google/coretests/
CoreTestTimeout.java 19 * A special exception for timeouts during tests. The CoreResultPrinter knows
  /external/bluetooth/bluez/doc/
input-api.txt 26 timeouts in the client it is fine to call this method.
serial-api.txt 35 timeouts in the client it is fine to call this method.
network-api.txt 36 timeouts in the client it is fine to call this method.
  /external/kernel-headers/original/linux/sunrpc/
timer.h 18 int ntimeouts[5]; /* Number of timeouts for the last request */
  /libcore/dalvik/src/main/java/dalvik/annotation/
Timeout.java 26 * harness that supports timeouts should allow a test to be run for at least
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
MockExecutor.java 25 * avoid timeouts waiting for threads to finish.
MockNamedTaskExecutor.java 25 * avoid timeouts waiting for threads to finish.
  /external/wpa_supplicant/
eloop.h 15 * from registered timeouts (i.e., do something after N seconds), sockets
27 * ELOOP_ALL_CTX - eloop_cancel_timeout() magic number to match all timeouts
196 * eloop_cancel_timeout - Cancel timeouts
200 * Returns: Number of cancelled timeouts
202 * Cancel matching <handler,eloop_data,user_data> timeouts registered with
204 * cancelling all timeouts regardless of eloop_data/user_data.
radius_client.h 42 u32 timeouts; /* @ClientTimeouts */ member in struct:hostapd_radius_server
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop.h 15 * from registered timeouts (i.e., do something after N seconds), sockets
27 * ELOOP_ALL_CTX - eloop_cancel_timeout() magic number to match all timeouts
196 * eloop_cancel_timeout - Cancel timeouts
200 * Returns: Number of cancelled timeouts
202 * Cancel matching <handler,eloop_data,user_data> timeouts registered with
204 * cancelling all timeouts regardless of eloop_data/user_data.
  /external/openssl/include/openssl/
dtls1.h 150 /* Number of read timeouts so far */
153 /* Number of write timeouts so far */
257 /* Timeout multipliers (timeout slice is defined in apps/timeouts.h */
  /external/openssl/ssl/
dtls1.h 150 /* Number of read timeouts so far */
153 /* Number of write timeouts so far */
257 /* Timeout multipliers (timeout slice is defined in apps/timeouts.h */
  /external/qemu/slirp/
tcp_var.h 180 u_long tcps_rexmttimeo; /* retransmit timeouts */
181 u_long tcps_persisttimeo; /* persist timeouts */
182 u_long tcps_keeptimeo; /* keepalive timeouts */
tcp.h 38 #define PR_SLOWHZ 2 /* 2 slow timeouts per second (approx) */
39 #define PR_FASTHZ 5 /* 5 fast timeouts per second (not important) */
  /development/apps/BuildWidget/src/com/android/buildwidget/
BuildWidget.java 44 // To prevent any ANR timeouts, we perform the update in a service
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_client.h 42 u32 timeouts; /* @ClientTimeouts */ member in struct:hostapd_radius_server
  /external/chromium/net/proxy/
proxy_resolver_winhttp.cc 161 // these timeouts don't really mean much individually. However, WinHTTP's
162 // out of process PAC resolution will use a combined (sum of all timeouts)
  /external/qemu/slirp-android/
tcp.h 44 #define PR_SLOWHZ 2 /* 2 slow timeouts per second (approx) */
45 #define PR_FASTHZ 5 /* 5 fast timeouts per second (not important) */
tcp_var.h 184 u_long tcps_rexmttimeo; /* retransmit timeouts */
185 u_long tcps_persisttimeo; /* persist timeouts */
186 u_long tcps_keeptimeo; /* keepalive timeouts */
  /libcore/luni/src/main/java/java/net/
SocketOptions.java 39 * 65535}. (Larger timeouts will be treated as 65535s timeouts; roughly 18 hours.)
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionRequest.java 46 * Timeouts are handled with millisecond precision.

Completed in 387 milliseconds

1 2 3 4 5 6 7