/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/chromium_org/third_party/WebKit/Tools/Scripts/ |
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-weak-vtables-and-externals | 78 print STDERR if $_ ne "nm: no name list\n";
|
check-for-exit-time-destructors | 90 print STDERR if $_ ne "nm: no name list\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/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";
|
/external/chromium_org/third_party/tcmalloc/vendor/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/strace/ |
strace-graph | 68 print STDERR "$0: $ARGV: cannot find start of resumed call on line $."; 89 print STDERR "$0: $ARGV: $.: cannot parse line.\n"; 126 print STDERR "$0: $ARGV: $.: cannot parse string.\n"; 135 print STDERR "$0: $ARGV: $.: unrecognized element.\n"; 156 print STDERR "$0: $ARGV: $.: missing comma in array.\n"; 170 print STDERR "$0: $ARGV: $.: struct field expected.\n"; 178 print STDERR "$0: $ARGV: $.: missing comma in struct.\n"; 189 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: $_";
|