HomeSort by relevance Sort by last modified time
    Searched refs:STDERR (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-inappropriate-files-in-framework 40 STDERR.puts "ERROR: #{msg}"
64 STDERR.puts
65 STDERR.puts " Inappropriate files were detected and have been removed from the framework."
66 STDERR.puts " If this error continues to appear after building again then the build system needs"
67 STDERR.puts " to be modified so that the inappropriate files are no longer copied in to the framework."
68 STDERR.puts
add-include 38 unless ($filename =~ /(\w+)\.cpp$/) { print STDERR "Command line args must be .cpp files: $filename.\n"; next FILE; }
55 unless (open INPUT, "<", $filename) { print STDERR "File does not exist: $filename\n"; next FILE; }
59 if ($pastIncludes) { print STDERR "Saw more includes after include section in $filename, line $.\n"; next FILE; }
63 unless ($sawConfig) { print STDERR "First include must be config.h in $filename, line $.\n"; next FILE; }
67 unless ($sawSelfInclude) { print STDERR "Second include must be $base.h in $filename, line $.\n"; next FILE; }
79 unless ($currentCondition eq "") { print STDERR "Nested #if in include section in $filename, line $.\n"; next FILE; }
84 unless ($currentCondition ne "") { print STDERR "Extra #endif in include section in $filename, line $.\n"; next FILE; }
94 unless ($currentCondition eq "") { print STDERR "Unterminated #if in include section in $filename, line $.\n"; next FILE; }
119 unless (open OUTPUT, ">", $filename) { print STDERR "Could not open file for writing: $filename\n"; next FILE; };
ensure-valid-python 52 print STDERR <<HELP;
check-for-inappropriate-macros-in-external-headers 39 STDERR.puts "ERROR: #{msg}"
check-for-inappropriate-objc-class-names 76 print STDERR if $_ ne "nm: no name list\n";
check-for-weak-vtables-and-externals 78 print STDERR if $_ ne "nm: no name list\n";
  /development/tools/findunused/
findunusedtranslations 4 print STDERR "Usage: findunusedtranslations values/strings.xml\n";
5 print STDERR "\n";
6 print STDERR "Will read values/strings.xml and rewrite\n";
7 print STDERR "values-xx/strings.xml and values-xx-rYY/strings.xml\n";
8 print STDERR "files to remove strings that no longer appear in the\n";
9 print STDERR "base strings file.\n";
19 print STDERR "Bad format for $ARGV[0]\n";
24 print STDERR "$0: $ARGV[0]: No such file\n";
  /external/ipsec-tools/src/racoon/contrib/
sp.pl 13 print STDERR "install esp transport mode: $src -> $dst\n";
17 print STDERR "delete policy: $src -> $dst\n";
  /external/libpng/
pngtest.c 103 /* #define STDERR stderr */
104 #define STDERR stdout /* For DOS */
468 fprintf(STDERR, "%s: libpng warning: %s\n", name, message);
470 fprintf(STDERR, "%s: libpng warning: %s\n", test, message);
571 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
575 fprintf(STDERR, "WARNING: freeing NULL pointer\n");
591 fprintf(STDERR, "Duplicate free of memory\n");
601 fprintf(STDERR, "Pointer %x not found\n", (unsigned int)ptr);
728 fprintf(STDERR, "Could not find input file %s\n", inname)
    [all...]
  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd 19 print STDERR "\n\nDEBUG: Inside HOSTAPD Filter\n\n";
24 print STDERR "DEBUG($debugcounter): $line";
  /external/mksh/src/
check.pl 32 # expected-stderr:
123 # expected-stderr m What the test should generate on stderr;
125 # expected-stderr-pattern m A perl pattern which matches the
214 'expected-stderr', 'm',
215 'expected-stderr-pattern', 'm',
247 print STDERR $Usage;
385 print STDERR "$prog: can't open directory $dir - $!\n";
413 print STDERR "$prog: can't open $file - $!\n";
450 print STDERR "$prog: couldn't cd to $tempdir - $!\n"
    [all...]
  /external/chromium_org/third_party/lcov/contrib/galaxy/
posterize.pl 69 print STDERR "Creating Poster\n";
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
posterize.pl 69 print STDERR "Creating Poster\n";
  /external/chromium_org/third_party/icu/source/tools/genren/
genren.pl 181 print STDERR "$ARGV[0]: Not sure what to do with '$_'\n";
187 print STDERR "$ARGV[0]: Skipped strange mangled function $_\n";
189 print STDERR "$ARGV[0]: Skipped vtable $_\n";
191 print STDERR "$ARGV[0]: Skipped typeinfo $_\n";
193 print STDERR "$ARGV[0]: Skipped ignored function $_\n";
238 print STDERR @_;
244 print STDERR <<"EndHelpText";
  /external/icu4c/tools/genren/
genren.pl 196 print STDERR "$ARGV[0]: Not sure what to do with '$_'\n";
202 print STDERR "$ARGV[0]: Skipped strange mangled function $_\n";
204 print STDERR "$ARGV[0]: Skipped vtable $_\n";
206 print STDERR "$ARGV[0]: Skipped typeinfo $_\n";
208 print STDERR "$ARGV[0]: Skipped ignored function $_\n";
244 print STDERR @_;
250 print STDERR <<"EndHelpText";
  /external/chromium_org/third_party/openssl/openssl/apps/
CA.pl 67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
166 print STDERR "Unknown arg $_\n";
167 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
CA.pl.in 67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
166 print STDERR "Unknown arg $_\n";
167 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
  /external/openssl/apps/
CA.pl 67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
166 print STDERR "Unknown arg $_\n";
167 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
CA.pl.in 67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
166 print STDERR "Unknown arg $_\n";
167 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 119 open my $old_err, '>&STDERR' or die "Can't capture stderr: $!";
120 close STDERR or die "Can't close stderr: $!";
121 open STDERR, '>', 'err.tmp' or die "Can't redirect stderr: $!";
126 # restore stderr
128 close STDERR or die "Can't close stderr: $!";
129 open STDERR, '>&', $old_err or die "Can't restore stderr: $!"
    [all...]
  /external/bison/build-aux/
update-b4-copyright 130 print STDERR
147 print STDERR
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 286 print STDERR "$msg\n\n";
287 print STDERR usage_string();
288 print STDERR "\nFATAL ERROR: $msg\n"; # just as a reminder
730 print STDERR ShellEscape(@GV, "-scale", $main::opt_scale) . "\n";
743 print STDERR "Loading web page file:///$fname\n";
766 print STDERR "Could not load web browser.\n";
772 print STDERR "Starting '@KCACHEGRIND " . $fname . $bg . "'\n";
783 print STDERR "Welcome to pprof! For help, type 'help'.\n";
798 print STDERR "(pprof) ";
822 print STDERR "\n"
    [all...]
  /external/clang/tools/scan-build/
ccc-analyzer 125 system 'mv',$ofile,"$PPFile.stderr.txt";
142 open(STDERR,">&", \*TO_PARENT);
219 print STDERR "\n[LOCATION]: $dir\n";
226 # We MUST print to stderr. Some clients use the stdout output of
228 print STDERR join(' ', @PrintArgs);
229 print STDERR "\n";
232 print STDERR "#SHELL (cd '$dir' && @PrintArgs)\n";
235 # Capture the STDERR of clang and send it to a temporary file.
236 # Capture the STDOUT of clang and reroute it to ccc-analyzer's STDERR.
244 open(STDERR,">&", \*TO_PARENT)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider 89 print STDERR $usage;
173 print STDERR "Found " . scalar(@tests) . " tests matching '" . $testsPattern . "'\n";
175 print STDERR "Found " . scalar(@tests) . " tests\n";
178 print STDERR "Running SunSpider once for warmup, then " . ($runInstruments ? "under Instruments" : "$testRuns time" . ($testRuns == 1 ? "" : "s")) . "\n";
  /external/srec/tools/cmd/
pht_to_long.pl 20 print STDERR "using phtfile $phtfile\n";

Completed in 848 milliseconds

1 2 3 4