Searched refs:transports (Results 1 - 16 of 16) sorted by relevance

/external/python/cpython3/Lib/asyncio/
H A D__init__.py31 from .transports import *
43 transports.__all__)
H A Dproactor_events.py17 from . import transports namespace
21 class _ProactorBasePipeTransport(transports._FlowControlMixin,
22 transports.BaseTransport):
23 """Base class for pipe and socket transports."""
152 transports.ReadTransport):
230 transports.WriteTransport):
337 transports.Transport):
349 transports.Transport):
H A Dbase_subprocess.py7 from . import transports namespace
12 class BaseSubprocessTransport(transports.SubprocessTransport):
H A Dsslproto.py11 from . import transports namespace
294 class _SSLProtocolTransport(transports._FlowControlMixin,
295 transports.Transport):
H A Dunix_events.py23 from . import transports namespace
324 class _UnixReadPipeTransport(transports.ReadTransport):
455 class _UnixWritePipeTransport(transports._FlowControlMixin,
456 transports.WriteTransport):
H A Dselector_events.py26 from . import transports namespace
541 class _SelectorTransport(transports._FlowControlMixin,
542 transports.Transport):
/external/python/cpython3/Lib/test/test_asyncio/
H A Dtest_transports.py1 """Tests for transports.py."""
7 from asyncio import transports namespace
66 class MyTransport(transports._FlowControlMixin,
67 transports.Transport):
/external/adhd/cras/src/server/
H A Dcras_bt_transport.c40 static struct cras_bt_transport *transports; variable in typeref:struct:cras_bt_transport
63 DL_APPEND(transports, transport);
75 DL_DELETE(transports, transport);
89 while (transports) {
91 transports->object_path);
92 cras_bt_transport_destroy(transports);
101 DL_FOREACH(transports, transport) {
116 DL_FOREACH(transports, transport) {
/external/webrtc/webrtc/p2p/base/
H A Dsessiondescription.h96 const TransportInfos& transports,
99 transport_infos_(transports),
95 SessionDescription(const ContentInfos& contents, const TransportInfos& transports, const ContentGroups& groups) argument
H A Dtransportcontroller.h43 // Can only be set before transports are created.
71 // Start gathering candidates for any new transports, or transports doing an
102 // If all transports done gathering => complete,
119 const std::map<std::string, Transport*>& transports() { return transports_; } function in class:cricket::TransportController
208 // TODO(deadbeef): Move the fields below down to the transports themselves
H A Dfaketransportcontroller.h523 for (auto& kv : transports()) {
530 for (auto& kv : transports()) {
/external/oj-libjdwp/src/share/back/
H A DdebugInit.c82 static struct bag *transports; /* of TransportSpec */ variable in typeref:struct:bag
98 * Elements of the transports bag
809 * Initialize transports
816 (void)bagEnumerateOver(transports, startTransport, &arg);
820 * 1) none of the transports was successfully started, and
826 EXIT_ERROR(map2jvmtiError(arg.error), "No transports initialized");
901 (void)bagEnumerateOver(transports, startTransport, &arg);
1157 transports = bagCreateBag(sizeof(TransportSpec), 3);
1158 if (transports == NULL) {
1159 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"transports");
[all...]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Djquery-1.7.1.js6868 transports = {},
6930 // Base inspection function for prefilters and transports
7209 ajaxTransport: addToPrefiltersOrTransports( transports ),
7560 transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 226 milliseconds