HomeSort by relevance Sort by last modified time
    Searched defs:communicate (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
lint-hunks.py 48 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/
lint-hunks.py 48 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]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
lint-hunks.py 48 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/
bb_utils.py 49 def communicate(): member in class:SpawnCmd.MockPopen
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
vtune_profiler_unittest.py 20 def communicate(self): member in class:MockPopen
  /external/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py 321 def communicate(self): member in class:SubprocessModuleStub.PopenStub
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 102 stdin and stderr are not updated by the communicate() method.
178 communicate(input=None)
185 communicate() returns a tuple (stdout, stderr).
232 output = Popen(["mycmd", "myarg"], stdout=PIPE).communicate()[0]
241 output = p2.communicate()[0]
569 output, unused_err = process.communicate()
775 def communicate(self, input=None): member in class:Popen
782 communicate() returns a tuple (stdout, stderr)."""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 102 stdin and stderr are not updated by the communicate() method.
178 communicate(input=None)
185 communicate() returns a tuple (stdout, stderr).
232 output = Popen(["mycmd", "myarg"], stdout=PIPE).communicate()[0]
241 output = p2.communicate()[0]
569 output, unused_err = process.communicate()
775 def communicate(self, input=None): member in class:Popen
782 communicate() returns a tuple (stdout, stderr)."""
    [all...]

Completed in 681 milliseconds