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

  /prebuilts/go/darwin-x86/src/net/http/
filetransport.go 34 func (t fileTransport) RoundTrip(req *Request) (resp *Response, err error) {
client_test.go 111 func (t *recordingTransport) RoundTrip(req *Request) (resp *Response, err error) {
    [all...]
transport.go 315 // RoundTrip implements the RoundTripper interface.
319 func (t *Transport) RoundTrip(req *Request) (*Response, error) {
349 if resp, err := altRT.RoundTrip(req); err != ErrSkipAltProtocol {
366 // treq gets modified by roundTrip, so we need to recreate for each retry.
389 resp, err = pconn.alt.RoundTrip(req)
391 resp, err = pconn.roundTrip(treq)
410 // error from roundTrip.
467 // If rt.RoundTrip returns ErrSkipAltProtocol, the Transport will
468 // handle the RoundTrip itself for that one request, as if the
509 // CancelRequest should only be called after RoundTrip has returned
    [all...]
transport_test.go 729 res, err := DefaultTransport.RoundTrip(req)
751 t.Errorf("%d. Accept-Encoding = %q; want %q (it was mutated, in violation of RoundTrip contract)", i, g, e)
    [all...]
h2_bundle.go 344 func (rt http2noDialH2RoundTripper) RoundTrip(req *Request) (*Response, error) {
345 res, err := rt.t.RoundTrip(req)
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
filetransport.go 34 func (t fileTransport) RoundTrip(req *Request) (resp *Response, err error) {
client_test.go 111 func (t *recordingTransport) RoundTrip(req *Request) (resp *Response, err error) {
    [all...]
transport.go 315 // RoundTrip implements the RoundTripper interface.
319 func (t *Transport) RoundTrip(req *Request) (*Response, error) {
349 if resp, err := altRT.RoundTrip(req); err != ErrSkipAltProtocol {
366 // treq gets modified by roundTrip, so we need to recreate for each retry.
389 resp, err = pconn.alt.RoundTrip(req)
391 resp, err = pconn.roundTrip(treq)
410 // error from roundTrip.
467 // If rt.RoundTrip returns ErrSkipAltProtocol, the Transport will
468 // handle the RoundTrip itself for that one request, as if the
509 // CancelRequest should only be called after RoundTrip has returned
    [all...]
transport_test.go 729 res, err := DefaultTransport.RoundTrip(req)
751 t.Errorf("%d. Accept-Encoding = %q; want %q (it was mutated, in violation of RoundTrip contract)", i, g, e)
    [all...]
h2_bundle.go 344 func (rt http2noDialH2RoundTripper) RoundTrip(req *Request) (*Response, error) {
345 res, err := rt.t.RoundTrip(req)
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy_test.go 558 func (fn RoundTripperFunc) RoundTrip(req *http.Request) (*http.Response, error) {
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy_test.go 558 func (fn RoundTripperFunc) RoundTrip(req *http.Request) (*http.Response, error) {
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgmt.c 430 cmsFloat32Number RoundTrip[cmsMAXCHANNELS];
436 cmsDoTransform(bp->hRoundTrip, In, RoundTrip, 1);
440 Sum += RoundTrip[i];
483 // Setup a roundtrip on perceptual intent in output profile for TAC estimation

Completed in 163 milliseconds