Searched refs:communicate (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Doptimization_test.py73 out, err = proc.communicate(source.encode('utf-8'))
/xsrc/external/mit/MesaLib/dist/bin/
H A Dgen_release_notes_test.py155 mock_p.communicate = mock_com
H A Dgen_release_notes.py180 out, _ = await p.communicate()
192 _out, _ = await p.communicate()
237 out, _ = await p.communicate()
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Doptimization_test.py91 out, err = proc.communicate(source.encode('utf-8'))
/xsrc/external/mit/MesaLib/dist/bin/pick/
H A Dcore.py158 _, err = await p.communicate()
212 out, _ = await p.communicate()
219 out, _ = await p.communicate()
251 out, _ = await p.communicate()
264 _out, _ = await p.communicate()
H A Dcore_test.py254 async def communicate(self) -> typing.Tuple[bytes, bytes]: member in class:TestResolveNomination.FakeSubprocess
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
H A Dglcpp_test.py72 actual, _ = proc.communicate(contents)
102 _, errors = proc.communicate(contents)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A Dglcpp_test.py68 actual, _ = proc.communicate(f.read())
92 proc.communicate(f.read())
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dv3d.rst10 The v3d Mesa drivers communicate directly with the `v3d
H A Dvc4.rst70 By far the easiest way to communicate bug reports for rendering
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dglsl_scraper.py99 out, err = proc.communicate(timeout=30)

Completed in 7 milliseconds