HomeSort by relevance Sort by last modified time
    Searched refs:Transport (Results 101 - 125 of 285) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/net/http/
transport.go 7 // This is the low-level Transport implementation of RoundTripper.
35 // DefaultTransport is the default implementation of Transport and is
40 var DefaultTransport RoundTripper = &Transport{
53 // DefaultMaxIdleConnsPerHost is the default value of Transport's
57 // Transport is an implementation of RoundTripper that supports HTTP,
60 // By default, Transport caches connections for future re-use.
62 // This behavior can be managed using Transport's CloseIdleConnections method
68 // A Transport is a low-level primitive for making HTTP and HTTPS requests.
71 // Transport uses HTTP/1.1 for HTTP URLs and either HTTP/1.1 or HTTP/2
73 // and how the Transport is configured. The DefaultTransport supports HTTP/2
    [all...]
main_test.go 111 http.DefaultTransport.(*http.Transport).CloseIdleConnections()
117 ").readLoop(": "a Transport",
118 ").writeLoop(": "a Transport",
  /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/go/darwin-x86/src/net/http/httptest/
server.go 51 // Its transport is automatically closed when Close is called.
105 s.client = &http.Client{Transport: &http.Transport{}}
122 s.client = &http.Client{Transport: &http.Transport{}}
147 s.client.Transport = &http.Transport{
209 // transport, so help them out and close any idle connections for them.
216 if t, ok := s.client.Transport.(closeIdleTransport); ok {
303 // the default transport that lost the race (an
    [all...]
  /prebuilts/go/linux-x86/src/net/http/httptest/
server.go 51 // Its transport is automatically closed when Close is called.
105 s.client = &http.Client{Transport: &http.Transport{}}
122 s.client = &http.Client{Transport: &http.Transport{}}
147 s.client.Transport = &http.Transport{
209 // transport, so help them out and close any idle connections for them.
216 if t, ok := s.client.Transport.(closeIdleTransport); ok {
303 // the default transport that lost the race (an
    [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
  /system/libhidl/transport/
ServiceManagement.cpp 405 Return<Transport> getTransport(const hidl_string& /* fqName */,
408 return Transport::EMPTY;
530 LOG(ERROR) << "Transport error, " << ret.description()
667 using Transport = ::android::hidl::manager::V1_0::IServiceManager::Transport;
678 Return<Transport> transportRet = sm->getTransport(descriptor, instance);
685 Transport transport = transportRet; local
686 const bool vintfHwbinder = (transport == Transport::HWBINDER)
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
main_test.go 111 http.DefaultTransport.(*http.Transport).CloseIdleConnections()
117 ").readLoop(": "a Transport",
118 ").writeLoop(": "a Transport",
  /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
142 transport := p.Transport
143 if transport == nil {
144 transport = http.DefaultTransport
164 outreq.Body = nil // Issue 16036: nil Body for http.Transport retries
193 res, err := transport.RoundTrip(outreq)
217 // 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
142 transport := p.Transport
143 if transport == nil {
144 transport = http.DefaultTransport
164 outreq.Body = nil // Issue 16036: nil Body for http.Transport retries
193 res, err := transport.RoundTrip(outreq)
217 // The "Trailer" header isn't included in the Transport's response
    [all...]
  /system/core/fastboot/
udp.cpp 101 // Implements the Transport interface to work with the fastboot engine.
102 class UdpTransport : public Transport {
143 std::unique_ptr<UdpTransport> transport(new UdpTransport(std::move(socket)));
145 if (!transport->InitializeProtocol(error)) {
149 return transport;
373 std::unique_ptr<Transport> Connect(const std::string& hostname, int port, std::string* error) {
380 std::unique_ptr<Transport> Connect(std::unique_ptr<Socket> sock, std::string* error) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMass.h 2 Definition of USB Mass Storage Class and its value, USB Mass Transport Protocol,
58 Initializes USB transport protocol.
60 This function initializes the USB mass storage class transport protocol.
67 @retval EFI_UNSUPPORTED The transport protocol doesn't support the device.
68 @retval Other The USB transport initialization fails.
79 Execute USB mass storage command through the transport protocol.
81 @param Context The USB Transport Protocol.
110 Reset the USB mass storage device by Transport protocol.
112 @param Context The USB Transport Protocol
130 @param Context The context of the transport protocol.
    [all...]
  /external/libbrillo/brillo/http/
http_transport_curl_unittest.cc 33 transport_ = std::make_shared<Transport>(curl_api_);
53 std::shared_ptr<Transport> transport_;
168 transport_ = std::make_shared<Transport>(curl_api_);
182 std::shared_ptr<Transport> transport_;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_format_remb_unittest.cc 27 class TestTransport : public Transport {
  /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
conference_transport.h 45 class ConferenceTransport: public webrtc::Transport {
100 // Inherit from class webrtc::Transport.
122 static bool Run(void* transport) {
123 return static_cast<ConferenceTransport*>(transport)->DispatchPackets();
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
rtp_rtcp_extensions.cc 22 class ExtensionVerifyTransport : public webrtc::Transport {
  /external/webrtc/webrtc/voice_engine/
voe_network_impl.cc 39 Transport& transport) {
47 return channelPtr->RegisterExternalTransport(transport);
85 LOG_F(LS_ERROR) << "No external transport for channel: " << channel;
108 LOG_F(LS_ERROR) << "No external transport for channel: " << channel;

Completed in 2168 milliseconds

1 2 3 45 6 7 8 91011>>