HomeSort by relevance Sort by last modified time
    Searched refs:PIPE (Results 226 - 250 of 502) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xpickle.py 106 stdin=subprocess.PIPE,
107 stdout=subprocess.PIPE,
108 stderr=subprocess.PIPE)
test_threading.py 333 stdout=subprocess.PIPE,
334 stderr=subprocess.PIPE)
359 stdout=subprocess.PIPE,
360 stderr=subprocess.PIPE)
466 p = subprocess.Popen([sys.executable, "-c", script], stdout=subprocess.PIPE)
530 stdout=subprocess.PIPE)
762 stdout=subprocess.PIPE)
test_sysconfig.py 252 p = subprocess.Popen(cmd, stdout=subprocess.PIPE)
294 stdout=subprocess.PIPE,
314 stdout=subprocess.PIPE,
  /build/tools/releasetools/
check_target_files_signatures 91 stdin=subprocess.PIPE,
92 stdout=subprocess.PIPE)
150 stdin=subprocess.PIPE,
151 stdout=subprocess.PIPE)
202 stdout=subprocess.PIPE)
check_target_files_signatures.py 91 stdin=subprocess.PIPE,
92 stdout=subprocess.PIPE)
150 stdin=subprocess.PIPE,
151 stdout=subprocess.PIPE)
202 stdout=subprocess.PIPE)
  /external/v8/tools/gyp/pylib/gyp/generator/
eclipse.py 97 proc = subprocess.Popen(args=command, stdin=subprocess.PIPE,
98 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
235 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_threading.py 333 stdout=subprocess.PIPE,
334 stderr=subprocess.PIPE)
359 stdout=subprocess.PIPE,
360 stderr=subprocess.PIPE)
466 p = subprocess.Popen([sys.executable, "-c", script], stdout=subprocess.PIPE)
530 stdout=subprocess.PIPE)
762 stdout=subprocess.PIPE)
test_sysconfig.py 252 p = subprocess.Popen(cmd, stdout=subprocess.PIPE)
294 stdout=subprocess.PIPE,
314 stdout=subprocess.PIPE,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_threading.py 333 stdout=subprocess.PIPE,
334 stderr=subprocess.PIPE)
359 stdout=subprocess.PIPE,
360 stderr=subprocess.PIPE)
466 p = subprocess.Popen([sys.executable, "-c", script], stdout=subprocess.PIPE)
530 stdout=subprocess.PIPE)
762 stdout=subprocess.PIPE)
test_sysconfig.py 252 p = subprocess.Popen(cmd, stdout=subprocess.PIPE)
294 stdout=subprocess.PIPE,
314 stdout=subprocess.PIPE,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py 333 stdout=subprocess.PIPE,
334 stderr=subprocess.PIPE)
359 stdout=subprocess.PIPE,
360 stderr=subprocess.PIPE)
466 p = subprocess.Popen([sys.executable, "-c", script], stdout=subprocess.PIPE)
530 stdout=subprocess.PIPE)
762 stdout=subprocess.PIPE)
test_sysconfig.py 252 p = subprocess.Popen(cmd, stdout=subprocess.PIPE)
294 stdout=subprocess.PIPE,
314 stdout=subprocess.PIPE,
  /system/core/adb/
test_device.py 287 stdin=subprocess.PIPE, stdout=subprocess.PIPE,
288 stderr=subprocess.PIPE)
366 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
370 test_cmd, stdin=subprocess.PIPE,
371 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
422 pipe; raw data transfer mode will only see the break once the
433 stdin=subprocess.PIPE, stdout=subprocess.PIPE
    [all...]
  /external/autotest/client/tests/cgroup/
cgroup_common.py 89 process = subprocess.Popen(cmd, shell=True, stdin=subprocess.PIPE,
90 stdout=subprocess.PIPE,
91 stderr=subprocess.PIPE, close_fds=True)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
_bitmap.py 38 stdin=subprocess.PIPE,
39 stdout=subprocess.PIPE,
40 stderr=subprocess.PIPE)
  /external/chromium-trace/catapult/third_party/Paste/paste/
cgiapp.py 92 stdin=subprocess.PIPE,
93 stdout=subprocess.PIPE,
94 stderr=subprocess.PIPE,
  /external/clang/utils/
token-delta.py 111 stdin=subprocess.PIPE,
112 stdout=subprocess.PIPE,
113 stderr=subprocess.PIPE)
  /external/deqp/android/scripts/
common.py 122 process = subprocess.Popen(args, cwd=cwd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
170 proc = subprocess.Popen([adb, 'devices', '-l'], stdout=subprocess.PIPE)
  /external/icu/icu4j/perf-tests/
perftests.pl 385 open(PIPE, "$cmd|") or die "Can't run \"$cmd\"";
387 while (<PIPE>) {
390 close(PIPE) or die "Java failed: \"$cmd\"";
  /external/v8/tools/gyp/pylib/gyp/
MSVSVersion.py 141 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
339 p = subprocess.Popen(['cygpath', path], stdout=subprocess.PIPE)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
CGIHTTPServer.py 277 stdin = subprocess.PIPE,
278 stdout = subprocess.PIPE,
279 stderr = subprocess.PIPE,
  /prebuilts/gdb/linux-x86/lib/python2.7/
CGIHTTPServer.py 277 stdin = subprocess.PIPE,
278 stdout = subprocess.PIPE,
279 stderr = subprocess.PIPE,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 277 stdin = subprocess.PIPE,
278 stdout = subprocess.PIPE,
279 stderr = subprocess.PIPE,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 277 stdin = subprocess.PIPE,
278 stdout = subprocess.PIPE,
279 stderr = subprocess.PIPE,
  /development/testrunner/
android_build.py 84 config = subprocess.Popen(command, stdout=subprocess.PIPE,

Completed in 2626 milliseconds

1 2 3 4 5 6 7 8 91011>>