HomeSort by relevance Sort by last modified time
    Searched defs:STDOUT (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/icu/icu4j/perf-tests/
collationperf.pl 128 format STDOUT =
  /build/kati/
fileutil.h 33 STDOUT,
  /external/selinux/policycoreutils/sepolicy/
selinux_server.py 11 from subprocess import Popen, PIPE, STDOUT
27 p = Popen(["/usr/sbin/semanage", "import"], stdout=PIPE, stderr=PIPE, stdin=PIPE)
41 p = Popen(["/usr/sbin/semanage", "export"], stdout=PIPE, stderr=PIPE)
42 buf = p.stdout.read()
55 p = Popen(["/usr/sbin/semodule", "-l"], stdout=PIPE, stderr=PIPE)
56 buf = p.stdout.read()
  /external/libpng/contrib/pngminus/
png2pnm.c 35 #define STDOUT 1
65 FILE *fp_wr = stdout;
116 else if (fp_wr == stdout)
135 /* set stdin/stdout if required to binary */
140 if ((raw) && (fp_wr == stdout))
142 setmode (STDOUT, O_BINARY);
pnm2png.c 35 #define STDOUT 1
68 FILE *fp_wr = stdout;
115 else if (fp_wr == stdout)
134 /* set stdin/stdout to binary, we're reading the PNM always! in binary format */
139 if (fp_wr == stdout)
141 setmode (STDOUT, O_BINARY);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py 34 stdin=None, stdout=None, stderr=None,
70 stdin, stdout and stderr specify the executed programs' standard
76 parent. Additionally, stderr can be STDOUT, which indicates that the
78 file handle as for stdout.
95 If universal_newlines is true, the file objects stdout and stderr are
101 default). Also, the newlines attribute of the file objects stdout,
179 Interact with process: Send data to stdin. Read data from stdout
185 communicate() returns a tuple (stdout, stderr).
196 stdout
197 If the stdout argument is PIPE, this attribute is a file objec
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py 34 stdin=None, stdout=None, stderr=None,
70 stdin, stdout and stderr specify the executed programs' standard
76 parent. Additionally, stderr can be STDOUT, which indicates that the
78 file handle as for stdout.
95 If universal_newlines is true, the file objects stdout and stderr are
101 default). Also, the newlines attribute of the file objects stdout,
179 Interact with process: Send data to stdin. Read data from stdout
185 communicate() returns a tuple (stdout, stderr).
196 stdout
197 If the stdout argument is PIPE, this attribute is a file objec
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 34 stdin=None, stdout=None, stderr=None,
70 stdin, stdout and stderr specify the executed programs' standard
76 parent. Additionally, stderr can be STDOUT, which indicates that the
78 file handle as for stdout.
95 If universal_newlines is true, the file objects stdout and stderr are
101 default). Also, the newlines attribute of the file objects stdout,
179 Interact with process: Send data to stdin. Read data from stdout
185 communicate() returns a tuple (stdout, stderr).
196 stdout
197 If the stdout argument is PIPE, this attribute is a file objec
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 34 stdin=None, stdout=None, stderr=None,
70 stdin, stdout and stderr specify the executed programs' standard
76 parent. Additionally, stderr can be STDOUT, which indicates that the
78 file handle as for stdout.
95 If universal_newlines is true, the file objects stdout and stderr are
101 default). Also, the newlines attribute of the file objects stdout,
179 Interact with process: Send data to stdin. Read data from stdout
185 communicate() returns a tuple (stdout, stderr).
196 stdout
197 If the stdout argument is PIPE, this attribute is a file objec
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.10.0/
gradle-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.7.0/
gradle-0.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.7.4/
gradle-0.7.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.0/
gradle-0.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.1/
gradle-0.8.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.3/
gradle-0.8.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.0/
gradle-0.9.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.1/
gradle-0.9.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.3/
gradle-0.9.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.11.2/
gradle-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.12.1/
gradle-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.12.2/
gradle-0.12.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.13.0/
gradle-0.13.0.jar 

Completed in 277 milliseconds

1 2 3 4