/external/syzkaller/vendor/golang.org/x/oauth2/ |
D | transport.go | 20 type Transport struct { struct 23 Source TokenSource 27 Base http.RoundTripper 29 mu sync.Mutex // guards modReq 30 modReq map[*http.Request]*http.Request // original -> modified 36 func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error) { 61 func (t *Transport) CancelRequest(req *http.Request) { 74 func (t *Transport) base() http.RoundTripper { 81 func (t *Transport) setModReq(orig, mod *http.Request) {
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/ |
D | Transport.java | 45 abstract public class Transport { class 76 public Transport() { in Transport() method in Transport 79 public Transport(String url) { in Transport() method in Transport 83 public Transport(String url, int timeout) { in Transport() method in Transport 88 public Transport(String url, int timeout, int bufferLength) { in Transport() method in Transport 105 public Transport(Proxy proxy, String url) { in Transport() method in Transport 110 public Transport(Proxy proxy, String url, int timeout) { in Transport() method in Transport 116 public Transport(Proxy proxy, String url, int timeout, int bufferLength) { in Transport() method in Transport
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
D | transport.go | 56 type Transport struct { struct 64 DialTLS func(network, addr string, cfg *tls.Config) (net.Conn, error) 68 TLSClientConfig *tls.Config 72 ConnPool ClientConnPool 82 DisableCompression bool 86 AllowHTTP bool 95 MaxHeaderListSize uint32 100 t1 *http.Transport 102 connPoolOnce sync.Once 103 connPoolOrDef ClientConnPool // non-nil version of ConnPool [all …]
|
D | not_go16.go | 14 func configureTransport(t1 *http.Transport) (*Transport, error) { 18 func transportExpectContinueTimeout(t1 *http.Transport) time.Duration {
|
D | configure_transport.go | 15 func configureTransport(t1 *http.Transport) (*Transport, error) { 60 func registerHTTPSProtocol(t *http.Transport, rt http.RoundTripper) (err error) {
|
D | go16.go | 14 func transportExpectContinueTimeout(t1 *http.Transport) time.Duration {
|
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/ |
D | Transport.java | 24 public enum Transport { enum 40 Transport(boolean tlsSupported, String description, in Transport() method in Transport
|
/external/grpc-grpc/src/core/lib/transport/ |
D | README.md | 1 # Transport chapter
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/connect/ |
D | Transport.java | 46 public interface Transport { interface
|
/external/syzkaller/vendor/google.golang.org/api/googleapi/transport/ |
D | apikey.go | 22 Transport http.RoundTripper member
|
/external/grpc-grpc-java/ |
D | README.md | 205 ### Transport subsection
|
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/ |
D | ServerConfiguration.java | 89 public enum Transport { enum in ServerConfiguration 105 Transport(boolean tlsSupported, String description, in Transport() method in ServerConfiguration.Transport
|
/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/ |
D | TransportBenchmark.java | 59 public enum Transport { enum in TransportBenchmark
|
/external/libbrillo/brillo/http/ |
D | http_transport_curl.cc | 101 Transport::Transport(const std::shared_ptr<CurlInterface>& curl_interface) in Transport() function in brillo::http::curl::Transport 106 Transport::Transport(const std::shared_ptr<CurlInterface>& curl_interface, in Transport() function in brillo::http::curl::Transport
|
D | http_transport_fake.cc | 27 Transport::Transport() { in Transport() function in brillo::Transport
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_rtcp.h | 26 class Transport; variable
|
/external/python/cpython3/Lib/asyncio/ |
D | transports.py | 136 class Transport(ReadTransport, WriteTransport): class
|
/external/webrtc/webrtc/p2p/base/ |
D | transport.cc | 66 Transport::Transport(const std::string& name, PortAllocator* allocator) in Transport() function in cricket::Transport
|
/external/python/cpython2/Lib/test/ |
D | test_xmlrpc.py | 786 class Transport(xmlrpclib.Transport): class in GzipServerTestCase
|
/external/python/cpython3/Lib/test/ |
D | test_xmlrpc.py | 1099 class Transport(xmlrpclib.Transport): class in GzipServerTestCase
|
/external/python/cpython3/Lib/xmlrpc/ |
D | client.py | 1120 class Transport: class
|
/external/python/cpython2/Lib/ |
D | xmlrpclib.py | 1251 class Transport: class
|