Home
last modified time | relevance | path

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

/external/libvpx/tools/
Dlint-hunks.py48 def communicate(self, *args, **kwargs): member in Subprocess
/external/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.py49 communicate=True): argument
/external/python/cpython3/Lib/asyncio/
Dsubprocess.py185 async def communicate(self, input=None): member in Process
/external/cronet/testing/unexpected_passes_common/
Dunittest_utils.py154 def communicate(self, _) -> Tuple[str, str]: member in FakeProcess
/external/mesa3d/bin/pick/
Dcore_test.py306 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.py416 def communicate(args): function
/external/python/cpython2/Lib/
Dsubprocess.py452 def communicate(self, input=None): member in Popen
/external/python/cpython3/Lib/
Dsubprocess.py1165 def communicate(self, input=None, timeout=None): member in Popen