Home
last modified time | relevance | path

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

/external/libaom/tools/
Dlint-hunks.py50 def communicate(self, *args, **kwargs): member in Subprocess
/external/libvpx/tools/
Dlint-hunks.py48 def communicate(self, *args, **kwargs): member in Subprocess
/external/python/cpython3/Lib/test/
Dtest_file_eintr.py49 communicate=True): argument
/external/python/cpython3/Lib/asyncio/
Dsubprocess.py188 async def communicate(self, input=None): member in Process
/external/mesa3d/bin/pick/
Dcore_test.py306 async def communicate(self) -> typing.Tuple[bytes, bytes]: member in TestResolveNomination.FakeSubprocess
/external/selinux/python/sepolicy/
Dsepolicy.py416 def communicate(args): function
/external/python/cpython3/Lib/
Dsubprocess.py1175 def communicate(self, input=None, timeout=None): member in Popen