/external/webkit/Tools/BuildSlaveSupport/ |
built-product-archive | 129 shell=True, stdout=subprocess.PIPE).communicate()[0].strip()
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_endtoend.py | 513 stdoutdata, stderrdata = client.communicate() 528 stdoutdata, stderrdata = client.communicate()
|
/external/chromium/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/clang/utils/ |
CmpDriver | 115 out,err = p.communicate()
|
token-delta.py | 114 out,err = p.communicate()
|
FuzzTest | 140 p.communicate()
|
/external/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/icu4c/test/depstest/ |
depstest.py | 53 stdout=subprocess.PIPE).communicate()[0]
|
/external/libvpx/libvpx/third_party/googletest/src/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/llvm/utils/lit/lit/ |
TestRunner.py | 36 out,err = p.communicate() 197 procData[-1] = procs[-1].communicate()
|
/build/tools/releasetools/ |
sign_target_files_apks | 248 data, _ = p.communicate()
|
ota_from_target_files | 164 output, error = p.communicate(input)
|
/external/chromium-trace/ |
systrace.py | 45 out, err = adb.communicate()
|
/external/llvm/utils/Misc/ |
zkill | 74 out,err = p.communicate()
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
executive.py | 372 output = process.communicate(string_to_communicate)[0]
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
json_results_generator.py | 342 stdout=subprocess.PIPE).communicate()[0]
|
/external/oprofile/ |
oprofile_android | 63 stdout, stderr = popen.communicate()
|
/external/webkit/Tools/Scripts/ |
run-qtwebkit-tests | 156 test_suite.set_output(tst.communicate()[0]) # takes stdout only, in developer mode it would be None.
|
/external/llvm/utils/ |
llvm-compilers-check | 304 (stdoutdata, stderrdata) = proc.communicate()
|
/frameworks/compile/libbcc/gdb_plugin/ |
android-commands.py | 56 out, err = p.communicate()
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
scm_unittest.py | 63 process.communicate() # ignore output [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
main.js | 18 * Object to communicate between the renderer and the browser. [all...] |
/frameworks/base/docs/html/training/ |
training_toc.cs | [all...] |
/external/ceres-solver/docs/ |
solving.tex | 374 Instances of the \texttt{ParameterBlockOrdering} class are used to communicate this [all...] |
/external/regex-re2/lib/codereview/ |
codereview.py | [all...] |