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

12 3 4 5 6 7 8 91011

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tcpestats.h 80 ULONG Timeouts;
  /art/tools/
libcore_failures.txt 81 description: "Test timeouts",
105 description: "Test sometimes timeouts on volantis",
  /external/conscrypt/src/stub/java/com/android/org/conscrypt/
OpenSSLSocketImpl.java 220 * Note write timeouts are not part of the javax.net.ssl.SSLSocket API
227 * Note write timeouts are not part of the javax.net.ssl.SSLSocket API
  /external/conscrypt/src/stub/java/org/apache/harmony/xnet/xnet/provider/jsse/
OpenSSLSocketImpl.java 220 * Note write timeouts are not part of the javax.net.ssl.SSLSocket API
227 * Note write timeouts are not part of the javax.net.ssl.SSLSocket API
  /packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionTimeout.java 140 return Timeouts.getEmergencyCallTimeoutRadioOffMillis(
143 return Timeouts.getEmergencyCallTimeoutMillis(mContext.getContentResolver());
  /system/bt/embdrv/sbc/decoder/include/
oi_time.h 28 * Timeouts are specified as tenths of seconds in a 32-bit value. Timeout values
54 * Within the core stack timeouts are specified in intervals of tenths of seconds
  /external/boringssl/src/ssl/
d1_lib.c 76 /* DTLS1_MTU_TIMEOUTS is the maximum number of timeouts to expire
80 /* DTLS1_MAX_TIMEOUTS is the maximum number of timeouts to expire
206 * because of small devergences with socket timeouts. */
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Connection.java 162 socket.setSoTimeout(0); // SPDY timeouts are set per-stream.
177 * the connection with the connection pool, and configures timeouts.
297 // Don't set timeouts on shared SPDY connections.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 259 # to take account of timeouts since last notify() we subtract
276 # to take account of timeouts since last notify*() we subtract
291 # rezero wait_semaphore in case some timeouts just happened
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 259 # to take account of timeouts since last notify() we subtract
276 # to take account of timeouts since last notify*() we subtract
291 # rezero wait_semaphore in case some timeouts just happened
  /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 51 * Timeouts are handled with millisecond precision.
  /external/deqp/framework/qphelper/
qpWatchDog.c 21 * \brief Watch dog for detecting timeouts
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
InterruptionUtil.java 128 // TimeUnit.timedJoin() treats negative timeouts just like zero.
  /external/ppp/pppd/
upap.h 100 * Timeouts.
  /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"));
  /system/security/keystore/
keystore_keymaster_enforcement.h 77 // the timeout were past. Secure hardware will also check timeouts if it supports them.
  /art/tools/dexfuzz/
README 100 Current timeouts are:
104 (use --short-timeouts to set all backends to 2 seconds.)
  /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/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpTransportSE.java 75 * timeout for connection and Read Timeouts (milliseconds)
91 * timeout for connection and Read Timeouts (milliseconds)
  /external/libpcap/
pcap_loop.3pcap 56 return when live read timeouts occur.
164 return when live read timeouts occur; instead, it attempts to read more
  /external/okhttp/okio/okio/src/main/java/okio/
Okio.java 109 * #sink(OutputStream)} because this method honors timeouts. When the socket
194 * #source(InputStream)} because this method honors timeouts. When the socket
  /external/okhttp/okio/okio/src/test/java/okio/
AsyncTimeoutTest.java 33 * This test uses four timeouts of varying durations: 250ms, 500ms, 750ms and
263 /** Asserts which timeouts fired, and in which order. */
  /external/okhttp/
CHANGELOG.md 91 * Fix: Don't retry requests that failed due to timeouts.
348 * Implement write timeouts for HTTP/1.1 streams.
434 * Fix: Use strict timeouts when aborting a download.
454 * Fix: Respect read timeouts on recycled connections.
478 * New APIs on OkHttpClient to set default timeouts for connect and read.
  /art/tools/dexfuzz/src/dexfuzz/
Options.java 117 Log.always(" --short-timeouts : Shorten timeouts (faster; use if");
188 } else if (flag.equals("short-timeouts")) {

Completed in 1048 milliseconds

12 3 4 5 6 7 8 91011