/external/kernel-headers/original/linux/sunrpc/ |
clnt.h | 51 unsigned int cl_softrtry : 1,/* soft timeouts */
|
sched.h | 90 unsigned short tk_timeouts; /* maj timeouts */ 135 #define RPC_TASK_SOFT 0x0200 /* Use soft timeouts */
|
/external/openssl/apps/ |
timeouts.h | 1 /* apps/timeouts.h */
|
/external/ppp/pppd/ |
upap.h | 100 * Timeouts.
|
eap.h | 139 * Timeouts.
|
fsm.h | 144 * Timeouts.
|
/external/quake/quake/src/QW/client/ |
net.h | 61 float last_received; // for timeouts
|
/external/webkit/WebCore/platform/graphics/win/ |
QTMovieWinTimer.cpp | 111 // Windows SetTimer does not allow timeouts smaller than 10ms (USER_TIMER_MINIMUM)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
ActivityLaunchAction.java | 70 // increment launch attempt count, to handle retries and timeouts
|
/external/ipsec-tools/src/racoon/ |
TODO | 96 - annoyingly long timeouts on tcp connection attempt, and IKE failure; 97 need to wait till tcp socket timeouts.
|
/external/dbus/dbus/ |
dbus-connection.c | 256 DBusTimeoutList *timeouts; /**< Stores active timeouts. */ member in struct:DBusConnection 769 DBusTimeoutList *timeouts; local 778 timeouts = connection->timeouts; 779 if (timeouts) 781 connection->timeouts = NULL; 786 retval = (* add_function) (timeouts, timeout); 790 (* remove_function) (timeouts, timeout); 795 (* toggle_function) (timeouts, timeout, enabled) 4668 DBusTimeoutList *timeouts; local [all...] |
/external/qemu/slirp/ |
debug.c | 227 lprint(" %6d retransmit timeouts\r\n", tcpstat.tcps_rexmttimeo); 230 lprint(" %6d persist timeouts\r\n", tcpstat.tcps_persisttimeo); 231 lprint(" %6d keepalive timeouts\r\n", tcpstat.tcps_keeptimeo);
|
/external/qemu/slirp-android/ |
debug.c | 223 lprint(" %6d retransmit timeouts\r\n", tcpstat.tcps_rexmttimeo); 226 lprint(" %6d persist timeouts\r\n", tcpstat.tcps_persisttimeo); 227 lprint(" %6d keepalive timeouts\r\n", tcpstat.tcps_keeptimeo);
|
/frameworks/base/core/java/android/app/ |
AlarmManager.java | 46 * not currently running. For normal timing operations (ticks, timeouts, 95 * Schedule an alarm. <b>Note: for timing operations (ticks, timeouts, 146 * timeouts, etc) it is easier and much more efficient to use
|
/external/wpa_supplicant/ |
radius_client.c | 175 conf->acct_server->timeouts++; 183 conf->auth_server->timeouts++; 283 old->timeouts++; 308 old->timeouts++; 1093 serv->timeouts, 1139 serv->timeouts,
|
/external/wpa_supplicant_6/wpa_supplicant/src/radius/ |
radius_client.c | 176 conf->acct_server->timeouts++; 184 conf->auth_server->timeouts++; 284 old->timeouts++; 309 old->timeouts++; 1175 serv->timeouts, 1221 serv->timeouts, [all...] |
/development/host/windows/usb/winusb/ |
adb_winusb_endpoint_object.h | 137 there is no conflict in setting per-endpoint timeouts.
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
WordWidget.java | 46 // To prevent any ANR timeouts, we perform the update in a service
|
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
WordWidget.java | 47 // To prevent any ANR timeouts, we perform the update in a service
|
/external/bluetooth/glib/docs/reference/glib/ |
changes.sgml | 69 All sources (timeouts, idle functions, etc.) are associated with a
|
/external/bluetooth/glib/glib/ |
gmain.h | 259 /* Idles, child watchers and timeouts */
|
/external/chromium/third_party/libevent/ |
ChangeLog | 89 o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c. This is probably a kernel defect, but we'll have to support old kernels anyway even if it gets fixed. 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) operation now; from Maxim Yegorushkin
|
/external/netcat/scripts/ |
web | 23 ## gets the previous spec again [useful for initial timeouts]; EOF to exit.
|
/external/webkit/JavaScriptCore/wtf/ |
CONTRIBUTORS.pthreads-win32 | 89 system clock change handling re CV timeouts;
|
/external/webkit/WebCore/bindings/v8/ |
ScheduledAction.cpp | 118 // FIXME: Need to implement timeouts for preempting a long-running script.
|