Searched defs:RoundTripper (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
D | fetch.go | 124 …leSource, fetch plugin.Fetcher, obj plugin.ObjTool, ui plugin.UI, tr http.RoundTripper) (*profile.… 168 …leSource, fetch plugin.Fetcher, obj plugin.ObjTool, ui plugin.UI, tr http.RoundTripper) (*profile.… 205 …leSource, fetch plugin.Fetcher, obj plugin.ObjTool, ui plugin.UI, tr http.RoundTripper) (*profile.… 323 …string, fetcher plugin.Fetcher, obj plugin.ObjTool, ui plugin.UI, tr http.RoundTripper) (p *profil… 492 func fetch(source string, duration, timeout time.Duration, ui plugin.UI, tr http.RoundTripper) (p *… 521 func fetchURL(source string, timeout time.Duration, tr http.RoundTripper) (io.ReadCloser, error) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | client.go | 116 type RoundTripper interface { interface 211 func send(ireq *Request, rt RoundTripper, deadline time.Time) (resp *Response, didTimeout func() bo… 320 func knownRoundTripperImpl(rt RoundTripper, req *Request) bool { 351 func setRequestCancel(req *Request, rt RoundTripper, deadline time.Time) (stopTimer func(), didTime…
|
D | export_test.go | 222 func (t *Transport) PutIdleTestConnH2(scheme, addr string, alt RoundTripper) bool {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolizer/ |
D | symbolizer.go | 101 func postURL(source, post string, tr http.RoundTripper) ([]byte, error) {
|