Home
last modified time | relevance | path

Searched defs:communicate (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/test/
Dtest_file_eintr.py46 communicate=True): argument
/third_party/python/Lib/asyncio/
Dsubprocess.py182 async def communicate(self, input=None): member in Process
/third_party/mesa3d/bin/pick/
Dcore_test.py254 async def communicate(self) -> typing.Tuple[bytes, bytes]: member in TestResolveNomination.FakeSubprocess
/third_party/python/Lib/
Dsubprocess.py1105 def communicate(self, input=None, timeout=None): member in Popen
/third_party/nghttp2/src/
Dnghttp.cc2283 int communicate( in communicate() function