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

1 2 3 45 6

  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpTransportSE.java 26 package org.ksoap2.transport;
41 public class HttpTransportSE extends Transport {
  /external/python/cpython3/Lib/test/test_asyncio/
test_windows_events.py 77 self.assertIsInstance(trans, asyncio.Transport)
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.h 154 public webrtc::Transport {
203 // implements Transport interface
webrtcvideoengine2.h 44 #include "webrtc/transport.h"
151 public webrtc::Transport,
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.h 30 #include "webrtc/p2p/base/transport.h"
70 P2PTransport* transport,
75 Transport* GetTransport() override { return transport_; }
190 // A transport channel is weak if the current best connection is either
transport_unittest.cc 19 using cricket::Transport;
83 // Changing the transport role from CONTROLLING to CONTROLLED.
dtlstransportchannel.cc 70 // Always succeeds, since this is an unreliable transport anyway.
92 Transport* transport,
95 transport_(transport),
  /external/webrtc/webrtc/test/channel_transport/
udp_transport.h 15 #include "webrtc/transport.h"
64 // Transport layer port number.
111 class UdpTransport : public Transport {
  /external/syzkaller/vendor/golang.org/x/oauth2/jwt/
jwt.go 73 // HTTP transport and adding Authorization headers with tokens
76 // The returned client and its Transport should not be modified.
  /external/syzkaller/vendor/golang.org/x/oauth2/
token.go 76 // This method is unnecessary when using Transport or an HTTP Client
  /external/syzkaller/vendor/google.golang.org/appengine/internal/
api.go 60 Transport: &http.Transport{
396 tr := apiHTTPClient.Transport.(*http.Transport)
api_pre17.go 60 Transport: &http.Transport{
418 tr := apiHTTPClient.Transport.(*http.Transport)
  /external/webrtc/webrtc/test/
call_test.cc 180 Transport* send_transport) {
206 void CallTest::CreateMatchingReceiveConfigs(Transport* rtcp_send_transport) {
mock_voice_engine.h 251 int(int channel, Transport& transport));
  /external/python/cpython2/Lib/
xmlrpclib.py 29 # 2001-09-03 fl Allow Transport subclass to override getparser
121 Transport Handles an HTTP transaction to an XML-RPC server
230 # transport layer, if the server returns an error code other than 200
472 # Wrapper for binary data. This can be used to transport any kind
    [all...]
  /external/syzkaller/vendor/golang.org/x/net/http2/
http2.go 10 // For use in earlier Go versions see ConfigureServer. (Transport support
383 // up Opaque URLs before sending requests from the Transport.
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 63 int32_t(Transport* outgoingTransport));
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
nack_rtx_unittest.cc 25 #include "webrtc/transport.h"
67 class RtxLoopBackTransport : public webrtc::Transport {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmlrpclib.py 29 # 2001-09-03 fl Allow Transport subclass to override getparser
120 Transport Handles an HTTP transaction to an XML-RPC server
229 # transport layer, if the server returns an error code other than 200
471 # Wrapper for binary data. This can be used to transport any kind
    [all...]
  /external/python/cpython3/Lib/xmlrpc/
client.py 29 # 2001-09-03 fl Allow Transport subclass to override getparser
114 Transport Handles an HTTP transaction to an XML-RPC server
194 # transport layer, if the server returns an error code other than 200
376 # Wrapper for binary data. This can be used to transport any kind
    [all...]
  /external/webrtc/webrtc/video/
video_quality_test.cc 44 public Transport,
50 VideoAnalyzer(test::LayerFilteringTransport* transport,
59 transport_(transport),
778 void VideoQualityTest::SetupCommon(Transport* send_transport,
779 Transport* recv_transport) {
    [all...]
vie_channel.cc 83 Transport* transport,
126 transport,
    [all...]
  /external/scapy/scapy/layers/
eap.py 323 RFC 5281 - "Extensible Authentication Protocol Tunneled Transport Layer
  /external/python/cpython3/Lib/asyncio/
proactor_events.py 93 warnings.warn(f"unclosed transport {self!r}", ResourceWarning,
97 def _fatal_error(self, exc, message='Fatal error on pipe transport'):
106 'transport': self,
158 """Transport for read pipes."""
277 self._fatal_error(exc, 'Fatal read error on pipe transport')
279 logger.debug("Read error on pipe transport while closing",
284 self._fatal_error(exc, 'Fatal read error on pipe transport')
298 """Transport for write pipes."""
383 self._fatal_error(exc, 'Fatal write error on pipe transport')
414 # the transport has been close
    [all...]
sslproto.py 61 client side transport.
285 transports.Transport):
296 """Get optional transport information."""
309 """Close the transport.
321 warnings.warn(f"unclosed transport {self!r}", ResourceWarning,
328 raise RuntimeError('SSL transport has not been initialized yet')
378 """Write some data bytes to the transport.
391 """Return True if this transport supports write_eof(), False if not."""
395 """Close the transport immediately.
453 # transport, ex: SelectorSocketTranspor
    [all...]

Completed in 916 milliseconds

1 2 3 45 6