Home
last modified time | relevance | path

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

/external/python/cffi/testing/cffi1/
Dtest_pkgconfig.py54 def communicate(self): member in mock_subprocess.Popen
/external/libvpx/libvpx/tools/
Dlint-hunks.py48 def communicate(self, *args, **kwargs): member in Subprocess
/external/libaom/libaom/tools/
Dlint-hunks.py50 def communicate(self, *args, **kwargs): member in Subprocess
/external/python/cpython2/Lib/test/
Dtest_file_eintr.py48 communicate=True): argument
/external/python/cpython3/Lib/test/
Dtest_file_eintr.py46 communicate=True): argument
/external/python/cpython3/Lib/asyncio/
Dsubprocess.py183 async def communicate(self, input=None): member in Process
/external/mesa3d/bin/pick/
Dcore_test.py254 async def communicate(self) -> typing.Tuple[bytes, bytes]: member in TestResolveNomination.FakeSubprocess
/external/oss-fuzz/infra/base-images/base-builder/
Dbisect_clang_test.py113 def communicate(self, input_data=None): # pylint: disable=unused-argument member in create_mock_popen.MockPopen
/external/selinux/python/sepolicy/
Dsepolicy.py406 def communicate(args): function
/external/python/cpython2/Lib/
Dsubprocess.py452 def communicate(self, input=None): member in Popen
/external/python/cpython3/Lib/
Dsubprocess.py1086 def communicate(self, input=None, timeout=None): member in Popen