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

1 2 3 4 5 6 7 8 910

  /test/vts/runners/host/
const.py 19 STDERR = cmd_utils.STDERR
  /prebuilts/go/darwin-x86/test/
errchk 9 # it succeeds, this script will report an error. The stderr output of
28 print STDERR "Usage: errchk COMPILER [OPTS] SOURCEFILES\n";
69 print STDERR "BUG: errchk: command succeeded unexpectedly\n";
70 print STDERR @out;
75 print STDERR "BUG: errchk: command failed unexpectedly\n";
76 print STDERR @out;
81 print STDERR "BUG: errchk: compiler crashed\n";
82 print STDERR @out, "\n";
88 print STDERR "BUG: ";
104 print STDERR "$file:$line: malformed regexp\n"
    [all...]
  /prebuilts/go/linux-x86/test/
errchk 9 # it succeeds, this script will report an error. The stderr output of
28 print STDERR "Usage: errchk COMPILER [OPTS] SOURCEFILES\n";
69 print STDERR "BUG: errchk: command succeeded unexpectedly\n";
70 print STDERR @out;
75 print STDERR "BUG: errchk: command failed unexpectedly\n";
76 print STDERR @out;
81 print STDERR "BUG: errchk: compiler crashed\n";
82 print STDERR @out, "\n";
88 print STDERR "BUG: ";
104 print STDERR "$file:$line: malformed regexp\n"
    [all...]
  /toolchain/binutils/binutils-2.25/gprof/
bbconv.pl 41 print STDERR "Miscount: line $.\n" if ($blockcount != 0);
47 print STDERR "Miscount: line $.\n" if ($blockcount == 0);
  /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/curl/tests/
mem-include-scan.pl 42 print STDERR "checking $file...\n";
73 print STDERR "$file doesn't include \"memdebug.h\"!\n";
76 print STDERR "$file doesn't include \"curl_memory.h\"!\n";
94 print STDERR "----\n$errs errors detected!\n";
nroff-scan.pl 66 print STDERR "error: $f:$line: missing \\fP after $str\n";
72 print STDERR "error: $f:$line: refering to non-existing man page $man\n";
76 print STDERR "error: $f:$line: use \\fI before $str\n";
82 print STDERR "error: $f:$line: non-referencing $1\n";
90 print STDERR "error: $f:$line: refering to non-existing man page $man\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/syslinux/utils/
keytab-lilo 11 print STDERR
44 print STDERR "loadkeys -m $map: $!\n";
64 print STDERR "Keymap is empty\n";
lss16toppm 22 ## The -map causes the color map to be output on stderr.
34 print STDERR "$0: Unknown option: $arg\n";
40 print STDERR "$0: Short file\n";
47 print STDERR "$0: Invalid file format\n";
60 printf STDERR "#%02x%02x%02x=%d\n", $r, $g, $b, $i;
71 print STDERR "$0: Short read on input (file corrupt)\n";
mkdiskimage.in 131 print STDERR "$0: $file: don't know how to determine the size of this device\n";
139 print STDERR "Usage: $0 [-doFMz4][-i id] file c h s (max: 1024 256 63)\n";
140 print STDERR " -d add DOSEMU header\n";
141 print STDERR " -o print filesystem offset to stdout\n";
142 print STDERR " -F format partition as FAT32\n";
143 print STDERR " -M \"c\" argument is megabytes, calculate cylinders\n";
144 print STDERR " -z use zipdisk geometry (h=64 s=32)\n";
145 print STDERR " -4 use partition entry 4 (standard for zipdisks)\n";
146 print STDERR " -i specify the MBR ID\n";
147 print STDERR " -s output a sparse file (don't allocate all blocks)\n"
    [all...]
  /external/libvncserver/utils/
consolefont2c.pl 14 print STDERR "$i -> $fontname\n";
17 print STDERR read(IN,$x,4096);
  /external/syslinux/gpxe/src/util/
get-pci-ids 43 print STDERR "Too many arguments.\n";
44 print STDERR "Usage: get-pci-ids [path to kernel sources]\n";
45 print STDERR " /usr/src/linux is assumed if no path is given.\n";
50 print STDERR "Could not find $kernel_src/include/linux/version.h.\n";
51 print STDERR "$kernel_src is probably no Linux kernel source tree.\n";
  /external/libpng/
pngtest.c 41 /* #define STDERR stderr */
42 #define STDERR stdout /* For DOS */
101 # define pngtest_debug(m) ((void)fprintf(stderr, m "\n"))
102 # define pngtest_debug1(m,p1) ((void)fprintf(stderr, m "\n", p1))
103 # define pngtest_debug2(m,p1,p2) ((void)fprintf(stderr, m "\n", p1, p2))
475 fprintf(STDERR, "%s: libpng warning: %s\n", name, message);
585 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
590 fprintf(STDERR, "WARNING: freeing NULL pointer\n");
608 fprintf(STDERR, "Duplicate free of memory\n")
    [all...]
  /external/skia/third_party/libpng/
pngtest.c 41 /* #define STDERR stderr */
42 #define STDERR stdout /* For DOS */
101 # define pngtest_debug(m) ((void)fprintf(stderr, m "\n"))
102 # define pngtest_debug1(m,p1) ((void)fprintf(stderr, m "\n", p1))
103 # define pngtest_debug2(m,p1,p2) ((void)fprintf(stderr, m "\n", p1, p2))
475 fprintf(STDERR, "%s: libpng warning: %s\n", name, message);
585 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
590 fprintf(STDERR, "WARNING: freeing NULL pointer\n");
609 fprintf(STDERR, "Duplicate free of memory\n")
    [all...]
  /external/syslinux/com32/lib/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...]
  /test/vts/utils/python/common/
cmd_utils.py 20 STDERR = 'stderrs'
33 command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
34 (stdout, stderr) = proc.communicate()
37 '(stdout: %s\n stderr: %s\n)' % (command, stdout,
38 stderr))
43 """Execute one shell command and return (stdout, stderr, exit_code).
49 tuple(string, string, int), containing stdout, stderr, exit_code of the shell command
52 str(cmd), shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
53 stdout, stderr = p.communicate()
54 return (stdout, stderr, p.returncode
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
gather-docs 50 print STDERR "Usage: gather-docs [-v] srcdir outfile.txi [files with snippets in them ...]\n";
59 print STDERR "Cannot open $srcdir/$in for reading: $!\n";
104 print STDERR "Cannot open $outfile for writing: $!\n";
122 print STDERR "Disk full writing $srcdir/$cat.texi\n";
  /external/mksh/src/
check.pl 33 # expected-stderr:
125 # expected-stderr m What the test should generate on stderr;
127 # expected-stderr-pattern m A perl pattern which matches the
218 'expected-stderr', 'm',
219 'expected-stderr-pattern', 'm',
245 print STDERR $Usage;
406 print STDERR "$prog: can't open directory $dir - $!\n";
434 print STDERR "$prog: can't open $file - $!\n";
471 print STDERR "$prog: couldn't cd to $tempdir - $!\n"
    [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/syslinux/com32/lib/
makeerrlist.pl 22 print STDERR "opening $file\n" unless ( $quiet );
48 print STDERR "$error ($errno) => \"$msg\"\n" unless ( $quiet );
60 print STDERR "closing $file\n" unless ( $quiet );
  /external/syslinux/diag/geodsp/
mk-lba-img.pl 39 print(STDERR "Using stdin\n");
43 print(STDERR "Using $ifilen\n");
52 print(STDERR "Using $ofilen\n");
  /external/abi-compliance-checker/
Makefile.pl 97 print STDERR "ERROR: command is not selected (-install or -remove)\n";
127 print STDERR "ERROR: destdir is not absolute path\n";
132 print STDERR "ERROR: you should create destdir directory first\n";
138 print STDERR "ERROR: you should create installation directory first (destdir + prefix):\n mkdir -p $PREFIX\n";
146 print STDERR "ERROR: prefix is not absolute path\n";
151 print STDERR "ERROR: you should create prefix directory first\n";
166 print STDERR "ERROR: you should be root\n";
  /external/abi-dumper/
Makefile.pl 92 print STDERR "ERROR: command is not selected (-install or -remove)\n";
120 print STDERR "ERROR: destdir is not absolute path\n";
125 print STDERR "ERROR: you should create destdir directory first\n";
131 print STDERR "ERROR: you should create installation directory first (destdir + prefix):\n mkdir -p $PREFIX\n";
139 print STDERR "ERROR: prefix is not absolute path\n";
144 print STDERR "ERROR: you should create prefix directory first\n";
159 print STDERR "ERROR: you should be root\n";
  /external/llvm/test/MC/ARM/
directive-arch-mode-switch.s 2 @ RUN: FileCheck %s <%t --check-prefix=STDERR
10 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
17 @ STDERR: [[@LINE-1]]:{{[0-9]+}}: warning: new target does not support arm mode, switching to thumb mode
23 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
30 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
41 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
48 @ STDERR: [[@LINE-1]]:{{[0-9]+}}: warning: new target does not support arm mode, switching to thumb mode

Completed in 682 milliseconds

1 2 3 4 5 6 7 8 910