Home
last modified time | relevance | path

Searched refs:streamingProducer (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/protocols/test/
H A Dtest_tls.py1287 consumer.registerProducer(streamingProducer, True)
1295 streamingProducer.stopStreaming()
1308 streamingProducer.startStreaming()
1360 streamingProducer.startStreaming()
1415 streamingProducer.startStreaming()
1444 streamingProducer.stopStreaming()
1448 streamingProducer.startStreaming()
1450 done = streamingProducer._coopTask.whenDone()
1509 streamingProducer.startStreaming()
1510 streamingProducer.stopStreaming()
[all …]
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/protocols/test/
H A Dtest_tls.py1583 streamingProducer.stopStreaming()
1599 streamingProducer.startStreaming()
1652 streamingProducer.startStreaming()
1709 streamingProducer.startStreaming()
1737 streamingProducer.stopStreaming()
1742 streamingProducer.startStreaming()
1744 done = streamingProducer._coopTask.whenDone()
1810 streamingProducer.startStreaming()
1811 streamingProducer.stopStreaming()
1812 streamingProducer.stopStreaming()
[all …]
/dports/devel/py-epsilon/epsilon-0.8.0/epsilon/test/
H A Dutils.py19 streamingProducer = 0 variable in FileWrapper
41 self.streamingProducer = streaming
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/internet/
H A Dabstract.py74 streamingProducer = False variable in _ConsumerMixin
110 self.streamingProducer = streaming
276 (not self.streamingProducer) or self.producerPaused
341 if self.producer is not None and self.streamingProducer:
H A D_pollingfile.py165 self.streamingProducer = 0
187 (not self.streamingProducer) or self.producerPaused
215 self.streamingProducer = streaming
H A D_newtls.py127 producer, streaming = transport.producer, transport.streamingProducer
H A Dprotocol.py817 streamingProducer = 0 variable in FileWrapper
839 self.streamingProducer = streaming
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/internet/
H A Dabstract.py74 streamingProducer = False variable in _ConsumerMixin
110 self.streamingProducer = streaming
272 if self.producer is not None and ((not self.streamingProducer)
331 if self.producer is not None and self.streamingProducer:
H A D_pollingfile.py170 self.streamingProducer = 0
192 if self.producer is not None and ((not self.streamingProducer) or
219 self.streamingProducer = streaming
H A D_newtls.py136 producer, streaming = transport.producer, transport.streamingProducer
H A Dprotocol.py779 streamingProducer = 0 variable in FileWrapper
801 self.streamingProducer = streaming
/dports/net-p2p/py-vertex/Vertex-0.3.1/vertex/
H A Dsubproducer.py77 ((not self.streamingProducer) or
118 self.streamingProducer = streaming
H A Dptcp.py593 if (not self.streamingProducer) or self.producerPaused:
618 streamingProducer = False variable in PTCPConnection
630 self.streamingProducer = streaming
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/test/
H A Diosim.py69 streamingProducer = 0 variable in FakeTransport
120 if self.producer and not self.streamingProducer:
128 self.streamingProducer = streaming
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/internet/iocpreactor/
H A Dabstract.py213 (not self.streamingProducer) or self.producerPaused
267 if self.producer is not None and self.streamingProducer:
281 if self.producer is not None and self.streamingProducer:
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/internet/iocpreactor/
H A Dabstract.py219 if self.producer is not None and ((not self.streamingProducer)
275 if self.producer is not None and self.streamingProducer:
292 if self.producer is not None and self.streamingProducer:
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Diosim.py69 streamingProducer = 0 variable in FakeTransport
123 self.streamingProducer = streaming
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/protocols/
H A Dloopback.py94 self.streamingProducer = streaming
102 if self.producer is not None and not self.streamingProducer:
H A Dtls.py585 producer = streamingProducer = _PullToPush(producer, self)
593 streamingProducer.startStreaming()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/protocols/
H A Dloopback.py92 self.streamingProducer = streaming
100 if self.producer is not None and not self.streamingProducer:
H A Dtls.py598 producer = streamingProducer = _PullToPush(producer, self)
606 streamingProducer.startStreaming()
/dports/net-p2p/py-vertex/Vertex-0.3.1/vertex/test/
H A Dtest_subproducer.py11 self.streamingProducer = streaming
/dports/devel/py-foolscap/foolscap-21.7.0/src/foolscap/
H A Dbroker.py786 self.streamingProducer = streaming
794 if self.producer is not None and not self.streamingProducer:
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/web/
H A Dhttp.py713 self.transport.registerProducer(self.producer, self.streamingProducer)
866 self.streamingProducer = streaming
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/web/
H A Dhttp.py1041 self.streamingProducer = streaming

12