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

/external/chromium_org/third_party/libvpx/source/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]
/external/libvpx/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]
/external/chromium_org/build/android/buildbot/
H A Dbb_utils.py49 def communicate(): member in class:SpawnCmd.MockPopen
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dvtune_profiler_unittest.py20 def communicate(self): member in class:MockPopen
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dsystem_stub.py321 def communicate(self): member in class:SubprocessModuleStub.PopenStub

Completed in 1198 milliseconds