/external/valgrind/main/memcheck/tests/ |
clo_redzone.c | 8 fprintf (stderr, "b1 %p b2 %p\n", b1, b2);
|
/external/valgrind/main/memcheck/tests/linux/ |
syslog-syscall.c | 21 fprintf(stderr, "Done.\n");
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
scalar.h | 23 fprintf(stderr, "-----------------------------------------------------\n" \ 41 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \ 45 fprintf(stderr, "Expected error %s (%d), got success\n", #E, E); \ 57 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
|
/external/valgrind/main/none/tests/ |
munmap_exe.c | 17 fprintf(stderr, "error mmapping\n");
|
/external/webkit/Tools/MIDLWrapper/ |
MIDLWrapper.cpp | 14 fwprintf(stderr, L"######### im in ur IDE, compiling ur c0des ########\n"); 25 fwprintf(stderr, L"Couldn't find PATH environment variable!\n"); 31 fwprintf(stderr, L"Couldn't find Tools\\vcbin in PATH!\n"); 71 fwprintf(stderr, L"New path: %s\n", envp[pathIndex]);
|
/external/webkit/Tools/Scripts/ |
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-webkit-style | 63 # Change stderr to write with replacement characters so we don't die 65 stderr = codecs.StreamReaderWriter(sys.stderr, 72 stderr.encoding = "UTF-8" 75 # the global sys.stderr. This involves updating the code to 77 # sys.stderr explicitly anywhere. 78 sys.stderr = stderr 86 checker.configure_logging(stream=stderr, is_verbose=is_verbose)
|
/external/zlib/src/contrib/puff/ |
pufftest.c | 107 fprintf(stderr, "invalid option %s\n", arg); 112 fprintf(stderr, "only one file name allowed\n"); 119 fprintf(stderr, "memory allocation failure\n"); 123 fprintf(stderr, "could not read %s, or it was empty\n", 129 fprintf(stderr, "skip request of %d leaves no input\n", skip); 139 fprintf(stderr, "puff() failed with return code %d\n", ret); 141 fprintf(stderr, "puff() succeeded uncompressing %lu bytes\n", destlen); 142 if (sourcelen < len) fprintf(stderr, "%lu compressed bytes unused\n", 152 fprintf(stderr, "memory allocation failure\n");
|
/ndk/tests/device/multi-static-instances/jni/ |
main.cpp | 19 fprintf(stderr, "ERROR: instance() returned two distinct addresses: %p %p\n", first, second);
|
/ndk/tests/device/test-cpufeatures/jni/ |
test_android_setCpu_2.c | 7 fprintf(stderr, "ERROR: %s\n", msg);
|
/sdk/emulator/opengl/tests/ut_renderer/ |
RendererSurface.cpp | 43 fprintf(stderr, "EGL COLOR Buffer size: %d\n", ibuf); 45 fprintf(stderr, "eglGetConfigAttrib error: %d\n", eglGetError()); 48 fprintf(stderr, "EGL DEPTH Buffer size: %d\n", ibuf); 50 fprintf(stderr, "eglGetConfigAttrib error: %d\n", eglGetError());
|
/sdk/emulator/qtools/ |
read_addr.cpp | 8 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
|
/system/core/adb/ |
file_sync_client.c | 60 fprintf(stderr,"%lld KB/s (%lld bytes in %lld.%03llds)\n", 216 fprintf(stderr,"cannot open '%s': %s\n", path, strerror(errno)); 231 fprintf(stderr,"cannot read '%s': %s\n", path, strerror(errno)); 279 fprintf(stderr, "error reading link '%s': %s\n", path, strerror(errno)); 324 fprintf(stderr,"cannot open '%s': %s\n", lpath, strerror(errno)); 330 fprintf(stderr, "error seeking in file '%s'\n", lpath); 337 fprintf(stderr, "could not allocate buffer for '%s'\n", 344 fprintf(stderr, "error reading from file: '%s'\n", lpath); 354 fprintf(stderr, "file '%s' is not a valid zip file\n", 363 fprintf(stderr, "file '%s' does not contain AndroidManifest.xml\n" [all...] |
/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/icu4c/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); 335 fprintf(stderr, "icupkg: malloc error allocating %d bytes.\n", (int)length); 341 fprintf(stderr, "icupkg: error reading \"%s\"\n", filename); 358 fprintf(stderr, "icupkg: not an ICU data file: \"%s\"\n", filename) [all...] |
/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...] |
/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/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...] |