/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | net.go | 161 SetDeadline(t time.Time) error methodSpec 241 func (c *conn) SetDeadline(t time.Time) error { func 361 SetDeadline(t time.Time) error methodSpec
|
D | dnsclient_unix_test.go | 961 func (f *fakeDNSConn) SetDeadline(t time.Time) error { func 971 func (f *fakeDNSPacketConn) SetDeadline(t time.Time) error { func
|
D | fd_fake.go | 145 func (fd *netFD) SetDeadline(t time.Time) error { func
|
D | pipe.go | 210 func (p *pipe) SetDeadline(t time.Time) error { func
|
D | fd_posix.go | 137 func (fd *netFD) SetDeadline(t time.Time) error { func
|
D | fd_plan9.go | 177 func (fd *netFD) SetDeadline(t time.Time) error { func
|
D | unixsock.go | 286 func (l *UnixListener) SetDeadline(t time.Time) error { func
|
D | resolverdialfunc_test.go | 227 func (*resolverFuncConn) SetDeadline(t time.Time) error { return nil } func
|
D | tcpsock.go | 398 func (l *TCPListener) SetDeadline(t time.Time) error { func
|
D | net_fake.go | 360 func (ffd *fakeNetFD) SetDeadline(t time.Time) error { func
|
/aosp_15_r20/external/cronet/base/threading/ |
H A D | hang_watcher.cc | 1065 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 D | hang_watcher_unittest.cc | 1219 TEST_F(HangWatchDeadlineTest, SetDeadline) { in TEST_F() argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/ |
D | fd_poll_js.go | 60 func (fd *FD) SetDeadline(t time.Time) error { func
|
D | fd_plan9.go | 107 func (fd *FD) SetDeadline(t time.Time) error { func
|
D | fd_poll_runtime.go | 132 func (fd *FD) SetDeadline(t time.Time) error { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/httputil/ |
D | dump.go | 49 func (c *dumpConn) SetDeadline(t time.Time) error { return nil } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | requestwrite_test.go | 975 func (c *dumpConn) SetDeadline(t time.Time) error { return nil } func
|
D | serve_test.go | 82 func (noopConn) SetDeadline(t time.Time) error { return nil } func 2321 func (c *slowTestConn) SetDeadline(t time.Time) error { func
|
D | transport_test.go | 6780 func (c *dumpConn) SetDeadline(t time.Time) error { return nil } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/smtp/ |
D | smtp_test.go | 159 func (f faker) SetDeadline(time.Time) error { return nil } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/ |
D | handshake_test.go | 292 func (r *replayingConn) SetDeadline(t time.Time) error { return nil } func
|
D | conn.go | 145 func (c *Conn) SetDeadline(t time.Time) error { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/os/ |
D | file.go | 643 func (f *File) SetDeadline(t time.Time) error { func
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/ |
H A D | conn.go | 154 func (c *Conn) SetDeadline(t time.Time) error { func
|
/aosp_15_r20/external/boringssl/src/ssl/test/runner/ |
H A D | conn.go | 154 func (c *Conn) SetDeadline(t time.Time) error { func
|