HomeSort by relevance Sort by last modified time
    Searched refs:subprocess (Results 76 - 100 of 111) sorted by null

1 2 34 5

  /gdk/sources/llvm-ndk-cc/tests/
test.py 9 import subprocess namespace
62 Ret = subprocess.call(Args, stdout=StdoutFile, stderr=StderrFile)
126 Ret = subprocess.call(Args)
  /external/llvm/utils/
llvm-compilers-check 79 import subprocess
290 proc = subprocess.Popen(command,
293 stdout=subprocess.PIPE,
294 stderr=subprocess.STDOUT)
313 proc = subprocess.Popen(command,
314 stdout=subprocess.PIPE,
315 stderr=subprocess.STDOUT)
  /build/tools/releasetools/
common.py 24 import subprocess namespace
58 """Create and return a subprocess.Popen object, printing the command
62 return subprocess.Popen(args, **kwargs)
235 p1 = Run(cmd, stdout=subprocess.PIPE)
268 p = Run(cmd, stdout=subprocess.PIPE)
318 p = Run(cmd, stdout=subprocess.PIPE)
353 stderr=subprocess.STDOUT)
396 p = Run(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
799 p = Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE
    [all...]
img_from_target_files 42 import subprocess namespace
sign_target_files_apks 78 import subprocess namespace
247 stdout=subprocess.PIPE)
ota_from_target_files 67 import subprocess namespace
159 p = common.Run(["fs_config"], stdin=subprocess.PIPE,
160 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /frameworks/base/tools/velocityplot/
velocityplot.py 29 import subprocess namespace
280 adb = subprocess.Popen(['adb', 'logcat', '-s', '-v', 'time', 'Input:*', 'VelocityTracker:*'],
281 stdout=subprocess.PIPE)
  /docs/source.android.com/scripts/
build.py 23 import subprocess namespace
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_derivedsourcesallinone.py 48 import subprocess namespace
  /external/webkit/Tools/wx/packaging/
build-win-installer.py 32 from subprocess import *
  /development/build/tools/
mk_sources_zip.py 23 import subprocess namespace
217 subprocess.check_call(cmd)
  /external/icu4c/stubdata/
icu_dat_generator.py 41 import subprocess namespace
61 ret = subprocess.call(command_list, cwd=working_dir)
  /external/oprofile/
oprofile_android 24 import subprocess
60 popen = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /external/ppp/pppd/
main.c 223 struct subprocess { struct
228 struct subprocess *next;
231 static struct subprocess *children;
628 struct subprocess *chp;
    [all...]
  /external/clang/utils/
FindSpecRefs 764 import subprocess namespace
765 p = subprocess.Popen(['svn', 'info', path],
767 stdout=subprocess.PIPE)
    [all...]
FuzzTest 10 import subprocess namespace
139 p = subprocess.Popen(test_args, stdout=stdout, stderr=stderr)
  /external/v8/tools/
gc-nvp-trace-processor.py 41 import sys, types, re, subprocess, math namespace
80 gnuplot = subprocess.Popen(["gnuplot"], stdin=subprocess.PIPE)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 30 import subprocess namespace
339 output = subprocess.Popen(["svn", "info", "--xml"],
342 stdout=subprocess.PIPE).communicate()[0]
  /bionic/libc/tools/
generate-NOTICE.py 12 import subprocess namespace
  /external/mesa3d/src/glsl/builtins/tools/
generate_builtins.py 7 from subprocess import Popen, PIPE
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests.py 36 import subprocess namespace
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 40 import subprocess namespace
62 process = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd=cwd)
240 input_process = subprocess.Popen(['echo', 'foo\nbar'], stdout=subprocess.PIPE, stderr=self.dev_null)
248 input_process = subprocess.Popen(command_returns_non_zero, stdout=subprocess.PIPE, stderr=self.dev_null)
253 input_process = subprocess.Popen(['echo', 'foo\nbar'], stdout=subprocess.PIPE, stderr=self.dev_null) # grep shows usage and calls exit(2) when called w/o arguments
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 54 #include <google/protobuf/compiler/subprocess.h>
1158 Subprocess subprocess; local
    [all...]
  /frameworks/base/tools/orientationplot/
orientationplot.py 25 import subprocess namespace
448 adb = subprocess.Popen(['adb', 'logcat', '-s', '-v', 'time', 'WindowOrientationListener:V'],
449 stdout=subprocess.PIPE)
  /cts/tools/utils/
buildCts.py 22 import subprocess namespace

Completed in 1126 milliseconds

1 2 34 5