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

12 3 4 5 6 7 8 910

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLoggerTest.java 55 assertFalse(l.seenTagPrefix("timeouts"));
  /external/chromium/net/proxy/
proxy_resolver_winhttp.cc 153 // these timeouts don't really mean much individually. However, WinHTTP's
154 // out of process PAC resolution will use a combined (sum of all timeouts)
  /external/chromium/net/socket/
transport_client_socket_pool.h 61 // logic for IPv6 connect() timeouts (which may happen due to networks / routers
62 // with broken IPv6 support). Those timeouts take 20s, so rather than make the
  /external/qemu/slirp/
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) */
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/
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 */
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);
  /external/wpa_supplicant_8/src/radius/
radius_client.h 108 * timeouts - radiusAuthClientTimeouts or radiusAccClientTimeouts
110 u32 timeouts; member in struct:hostapd_radius_server
  /development/apps/BuildWidget/src/com/android/buildwidget/
BuildWidget.java 45 // To prevent any ANR timeouts, we perform the update in a service
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionRequest.java 46 * Timeouts are handled with millisecond precision.
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.h 112 // Scoping so we can be sure our timeouts don't outlive us.
  /external/chromium/third_party/libjingle/source/talk/base/
taskrunner.h 52 // determining timeouts. The origin is not important, only
  /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.
  /external/quake/quake/src/QW/client/
net.h 61 float last_received; // for timeouts
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieWinTimer.cpp 111 // Windows SetTimer does not allow timeouts smaller than 10ms (USER_TIMER_MINIMUM)
  /libcore/luni/src/main/java/java/nio/
ServerSocketChannelImpl.java 80 // TODO: does this make sense? why does blocking imply no timeouts?
  /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/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_unittest.py 424 '--exit-after-n-crashes-or-timeouts', '1',
430 # Same with timeouts.
434 '--exit-after-n-crashes-or-timeouts', '1',
444 '--exit-after-n-crashes-or-timeouts', '1',
454 '--exit-after-n-crashes-or-timeouts', '1',
  /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,

Completed in 750 milliseconds

12 3 4 5 6 7 8 910