HomeSort by relevance Sort by last modified time
    Searched refs:PIPE (Results 76 - 98 of 98) sorted by null

1 2 34

  /frameworks/base/tools/velocityplot/
velocityplot.py 281 stdout=subprocess.PIPE)
  /build/tools/releasetools/
ota_from_target_files 159 p = common.Run(["fs_config"], stdin=subprocess.PIPE,
160 stdout=subprocess.PIPE, stderr=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,
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 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)
243 # Test the non-pipe case too:
247 # Test when the input pipe process fails.
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/clang/utils/
FindSpecRefs 767 stdout=subprocess.PIPE)
    [all...]
  /external/v8/tools/
gc-nvp-trace-processor.py 80 gnuplot = subprocess.Popen(["gnuplot"], stdin=subprocess.PIPE)
ll_prof.py 713 shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
714 pipe = process.stdout
720 for line in pipe:
753 pipe.close()
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 342 stdout=subprocess.PIPE).communicate()[0]
  /external/bison/src/
parse-gram.c 120 PIPE = 300,
173 #define PIPE 300
    [all...]
scan-gram.l 265 "|" rule_length = 0; return PIPE;
    [all...]
scan-gram.c     [all...]
  /external/regex-re2/lib/codereview/
codereview.py 1028 cmd = subprocess.Popen(["gofmt", "-l"] + files, shell=False, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=sys.platform != "win32")
    [all...]
  /frameworks/base/tools/orientationplot/
orientationplot.py 449 stdout=subprocess.PIPE)
  /external/chromium/testing/gmock/scripts/
upload.py 555 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 555 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/icu4c/test/intltest/
transtst.cpp 92 PIPE =((UChar)0x007C), /*|*/
557 append((UChar)PIPE).
    [all...]
  /external/openssh/
session.c 459 if (pipe(pin) < 0) {
460 error("%s: pipe in: %.100s", __func__, strerror(errno));
463 if (pipe(pout) < 0) {
464 error("%s: pipe out: %.100s", __func__, strerror(errno));
469 if (pipe(perr) < 0) {
470 error("%s: pipe err: %.100s", __func__,
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 

Completed in 981 milliseconds

1 2 34