HomeSort by relevance Sort by last modified time
    Searched refs:STDERR (Results 26 - 50 of 152) sorted by null

12 3 4 5 6 7

  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/libexec/
ccc-analyzer 25 # List form 'system' with STDOUT and STDERR captured.
32 # Save STDOUT and STDERR and redirect to a temporary file.
34 open OLDERR, ">&", \*STDERR;
39 open(STDERR, ">&", \*STDOUT);
41 # Invoke 'system', STDOUT and STDERR are output to a temporary file.
44 # Restore STDOUT and STDERR.
46 open STDERR, ">&", \*OLDERR;
179 rename($ofile, "$PPFile.stderr.txt");
264 print STDERR "\n[LOCATION]: $dir\n";
271 # We MUST print to stderr. Some clients use the stdout output o
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/libexec/
ccc-analyzer 25 # List form 'system' with STDOUT and STDERR captured.
32 # Save STDOUT and STDERR and redirect to a temporary file.
34 open OLDERR, ">&", \*STDERR;
39 open(STDERR, ">&", \*STDOUT);
41 # Invoke 'system', STDOUT and STDERR are output to a temporary file.
44 # Restore STDOUT and STDERR.
46 open STDERR, ">&", \*OLDERR;
179 rename($ofile, "$PPFile.stderr.txt");
264 print STDERR "\n[LOCATION]: $dir\n";
271 # We MUST print to stderr. Some clients use the stdout output o
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/libexec/
ccc-analyzer 25 # List form 'system' with STDOUT and STDERR captured.
32 # Save STDOUT and STDERR and redirect to a temporary file.
34 open OLDERR, ">&", \*STDERR;
39 open(STDERR, ">&", \*STDOUT);
41 # Invoke 'system', STDOUT and STDERR are output to a temporary file.
44 # Restore STDOUT and STDERR.
46 open STDERR, ">&", \*OLDERR;
179 rename($ofile, "$PPFile.stderr.txt");
264 print STDERR "\n[LOCATION]: $dir\n";
271 # We MUST print to stderr. Some clients use the stdout output o
    [all...]
  /external/curl/tests/
rtspserver.pl 91 print STDERR "\nWarning: rtspserver.pl unknown parameter: $ARGV[0]\n";
tftpserver.pl 92 print STDERR "\nWarning: tftpserver.pl unknown parameter: $ARGV[0]\n";
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
ccc-analyzer 149 rename($ofile, "$PPFile.stderr.txt");
166 open(STDERR,">&", \*TO_PARENT);
242 print STDERR "\n[LOCATION]: $dir\n";
249 # We MUST print to stderr. Some clients use the stdout output of
251 print STDERR join(' ', @PrintArgs);
252 print STDERR "\n";
255 print STDERR "#SHELL (cd '$dir' && @PrintArgs)\n";
258 # Capture the STDERR of clang and send it to a temporary file.
259 # Capture the STDOUT of clang and reroute it to ccc-analyzer's STDERR.
267 open(STDERR,">&", \*TO_PARENT)
    [all...]
scan-build 67 print STDERR BOLD, RED "$Prog: ";
68 print STDERR RESET, RED @_;
69 print STDERR RESET;
71 print STDERR "$Prog: @_";
85 print STDERR BOLD, RED "$Prog: ";
86 print STDERR RESET, RED @_;
87 print STDERR RESET;
90 print STDERR "$Prog: ", @_;
811 print OUT "<thead><tr><td>Attribute</td><td>Source File</td><td>Preprocessed File</td><td>STDERR Output</td></tr></thead>\n";
830 print OUT "<tr><td>$attribute</td><td>$srcfile</td><td><a href=\"failures/$ppfile\">$ppfile</a></td><td><a href=\"failures/$ppfile.stderr.txt\">$ppfile.stderr.txt</a></td></tr>\n"
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
ccc-analyzer 149 rename($ofile, "$PPFile.stderr.txt");
166 open(STDERR,">&", \*TO_PARENT);
242 print STDERR "\n[LOCATION]: $dir\n";
249 # We MUST print to stderr. Some clients use the stdout output of
251 print STDERR join(' ', @PrintArgs);
252 print STDERR "\n";
255 print STDERR "#SHELL (cd '$dir' && @PrintArgs)\n";
258 # Capture the STDERR of clang and send it to a temporary file.
259 # Capture the STDOUT of clang and reroute it to ccc-analyzer's STDERR.
267 open(STDERR,">&", \*TO_PARENT)
    [all...]
scan-build 67 print STDERR BOLD, RED "$Prog: ";
68 print STDERR RESET, RED @_;
69 print STDERR RESET;
71 print STDERR "$Prog: @_";
85 print STDERR BOLD, RED "$Prog: ";
86 print STDERR RESET, RED @_;
87 print STDERR RESET;
90 print STDERR "$Prog: ", @_;
811 print OUT "<thead><tr><td>Attribute</td><td>Source File</td><td>Preprocessed File</td><td>STDERR Output</td></tr></thead>\n";
830 print OUT "<tr><td>$attribute</td><td>$srcfile</td><td><a href=\"failures/$ppfile\">$ppfile</a></td><td><a href=\"failures/$ppfile.stderr.txt\">$ppfile.stderr.txt</a></td></tr>\n"
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 130 system 'mv',$ofile,"$PPFile.stderr.txt";
147 open(STDERR,">&", \*TO_PARENT);
224 print STDERR "\n[LOCATION]: $dir\n";
231 # We MUST print to stderr. Some clients use the stdout output of
233 print STDERR join(' ', @PrintArgs);
234 print STDERR "\n";
237 print STDERR "#SHELL (cd '$dir' && @PrintArgs)\n";
240 # Capture the STDERR of clang and send it to a temporary file.
241 # Capture the STDOUT of clang and reroute it to ccc-analyzer's STDERR.
249 open(STDERR,">&", \*TO_PARENT)
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 130 system 'mv',$ofile,"$PPFile.stderr.txt";
147 open(STDERR,">&", \*TO_PARENT);
224 print STDERR "\n[LOCATION]: $dir\n";
231 # We MUST print to stderr. Some clients use the stdout output of
233 print STDERR join(' ', @PrintArgs);
234 print STDERR "\n";
237 print STDERR "#SHELL (cd '$dir' && @PrintArgs)\n";
240 # Capture the STDERR of clang and send it to a temporary file.
241 # Capture the STDOUT of clang and reroute it to ccc-analyzer's STDERR.
249 open(STDERR,">&", \*TO_PARENT)
    [all...]
  /external/jemalloc/bin/
jeprof.in 291 print STDERR "$msg\n\n";
292 print STDERR usage_string();
293 print STDERR "\nFATAL ERROR: $msg\n"; # just as a reminder
760 print STDERR ShellEscape(@GV, "-scale", $main::opt_scale) . "\n";
773 print STDERR "Loading web page file:///$fname\n";
796 print STDERR "Could not load web browser.\n";
802 print STDERR "Starting '@KCACHEGRIND " . $fname . $bg . "'\n";
813 print STDERR "Welcome to jeprof! For help, type 'help'.\n";
828 print STDERR "(jeprof) ";
852 print STDERR "\n"
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
genIndexFilters.bat 49 print STDERR "$DIR is not a directory\n";
97 print STDERR "$id $NFXD $lower\n";
106 print STDERR "Wrote $DIR/$OUT\n";
indic.pl 160 #print STDERR "Ignoring NOOP remap of $from\n";
162 print STDERR "ERROR in $EXCEPTIONS_FILE - Duplicate remap entries for $from\n";
164 print STDERR "ERROR in $EXCEPTIONS_FILE - Ignoring multichar remap: ", hexArray(@from), "->", hexArray(@to), "\n";
169 print STDERR "ERROR in $EXCEPTIONS_FILE - Invalid remap; left side defined: ", hexArray(@from), "->", hexArray(@to), "\n";
171 print STDERR "ERROR in $EXCEPTIONS_FILE - Invalid remap; right side undefined: ", hexArray(@from), "->", hexArray(@to), "\n";
180 print STDERR "$EXCEPTIONS_FILE: Loaded ", scalar keys %EXCEPTIONS, " remappings\n";
212 print STDERR "ERROR: Decomp mismatch for $from\n";
213 print STDERR " : $from = ", join(".", @$aref), "\n";
214 print STDERR " : $from = ", join(".", @to), "\n";
516 print STDERR "REMAP ", $REMAP{$remap}, " x $remap\n"
    [all...]
varsub.bat 55 print STDERR "Error: Duplicate definition of $var\n";
dumpICUrules.bat 52 print STDERR "$DIR is not a directory\n";
198 print STDERR "*** $id skipped: Java only ***\n";
222 print STDERR "ERROR: $id not in map; please update $0\n";
233 print STDERR "ERROR: ICU4C file name \"$out\" too long; please update $0\n";
320 print STDERR "$JAVA_INDEX -> $C_INDEX\n";
  /external/pcre/dist/
132html 92 print STDERR "\n*** Deprecated macro encountered - rewrite needed\n";
93 print STDERR "*** $_\n";
  /external/strace/
strace-graph 66 print STDERR "$0: $ARGV: cannot find start of resumed call on line $.";
87 print STDERR "$0: $ARGV: $.: cannot parse line.\n";
124 print STDERR "$0: $ARGV: $.: cannot parse string.\n";
133 print STDERR "$0: $ARGV: $.: unrecognized element.\n";
154 print STDERR "$0: $ARGV: $.: missing comma in array.\n";
168 print STDERR "$0: $ARGV: $.: struct field expected.\n";
176 print STDERR "$0: $ARGV: $.: missing comma in struct.\n";
187 print STDERR "$0: $ARGV: $.: missing comma.\n";
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 185 #printf STDERR "doing table $table (plane %d)\n", $plane{$table};
207 print STDERR "symbol \"$sym\" was allready assigned to plane of \"$table{$otherplane}\" ($otherplane); overwriting\n";
213 print STDERR "strange line (no mapval) in $file: $_";
216 print STDERR "strange line (no SYM) in $file: $_";
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
__init__.py 54 write(s, stream=STDERR)
56 sys.stderr = GdbOutputErrorFile()
146 sys.stderr.write (traceback.format_exc() + "\n")
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
__init__.py 54 write(s, stream=STDERR)
56 sys.stderr = GdbOutputErrorFile()
146 sys.stderr.write (traceback.format_exc() + "\n")
  /external/bison/etc/
bench.pl.in 101 fprintf (stderr, "%s\\n", msg);
200 fprintf (stderr, "calc: error: %d != %d\\n", \$1, \$3);
221 fprintf (stderr, "%s\\n", s);
352 print STDERR "$name\n";
364 print STDERR "Using $bison, $cc.\n";
  /prebuilts/go/darwin-x86/src/syscall/
mksysctl_openbsd.pl 143 print STDERR "$_[0]\n" if $debug;
181 print STDERR "Failed to open $header\n";
  /prebuilts/go/linux-x86/src/syscall/
mksysctl_openbsd.pl 143 print STDERR "$_[0]\n" if $debug;
181 print STDERR "Failed to open $header\n";
  /external/icu/icu4j/perf-tests/perldriver/
PerfFramework4j.pm 346 print STDERR "$message";

Completed in 2024 milliseconds

12 3 4 5 6 7