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

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py     [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-stub/1.0.1/
grpc-stub-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-stub/1.0.3/
grpc-stub-1.0.3.jar 
  /external/autotest/client/common_lib/
utils.py     [all...]
  /external/autotest/cli/
host.py 667 if bin_utils.ping(host, tries=1, deadline=1) == 0:
  /frameworks/native/libs/gui/
FrameTimestamps.cpp 245 now, mCompositorTiming.deadline, mCompositorTiming.interval);
  /external/boringssl/src/ssl/test/runner/
tls.go 95 // timeout or deadline given in the dialer apply to connection and TLS
101 // We want the Timeout and Deadline values from dialer to cover the
106 if !dialer.Deadline.IsZero() {
107 deadlineTimeout := dialer.Deadline.Sub(time.Now())
  /prebuilts/go/darwin-x86/src/crypto/tls/
tls.go 93 // timeout or deadline given in the dialer apply to connection and TLS
99 // We want the Timeout and Deadline values from dialer to cover the
104 if !dialer.Deadline.IsZero() {
105 deadlineTimeout := time.Until(dialer.Deadline)
  /prebuilts/go/linux-x86/src/crypto/tls/
tls.go 93 // timeout or deadline given in the dialer apply to connection and TLS
99 // We want the Timeout and Deadline values from dialer to cover the
104 if !dialer.Deadline.IsZero() {
105 deadlineTimeout := time.Until(dialer.Deadline)
  /prebuilts/go/darwin-x86/src/database/sql/
sql_test.go 184 deadline := time.Now().Add(d)
187 if n <= want || time.Now().After(deadline) {
348 deadline := time.Now().Add(waitFor)
349 for time.Now().Before(deadline) {
397 t.Fatalf("expected QueryContext to error with context deadline exceeded but returned %v", err)
432 t.Fatalf("expected QueryContext to error with context deadline exceeded but returned %v", err)
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql_test.go 184 deadline := time.Now().Add(d)
187 if n <= want || time.Now().After(deadline) {
348 deadline := time.Now().Add(waitFor)
349 for time.Now().Before(deadline) {
397 t.Fatalf("expected QueryContext to error with context deadline exceeded but returned %v", err)
432 t.Fatalf("expected QueryContext to error with context deadline exceeded but returned %v", err)
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 
  /external/autotest/server/hosts/
cros_host.py     [all...]
  /prebuilts/go/darwin-x86/src/net/
net_test.go 456 // modifying that Conn's read deadline to the past.
  /prebuilts/go/linux-x86/src/net/
net_test.go 456 // modifying that Conn's read deadline to the past.
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 
  /external/jemalloc/src/
arena.c     [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CallTest.java 795 // Call 1: set a deadline on the request body.
802 sink.timeout().deadline(5, TimeUnit.SECONDS);
812 // Call 2: check for the absence of a deadline on the request body.
838 // Call 1: set a deadline on the response body.
843 body1.timeout().deadline(5, TimeUnit.SECONDS);
845 // Call 2: check for the absence of a deadline on the request body.
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
okio-1.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.8.0/
okio-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/
okio-1.9.0.jar 

Completed in 1309 milliseconds

1 2 3 4 5 6 7 891011>>