HomeSort by relevance Sort by last modified time
    Searched refs:communicate (Results 26 - 50 of 555) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/autotest/client/tests/sound_infrastructure/
sound_infrastructure.py 77 aplay_list = aplay.communicate()[1]
85 arecord_list = arecord.communicate()[1]
  /external/chromium-trace/
update.py 44 p.communicate()
56 out, err = p.communicate()
  /external/clang/utils/check_cfc/
obj_diff.py 24 (out, err) = p.communicate()
33 (out, err) = p.communicate()
  /external/v8/tools/testrunner/local/
commands.py 100 stdout, stderr = tk.communicate()
112 # Pseudo object to communicate with timer thread.
117 stdout, stderr = process.communicate()
  /external/webrtc/webrtc/tools/e2e_quality/audio/
run_audio_test.py 57 output = proc.communicate()[0]
116 output = proc.communicate()[0]
  /development/gsi/gsi_util/gsi_util/utils/
cmd_utils.py 75 stdout, stderr = proc.communicate()
77 proc.wait() # no need to communicate; just wait.
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/
Rsa2048Sha256Sign.py 100 Version = Process.communicate()
152 PublicKeyHexString = Process.communicate()[0].split('=')[1].strip()
178 Signature = Process.communicate(input=FullInputFileBuffer)[0]
227 Process.communicate(input=FullInputFileBuffer)
  /external/autotest/client/common_lib/
smogcheck_util.py 34 out, err = proc.communicate()
  /external/autotest/client/site_tests/audio_CrasOutputStress/
audio_CrasOutputStress.py 65 output, err = proc.communicate()
  /external/autotest/client/site_tests/firmware_TouchMTB/
common_util.py 35 stdout, _ = proc.communicate()
  /external/autotest/client/site_tests/platform_AccurateTime/
platform_AccurateTime.py 32 (out,err) = proc.communicate()
  /external/autotest/server/cros/
gsutil_wrapper.py 44 output = p.communicate()
  /external/avb/test/
avbtool_signing_helper_test.py 66 p.communicate(data)
avbtool_signing_helper_with_files_test.py 63 (pout, _) = p.communicate(data)
  /external/clang/tools/clang-format/
clang-format-sublime.py 47 output, error = p.communicate(buf.encode(encoding))
  /external/deqp/scripts/src_util/
common.py 92 output = process.communicate()[0]
  /external/flatbuffers/android/jni/
msbuild.py 64 out, err = p.communicate()
  /external/python/cpython3/Lib/test/
test_pdb.py 953 stdout, stderr = proc.communicate(str.encode(commands))
999 stdout, stderr = proc.communicate(b'quit\n')
    [all...]
  /external/scapy/scapy/
__init__.py 47 out, err = p.communicate()
  /external/skia/tools/
find_run_binary.py 30 (stdout, stderr) = proc.communicate()
  /external/skqp/tools/
find_run_binary.py 30 (stdout, stderr) = proc.communicate()
  /external/tensorflow/tensorflow/python/platform/
stacktrace_handler_test.py 60 child_stdout, child_stderr = child_process.communicate()

Completed in 6194 milliseconds

12 3 4 5 6 7 8 91011>>