HomeSort by relevance Sort by last modified time
    Searched full:timeouts (Results 26 - 50 of 162) sorted by null

12 3 4 5 6 7

  /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 59 // 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/kernel-headers/original/linux/sunrpc/
sched.h 90 unsigned short tk_timeouts; /* maj timeouts */
135 #define RPC_TASK_SOFT 0x0200 /* Use soft timeouts */
  /external/dbus/dbus/
dbus-connection.c 256 DBusTimeoutList *timeouts; /**< Stores active timeouts. */ member in struct:DBusConnection
767 DBusTimeoutList *timeouts; local
776 timeouts = connection->timeouts;
777 if (timeouts)
779 connection->timeouts = NULL;
784 retval = (* add_function) (timeouts, timeout);
788 (* remove_function) (timeouts, timeout);
793 (* toggle_function) (timeouts, timeout, enabled)
4613 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...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/
ProcessTest.java 183 @BrokenTest("Sporadic timeouts in CTS, but not in CoreTestRunner")
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
ServerSocketChannelTest.java 577 @BrokenTest("Sporadic timeouts in CTS, but not in CoreTestRunner")
602 @BrokenTest("Sporadic timeouts in CTS, but not in CoreTestRunner")
629 @BrokenTest("Sporadic timeouts in CTS, but not in CoreTestRunner")
655 @BrokenTest("Sporadic timeouts in CTS, but not in CoreTestRunner")
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ClientSessionContext.java 37 * We don't care about timeouts in the client implementation. Trying
  /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/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.

Completed in 1202 milliseconds

12 3 4 5 6 7