/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
android_systrace_profiler.py | 62 self._profiler.communicate(input='\n')
|
/external/chromium-trace/catapult/tracing/ |
PRESUBMIT.py | 10 out, _ = p.communicate()
|
/external/compiler-rt/lib/dfsan/scripts/ |
build-libc-list.py | 24 readelf = readelf_proc.communicate()[0].split('\n')
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
gen_dynamic_list.py | 47 nm_out = nm_proc.communicate()[0].decode().split('\n')
|
/external/libchrome/base/allocator/ |
prep_libc.py | 38 out, _ = popen.communicate()
|
/external/libvpx/libvpx/tools/ |
all_builds.py | 12 output = run.communicate()
|
/external/v8/tools/ |
dump-cpp.py | 58 out, err = sp.communicate()
|
/external/v8/tools/gyp/test/lib/ |
TestMac.py | 18 o = proc.communicate()[0].strip()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
all_builds.py | 12 output = run.communicate()
|
/ndk/tests/build/standalone-toolchain/ |
test.py | 63 out, _ = proc.communicate()
|
/ndk/tests/ |
prepare-buildbot-emulators.py | 98 proc.communicate('no\n') # No custom hardware profile.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_tool.py | 44 out, err = proc.communicate(self.data.encode())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_tool.py | 44 out, err = proc.communicate(self.data.encode())
|
/external/llvm/utils/lit/lit/ |
util.py | 68 out,_ = p.communicate() 167 out,err = p.communicate(input=input) 187 out, err = cmd.communicate()
|
/external/selinux/policycoreutils/sepolicy/ |
selinux_server.py | 29 output = p.communicate() 43 output = p.communicate() 57 output = p.communicate()
|
/external/v8/build/util/ |
lastchange.py | 108 output = proc.communicate()[0].strip() 116 output = proc.communicate()[0] 141 output = proc.communicate()[0].strip()
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_sysconfig.py | 253 return p.communicate() 297 test_platform = p.communicate()[0].strip() 317 test_platform = p.communicate()[0].strip()
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_sysconfig.py | 253 return p.communicate() 297 test_platform = p.communicate()[0].strip() 317 test_platform = p.communicate()[0].strip()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sysconfig.py | 253 return p.communicate() 297 test_platform = p.communicate()[0].strip() 317 test_platform = p.communicate()[0].strip()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sysconfig.py | 253 return p.communicate() 297 test_platform = p.communicate()[0].strip() 317 test_platform = p.communicate()[0].strip()
|
/cts/hostsidetests/theme/ |
android_device.py | 35 return adbProcess.communicate()
|
/development/testrunner/ |
android_build.py | 85 shell=True).communicate()[0]
|
/external/autotest/client/cros/image_comparison/ |
pdiff_image_comparer.py | 74 output = p.communicate()
|
/external/chromium-trace/catapult/firefighter/bin/ |
packaging.py | 91 stdout, _ = process.communicate()
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
wdg_validate.py | 91 stdout = proc.communicate(page)[0]
|