OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_sockets
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/cros/netprotos/
fake_host.py
16
self.
_sockets
= []
27
self.
_sockets
.append(sock)
zeroconf_unittest.py
78
self.assertEqual(len(self._host.
_sockets
), 1)
79
sock = self._host.
_sockets
[0]
139
sock = self._host.
_sockets
[0]
/external/python/cpython3/Lib/test/test_asyncio/
test_server.py
59
self.assertIsNone(srv.
_sockets
)
112
self.assertIsNone(srv.
_sockets
)
/external/python/cpython3/Lib/asyncio/
base_events.py
252
self.
_sockets
= sockets
266
assert self.
_sockets
is not None
272
if self._active_count == 0 and self.
_sockets
is None:
286
for sock in self.
_sockets
:
300
if self.
_sockets
is None:
302
return list(self.
_sockets
)
305
sockets = self.
_sockets
308
self.
_sockets
= None
333
if self.
_sockets
is None:
351
if self.
_sockets
is None or self._waiters is None
[
all
...]
/external/libnl/python/netlink/
core.py
259
_sockets
= {}
variable
263
sock =
_sockets
[protocol]
267
_sockets
[protocol] = sock
Completed in 992 milliseconds