Home
last modified time | relevance | path

Searched defs:SetDeadline (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dnet.go161 SetDeadline(t time.Time) error methodSpec
241 func (c *conn) SetDeadline(t time.Time) error { func
361 SetDeadline(t time.Time) error methodSpec
Ddnsclient_unix_test.go961 func (f *fakeDNSConn) SetDeadline(t time.Time) error { func
971 func (f *fakeDNSPacketConn) SetDeadline(t time.Time) error { func
Dfd_fake.go145 func (fd *netFD) SetDeadline(t time.Time) error { func
Dpipe.go210 func (p *pipe) SetDeadline(t time.Time) error { func
Dfd_posix.go137 func (fd *netFD) SetDeadline(t time.Time) error { func
Dfd_plan9.go177 func (fd *netFD) SetDeadline(t time.Time) error { func
Dunixsock.go286 func (l *UnixListener) SetDeadline(t time.Time) error { func
Dresolverdialfunc_test.go227 func (*resolverFuncConn) SetDeadline(t time.Time) error { return nil } func
Dtcpsock.go398 func (l *TCPListener) SetDeadline(t time.Time) error { func
Dnet_fake.go360 func (ffd *fakeNetFD) SetDeadline(t time.Time) error { func
/aosp_15_r20/external/cronet/base/threading/
H A Dhang_watcher.cc1065 void HangWatchDeadline::SetDeadline(TimeTicks new_deadline) { in SetDeadline() function in base::internal::HangWatchDeadline
1233 void HangWatchState::SetDeadline(TimeTicks deadline) { in SetDeadline() function in base::internal::HangWatchState
H A Dhang_watcher_unittest.cc1219 TEST_F(HangWatchDeadlineTest, SetDeadline) { in TEST_F() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/
Dfd_poll_js.go60 func (fd *FD) SetDeadline(t time.Time) error { func
Dfd_plan9.go107 func (fd *FD) SetDeadline(t time.Time) error { func
Dfd_poll_runtime.go132 func (fd *FD) SetDeadline(t time.Time) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/httputil/
Ddump.go49 func (c *dumpConn) SetDeadline(t time.Time) error { return nil } func
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Drequestwrite_test.go975 func (c *dumpConn) SetDeadline(t time.Time) error { return nil } func
Dserve_test.go82 func (noopConn) SetDeadline(t time.Time) error { return nil } func
2321 func (c *slowTestConn) SetDeadline(t time.Time) error { func
Dtransport_test.go6780 func (c *dumpConn) SetDeadline(t time.Time) error { return nil } func
/aosp_15_r20/prebuilts/go/linux-x86/src/net/smtp/
Dsmtp_test.go159 func (f faker) SetDeadline(time.Time) error { return nil } func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_test.go292 func (r *replayingConn) SetDeadline(t time.Time) error { return nil } func
Dconn.go145 func (c *Conn) SetDeadline(t time.Time) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dfile.go643 func (f *File) SetDeadline(t time.Time) error { func
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dconn.go154 func (c *Conn) SetDeadline(t time.Time) error { func
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dconn.go154 func (c *Conn) SetDeadline(t time.Time) error { func