HomeSort by relevance Sort by last modified time
    Searched refs:PIPE (Results 1 - 25 of 278) 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)
  /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/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/content/test/
PRESUBMIT.py 25 stdin=input_api.subprocess.PIPE,
26 stdout=input_api.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/gn/
last_commit_position.py 44 stdout=subprocess.PIPE,
45 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 26 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  /external/compiler-rt/lib/sanitizer_common/scripts/
gen_dynamic_list.py 36 nm_proc = subprocess.Popen(['nm', library], stdout=subprocess.PIPE,
37 stderr=subprocess.PIPE)
  /external/lldb/examples/customization/pwd-cd-and-system/
utils.py 39 process = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
posix_platform_backend.py 22 return subprocess.Popen(args, stdout=subprocess.PIPE).communicate()[0]
99 ['sudo', '-nv'], stdin=subprocess.PIPE, stdout=subprocess.PIPE,
120 stderror_destination = subprocess.PIPE
125 args, stdout=subprocess.PIPE, stderr=stderror_destination)

Completed in 547 milliseconds

1 2 3 4 5 6 7 8 91011>>