HomeSort by relevance Sort by last modified time
    Searched refs:deadline (Results 226 - 250 of 356) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/server/
autotest.py 684 if utils.ping(self.host.hostname, tries=1, deadline=1) != 0:
    [all...]
  /external/jemalloc/include/jemalloc/internal/
arena.h 295 /* Deadline randomness generator. */
298 * Deadline for current epoch. This is the sum of interval and per
301 * randomize the deadline to reduce the likelihood of arenas purging in
304 nstime_t deadline; member in struct:arena_decay_s
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
conn.go 126 // SetReadDeadline sets the read deadline on the underlying connection.
132 // SetWriteDeadline sets the write deadline on the underlying connection.
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
conn.go 126 // SetReadDeadline sets the read deadline on the underlying connection.
132 // SetWriteDeadline sets the write deadline on the underlying connection.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 761 double deadline, interval = s->sock_timeout; \
764 deadline = _PyTime_FloatTime() + s->sock_timeout; \
773 interval = deadline - _PyTime_FloatTime(); \
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 785 double deadline = 0, interval = s->sock_timeout; \
788 deadline = _PyTime_FloatTime() + s->sock_timeout; \
797 interval = deadline - _PyTime_FloatTime(); \
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /external/boringssl/src/ssl/test/runner/
conn.go 135 // SetReadDeadline sets the read deadline on the underlying connection.
141 // SetWriteDeadline sets the write deadline on the underlying conneciton.
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 941 final long deadline = SystemClock.uptimeMillis() + timeoutMillis; local
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
server.go 628 aborted bool // set true before conn.rwc deadline is set to past
980 // Adjust the read deadline if necessary.
    [all...]
serve_test.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
server.go 628 aborted bool // set true before conn.rwc deadline is set to past
980 // Adjust the read deadline if necessary.
    [all...]
serve_test.go     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/lib/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 820 milliseconds

1 2 3 4 5 6 7 8 91011>>