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

<<11121314151617181920>>

  /development/vndk/tools/header-checker/utils/
utils.py 205 out, err = proc.communicate()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
script_helper.py 31 out, err = p.communicate()
test_platform.py 19 return p.communicate()
test_sys.py 184 stdout, stderr = process.communicate()
448 out = p.communicate()[0].strip()
454 out = p.communicate()[0].strip()
472 executable = p.communicate()[0].strip()
test_xpickle.py 109 stdout, stderr = worker.communicate(data)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
VpdInfoFile.py 247 (out, error) = PopenObject.communicate()
  /external/autotest/client/cros/audio/
cmd_utils.py 176 out = ps.communicate()[0] if stdout == subprocess.PIPE else None
  /external/autotest/client/site_tests/platform_TLSDateActual/
platform_TLSDateActual.py 162 out = p.communicate()[1]
  /external/autotest/site_utils/presubmit_hooks/
check_control_files.py 105 new_useflags = child.communicate()[0].splitlines()
  /external/boringssl/src/third_party/fiat/
make_curve25519_tables.py 235 proc.communicate(buf.getvalue())
  /external/capstone/suite/
test_mc.py 57 output = p.communicate(input=hexcode)[0]
  /external/clang/utils/
CmpDriver 120 out,err = p.communicate()
  /external/devlib/devlib/instrument/
energy_probe.py 82 stdout, stderr = self.process.communicate()
  /external/google-breakpad/src/testing/gtest/test/
gtest_test_utils.py 233 # communicate returns a tuple with the file obect for the child's
235 self.output = p.communicate()[0]
  /external/googletest/googletest/test/
gtest_test_utils.py 248 # communicate returns a tuple with the file object for the child's
250 self.output = p.communicate()[0]
  /external/icu/icu4c/source/test/depstest/
depstest.py 55 stdout=subprocess.PIPE).communicate()[0]
  /external/iptables/
iptables-test.py 114 out, err = proc.communicate()
  /external/jsoncpp/
doxybuild.py 68 stdout, _ = process.communicate()
  /external/owasp/sanitizer/tools/
cut_release.py 69 .communicate()[0])
  /external/protobuf/gtest/test/
gtest_test_utils.py 237 # communicate returns a tuple with the file obect for the child's
239 self.output = p.communicate()[0]
  /external/python/cpython2/Lib/test/
script_helper.py 37 out, err = p.communicate()
test_hash.py 163 out, err = p.communicate()
test_platform.py 19 return p.communicate()
test_xpickle.py 114 stdout, stderr = worker.communicate(data)
  /external/python/cpython2/Tools/scripts/
patchcheck.py 46 bstdout, _ = st.communicate()

Completed in 1119 milliseconds

<<11121314151617181920>>