/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sys.py | 183 stderr=subprocess.PIPE, env=env) 459 stdout = subprocess.PIPE, env=env) 465 stdout = subprocess.PIPE, env=env) 486 executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir)
|
test_winsound.py | 247 stdout=subprocess.PIPE)
|
regrtest.py | 488 from subprocess import Popen, PIPE 512 stdout=PIPE, stderr=PIPE, [all...] |
test_warnings.py | 714 stdout=subprocess.PIPE, env=newenv) 724 stdout=subprocess.PIPE, env=newenv) 734 stdout=subprocess.PIPE, env=newenv)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_file2k.py | 619 writing a final newline char and closing the infile pipe. 634 # Total pipe IO in this function is smaller than the minimum posix OS 635 # pipe buffer size of 512 bytes. No writer should block. 636 assert len(data_to_write) < 512, 'data_to_write must fit in pipe buf.' 648 stdin=subprocess.PIPE, stdout=subprocess.PIPE, 649 stderr=subprocess.PIPE) 790 stdout=subprocess.PIPE, env=env)
|
test_platform.py | 18 p = subprocess.Popen(cmd, stdout=subprocess.PIPE)
|
test_sys.py | 183 stderr=subprocess.PIPE, env=env) 459 stdout = subprocess.PIPE, env=env) 465 stdout = subprocess.PIPE, env=env) 486 executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir)
|
test_winsound.py | 247 stdout=subprocess.PIPE)
|
regrtest.py | 488 from subprocess import Popen, PIPE 512 stdout=PIPE, stderr=PIPE, [all...] |
test_warnings.py | 714 stdout=subprocess.PIPE, env=newenv) 724 stdout=subprocess.PIPE, env=newenv) 734 stdout=subprocess.PIPE, env=newenv)
|
/external/chromium_org/base/android/jni_generator/ |
jni_generator.py | 519 stdout=subprocess.PIPE, 520 stderr=subprocess.PIPE) 547 # regexps, we just pipe the contents through the C preprocessor. We tell cpp 556 stdin=subprocess.PIPE, 557 stdout=subprocess.PIPE, 558 stderr=subprocess.PIPE) [all...] |
/external/chromium_org/tools/gyp/test/lib/ |
TestCmd.py | 585 subprocess.PIPE = 'PIPE' 625 p2cread, p2cwrite = os.pipe() 626 c2pread, c2pwrite = os.pipe() 678 PIPE = subprocess.PIPE 766 if why[0] == errno.EPIPE: #broken pipe [all...] |
/external/chromium_org/tools/ |
bisect-builds.py | 387 stdout=subprocess.PIPE, 388 stderr=subprocess.PIPE) [all...] |
/external/libvpx/libvpx/examples/includes/geshi/contrib/ |
langcheck.php | 594 report_error(TYPE_WARNING, "Language file contains a regular expression with an unescaped match for a pipe character '|' which needs escaping as '<PIPE>' instead at \$language_data['REGEXPS'][$rk]!"); [all...] |
/external/chromium_org/media/tools/constrained_network_server/ |
cns_test.py | 173 process = subprocess.Popen(cmd, stderr=subprocess.PIPE)
|
/external/chromium_org/native_client_sdk/src/tools/tests/ |
create_nmf_test.py | 136 p = subprocess.Popen(cmd, stdin=subprocess.PIPE)
|
/external/chromium_org/ppapi/ |
generate_ppapi_size_checks.py | 192 stdout=subprocess.PIPE)
|
/external/chromium_org/tools/dromaeo_benchmark_runner/ |
dromaeo_benchmark_runner.py | 82 stdout=subprocess.PIPE)
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
desktop_browser_backend.py | 207 stdout=subprocess.PIPE, stderr=error).communicate()[0]
|
/external/llvm/utils/ |
llvm-compilers-check | 295 stdout=subprocess.PIPE, 321 stdout=subprocess.PIPE,
|
/frameworks/base/tools/velocityplot/ |
velocityplot.py | 281 stdout=subprocess.PIPE)
|
/frameworks/compile/libbcc/gdb_plugin/ |
android-commands.py | 55 p = subprocess.Popen(stdout=subprocess.PIPE, stderr=subprocess.STDOUT, *popenargs, **kwargs) 527 stdin=subprocess.PIPE) 531 stdin=subprocess.PIPE,
|
/ndk/ |
ndk-gdb.py | 334 used_stderr = subprocess.PIPE 338 used_stdin = subprocess.PIPE 341 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=used_stderr, stdin=used_stdin,
|
/build/tools/releasetools/ |
sign_target_files_apks | 288 stdout=subprocess.PIPE)
|
/external/bison/src/ |
parse-gram.y | 191 %token PIPE "|"
|