/external/ipsec-tools/src/racoon/contrib/ |
H A D | sp.pl | 13 print STDERR "install esp transport mode: $src -> $dst\n"; 17 print STDERR "delete policy: $src -> $dst\n";
|
/external/webkit/Tools/Scripts/ |
H A D | 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
|
H A D | 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 "######## jobSiz [all...] |
H A D | 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; };
|
H A D | 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";
|
H A D | run-jsc | 53 print STDERR "Running $count time(s): DYLD_FRAMEWORK_PATH=$dyld $jsc\n";
|
H A D | 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;
|
H A D | 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 " [all...] |
H A D | run-leaks | 63 print STDERR $usage; 69 print STDERR $usage; 220 print STDERR basename($0) . ": $errorMessage\n";
|
H A D | 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 "WARNIN [all...] |
H A D | build-api-tests | 50 print STDERR $usage;
|
H A D | build-jsc | 54 print STDERR $usage;
|
H A D | build-webkittestrunner | 50 print STDERR $usage;
|
H A D | webkit-build-directory | 61 print STDERR $usage;
|
H A D | run-pageloadtest | 55 print STDERR $usage;
|
/external/mksh/src/ |
H A D | check.pl | 229 print STDERR $Usage; 366 print STDERR "$prog: can't open directory $dir - $!\n"; 394 print STDERR "$prog: can't open $file - $!\n"; 431 print STDERR "$prog: couldn't cd to $tempdir - $!\n"; 453 print STDERR 459 print STDERR 468 print STDERR 479 print STDERR "$prog:$test{':long-name'}: error running perl-setup - $@\n"; 486 print STDERR "$prog: can't fork - $!\n"; 508 print STDERR " [all...] |
/external/libpng/ |
H A D | pngtest.c | 103 /* #define STDERR stderr */ 104 #define STDERR stdout /* For DOS */ macro 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); 740 fprintf(STDERR, "Coul [all...] |
/external/bluetooth/glib/tests/ |
H A D | gen-casefold-txt.pl | 73 printf STDERR ("Entry for $raw_code has wrong number of fields (%d)\n", $#fields);
|
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/ |
H A D | 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: $!"; 128 close STDERR or die "Can't close stderr: $!"; 129 open STDERR, '>&', $old_err or die "Can't restore stderr: $!";
|
/external/webkit/Source/WebCore/ |
H A D | make-export-file-generator | 57 STDERR.puts "Wrote output to #{output_file}"
|
/external/wpa_supplicant_8/hostapd/logwatch/ |
H A D | hostapd | 19 print STDERR "\n\nDEBUG: Inside HOSTAPD Filter\n\n"; 24 print STDERR "DEBUG($debugcounter): $line";
|
/external/openssl/apps/ |
H A D | 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/icu4c/tools/genren/ |
H A D | genren.pl | 190 print STDERR "$ARGV[0]: Not sure what to do with '$_'\n"; 196 print STDERR "$ARGV[0]: Skipped strange mangled function $_\n"; 198 print STDERR "$ARGV[0]: Skipped vtable $_\n"; 200 print STDERR "$ARGV[0]: Skipped typeinfo $_\n"; 202 print STDERR "$ARGV[0]: Skipped ignored function $_\n"; 247 print STDERR @_; 253 print STDERR <<"EndHelpText";
|
/external/srec/tools/cmd/ |
H A D | pht_to_long.pl | 20 print STDERR "using phtfile $phtfile\n";
|
/external/webkit/Source/JavaScriptCore/ |
H A D | create_jit_stubs | 48 print STDERR "Creating JIT stubs for $file \n";
|