HomeSort by relevance Sort by last modified time
    Searched refs:communicate (Results 1 - 25 of 302) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/
diagnose-me.py 26 stdout = proc.communicate()[0]
37 stdout = proc.communicate()[0]
73 stdout = proc.communicate()[0]
89 stdout = proc.communicate()[0]
  /external/chromium_org/tools/gyp/test/ios/app-bundle/TestApp/
check_no_signature.py 10 o = proc.communicate()[0].strip()
  /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/tools/gyp/test/mac/
gyptest-xctest.py 23 out, err = job.communicate()
gyptest-installname.py 29 o = proc.communicate()[0]
gyptest-postbuild-fail.py 39 out, err = job.communicate()
gyptest-rpath.py 29 o = proc.communicate()[0]
gyptest-sdkroot.py 27 return proc.communicate()[0].rstrip('\n')
  /external/chromium_org/tools/win/split_link/
graph_dependencies.py 24 popen.communicate()
33 out, _ = popen.communicate()
  /external/chromium_org/tools/gyp/test/ios/
gyptest-per-config-settings.py 22 o = proc.communicate()[0].strip()
33 return "0 valid identities found" not in proc.communicate()[0].strip()
37 o = proc.communicate()[0].strip()
47 o = proc.communicate()[0].strip()
69 return job.communicate()[0].strip()
  /external/chromium_org/build/android/buildbot/tests/
bb_run_bot_test.py 17 _, err = proc.communicate()
  /external/chromium_org/third_party/angle/src/
commit_id.py 9 return sp.Popen(command, stdout=sp.PIPE, shell=True, cwd=cwd).communicate()[0].strip()
  /external/chromium_org/tools/git/
mass-rename.py 28 out, _ = popen.communicate()
  /external/chromium_org/tools/gyp/test/linux/
gyptest-implicit-rpath.py 28 o = proc.communicate()[0]
  /external/chromium_org/tools/gyp/test/no-cpp/
gyptest-no-cpp.py 33 output = proc.communicate()[0]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
convert_svg_images_to_png.py 46 proc.communicate()
84 (convert_out, _) = proc.communicate()
optimize_png_images.py 65 proc.communicate()
100 (optimize_out, _) = proc.communicate()
  /external/chromium_org/third_party/skia/tools/
merge_static_libs.py 34 obj_str = proc.communicate()[0]
43 elif 'thin archive' in proc.communicate()[0]:
  /external/skia/tools/
merge_static_libs.py 34 obj_str = proc.communicate()[0]
43 elif 'thin archive' in proc.communicate()[0]:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 48 communicate=True):
58 communicate: bool, when True we call communicate() on the process
67 if communicate:
68 stdout_end, stderr_end = self._process.communicate()
138 stdout, stderr = self._process.communicate(input=b'\n')
142 stdout, stderr, communicate=False)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 48 communicate=True):
58 communicate: bool, when True we call communicate() on the process
67 if communicate:
68 stdout_end, stderr_end = self._process.communicate()
138 stdout, stderr = self._process.communicate(input=b'\n')
142 stdout, stderr, communicate=False)
  /development/testrunner/
run_command.py 107 output = pipe.communicate(input=stdin_input)[0]
171 print subproc.communicate()[0]
179 valgrind_out = subproc.communicate()[0].strip()
  /external/chromium_org/third_party/android_testrunner/
run_command.py 108 pipe.communicate(input=stdin_input)
167 print subproc.communicate()[0]
175 valgrind_out = subproc.communicate()[0].strip()

Completed in 882 milliseconds

1 2 3 4 5 6 7 8 91011>>