/external/autotest/server/hosts/ |
rpc_server_tracker.py | 313 kwargs['transport'] = TimeoutXMLRPCTransport(timeout=timeout) 317 class TimeoutXMLRPCTransport(xmlrpclib.Transport): 318 """A Transport subclass supporting timeout.""" 322 @param timeout: Timeout in seconds for a HTTP request through this transport layer. 323 @param *args: args to xmlrpclib.Transport. 324 @param **kwargs: kwargs to xmlrpclib.Transport. 327 xmlrpclib.Transport.__init__(self, *args, **kwargs) 332 """Overwrites make_connection in xmlrpclib.Transport with timeout.
|
/external/curl/docs/cmdline-opts/ |
cacert.d | 22 (iOS and macOS only) If curl is built against Secure Transport, then this
|
/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/ |
TransportBenchmark.java | 59 public enum Transport { 64 public Transport transport; field in class:TransportBenchmark 78 switch (transport) { 139 throw new Exception("Unknown transport: " + transport);
|
/external/libbrillo/brillo/http/ |
http_connection_curl.cc | 56 const std::shared_ptr<http::Transport>& transport) 57 : http::Connection(transport), 157 Transport::AddEasyCurlError(error, FROM_HERE, ret, curl_interface_.get());
|
http_request.h | 218 // |transport| is the HTTP transport implementation for server communications. 221 std::shared_ptr<Transport> transport); 297 // Implementation that provides particular HTTP transport. 298 std::shared_ptr<Transport> transport_;
|
http_request.cc | 109 std::shared_ptr<Transport> transport) 110 : transport_(transport), request_url_(url), method_(method) { 113 transport_ = http::Transport::CreateDefault();
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
not_go17.go | 87 func (t *Transport) idleConnTimeout() time.Duration { return 0 }
|
go17.go | 42 func (t *Transport) idleConnTimeout() time.Duration {
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
rtp_rtcp.h | 26 class Transport; 47 * outgoing_transport - Transport object that will be called when packets 63 Transport* outgoing_transport;
|
/external/scapy/test/ |
ipsec.uts | 8 + IPv4 / ESP - Transport - Encryption Algorithms 11 = IPv4 / ESP - Transport - NULL - NULL 45 = IPv4 / ESP - Transport - DES - NULL 97 = IPv4 / ESP - Transport - 3DES - NULL 149 = IPv4 / ESP - Transport - AES-CBC - NULL 201 = IPv4 / ESP - Transport - AES-CTR - NULL 252 = IPv4 / ESP - Transport - Blowfish - NULL 303 = IPv4 / ESP - Transport - CAST - NULL 597 + IPv4 / ESP - Transport - Authentication Algorithms 600 = IPv4 / ESP - Transport - NULL - HMAC-SHA1-9 [all...] |
/external/syzkaller/vendor/cloud.google.com/go/compute/metadata/ |
metadata.go | 68 Transport: &http.Transport{ 77 Transport: &http.Transport{ 250 // metaClient's Transport.ResponseHeaderTimeout or 251 // Transport.Dial.Timeout fires (in two seconds).
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/ |
after_initialization_fixture.h | 28 class LoopBackTransport : public webrtc::Transport { 94 static bool NetworkProcess(void* transport) { 95 return static_cast<LoopBackTransport*>(transport)->SendPackets();
|
/external/syzkaller/vendor/golang.org/x/oauth2/internal/ |
transport.go | 59 return hc.Transport
|
/external/syzkaller/vendor/google.golang.org/api/gensupport/ |
send.go | 37 // done by the default http.Transport. See https://github.com/google/google-api-go-client/issues/219.
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtcp_sender.h | 31 #include "webrtc/transport.h" 80 Transport* outgoing_transport); 206 Transport* const transport_;
|
rtcp_sender.cc | 86 explicit PacketContainer(Transport* transport) 87 : transport_(transport), bytes_sent_(0) {} 104 Transport* transport_; 145 Transport* outgoing_transport) [all...] |
rtp_sender.h | 29 #include "webrtc/transport.h" 92 Transport* transport, 373 // Update the transport sequence number of the packet using a new sequence 404 Transport *transport_;
|
/external/webrtc/webrtc/video/ |
vie_channel.h | 70 Transport* transport, 292 Transport* outgoing_transport,
|
/external/syzkaller/vendor/golang.org/x/oauth2/google/ |
sdk.go | 125 // context. The returned client and its Transport should not be 129 Transport: &oauth2.Transport{
|
/external/bcc/src/lua/bpf/ |
proto.lua | 391 tos_ect = 0x02, -- ECN-capable transport 442 proto_tppp = 39, -- TP++ Transport Protocol 443 proto_il = 40, -- IL Transport Protocol 458 proto_tlsp = 56, -- Transport Layer Security 483 proto_vmtp = 81, -- Versatile Msg Transport 494 proto_mtp = 92, -- Multicast Transport Proto 515 proto_pgm = 113, -- PGM Reliable Transport 528 proto_crtp = 126, -- Combat Radio Transport
|
/external/python/cpython3/Lib/test/ |
test_xmlrpc.py | 288 transp = xmlrpc.client.Transport() [all...] |
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/ |
LoadClient.java | 26 import io.grpc.benchmarks.Transport; 84 Epoll.isAvailable() ? Transport.NETTY_EPOLL : Transport.NETTY_NIO,
|
/external/webrtc/webrtc/voice_engine/ |
channel.h | 164 public Transport, 225 int32_t RegisterExternalTransport(Transport& transport); 394 // From Transport (called by the RTP/RTCP module) 563 Transport* _transportPtr; // WebRtc socket or external transport
|
/cts/hostsidetests/incident/src/com/android/server/cts/ |
JobSchedulerIncidentTest.java | 244 for (NetworkCapabilitiesProto.Transport t : nc.getTransportsList()) { 245 assertTrue(NetworkCapabilitiesProto.Transport.getDescriptor().getValues()
|
/external/syzkaller/vendor/golang.org/x/oauth2/ |
oauth2.go | 188 // HTTP transport will be obtained using the provided context. 189 // The returned client and its Transport should not be modified. 301 return &http.Client{Transport: internal.ErrorTransport{Err: err}} 306 Transport: &Transport{
|