HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 151 - 175 of 4824) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/test/
testcdrom.c 81 fprintf(stderr, "Usage: %s [drive#] [command] [command] ...\n", argv0);
82 fprintf(stderr, "Where 'command' is one of:\n");
83 fprintf(stderr, " -status\n");
84 fprintf(stderr, " -list\n");
85 fprintf(stderr, " -play [first_track] [first_frame] [num_tracks] [num_frames]\n");
86 fprintf(stderr, " -pause\n");
87 fprintf(stderr, " -resume\n");
88 fprintf(stderr, " -stop\n");
89 fprintf(stderr, " -eject\n");
90 fprintf(stderr, " -sleep <milliseconds>\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/openssl/openssl/crypto/x509v3/
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);
tabtest.c 75 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/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/libvorbis/examples/
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/openssl/crypto/x509v3/
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/valgrind/main/gdbserver_tests/
passsigalrm.c 27 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/
rlimit64_nofile.c 31 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);
rlimit_nofile.c 28 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);
  /ndk/tests/device/test-stlport_shared-exception/jni/
catchptr1.cpp 25 fprintf(stderr, "25\n");
44 fprintf(stderr, "44\n");
67 fprintf(stderr, "67\n");
86 fprintf(stderr, "86\n");
100 fprintf(stderr, "100\n");
128 fprintf(stderr, "128\n");
142 fprintf(stderr, "142\n");
  /ndk/tests/device/test-stlport_static-exception/jni/
catchptr1.cpp 25 fprintf(stderr, "25\n");
44 fprintf(stderr, "44\n");
67 fprintf(stderr, "67\n");
86 fprintf(stderr, "86\n");
100 fprintf(stderr, "100\n");
128 fprintf(stderr, "128\n");
142 fprintf(stderr, "142\n");
  /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");
  /external/qemu/distrib/jpeg-6b/
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/qemu/distrib/libsparse/src/
simg2simg.c 39 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/
flogr.c 98 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);
  /frameworks/base/tools/validatekeymaps/
Main.cpp 41 fprintf(stderr, "Keymap Validation Tool\n\n");
42 fprintf(stderr, "Usage:\n");
43 fprintf(stderr,
77 fprintf(stderr, "Supported file types: *.kl, *.kcm, virtualkeys.*\n\n");
84 fprintf(stderr, "Error %d parsing key layout file.\n\n", status);
95 fprintf(stderr, "Error %d parsing key character map file.\n\n", status);
105 fprintf(stderr, "Error %d parsing input device configuration file.\n\n", status);
116 fprintf(stderr, "Error %d parsing virtual key definition file.\n\n", status);
142 fputs("Failed!\n", stderr);
  /system/core/libsparse/
simg2simg.c 39 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");
  /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);

Completed in 2154 milliseconds

1 2 3 4 5 67 8 91011>>