HomeSort by relevance Sort by last modified time
    Searched refs:Transport (Results 76 - 100 of 238) sorted by null

1 2 34 5 6 7 8 910

  /prebuilts/go/linux-x86/src/net/http/
filetransport.go 23 // protocol with a Transport, as in:
25 // t := &http.Transport{}
27 // c := &http.Client{Transport: t}
client_test.go 76 c := &Client{Transport: &Transport{DisableKeepAlives: true}}
120 client := &Client{Transport: tr}
137 client := &Client{Transport: tr}
164 client := &Client{Transport: tr}
223 tr := &Transport{}
226 c := &Client{Transport: tr}
256 Transport: tr,
315 tr := &Transport{}
320 Transport: tr
    [all...]
transport.go 7 // This is the low-level Transport implementation of RoundTripper.
34 // DefaultTransport is the default implementation of Transport and is
39 var DefaultTransport RoundTripper = &Transport{
52 // DefaultMaxIdleConnsPerHost is the default value of Transport's
56 // Transport is an implementation of RoundTripper that supports HTTP,
59 // By default, Transport caches connections for future re-use.
61 // This behavior can be managed using Transport's CloseIdleConnections method
67 // A Transport is a low-level primitive for making HTTP and HTTPS requests.
70 // Transport uses HTTP/1.1 for HTTP URLs and either HTTP/1.1 or HTTP/2
72 // and how the Transport is configured. The DefaultTransport supports HTTP/2
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassBoot.c 39 USB_MASS_TRANSPORT *Transport;
43 Transport = UsbMass->Transport;
55 Status = Transport->ExecCommand (
170 USB_MASS_TRANSPORT *Transport;
174 Transport = UsbMass->Transport;
175 Status = Transport->ExecCommand (
    [all...]
  /external/webrtc/webrtc/test/
call_test.h 71 Transport* send_transport);
72 void CreateMatchingReceiveConfigs(Transport* rtcp_send_transport);
  /system/libvintf/include/vintf/
parse_string.h 32 std::ostream &operator<<(std::ostream &os, Transport tr);
56 bool parse(const std::string &s, Transport *tr);
  /prebuilts/go/darwin-x86/src/net/http/
client_test.go 76 c := &Client{Transport: &Transport{DisableKeepAlives: true}}
120 client := &Client{Transport: tr}
137 client := &Client{Transport: tr}
164 client := &Client{Transport: tr}
223 tr := &Transport{}
226 c := &Client{Transport: tr}
256 Transport: tr,
315 tr := &Transport{}
320 Transport: tr
    [all...]
transport.go 7 // This is the low-level Transport implementation of RoundTripper.
34 // DefaultTransport is the default implementation of Transport and is
39 var DefaultTransport RoundTripper = &Transport{
52 // DefaultMaxIdleConnsPerHost is the default value of Transport's
56 // Transport is an implementation of RoundTripper that supports HTTP,
59 // By default, Transport caches connections for future re-use.
61 // This behavior can be managed using Transport's CloseIdleConnections method
67 // A Transport is a low-level primitive for making HTTP and HTTPS requests.
70 // Transport uses HTTP/1.1 for HTTP URLs and either HTTP/1.1 or HTTP/2
72 // and how the Transport is configured. The DefaultTransport supports HTTP/2
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/fetch/
fetch.go 92 Transport: &http.Transport{
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/fetch/
fetch.go 92 Transport: &http.Transport{
  /external/webrtc/webrtc/p2p/base/
dtlstransportchannel.h 85 // transport -- the DtlsTransport that created us
87 DtlsTransportChannelWrapper(Transport* transport,
111 // TransportChannel calls that we forward to the wrapped transport.
162 Transport* GetTransport() override { return transport_; }
221 Transport* transport_; // The transport_ that created us.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddchgr.h 281 CHANGER_ELEMENT Transport;
287 CHANGER_ELEMENT Transport;
296 CHANGER_ELEMENT Transport;
  /frameworks/base/core/jni/
android_os_HwBinder.cpp 350 Return<IServiceManager::Transport> transportRet =
358 IServiceManager::Transport transport = transportRet; local
363 const bool vintfLegacy = (transport == IServiceManager::Transport::EMPTY)
369 const bool vintfLegacy = (transport == IServiceManager::Transport::EMPTY);
372 if (transport != IServiceManager::Transport::HWBINDER && !vintfLegacy) {
373 LOG(ERROR) << "service " << ifaceName << " declares transport method
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xmlrpc.py 669 p("transport").close() #same as above, really.
688 class Transport(xmlrpclib.Transport):
689 #custom transport, stores the response length for our perusal
693 return xmlrpclib.Transport.parse_response(self, response)
699 return xmlrpclib.Transport.send_content(self, connection, body)
705 t = self.Transport()
707 p = xmlrpclib.ServerProxy(URL, transport=t)
716 t = self.Transport()
719 p = xmlrpclib.ServerProxy(URL, transport=t)
    [all...]
  /external/python/cpython2/Lib/test/
test_xmlrpc.py 766 p("transport").close() #same as above, really.
786 class Transport(xmlrpclib.Transport):
787 #custom transport, stores the response length for our perusal
791 return xmlrpclib.Transport.parse_response(self, response)
797 return xmlrpclib.Transport.send_content(self, connection, body)
803 t = self.Transport()
805 p = xmlrpclib.ServerProxy(URL, transport=t)
814 t = self.Transport()
817 p = xmlrpclib.ServerProxy(URL, transport=t
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xmlrpc.py 678 p("transport").close() #same as above, really.
697 class Transport(xmlrpclib.Transport):
698 #custom transport, stores the response length for our perusal
702 return xmlrpclib.Transport.parse_response(self, response)
708 return xmlrpclib.Transport.send_content(self, connection, body)
714 t = self.Transport()
716 p = xmlrpclib.ServerProxy(URL, transport=t)
725 t = self.Transport()
728 p = xmlrpclib.ServerProxy(URL, transport=t
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xmlrpc.py 678 p("transport").close() #same as above, really.
697 class Transport(xmlrpclib.Transport):
698 #custom transport, stores the response length for our perusal
702 return xmlrpclib.Transport.parse_response(self, response)
708 return xmlrpclib.Transport.send_content(self, connection, body)
714 t = self.Transport()
716 p = xmlrpclib.ServerProxy(URL, transport=t)
725 t = self.Transport()
728 p = xmlrpclib.ServerProxy(URL, transport=t
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 678 p("transport").close() #same as above, really.
697 class Transport(xmlrpclib.Transport):
698 #custom transport, stores the response length for our perusal
702 return xmlrpclib.Transport.parse_response(self, response)
708 return xmlrpclib.Transport.send_content(self, connection, body)
714 t = self.Transport()
716 p = xmlrpclib.ServerProxy(URL, transport=t)
725 t = self.Transport()
728 p = xmlrpclib.ServerProxy(URL, transport=t
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 678 p("transport").close() #same as above, really.
697 class Transport(xmlrpclib.Transport):
698 #custom transport, stores the response length for our perusal
702 return xmlrpclib.Transport.parse_response(self, response)
708 return xmlrpclib.Transport.send_content(self, connection, body)
714 t = self.Transport()
716 p = xmlrpclib.ServerProxy(URL, transport=t)
725 t = self.Transport()
728 p = xmlrpclib.ServerProxy(URL, transport=t
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httptrace/
trace.go 89 // Transport.RoundTrip.
96 // connection reuse is disabled via Transport.DisableKeepAlives.
138 // WroteHeaders is called after the Transport has written
143 // "Expected: 100-continue" and the Transport has written the
228 // the http.Transport and should not be read, written or
  /prebuilts/go/linux-x86/src/net/http/httptrace/
trace.go 89 // Transport.RoundTrip.
96 // connection reuse is disabled via Transport.DisableKeepAlives.
138 // WroteHeaders is called after the Transport has written
143 // "Expected: 100-continue" and the Transport has written the
228 // the http.Transport and should not be read, written or
  /prebuilts/go/darwin-x86/src/net/http/httputil/
dump.go 64 // includes any headers that the standard http.Transport adds, such as
83 // Since we're using the actual Transport code to write the request,
84 // switch to http so the Transport doesn't try to do an SSL
96 // Use the actual Transport code to record what we would send
97 // on the wire, but not using TCP. Use a Transport with a
107 t := &http.Transport{
reverseproxy.go 31 // using Transport. Its response is then copied
37 // The transport used to perform proxy requests.
39 Transport http.RoundTripper
132 transport := p.Transport
133 if transport == nil {
134 transport = http.DefaultTransport
155 outreq.Body = nil // Issue 16036: nil Body for http.Transport retries
205 res, err := transport.RoundTrip(outreq)
236 // The "Trailer" header isn't included in the Transport's response
    [all...]
  /prebuilts/go/linux-x86/src/net/http/httputil/
dump.go 64 // includes any headers that the standard http.Transport adds, such as
83 // Since we're using the actual Transport code to write the request,
84 // switch to http so the Transport doesn't try to do an SSL
96 // Use the actual Transport code to record what we would send
97 // on the wire, but not using TCP. Use a Transport with a
107 t := &http.Transport{
reverseproxy.go 31 // using Transport. Its response is then copied
37 // The transport used to perform proxy requests.
39 Transport http.RoundTripper
132 transport := p.Transport
133 if transport == nil {
134 transport = http.DefaultTransport
155 outreq.Body = nil // Issue 16036: nil Body for http.Transport retries
205 res, err := transport.RoundTrip(outreq)
236 // The "Trailer" header isn't included in the Transport's response
    [all...]

Completed in 776 milliseconds

1 2 34 5 6 7 8 910