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

  /external/syzkaller/vendor/google.golang.org/api/googleapi/transport/
apikey.go 25 func (t *APIKey) RoundTrip(req *http.Request) (*http.Response, error) {
37 return rt.RoundTrip(&newReq)
  /bionic/tests/
iconv_test.cpp 291 static void RoundTrip(const char* dst_enc, const char* expected_bytes, size_t n) {
335 RoundTrip("ascii//TRANSLIT", "$??", 3);
339 RoundTrip("utf8", "\x24\xe2\x82\xac\xf0\x90\x90\xb7", 8);
343 RoundTrip("utf16be", "\x00\x24" "\x20\xac" "\xd8\x01\xdc\x37", 8);
347 RoundTrip("utf16le", "\x24\x00" "\xac\x20" "\x01\xd8\x37\xdc", 8);
351 RoundTrip("utf32be", "\x00\x00\x00\x24" "\x00\x00\x20\xac" "\x00\x01\x04\x37", 12);
355 RoundTrip("utf32le", "\x24\x00\x00\x00" "\xac\x20\x00\x00" "\x37\x04\x01\x00", 12);
359 RoundTrip("wchar_t", "\x24\x00\x00\x00" "\xac\x20\x00\x00" "\x37\x04\x01\x00", 12);
  /external/syzkaller/vendor/golang.org/x/oauth2/
transport.go 33 // RoundTrip authorizes and authenticates the request with an
36 func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error) {
48 res, err := t.base().RoundTrip(req2)
  /external/syzkaller/vendor/google.golang.org/api/transport/http/
dial.go 79 func (t userAgentTransport) RoundTrip(req *http.Request) (*http.Response, error) {
85 return rt.RoundTrip(req)
94 return rt.RoundTrip(&newReq)
  /external/syzkaller/vendor/golang.org/x/net/http2/
configure_transport.go 74 func (rt noDialH2RoundTripper) RoundTrip(req *http.Request) (*http.Response, error) {
75 res, err := rt.t.RoundTrip(req)
transport.go 99 // RoundTrip method, etc).
189 // is created for each Transport.RoundTrip call.
339 func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error) {
364 // RoundTripOpt is like RoundTrip, but takes options.
378 res, gotErrAfterReqBodyWrite, err := cc.roundTrip(req)
396 t.vlogf("RoundTrip failure: %v", err)
418 // shouldRetryRequest is called by RoundTrip when a request fails to get
769 func (cc *ClientConn) RoundTrip(req *http.Request) (*http.Response, error) {
770 resp, _, err := cc.roundTrip(req)
774 func (cc *ClientConn) roundTrip(req *http.Request) (res *http.Response, gotErrAfterReqBodyWrite bool, err error)
    [all...]
client_conn_pool.go 226 // break some caller's RoundTrip.
  /external/syzkaller/vendor/golang.org/x/oauth2/internal/
transport.go 62 // ErrorTransport returns the specified error on RoundTrip.
67 func (t ErrorTransport) RoundTrip(*http.Request) (*http.Response, error) {
  /external/pdfium/third_party/lcms/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
  /external/deqp-deps/SPIRV-Tools/test/opt/
ir_loader_test.cpp 45 TEST(IrBuilder, RoundTrip) {
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/
ir_loader_test.cpp 45 TEST(IrBuilder, RoundTrip) {
  /external/webrtc/webrtc/base/
stringencode_unittest.cc 441 TEST(BoolTest, RoundTrip) {
  /external/tensorflow/tensorflow/contrib/session_bundle/
signature_test.cc 472 TEST(SetAndGetSignatures, RoundTrip) {
  /external/boringssl/src/crypto/pkcs8/
pkcs12_test.cc     [all...]

Completed in 3022 milliseconds