/system/core/toolbox/ |
cmp.c | 39 fprintf(stderr, "%s: invalid option -%c\n", 46 fprintf(stderr, "Usage: %s [-b] [-l] [-n count] file1 file2\n", argv[0]); 52 fprintf(stderr, "could not open %s, %s\n", argv[optind], strerror(errno)); 58 fprintf(stderr, "could not open %s, %s\n", argv[optind+1], strerror(errno));
|
nandread.c | 76 fprintf(stderr, "%s [-d <dev>] [-f file] [-s sparesize] [-vh]\n" 87 fprintf(stderr, "%s: invalid option -%c\n", 94 fprintf(stderr, "%s: extra arguments\n", argv[0]); 98 fprintf(stderr, "%s: specify device name\n", argv[0]); 104 fprintf(stderr, "cannot open %s, %s\n", devname, strerror(errno)); 111 fprintf(stderr, "cannot open %s, %s\n", filename, strerror(errno)); 119 fprintf(stderr, "cannot open %s, %s\n", statusfilename, strerror(errno)); 126 fprintf(stderr, "failed get mtd info for %s, %s\n", 140 fprintf(stderr, "failed allocate readbuffer size %u\n", 152 fprintf(stderr, "failed get ecc layout for %s, %s\n" [all...] |
sendevent.c | 57 fprintf(stderr, "use: %s device type code value\n", argv[0]); 63 fprintf(stderr, "could not open %s, %s\n", argv[optind], strerror(errno)); 67 fprintf(stderr, "could not get driver version for %s, %s\n", argv[optind], strerror(errno)); 76 fprintf(stderr, "write event failed, %s\n", strerror(errno));
|
/system/extras/ext4_utils/ |
ext2simg.c | 48 fprintf(stderr, "%s [ options ] <image or block device> <output image>\n", path); 49 fprintf(stderr, "\n"); 50 fprintf(stderr, " -c include CRC block\n"); 51 fprintf(stderr, " -v verbose output\n"); 52 fprintf(stderr, " -z gzip output\n"); 53 fprintf(stderr, " -S don't use sparse output format\n"); 205 fprintf(stderr, "Expected image or block device after options\n"); 213 fprintf(stderr, "Expected output image after input image\n"); 221 fprintf(stderr, "Unexpected argument: %s\n", argv[optind]);
|
/system/extras/tests/bionic/libc/bionic/ |
libdlclosetest1.cpp | 53 fprintf(stderr, "%s: setting x to 1\n", __FUNCTION__); 68 fprintf(stderr, "%s: to_y uinitialized !!\n", __FUNCTION__); 72 fprintf(stderr, "%s: setting y(%p) to 2 !\n", __FUNCTION__, to_y); 81 fprintf(stderr, "%s: setting to_y=%p\n", __FUNCTION__, y);
|
libdlclosetest2.c | 46 fprintf(stderr, "%s: setting x to 1\n", __FUNCTION__); 62 fprintf(stderr, "%s: to_y uninitialized!!\n", __FUNCTION__); 66 fprintf(stderr, "%s: setting y(%p) to 2!\n", __FUNCTION__, to_y); 72 fprintf(stderr, "%s: setting to_y=%p\n", __FUNCTION__, y);
|
/external/libpng/contrib/pngminus/ |
pnm2png.c | 34 #define STDERR 2 84 fprintf (stderr, "PNM2PNG\n"); 85 fprintf (stderr, "Error: alpha-channel file %s does not exist\n", 96 fprintf (stderr, "PNM2PNG\n"); 97 fprintf (stderr, "Error: unknown option %s\n", argv[argi]); 107 fprintf (stderr, "PNM2PNG\n"); 108 fprintf (stderr, "Error: file %s does not exist\n", argv[argi]); 116 fprintf (stderr, "PNM2PNG\n"); 117 fprintf (stderr, "Error: can not create PNG-file %s\n", argv[argi]); 123 fprintf (stderr, "PNM2PNG\n") [all...] |
/external/linux-tools-perf/util/ |
parse-options.c | 443 fprintf(stderr, "\n usage: %s\n", *usagestr++); 445 fprintf(stderr, " or: %s\n", *usagestr++); 447 fprintf(stderr, "%s%s\n", 454 fputc('\n', stderr); 461 fputc('\n', stderr); 463 fprintf(stderr, "%s\n", opts->help); 469 pos = fprintf(stderr, " "); 471 pos += fprintf(stderr, "-%c", opts->short_name); 473 pos += fprintf(stderr, " "); 476 pos += fprintf(stderr, ", "); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/ |
SDL_syscdrom.c | 91 fprintf(stderr, "Device Type: %s\n", devtype[inq.perfdt]); 92 fprintf(stderr, "Vendor: %.8s\n", inq.vndrid); 93 fprintf(stderr, "Product: %.8s\n", inq.prodid); 94 fprintf(stderr, "Revision: %.8s\n", inq.revlvl); 116 fprintf(stderr, "Duplicate drive detected: %s == %s\n", drive, SDL_cdlist[i]); 132 fprintf(stderr, "Added CD-ROM drive: %s\n", drive); 218 fprintf(stderr, "Try to add drive: %s\n", drive); 226 fprintf(stderr, "cannot open dir: %s\n", checklist[i].dir); 252 fprintf(stderr,"ioctl error CDROM_TOC_HEADER\n"); 260 fprintf(stderr,"hdr.th_data_len1 = %d\n", hdr.th_data_len1) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
subprocess.py | 34 stdin=None, stdout=None, stderr=None, 70 stdin, stdout and stderr specify the executed programs' standard 76 parent. Additionally, stderr can be STDOUT, which indicates that the 77 stderr data from the applications should be captured into the same 95 If universal_newlines is true, the file objects stdout and stderr are 102 stdin and stderr are not updated by the communicate() method. 180 and stderr, until end-of-file is reached. Wait for process to 185 communicate() returns a tuple (stdout, stderr). 201 stderr 202 If the stderr argument is PIPE, this attribute is file object tha [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
subprocess.py | 34 stdin=None, stdout=None, stderr=None, 70 stdin, stdout and stderr specify the executed programs' standard 76 parent. Additionally, stderr can be STDOUT, which indicates that the 77 stderr data from the applications should be captured into the same 95 If universal_newlines is true, the file objects stdout and stderr are 102 stdin and stderr are not updated by the communicate() method. 180 and stderr, until end-of-file is reached. Wait for process to 185 communicate() returns a tuple (stdout, stderr). 201 stderr 202 If the stderr argument is PIPE, this attribute is file object tha [all...] |
/system/media/audio_utils/ |
tinysndfile.c | 66 fprintf(stderr, "fopen %s failed errno %d\n", path, errno); 81 fprintf(stderr, "actual %u < 44\n", actual); 85 fprintf(stderr, "wav != RIFF\n"); 90 fprintf(stderr, "riffSize %u < 4\n", riffSize); 94 fprintf(stderr, "missing WAVE\n"); 104 fprintf(stderr, "actual %u != %u\n", actual, sizeof(chunk)); 110 fprintf(stderr, "chunkSize %u > remaining %u\n", chunkSize, remaining); 115 fprintf(stderr, "multiple fmt\n"); 119 fprintf(stderr, "chunkSize %u < 2\n", chunkSize); 125 fprintf(stderr, "actual %u != 2\n", actual) [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
package.cpp | 186 fprintf(stderr, "icupkg: \"%s\" is not recognized as a package filename (must end with .dat)\n", 192 fprintf(stderr, "icupkg: the package name \"%s\" is too long (>=%ld)\n", 258 fprintf(stderr, "pathname too long: \"%s\"\n", path); 274 fprintf(stderr, "path/filename too long: \"%s%s\"\n", filename, name); 297 fprintf(stderr, "icupkg: unable to create tree directory \"%s\"\n", filename); 318 fprintf(stderr, "icupkg: unable to open input file \"%s\"\n", filename); 325 fprintf(stderr, "icupkg: empty input file \"%s\"\n", filename); 340 fprintf(stderr, "icupkg: error reading \"%s\"\n", filename); 357 fprintf(stderr, "icupkg: not an ICU data file: \"%s\"\n", filename); 362 fprintf(stderr, "U_INVALID_FORMAT_ERROR occurred but UCONFIG_NO_LEGACY_CONVERSION is on so this is expected.\n") [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_test_blend.c | 529 dump_blend_type(stderr, blend, mode, type); 530 fprintf(stderr, "MISMATCH\n"); 532 fprintf(stderr, " Src: "); 533 dump_vec(stderr, type, src); 534 fprintf(stderr, "\n"); 536 fprintf(stderr, " Dst: "); 537 dump_vec(stderr, type, dst); 538 fprintf(stderr, "\n"); 540 fprintf(stderr, " Con: "); 541 dump_vec(stderr, type, con) [all...] |
/external/jpeg/ |
cjpeg.c | 144 fprintf(stderr, "usage: %s [switches] ", progname); 146 fprintf(stderr, "inputfile outputfile\n"); 148 fprintf(stderr, "[inputfile]\n"); 151 fprintf(stderr, "Switches (names may be abbreviated):\n"); 152 fprintf(stderr, " -quality N Compression quality (0..100; 5-95 is useful range)\n"); 153 fprintf(stderr, " -grayscale Create monochrome JPEG file\n"); 155 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n"); 158 fprintf(stderr, " -progressive Create progressive JPEG file\n"); 161 fprintf(stderr, " -targa Input file is Targa format (usually not needed)\n"); 163 fprintf(stderr, "Switches for advanced users:\n") [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_blend.c | 529 dump_blend_type(stderr, blend, mode, type); 530 fprintf(stderr, "MISMATCH\n"); 532 fprintf(stderr, " Src: "); 533 dump_vec(stderr, type, src); 534 fprintf(stderr, "\n"); 536 fprintf(stderr, " Dst: "); 537 dump_vec(stderr, type, dst); 538 fprintf(stderr, "\n"); 540 fprintf(stderr, " Con: "); 541 dump_vec(stderr, type, con) [all...] |
/external/qemu/distrib/jpeg-6b/ |
cjpeg.c | 144 fprintf(stderr, "usage: %s [switches] ", progname); 146 fprintf(stderr, "inputfile outputfile\n"); 148 fprintf(stderr, "[inputfile]\n"); 151 fprintf(stderr, "Switches (names may be abbreviated):\n"); 152 fprintf(stderr, " -quality N Compression quality (0..100; 5-95 is useful range)\n"); 153 fprintf(stderr, " -grayscale Create monochrome JPEG file\n"); 155 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n"); 158 fprintf(stderr, " -progressive Create progressive JPEG file\n"); 161 fprintf(stderr, " -targa Input file is Targa format (usually not needed)\n"); 163 fprintf(stderr, "Switches for advanced users:\n") [all...] |
/external/valgrind/main/drd/tests/ |
Makefile.in | 740 annotate_barrier.stderr.exp \ 742 annotate_barrier_xml.stderr.exp \ 744 annotate_hb_err.stderr.exp \ 746 annotate_hb_race.stderr.exp \ 748 annotate_hbefore.stderr.exp \ 750 annotate_order_1.stderr.exp \ 752 annotate_order_2.stderr.exp \ 754 annotate_order_3.stderr.exp \ 756 annotate_publish_hg.stderr.exp \ 758 annotate_smart_pointer.stderr.exp [all...] |
/external/qemu/ |
blockdev.c | 106 fprintf(stderr, " %s", name); 128 fprintf(stderr, "qemu: '%s' invalid %s error action\n", 216 fprintf(stderr, "qemu: unsupported bus type '%s'\n", buf); 223 fprintf(stderr, "qemu: '%s' invalid physical cyls number\n", buf); 227 fprintf(stderr, "qemu: '%s' invalid physical heads number\n", buf); 231 fprintf(stderr, "qemu: '%s' invalid physical secs number\n", buf); 238 fprintf(stderr, 250 fprintf(stderr, "qemu: '%s' invalid translation type\n", buf); 260 fprintf(stderr, 266 fprintf(stderr, "qemu: '%s' invalid media\n", buf) [all...] |
/frameworks/wilhelm/tests/sandbox/ |
playbq.c | 163 fprintf(stderr, "Unable to determine native byte order\n"); 211 fprintf(stderr, "option %s ignored\n", arg); 216 fprintf(stderr, "usage: [-b/l] [-8] [-f#] [-n#] [-p#] [-r] %s filename\n", argv[0]); 217 fprintf(stderr, " -b force big-endian byte order (default is native byte order)\n"); 218 fprintf(stderr, " -l force little-endian byte order (default is native byte order)\n"); 219 fprintf(stderr, " -8 output 8-bits per sample (default is 16-bits per sample)\n"); 220 fprintf(stderr, " -f# frames per buffer (default 512)\n"); 221 fprintf(stderr, " -n# number of buffers (default 2)\n"); 222 fprintf(stderr, " -p# initial playback rate in per mille (default 1000)\n"); 223 fprintf(stderr, " -P# final playback rate in per mille (default same as -p#)\n") [all...] |
playbq.cpp | 163 fprintf(stderr, "Unable to determine native byte order\n"); 211 fprintf(stderr, "option %s ignored\n", arg); 216 fprintf(stderr, "usage: [-b/l] [-8] [-f#] [-n#] [-p#] [-r] %s filename\n", argv[0]); 217 fprintf(stderr, " -b force big-endian byte order (default is native byte order)\n"); 218 fprintf(stderr, " -l force little-endian byte order (default is native byte order)\n"); 219 fprintf(stderr, " -8 output 8-bits per sample (default is 16-bits per sample)\n"); 220 fprintf(stderr, " -f# frames per buffer (default 512)\n"); 221 fprintf(stderr, " -n# number of buffers (default 2)\n"); 222 fprintf(stderr, " -p# initial playback rate in per mille (default 1000)\n"); 223 fprintf(stderr, " -P# final playback rate in per mille (default same as -p#)\n") [all...] |
/external/iproute2/ip/ |
iptunnel.c | 35 fprintf(stderr, "Usage: ip tunnel { add | change | del | show | prl | 6rd } [ NAME ]\n"); 36 fprintf(stderr, " [ mode { ipip | gre | sit | isatap } ] [ remote ADDR ] [ local ADDR ]\n"); 37 fprintf(stderr, " [ [i|o]seq ] [ [i|o]key KEY ] [ [i|o]csum ]\n"); 38 fprintf(stderr, " [ prl-default ADDR ] [ prl-nodefault ADDR ] [ prl-delete ADDR ]\n"); 39 fprintf(stderr, " [ 6rd-prefix ADDR ] [ 6rd-relay_prefix ADDR ] [ 6rd-reset ]\n"); 40 fprintf(stderr, " [ ttl TTL ] [ tos TOS ] [ [no]pmtudisc ] [ dev PHYS_DEV ]\n"); 41 fprintf(stderr, "\n"); 42 fprintf(stderr, "Where: NAME := STRING\n"); 43 fprintf(stderr, " ADDR := { IP_ADDRESS | any }\n"); 44 fprintf(stderr, " TOS := { NUMBER | inherit }\n") [all...] |
/external/bison/lib/ |
error.c | 52 /* If NULL, error will flush stdout, then print on stderr the program 194 fprintf (stderr, ": %s", s); 202 if (_IO_fwide (stderr, 0) > 0) 226 fputws_unlocked (L"out of memory\n", stderr); 261 __vfwprintf (stderr, wmessage, args); 268 vfprintf (stderr, message, args); 277 putc ('\n', stderr); 279 fflush (stderr); 304 _IO_flockfile (stderr); 313 fprintf (stderr, "%s: ", program_name) [all...] |
/external/chromium_org/v8/tools/testrunner/local/ |
progress.py | 84 if failed.output.stderr: 85 print "--- stderr ---" 86 print failed.output.stderr.strip() 170 stderr = test.output.stderr.strip() 171 if len(stderr): 172 print self.templates['stderr'] % stderr 213 'stderr': "\033[31m%s\033[0m", 228 'stderr': '%s' [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_file_eintr.py | 47 def fail_with_process_info(self, why, stdout=b'', stderr=b'', 56 stdout, stderr: standard output and error from the process so 70 stderr += stderr_end 72 (why, stdout.decode(), stderr.decode())) 97 'lambda s, f: sys.stderr.write("$\\n")) ;' 99 'sys.stderr.write("Worm Sign!\\n") ;' 104 stderr=subprocess.PIPE) 107 worm_sign = self._process.stderr.read(len(b'Worm Sign!\n')) 110 stderr=worm_sign) 121 rlist, _, _ = select.select([self._process.stderr], (), (), 0.05 [all...] |