Searched defs:communicate (Results 1 – 11 of 11) sorted by relevance
/external/python/cffi/testing/cffi1/ |
D | test_pkgconfig.py | 54 def communicate(self): member in mock_subprocess.Popen
|
/external/libvpx/libvpx/tools/ |
D | lint-hunks.py | 48 def communicate(self, *args, **kwargs): member in Subprocess
|
/external/libaom/libaom/tools/ |
D | lint-hunks.py | 50 def communicate(self, *args, **kwargs): member in Subprocess
|
/external/python/cpython2/Lib/test/ |
D | test_file_eintr.py | 48 communicate=True): argument
|
/external/python/cpython3/Lib/test/ |
D | test_file_eintr.py | 46 communicate=True): argument
|
/external/python/cpython3/Lib/asyncio/ |
D | subprocess.py | 183 async def communicate(self, input=None): member in Process
|
/external/mesa3d/bin/pick/ |
D | core_test.py | 254 async def communicate(self) -> typing.Tuple[bytes, bytes]: member in TestResolveNomination.FakeSubprocess
|
/external/oss-fuzz/infra/base-images/base-builder/ |
D | bisect_clang_test.py | 113 def communicate(self, input_data=None): # pylint: disable=unused-argument member in create_mock_popen.MockPopen
|
/external/selinux/python/sepolicy/ |
D | sepolicy.py | 406 def communicate(args): function
|
/external/python/cpython2/Lib/ |
D | subprocess.py | 452 def communicate(self, input=None): member in Popen
|
/external/python/cpython3/Lib/ |
D | subprocess.py | 1086 def communicate(self, input=None, timeout=None): member in Popen
|