HomeSort by relevance Sort by last modified time
    Searched refs:PIPE (Results 1 - 25 of 403) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/build/android/pylib/
restart_adbd.sh 13 trap '' PIPE
  /external/chromium_org/build/android/buildbot/tests/
bb_run_bot_test.py 29 '--testing'], stdout=subprocess.PIPE, stderr=subprocess.PIPE))
  /external/chromium_org/third_party/webrtc/build/
version.py 28 stdout=subprocess.PIPE,
29 stderr=subprocess.PIPE,
  /external/chromium_org/tools/gyp/test/no-cpp/
gyptest-no-cpp.py 30 proc = subprocess.Popen(['otool', '-L', path], stdout=subprocess.PIPE)
32 proc = subprocess.Popen(['ldd', path], stdout=subprocess.PIPE)
  /external/chromium_org/tools/symsrc/
source_index.py 70 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
83 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
104 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
122 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /external/chromium_org/tools/
diagnose-me.py 25 proc = subprocess.Popen(['/usr/bin/ld', '-v'], stdout=subprocess.PIPE)
36 proc = subprocess.Popen(['which', '-a', 'ld'], stdout=subprocess.PIPE)
72 proc = subprocess.Popen(['which', 'ninja'], stdout=subprocess.PIPE)
88 stdout=subprocess.PIPE)
  /external/chromium_org/tools/gyp/test/ios/app-bundle/TestApp/
check_no_signature.py 9 stderr=subprocess.STDOUT, stdout=subprocess.PIPE)
  /external/clang/tools/clang-format/
clang-format-sublime.py 45 p = subprocess.Popen(command, stdout=subprocess.PIPE,
46 stderr=subprocess.PIPE, stdin=subprocess.PIPE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 66 """Popen subclass for testing cleanup of subprocess.PIPE filehandles when
146 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
163 code = ('import sys; from subprocess import Popen, PIPE;'
165 ' stdin=PIPE, stderr=PIPE);'
168 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
178 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 66 """Popen subclass for testing cleanup of subprocess.PIPE filehandles when
146 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
163 code = ('import sys; from subprocess import Popen, PIPE;'
165 ' stdin=PIPE, stderr=PIPE);'
168 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
178 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
lint-hunks.py 80 tl = Subprocess(TOPLEVEL_CMD, stdout=subprocess.PIPE)
96 p = Subprocess(diff_cmd, stdout=subprocess.PIPE)
113 show = Subprocess(show_cmd, stdout=subprocess.PIPE)
115 stdin=show.stdout, stderr=subprocess.PIPE)
120 stdin=subprocess.PIPE, stderr=subprocess.PIPE)
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
adb_list_devices.py 34 INFO_FILE], stdout=subprocess.PIPE)
92 if subprocess.Popen([adb, 'version'], stdout=subprocess.PIPE).wait() == 0:
97 if subprocess.Popen([adb, 'version'], stdout=subprocess.PIPE).wait() == 0:
103 if subprocess.Popen([adb, 'version'], stdout=subprocess.PIPE).wait() == 0:
112 if subprocess.Popen([adb, 'version'], stdout=subprocess.PIPE).wait() == 0:
133 proc = subprocess.Popen([adb, 'devices'], stdout=subprocess.PIPE)
  /external/chromium_org/tools/gyp/test/ios/
gyptest-per-config-settings.py 21 proc = subprocess.Popen(['lipo', '-info', file], stdout=subprocess.PIPE)
32 '-v'], stdout=subprocess.PIPE)
36 proc = subprocess.Popen(['codesign', '-v', file], stdout=subprocess.PIPE)
46 temp.name, file], stdout=subprocess.PIPE)
68 job = subprocess.Popen(args, stdout=subprocess.PIPE)
89 stdout=subprocess.PIPE)
  /external/libvpx/libvpx/tools/
lint-hunks.py 80 tl = Subprocess(TOPLEVEL_CMD, stdout=subprocess.PIPE)
96 p = Subprocess(diff_cmd, stdout=subprocess.PIPE)
113 show = Subprocess(show_cmd, stdout=subprocess.PIPE)
115 stdin=show.stdout, stderr=subprocess.PIPE)
120 stdin=subprocess.PIPE, stderr=subprocess.PIPE)
  /external/skia/platform_tools/android/bin/
adb_list_devices.py 34 INFO_FILE], stdout=subprocess.PIPE)
92 if subprocess.Popen([adb, 'version'], stdout=subprocess.PIPE).wait() == 0:
97 if subprocess.Popen([adb, 'version'], stdout=subprocess.PIPE).wait() == 0:
103 if subprocess.Popen([adb, 'version'], stdout=subprocess.PIPE).wait() == 0:
112 if subprocess.Popen([adb, 'version'], stdout=subprocess.PIPE).wait() == 0:
133 proc = subprocess.Popen([adb, 'devices'], stdout=subprocess.PIPE)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
lint-hunks.py 80 tl = Subprocess(TOPLEVEL_CMD, stdout=subprocess.PIPE)
96 p = Subprocess(diff_cmd, stdout=subprocess.PIPE)
113 show = Subprocess(show_cmd, stdout=subprocess.PIPE)
115 stdin=show.stdout, stderr=subprocess.PIPE)
120 stdin=subprocess.PIPE, stderr=subprocess.PIPE)
  /external/chromium_org/tools/telemetry/telemetry/core/forwarders/
cros_forwarder.py 48 stdout=subprocess.PIPE,
49 stderr=subprocess.PIPE,
50 stdin=subprocess.PIPE,
  /external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
run_audio_test.py 56 proc = subprocess.Popen(command, stdout=subprocess.PIPE)
71 retcode = subprocess.call(command, stdout=subprocess.PIPE)
108 retcode = subprocess.call(command, stdout=subprocess.PIPE)
115 proc = subprocess.Popen(command, stdout=subprocess.PIPE)
  /external/chromium_org/tools/gyp/test/mac/
gyptest-xctest.py 21 stdout=subprocess.PIPE,
  /external/chromium_org/third_party/skia/tools/
find_run_binary.py 28 stdout=subprocess.PIPE,
29 stderr=subprocess.PIPE)
  /external/chromium_org/third_party/webrtc/tools/barcode_tools/
helper_functions.py 50 process = subprocess.Popen(cmd_list, stdout=subprocess.PIPE,
51 stderr=subprocess.PIPE)
  /external/chromium_org/tools/compile_test/
compile_test.py 51 stdout=subprocess.PIPE,
52 stderr=subprocess.PIPE)
  /external/chromium_org/tools/gyp/test/lib/
TestWin.py 37 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_screen_recorder_profiler.py 25 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  /external/chromium_org/webkit/tools/layout_tests/
PRESUBMIT.py 33 stdin=input_api.subprocess.PIPE,
34 stdout=input_api.subprocess.PIPE,

Completed in 852 milliseconds

1 2 3 4 5 6 7 8 91011>>