HomeSort by relevance Sort by last modified time
    Searched defs:timeoutError (Results 1 - 8 of 8) sorted by null

  /prebuilts/go/darwin-x86/src/crypto/tls/
tls.go 85 type timeoutError struct{}
87 func (timeoutError) Error() string { return "tls: DialWithDialer timed out" }
88 func (timeoutError) Timeout() bool { return true }
89 func (timeoutError) Temporary() bool { return true }
116 errChannel <- timeoutError{}
  /prebuilts/go/linux-x86/src/crypto/tls/
tls.go 85 type timeoutError struct{}
87 func (timeoutError) Error() string { return "tls: DialWithDialer timed out" }
88 func (timeoutError) Timeout() bool { return true }
89 func (timeoutError) Temporary() bool { return true }
116 errChannel <- timeoutError{}
  /external/boringssl/src/ssl/test/runner/
tls.go 87 type timeoutError struct{}
89 func (timeoutError) Error() string { return "tls: DialWithDialer timed out" }
90 func (timeoutError) Timeout() bool { return true }
91 func (timeoutError) Temporary() bool { return true }
118 errChannel <- timeoutError{}
  /prebuilts/go/darwin-x86/src/net/
net.go 394 errTimeout error = &timeoutError{}
505 type timeoutError struct{}
507 func (e *timeoutError) Error() string { return "i/o timeout" }
508 func (e *timeoutError) Timeout() bool { return true }
509 func (e *timeoutError) Temporary() bool { return true }
  /prebuilts/go/darwin-x86/src/net/url/
url_test.go     [all...]
  /prebuilts/go/linux-x86/src/net/
net.go 394 errTimeout error = &timeoutError{}
505 type timeoutError struct{}
507 func (e *timeoutError) Error() string { return "i/o timeout" }
508 func (e *timeoutError) Timeout() bool { return true }
509 func (e *timeoutError) Temporary() bool { return true }
  /prebuilts/go/linux-x86/src/net/url/
url_test.go     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 210 milliseconds