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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/tools/gyp/test/mac/
gyptest-sdkroot.py 26 proc.communicate()
34 sdk_path = proc.communicate()[0].rstrip('\n')
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-strip.py 32 o = proc.communicate()[0]
  /external/chromium_org/tools/
diagnose-me.py 26 stdout = proc.communicate()[0]
37 stdout = proc.communicate()[0]
73 stdout = proc.communicate()[0]
  /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]
  /external/chromium_org/tools/win/split_link/
graph_dependencies.py 24 popen.communicate()
33 out, _ = popen.communicate()
  /external/chromium/build/
compiler_version.py 23 gcc_output = pipe.communicate()[0]
  /external/chromium_org/build/android/buildbot/tests/
bb_run_bot_test.py 17 _, err = proc.communicate()
  /external/chromium_org/build/
compiler_version.py 23 gcc_output, gcc_error = pipe.communicate()
  /external/chromium_org/printing/
cups_config_helper.py 32 flags = cups.communicate()[0].strip()
  /external/chromium_org/tools/git/
mass-rename.py 28 out, _ = popen.communicate()
mffr.py 60 shell=_USE_SHELL).communicate()
130 shell=_USE_SHELL).communicate()
  /external/chromium_org/tools/gyp/test/linux/
gyptest-implicit-rpath.py 28 o = proc.communicate()[0]
  /external/chromium_org/build/android/
provision_devices.py 25 stdout, _ = ps.communicate()
64 p.communicate('/data/local/tmp/adb_reboot; exit\n')
  /external/chromium_org/chrome/test/functional/
chromeos_gsm_compliance.py 23 stdout=sub.PIPE, shell=True).communicate()
47 shell=True, stdout=sub.PIPE).communicate()
  /external/skia/tools/
merge_static_libs.py 34 obj_str = proc.communicate()[0]
43 elif 'thin archive' in proc.communicate()[0]:
  /external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py 76 out, _ = popen.communicate()
89 out, _ = popen.communicate()
121 out, _ = popen.communicate()
142 out, _ = popen.communicate()
157 out, _ = popen.communicate()
  /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/chrome/test/functional/media/
audio_tools.py 104 output, error = p.communicate()
142 output, error = p.communicate()
166 output, error = p.communicate()
  /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()
  /external/chromium_org/tools/android/
find_unused_resources.py 27 dump_out, _ = p.communicate()
57 grep_out, grep_err = p.communicate()

Completed in 1072 milliseconds

1 2 3 4 5 6 7 8 910