/system/core/fastboot/ |
tcp_test.cpp | 122 // Use a raw SocketMock* here because we pass ownership to the Transport object, but we still 125 std::unique_ptr<Transport> transport_; 222 // After closing, Transport Read()/Write() should return -1 without actually attempting any
|
udp_test.cpp | 78 std::unique_ptr<Transport> transport(Connect(std::move(mock_socket_), error)); 80 return transport != nullptr && error->empty(); 302 // Fixture class to test UDP Transport read/write functionality. 344 std::unique_ptr<Transport> transport_; 421 // at the socket layer, a single call to Transport::Read() and Transport::Write() is all the 525 // Tests that attempting to use a closed transport returns -1 without making any socket calls.
|
/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));
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
SipEditor.java | 77 Transport(R.string.transport, R.string.default_transport, NA), 401 .setProtocol(PreferenceKey.Transport.getValue())
|
/external/autotest/server/hosts/ |
paramiko_host.py | 102 def _check_transport_error(self, transport): 103 error = transport.get_exception() 105 transport.close() 110 """Return a socket for use in instantiating a paramiko transport. Does 112 paramiko.Transport constructor accepts.""" 118 transport = paramiko.Transport(self._connect_socket()) 120 transport.start_client(completed) 123 self._check_transport_error(transport) 125 transport.auth_publickey(self.user, pkey, completed [all...] |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
FramedTransport.java | 49 public final class FramedTransport implements Transport {
|
HttpConnection.java | 41 import static com.squareup.okhttp.internal.http.Transport.DISCARD_STREAM_TIMEOUT_MILLIS; 169 /** Returns bytes of a request header for sending on an HTTP transport. */ 183 /** Parses bytes of a response header from an HTTP transport. */
|
HttpEngine.java | 120 private Transport transport; field in class:HttpEngine 221 if (transport != null) throw new IllegalStateException(); 249 transport = Internal.instance.newTransport(connection, this); 265 transport.writeRequestHeaders(networkRequest); 274 transport.writeRequestHeaders(networkRequest); 275 requestBodyOut = transport.createRequestBody(networkRequest, contentLength); 353 * Called immediately before the transport transmits HTTP request headers. 555 if (transport != null && connection != null) { 556 transport.releaseConnectionOnIdle() [all...] |
/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 {
|
rtp_rtcp_impl_unittest.cc | 51 class SendTransport : public Transport, 186 // Transport settings. 354 // Ignore fake transport delays in this test.
|
/external/webrtc/webrtc/p2p/base/ |
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/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...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
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...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
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...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
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/webrtc/talk/media/webrtc/ |
webrtcvideoengine2.h | 44 #include "webrtc/transport.h" 151 public webrtc::Transport,
|
/system/tpm/attestation/server/ |
attestation_service.cc | 683 std::shared_ptr<brillo::http::Transport> transport = http_transport_; local 684 if (!transport) { 685 transport = brillo::http::Transport::CreateDefault(); 693 transport,
|
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/ |
android_test.cc | 135 class my_transportation : public Transport 579 "Enabling external transport on channel %d", 585 "Could not set external transport"); [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar | |