/external/compiler-rt/test/lsan/TestCases/ |
stale_stack_leak.cc | 21 fprintf(stderr, "Test alloc: %p.\n", locals[0]); 35 fprintf(stderr, "Value after LSan: %p.\n", *pp);
|
/external/compiler-rt/test/msan/ |
death-callback.cc | 15 fprintf(stderr, "msan-death-callback\n"); 37 fprintf(stderr, "done\n");
|
dtls_test.c | 23 fprintf(stderr, "bar\n"); 25 fprintf(stderr, "stack: %p dtls: %p\n", &x, x); 31 fprintf(stderr, "stack: %p dtls: %p\n", &x, x); 33 fprintf(stderr, "foo\n"); // False negative here. 43 if (!handle) fprintf(stderr, "%s\n", dlerror());
|
/external/compiler-rt/test/tsan/ |
halt_on_error.cc | 15 fprintf(stderr, "BEFORE\n"); 20 fprintf(stderr, "AFTER\n");
|
/external/libvorbis/examples/ |
seeking_example.c | 40 fprintf(stderr,"raw position out of tolerance: requested %ld, got %ld\n", 45 fprintf(stderr,"pcm position out of tolerance: requested %ld, got %ld\n", 50 fprintf(stderr,"time position out of tolerance: requested %f, got %f\n", 56 fprintf(stderr,"pcm position out of bounds: got %ld\n",(long)pos); 62 fprintf(stderr,"data position after seek doesn't match pcm position\n"); 93 fprintf(stderr,"Could not open input as an OggVorbis file.\n\n"); 105 fprintf(stderr,"Sorry; right now seeking_test can only use Vorbis files\n" 120 fprintf(stderr,"Error reading file.\n"); 128 fprintf(stderr,"\rloading.... [%ld left] ", 134 fprintf(stderr,"\rtesting raw seeking to random places in %ld bytes....\n" [all...] |
vorbisfile_example.c | 48 fprintf(stderr,"Input does not appear to be an Ogg bitstream.\n"); 58 fprintf(stderr,"%s\n",*ptr); 61 fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi->channels,vi->rate); 62 fprintf(stderr,"\nDecoded length: %ld samples\n", 64 fprintf(stderr,"Encoded by: %s\n\n",ov_comment(&vf,-1)->vendor); 74 fprintf(stderr,"Corrupt bitstream section! Exiting.\n"); 90 fprintf(stderr,"Done.\n");
|
/external/libvorbis/lib/ |
barkmel.c | 25 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n", 29 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n", 33 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n", 37 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n", 41 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n", 45 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n", 49 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n\n", 58 fprintf(stderr,"(%d) bark=%f %gHz (%d of 128)\n",
|
/external/libpng/contrib/examples/ |
pngtopng.c | 58 fprintf(stderr, "pngtopng: write %s: %s\n", argv[2], 66 fprintf(stderr, "pngtopng: read %s: %s\n", argv[1], 78 fprintf(stderr, "pngtopng: out of memory: %lu bytes\n", 84 fprintf(stderr, "pngtopng: %s: %s\n", argv[1], image.message); 89 fprintf(stderr, "pngtopng: usage: pngtopng input-file output-file\n");
|
/external/openssl/crypto/x509v3/ |
v3prin.c | 76 fprintf(stderr, "Usage v3prin cert.pem\n"); 80 fprintf(stderr, "Can't open %s\n", argv[1]); 84 fprintf(stderr, "Can't read certificate %s\n", argv[1]); 85 ERR_print_errors_fp(stderr); 94 if(!X509V3_EXT_print_fp(stdout, ext, 0, 0)) ERR_print_errors_fp(stderr);
|
v3conf.c | 81 fprintf(stderr, "Usage: v3conf cert.pem [file.cnf]\n"); 88 fprintf(stderr, "Error opening Config file %s\n", conf_file); 89 ERR_print_errors_fp(stderr); 95 fprintf(stderr, "Can't open certificate file %s\n", argv[1]); 100 fprintf(stderr, "Error reading certificate file %s\n", argv[1]); 109 fprintf(stderr, "Error adding extensions\n"); 110 ERR_print_errors_fp(stderr);
|
/external/chromium_org/tools/telemetry/telemetry/util/ |
exception_formatter.py | 39 print >> sys.stderr 40 print >> sys.stderr, msg 56 print >> sys.stderr 60 print >> sys.stderr, 'Traceback (most recent call last):' 65 print >> sys.stderr, ' %s at %s:%d' % (function, filename, line) 66 print >> sys.stderr, ' %s' % text 70 print >> sys.stderr, exception_string 75 print >> sys.stderr 76 print >> sys.stderr, 'Locals:' 85 print >> sys.stderr, ' %s: %s%s' % (variable.ljust(longest_variable + 1) [all...] |
/external/chromium_org/third_party/libjpeg_turbo/ |
djpeg.c | 98 fprintf(stderr, "usage: %s [switches] ", progname); 100 fprintf(stderr, "inputfile outputfile\n"); 102 fprintf(stderr, "[inputfile]\n"); 105 fprintf(stderr, "Switches (names may be abbreviated):\n"); 106 fprintf(stderr, " -colors N Reduce image to no more than N colors\n"); 107 fprintf(stderr, " -fast Fast, low-quality processing\n"); 108 fprintf(stderr, " -grayscale Force grayscale output\n"); 109 fprintf(stderr, " -rgb Force RGB output\n"); 111 fprintf(stderr, " -scale M/N Scale output image by fraction M/N, eg, 1/8\n"); 114 fprintf(stderr, " -bmp Select BMP output format (Windows style)%s\n" [all...] |
/build/tools/ |
java-layers.py | 8 sys.stderr.write("usage: java-layers.py DEPENDENCY_FILE SOURCE_DIRECTORIES...\n") 9 sys.stderr.write("\n") 10 sys.stderr.write("Enforces layering between java packages. Scans\n") 11 sys.stderr.write("DIRECTORY and prints errors when the packages violate\n") 12 sys.stderr.write("the rules defined in the DEPENDENCY_FILE.\n") 13 sys.stderr.write("\n") 14 sys.stderr.write("Prints a warning when an unknown package is encountered\n") 15 sys.stderr.write("on the assumption that it should fit somewhere into the\n") 16 sys.stderr.write("layering.\n") 17 sys.stderr.write("\n" [all...] |
/bionic/tests/ |
atexit_test.cpp | 51 fprintf(stderr, "\nerror: static d-tor called with incorrect this pointer: %p, expected: %p\n", this, expected_this); 53 fprintf(stderr, "6"); 63 fprintf(stderr, "5"); 67 fprintf(stderr, "4"); 71 fprintf(stderr, "3"); 76 fprintf(stderr, "2"); 80 fprintf(stderr, "1"); 84 // This should result in "123456" output to stderr
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGTextLayoutAttributes.cpp | 49 fprintf(stderr, "%s=x", identifier); 51 fprintf(stderr, " "); 54 fprintf(stderr, "%s=%lf", identifier, value); 56 fprintf(stderr, " "); 61 fprintf(stderr, "context: %p\n", m_context); 65 fprintf(stderr, " ---> pos=%i, data={", it->key); 71 fprintf(stderr, "}\n");
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
profiler_unittest.cc | 83 fprintf(stderr, "USAGE: %s <iters> [num_threads] [filename]\n", argv[0]); 84 fprintf(stderr, " iters: How many million times to run the XOR test.\n"); 85 fprintf(stderr, " num_threads: how many concurrent threads.\n"); 86 fprintf(stderr, " 0 or 1 for single-threaded mode,\n"); 87 fprintf(stderr, " -# to fork instead of thread.\n"); 88 fprintf(stderr, " filename: The name of the output profile.\n"); 89 fprintf(stderr, (" If you don't specify, set CPUPROFILE "
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
profiler_unittest.cc | 83 fprintf(stderr, "USAGE: %s <iters> [num_threads] [filename]\n", argv[0]); 84 fprintf(stderr, " iters: How many million times to run the XOR test.\n"); 85 fprintf(stderr, " num_threads: how many concurrent threads.\n"); 86 fprintf(stderr, " 0 or 1 for single-threaded mode,\n"); 87 fprintf(stderr, " -# to fork instead of thread.\n"); 88 fprintf(stderr, " filename: The name of the output profile.\n"); 89 fprintf(stderr, (" If you don't specify, set CPUPROFILE "
|
/external/chromium_org/tools/gyp/test/module/src/ |
program.c | 37 fprintf(stderr, "Failed to split executable path.\n"); 41 fprintf(stderr, "Failed to calculate module path.\n"); 47 fprintf(stderr, "Failed to open module: %s\n", module_path); 53 fprintf(stderr, "Failed to find symbol: %s\n", module_function); 67 fprintf(stderr, "Failed to calculate module path.\n"); 74 fprintf(stderr, "Failed to open module: %s\n", module_path); 80 fprintf(stderr, "Failed to find symbol: %s\n", module_function); 96 fprintf(stderr, "Failed to determine executable path.\n"); 103 fprintf(stderr, "Failed to determine executable path (%s).\n", argv[0]);
|
/external/e2fsprogs/lib/et/ |
com_err.c | 34 int do_cr = 1, fd = fileno(stderr); 37 fputs(whoami, stderr); 38 fputs(": ", stderr); 41 fputs(error_message(code), stderr); local 42 fputs(" ", stderr); 45 vfprintf (stderr, fmt, args); 59 fputc('\r', stderr); 60 fputc('\n', stderr); 61 fflush(stderr);
|
/external/jpeg/ |
jpegtran.c | 48 fprintf(stderr, "usage: %s [switches] ", progname); 50 fprintf(stderr, "inputfile outputfile\n"); 52 fprintf(stderr, "[inputfile]\n"); 55 fprintf(stderr, "Switches (names may be abbreviated):\n"); 56 fprintf(stderr, " -copy none Copy no extra markers from source file\n"); 57 fprintf(stderr, " -copy comments Copy only comment markers (default)\n"); 58 fprintf(stderr, " -copy all Copy all extra markers\n"); 60 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n"); 63 fprintf(stderr, " -progressive Create progressive JPEG file\n"); 66 fprintf(stderr, "Switches for modifying the image:\n") [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/ |
util.c | 38 fprintf(stderr, "Error:\n"); 39 vfprintf(stderr, format, args); 40 fprintf(stderr, "\n"); 63 fprintf(stderr, "Warning:\n"); 64 vfprintf(stderr, format, args); 65 fprintf(stderr, "\n"); 84 fprintf(stderr, "Warning:\n"); 85 vfprintf(stderr, format, args); 86 fprintf(stderr, "\n");
|
/dalvik/libdex/ |
CmdUtils.cpp | 50 fprintf(stderr, "Unable to open '%s' as zip archive\n", 59 fprintf(stderr, "Unable to create output file '%s': %s\n", 69 fprintf(stderr, "Unable to find '%s' in '%s'\n", 77 fprintf(stderr, "Extract of '%s' from '%s' failed\n", 121 fprintf(stderr, 145 fprintf(stderr, 161 fprintf(stderr, "Not Zip, retrying as DEX\n"); 165 fprintf(stderr, "Zip has no classes.dex\n"); 179 fprintf(stderr, "ERROR: unable to open '%s': %s\n", 186 fprintf(stderr, "ERROR: Unable to map '%s'\n", fileName) [all...] |
/external/chromium_org/courgette/ |
courgette_minimal_tool.cc | 16 fprintf(stderr, 24 fprintf(stderr, "%s\n", message); 30 fprintf(stderr, "%s\n", message);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
check-testharness-expected-pass | 29 sys.stderr.write('* The following files are passing testharness results, they should be removed:\n ') 30 sys.stderr.write('\n '.join(paths)) 31 sys.stderr.write('\n')
|
/external/iproute2/tc/ |
f_basic.c | 30 fprintf(stderr, "Usage: ... basic [ match EMATCH_TREE ] [ police POLICE_SPEC ]\n"); 31 fprintf(stderr, " [ action ACTION_SPEC ] [ classid CLASSID ]\n"); 32 fprintf(stderr, "\n"); 33 fprintf(stderr, "Where: SELECTOR := SAMPLE SAMPLE ...\n"); 34 fprintf(stderr, " FILTERID := X:Y:Z\n"); 35 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n"); 51 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n", 66 fprintf(stderr, "Illegal \"ematch\"\n"); 75 fprintf(stderr, "Illegal \"classid\"\n"); 82 fprintf(stderr, "Illegal \"action\"\n") [all...] |