Searched refs:stderr (Results 126 - 150 of 3668) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiler_unittest.cc83 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/
H A Dprofiler_unittest.cc83 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/libvorbis/examples/
H A Dvorbisfile_example.c48 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/openssl/crypto/x509v3/
H A Dv3conf.c81 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);
H A Dtabtest.c75 fprintf(stderr, "Extension number invalid expecting %d\n", i);
84 fprintf(stderr, "Extensions out of order!\n");
87 } else fprintf(stderr, "Order OK\n");
/external/valgrind/main/gdbserver_tests/
H A Dpasssigalrm.c27 fprintf(stderr, "starting ...\n");
38 fprintf (stderr, "ok: 1st SIGALRM received\n");
40 fprintf (stderr, "wrong 1st: unexpected value %d sigalrm_received\n",
47 fprintf (stderr, "ok: 2nd SIGALRM received\n");
49 fprintf (stderr, "wrong 2nd: unexpected value %d sigalrm_received\n",
64 fprintf (stderr, "ok: SIGRTMIN received\n");
66 fprintf (stderr, "wrong sigrtmin: unexpected value %d sigrtmin_received\n",
/external/valgrind/main/none/tests/
H A Drlimit64_nofile.c31 fprintf(stderr, "setrlimit64 exceeding hardlimit must set errno=EINVAL\n");
37 fprintf(stderr, "setrlimit64 exceeding hardlimit must return -1\n");
46 fprintf(stderr, "setrlimit64 changing hardlimit must set errno=EPERM\n");
52 fprintf(stderr, "setrlimit64 changing hardlimit must return -1\n");
73 fprintf(stderr, "rlim_cur is %llu (should be %llu)\n",
80 fprintf(stderr, "rlim_max is %llu (should be %llu)\n",
85 newrlim.rlim_cur -= 3; /* allow for stdin, stdout and stderr */
97 fprintf(stderr, "open succeeded with fd %d - it should have failed!\n", fd);
H A Drlimit_nofile.c28 fprintf(stderr, "setrlimit exceeding hardlimit must set errno=EINVAL\n");
34 fprintf(stderr, "setrlimit exceeding hardlimit must return -1\n");
43 fprintf(stderr, "setrlimit changing hardlimit must set errno=EPERM\n");
49 fprintf(stderr, "setrlimit changing hardlimit must return -1\n");
70 fprintf(stderr, "rlim_cur is %llu (should be %llu)\n",
77 fprintf(stderr, "rlim_max is %llu (should be %llu)\n",
82 newrlim.rlim_cur -= 3; /* allow for stdin, stdout and stderr */
94 fprintf(stderr, "open succeeded with fd %d - it should have failed!\n", fd);
/external/chromium_org/tools/gyp/test/module/src/
H A Dprogram.c37 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/
H A Dcom_err.c34 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/
H A Djpegtran.c48 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, "Switche
[all...]
H A Dcjpeg.c144 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, "Switche
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dutil.c38 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");
/external/qemu/distrib/jpeg-6b/
H A Djpegtran.c48 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, "Switche
[all...]
/external/qemu/distrib/libsparse/src/
H A Dsimg2simg.c39 fprintf(stderr, "Usage: simg2simg <sparse image file> <sparse_image_file> <max_size>\n");
63 fprintf(stderr, "Cannot open input file %s\n", argv[1]);
69 fprintf(stderr, "Failed to import sparse file\n");
75 fprintf(stderr, "Failed to resparse\n");
81 fprintf(stderr, "Failed to allocate sparse file array\n");
87 fprintf(stderr, "Failed to resparse\n");
94 fprintf(stderr, "Filename too long\n");
100 fprintf(stderr, "Cannot open output file %s\n", argv[2]);
106 fprintf(stderr, "Failed to write sparse file\n");
/external/valgrind/main/none/tests/s390x/
H A Dflogr.c98 if (modval != 0) fprintf(stderr, "modval is wrong for %lx\n", value);
99 if (bitpos != 64) fprintf(stderr, "bitpos is wrong for %lx\n", value);
100 if (cc != 0) fprintf(stderr, "cc is wrong for %lx\n", value);
106 if (modval != 0) fprintf(stderr, "modval is wrong for %lx\n", value);
107 if (bitpos != 63 - i) fprintf(stderr, "bitpos is wrong for %lx\n", value);
108 if (cc != 2) fprintf(stderr, "cc is wrong for %lx\n", value);
116 if (modval != (value >> 1)) fprintf(stderr, "modval is wrong for %lx\n", value);
117 if (bitpos != 63 - i) fprintf(stderr, "bitpos is wrong for %lx\n", value);
118 if (cc != 2) fprintf(stderr, "cc is wrong for %lx\n", value);
/external/chromium_org/courgette/
H A Dcourgette_minimal_tool.cc16 fprintf(stderr,
24 fprintf(stderr, "%s\n", message);
30 fprintf(stderr, "%s\n", message);
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dcheck-testharness-expected-pass29 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/chromium_org/tools/gyp/test/defines/
H A Dgyptest-define-override.py27 test.build('defines.gyp', stderr=expect_stderr)
34 test.build('defines.gyp', stderr=expect_stderr)
40 test.build('defines.gyp', stderr=expect_stderr)
/external/iproute2/tc/
H A Df_basic.c30 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, "Illega
[all...]
/external/libmtp/examples/
H A Dtrexist.c28 fprintf(stderr, "trexist <trackid>\n");
48 fprintf(stderr, "illegal value %s\n", argv[1]);
51 fprintf(stderr, "bad song id %u\n", id);
/external/oprofile/libutil/tests/
H A Dfile_tests.c50 fprintf(stderr, "chdir(\"/usr\") failed for %s\n", tests[i][0]);
56 fprintf(stderr, "NULL return for %s\n", tests[i][0]);
61 fprintf(stderr, "%s does not match %s given %s\n",
/external/valgrind/main/helgrind/tests/
H A Dfree_is_write.c24 fprintf(stderr, "Start.\n");
30 fprintf(stderr, "Pointer to allocated memory: %p\n", s_mem);
40 fprintf(stderr, "Done.\n");
/external/valgrind/main/memcheck/tests/linux/
H A Dcapget.c18 fprintf(stderr, "Running as root\n");
24 fprintf(stderr,
48 fprintf(stderr, "This program is Linux-specific\n");
/external/valgrind/main/memcheck/tests/
H A Dwcs.c15 fprintf (stderr, "wcslen: %zd\n", l); // wcslen: 53
20 fprintf (stderr, "wcscmp equal: %d\n", wcscmp (a, b)); // wcscmp equal: 0
25 fprintf (stderr, "wcsrchr == wcschr: %d\n", d == e); // wcsrchr == wcschr: 1

Completed in 7420 milliseconds

1234567891011>>