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

1 2 3

  /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/webkit/WebKitTools/Scripts/
parallelcl 22 print STDERR "Received " . @ARGV . " arguments:\n";
24 print STDERR "$arg\n";
31 print STDERR "The invoking process wants preprocessed source, so let's hand off this whole command to the real cl.exe\n" if $debug;
52 print STDERR "Last character of first line = '" . substr($firstLine, -1, 1) . "'\n" if $debug;
54 print STDERR "First file is quoted\n" if $debug;
57 print STDERR "First file is NOT quoted\n" if $debug;
69 print STDERR "######## Found options $options ##########\n" if $debug;
70 print STDERR "####### Found first source file $sources[0] ########\n" if @sources && $debug;
91 print STDERR "\n\n####### COMPILING $numSources FILES USING AT MOST $numJobs PARALLEL INSTANCES OF cl.exe ###########\n\n";# if $debug;
101 print STDERR "######## jobSize = $jobSize ##########\n" if $debug
    [all...]
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; };
run-jsc 53 print STDERR "Running $count time(s): DYLD_FRAMEWORK_PATH=$dyld $jsc\n";
run-leaks 63 print STDERR $usage;
69 print STDERR $usage;
220 print STDERR basename($0) . ": $errorMessage\n";
prepare-ChangeLog 125 print STDERR basename($0) . " [--bug] [-d|--diff] [-h|--help] [-o|--open] [--git-commit=<committish>] [--git-reviewer=<name>] [svndir1 [svndir2 ...]]\n";
126 print STDERR " --bug Fill in the ChangeLog bug information from the given bug.\n";
127 print STDERR " -d|--diff Spew diff to stdout when running\n";
128 print STDERR " --git-commit Populate the ChangeLogs from the specified git commit\n";
129 print STDERR " --git-index Populate the ChangeLogs from the git index only\n";
130 print STDERR " --git-reviewer When populating the ChangeLogs from a git commit claim that the spcified name reviewed the change.\n";
131 print STDERR " This option is useful when the git commit lacks a Signed-Off-By: line\n";
132 print STDERR " -h|--help Show this help message\n";
133 print STDERR " -o|--open Open ChangeLogs in an editor when done\n";
134 print STDERR " --[no-]update Update ChangeLogs from svn before adding entry (default: update)\n"
    [all...]
resolve-ChangeLogs 86 print STDERR "ERROR: Files listed on command-line that are not ChangeLogs.\n";
89 print STDERR "ERROR: No ChangeLog files listed on command-line or found unmerged.\n";
92 print STDERR "ERROR: --continue may only be used with a git repository\n";
95 print STDERR "ERROR: --fix-merged may only be used with a git repository\n";
101 print STDERR <<__END__;
130 print STDERR "ERROR: Unknown combination of switches and arguments.\n";
168 print STDERR "WARNING: ${file} is not in a conflicted state.\n" if $printWarnings;
187 print STDERR "WARNING: Too many conflict files exist for ${file}!\n" if $printWarnings;
219 print STDERR "WARNING: ${file} does not need merging.\n" if $printWarnings;
221 print STDERR "WARNING: ${file} is missing some conflict files.\n" if $printWarnings
    [all...]
build-jsc 54 print STDERR $usage;
webkit-build-directory 57 print STDERR $usage;
run-pageloadtest 55 print STDERR $usage;
update-webkit-auxiliary-libs 61 print STDERR "Couldn't check Last-Modified date of new $zipFile.\n" if $result;
102 print STDERR "Couldn't move $file.headers to $webkitLibrariesDir" . ".\n" if $result;
sort-Xcode-project-file 58 print STDERR "ERROR: No Xcode project files (project.pbxproj) listed on command-line.\n";
63 print STDERR <<__END__;
73 print STDERR "WARNING: Not an Xcode project file: $projectFile\n" if $printWarnings;
run-javascriptcore-tests 83 print STDERR $usage;
97 print STDERR "Compiling jsc failed!\n";
sunspider-compare-results 66 print STDERR $usage;
78 print STDERR "Compiling jsc failed!\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/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 36 # Call a function while suppressing STDERR.
40 open(OLDERR, ">&STDERR");
41 close(STDERR);
43 open(STDERR, ">&OLDERR");
58 # We call via callSilently() to avoid output like the following to STDERR:
  /external/icu4c/tools/genren/
genren.pl 150 print STDERR "$_\n";
152 print STDERR "Skipped strange mangled function $_\n";
154 print STDERR "Skipped vtable $_\n";
156 print STDERR "Skipped typeinfo $_\n";
158 print STDERR "Skipped ignored function $_\n";
190 print STDERR @_;
196 print STDERR <<"EndHelpText";
  /external/bluetooth/glib/tests/
gen-casefold-txt.pl 73 printf STDERR ("Entry for $raw_code has wrong number of fields (%d)\n", $#fields);
  /external/webkit/JavaScriptCore/
create_rvct_stubs 34 print STDERR "Creating RVCT stubs for $file \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/srec/tools/cmd/
pht_to_long.pl 20 print STDERR "using phtfile $phtfile\n";
  /external/webkit/SunSpider/
sunspider 114 print STDERR $usage;
200 print STDERR "Found " . scalar(@tests) . " tests matching '" . $testsPattern . "'\n";
202 print STDERR "Found " . scalar(@tests) . " tests\n";
205 print STDERR "Running SunSpider once for warmup, then " . ($runShark ? "under Shark" : "$testRuns time" . ($testRuns == 1 ? "" : "s")) . "\n";
  /external/webkit/WebKit/scripts/
generate-webkitversion.pl 61 unless (open INPUT, "<", $configFile) { print STDERR "File does not exist: $configFile\n";}

Completed in 441 milliseconds

1 2 3