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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dlint-hunks.py48 def communicate(self, *args, **kwargs): member in class:Subprocess
49 result = super(Subprocess, self).communicate(*args, **kwargs)
81 tl = tl.communicate()[0].strip()
97 stdout = p.communicate()[0]
116 lint_out = lint.communicate()[1]
122 lint_out = lint.communicate(stdin)[1]

Completed in 58 milliseconds