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

1 2 3 4

  /external/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
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; };
check-Xcode-source-file-types 71 print STDERR "ERROR: No Xcode project files (project.pbxproj) listed on command-line.\n";
76 print STDERR <<__END__;
94 print STDERR "WARNING: Not an Xcode project file: $projectFile\n" if $printWarnings;
136 print STDERR "WARNING: Unknown file type '$fileType' for file '$filePath'.\n" if $printWarnings;
139 print STDERR "WARNING: Incorrect file type '$fileType' for file '$filePath'.\n" if $printWarnings;
161 printf STDERR "%s issues found for $projectFile.\n", ($issuesFound ? $issuesFound : "No");
162 print STDERR "$issuesFixed issues fixed for $projectFile.\n" if $issuesFixed && $shouldFixIssues;
163 print STDERR "NOTE: Open $projectFile in Xcode to let it have its way with the file.\n" if $issuesFixed;
164 print STDERR "\n";
run-jsc 53 print STDERR "Running $count time(s): DYLD_FRAMEWORK_PATH=$dyld $jsc\n";
update-webkit-dependency 79 print STDERR "Couldn't check Last-Modified date of new $zipFile.\n";
80 print STDERR "Please ensure that $libsURL is reachable.\n";
83 print STDERR "Unable to check Last-Modified date and no version of $file to fall back to.\n";
87 print STDERR "Falling back to existing version of $file.\n";
130 print STDERR "Couldn't move $file.headers to $webkitLibrariesDir" . ".\n" if $result;
prepare-ChangeLog 130 print STDERR basename($0) . " [-b|--bug=<bugid>] [-d|--diff] [-h|--help] [-o|--open] [-g|--git-commit=<committish>] [--git-reviewer=<name>] [svndir1 [svndir2 ...]]\n";
131 print STDERR " -b|--bug Fill in the ChangeLog bug information from the given bug.\n";
132 print STDERR " --description One-line description that matches the bug title.\n";
133 print STDERR " -d|--diff Spew diff to stdout when running\n";
134 print STDERR " --merge-base Populate the ChangeLogs with the diff to this branch\n";
135 print STDERR " -g|--git-commit Populate the ChangeLogs from the specified git commit\n";
136 print STDERR " --git-index Populate the ChangeLogs from the git index only\n";
137 print STDERR " --git-reviewer When populating the ChangeLogs from a git commit claim that the spcified name reviewed the change.\n";
138 print STDERR " This option is useful when the git commit lacks a Signed-Off-By: line\n";
139 print STDERR " -h|--help Show this help message\n"
    [all...]
run-leaks 63 print STDERR $usage;
69 print STDERR $usage;
220 print STDERR basename($0) . ": $errorMessage\n";
resolve-ChangeLogs 88 print STDERR "ERROR: Files listed on command-line that are not ChangeLogs.\n";
91 print STDERR "ERROR: No ChangeLog files listed on command-line or found unmerged.\n";
94 print STDERR "ERROR: --continue may only be used with a git repository\n";
97 print STDERR "ERROR: --fix-merged may only be used with a git repository\n";
100 print STDERR "ERROR: --merge-driver may only be used with a git repository\n";
103 print STDERR "ERROR: --merge-driver expects %O %A %B as arguments\n";
109 print STDERR <<__END__;
147 print STDERR "ERROR: Unknown combination of switches and arguments.\n";
185 print STDERR "WARNING: ${file} is not in a conflicted state.\n" if $printWarnings;
204 print STDERR "WARNING: Too many conflict files exist for ${file}!\n" if $printWarnings
    [all...]
build-api-tests 50 print STDERR $usage;
build-jsc 54 print STDERR $usage;
build-webkittestrunner 50 print STDERR $usage;
webkit-build-directory 61 print STDERR $usage;
run-pageloadtest 55 print STDERR $usage;
  /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/webkit/Source/WebCore/
make-export-file-generator 57 STDERR.puts "Wrote output to #{output_file}"
  /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/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/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";
  /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/webkit/Source/JavaScriptCore/
create_jit_stubs 48 print STDERR "Creating JIT stubs for $file \n";

Completed in 333 milliseconds

1 2 3 4