Home
last modified time | relevance | path

Searched refs:CreateTransport (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dwebapp_test_util.py290 self.bad_path_connection = self.CreateTransport(self.service_url + '_x')
313 self.connection = self.CreateTransport(self.service_url)
315 def CreateTransport(self, service_url, protocol=protojson): member in WebServerTestBase
362 self.other_connection = self.CreateTransport(self.other_service_url)
Dtransport_test.py390 self.connection = self.CreateTransport(self.service_url, protocol_config)
/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_unittest.cc109 TEST_F(UDPTransportTest, CreateTransport) { in TEST_F() argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
Dservice_test.py104 transport = self.CreateTransport(service_url)