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

1 2

  /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; };
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";
svn-create-patch 88 print STDERR basename($0) . " [-h|--help] [--ignore-changelogs] [svndir1 [svndir2 ...]]\n";
112 print STDERR "WARNING: Patch's size is " . int($patchSize/1024) . " kbytes.\n";
113 print STDERR "Patches 20k or smaller are more likely to be reviewed. Larger patches may sit unreviewed for a long time.\n";
282 print STDERR $line, "\n";
VCSUtils.pm 134 # Call a function while suppressing STDERR, and return the return values
144 open(OLDERR, ">&STDERR");
145 close(STDERR);
147 open(STDERR, ">&OLDERR");
    [all...]
check-for-global-initializers 91 print STDERR if $_ ne "nm: no name list\n";
do-webcore-rename 60 print STDERR $usage;
  /external/libpng/
pngtest.c 41 /* #define STDERR stderr */
42 #define STDERR stdout /* For DOS */
91 # define pngtest_debug(m) ((void)fprintf(stderr, m "\n"))
92 # define pngtest_debug1(m,p1) ((void)fprintf(stderr, m "\n", p1))
93 # define pngtest_debug2(m,p1,p2) ((void)fprintf(stderr, m "\n", p1, p2))
446 fprintf(STDERR, "%s: libpng warning: %s\n", name, message);
556 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
561 fprintf(STDERR, "WARNING: freeing NULL pointer\n");
579 fprintf(STDERR, "Duplicate free of memory\n")
    [all...]
  /external/mksh/src/
check.pl 33 # expected-stderr:
124 # expected-stderr m What the test should generate on stderr;
126 # expected-stderr-pattern m A perl pattern which matches the
217 'expected-stderr', 'm',
218 'expected-stderr-pattern', 'm',
244 print STDERR $Usage;
403 print STDERR "$prog: can't open directory $dir - $!\n";
431 print STDERR "$prog: can't open $file - $!\n";
468 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 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/icu/icu4c/source/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/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/jemalloc/bin/
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/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 130 rename($ofile, "$PPFile.stderr.txt");
147 open(STDERR,">&", \*TO_PARENT);
223 print STDERR "\n[LOCATION]: $dir\n";
230 # We MUST print to stderr. Some clients use the stdout output of
232 print STDERR join(' ', @PrintArgs);
233 print STDERR "\n";
236 print STDERR "#SHELL (cd '$dir' && @PrintArgs)\n";
239 # Capture the STDERR of clang and send it to a temporary file.
240 # Capture the STDOUT of clang and reroute it to ccc-analyzer's STDERR.
248 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/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/chromium_org/third_party/lcov/bin/
gendesc 79 print(STDERR "Use $tool_name --help to get usage information\n");
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 417 print STDERR ($0.": warning, not running on Mac OS X, ".
524 print STDERR ($0.": warning: target image extension is being added\n");
525 print STDERR (' The new filename is '.
709 print STDERR ($0.': '.$message.(@gCleanup?' (cleaning up)':'')."\n");
796 # stderr and undef is returned.
806 # Regardless of $verbosity, stderr is left connected.
818 printf STDERR ($0.': fork: '.$!."\n");
834 printf STDERR ($0.': fork: '.$!."\n");
838 printf STDERR ($0.': exited on signal '.($? & 127).
847 printf STDERR ($0.': exec: '.$!."\n")
    [all...]

Completed in 298 milliseconds

1 2