HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 101 - 125 of 3043) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libmtp/examples/
trexist.c 28 fprintf(stderr, "trexist <trackid>\n");
48 fprintf(stderr, "illegal value %s\n", argv[1]);
51 fprintf(stderr, "bad song id %u\n", id);
  /external/openssl/crypto/x509v3/
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/oprofile/libutil/tests/
file_tests.c 50 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/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/openssl/crypto/evp/
evp_test.c 87 fprintf(stderr,"Odd number of hex digits!");
156 fprintf(stderr,"Key length doesn't match, got %d expected %lu\n",kn,
165 fprintf(stderr,"EncryptInit failed\n");
166 ERR_print_errors_fp(stderr);
173 fprintf(stderr,"Encrypt failed\n");
174 ERR_print_errors_fp(stderr);
179 fprintf(stderr,"EncryptFinal failed\n");
180 ERR_print_errors_fp(stderr);
186 fprintf(stderr,"Ciphertext length mismatch got %d expected %d\n",
193 fprintf(stderr,"Ciphertext mismatch\n")
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_testprogram.c 114 fprintf(stderr,"Could not allocate memory for vector\n");
119 fprintf(stderr,"Could not allocate memory for vector\n");
125 fprintf(stderr,"Could not allocate memory for vector\n");
132 fprintf(stderr,"Could not allocate memory for vector\n");
142 fprintf(stderr, "%s mode inputfile bytefile outputfile channelfile\n",
144 fprintf(stderr, "Example:\n");
145 fprintf(stderr, "%s <30,20> in.pcm byte.dat out.pcm T30.0.dat\n", argv[0]);
150 fprintf(stderr,"Wrong mode %s, must be 20, or 30\n", argv[1]);
154 fprintf(stderr,"Cannot open input file %s\n", argv[2]);
157 fprintf(stderr, "Cannot open channelfile file %s\n"
    [all...]
  /external/iproute2/tc/
q_sfq.c 30 fprintf(stderr, "Usage: ... sfq [ limit NUMBER ] [ perturb SECS ] [ quantum BYTES ]\n");
31 fprintf(stderr, " [ divisor NUMBER ] [ flows NUMBER] [ depth NUMBER ]\n");
32 fprintf(stderr, " [ headdrop ]\n");
33 fprintf(stderr, " [ redflowlimit BYTES ] [ min BYTES ] [ max BYTES ]\n");
34 fprintf(stderr, " [ avpkt BYTES ] [ burst PACKETS ] [ probability P ]\n");
35 fprintf(stderr, " [ ecn ] [ harddrop ]\n");
53 fprintf(stderr, "Illegal \"limit\"\n");
60 fprintf(stderr, "Illegal \"perturb\"\n");
67 fprintf(stderr, "Illegal \"limit\"\n");
71 fprintf(stderr, "Illegal \"limit\", must be > 1\n")
    [all...]
q_gred.c 33 #define DPRINTF(format,args...) fprintf(stderr,format,##args)
40 fprintf(stderr, "Usage: ... gred DP drop-probability limit BYTES "
42 fprintf(stderr, " avpkt BYTES burst PACKETS probability PROBABILITY "
44 fprintf(stderr, " [prio value]\n");
45 fprintf(stderr," OR ...\n");
46 fprintf(stderr," gred setup DPs <num of DPs> default <default DP> "
60 DPRINTF(stderr,"init_gred: invoked with %s\n",*argv);
63 DPRINTF(stderr,"init_gred: next_arg with %s\n",*argv);
66 fprintf(stderr, "DPs =%d\n", dps);
67 fprintf(stderr, "Illegal \"DPs\"\n")
    [all...]
  /external/mdnsresponder/mDNSPosix/
Responder.c 104 fprintf(stderr, "\nSIGINT\n");
119 fprintf(stderr, "\nSIGQUIT\n");
137 fprintf(stderr,
145 fprintf(stderr, "%s: Service name can't be empty\n", gProgramName);
162 fprintf(stderr,
170 fprintf(stderr,
189 fprintf(stderr,
211 fprintf(stderr,
214 fprintf(stderr, " -v verbose mode, level is a number from 0 to 2\n");
215 fprintf(stderr, " 0 = no debugging info (default)\n")
    [all...]
  /build/tools/acp/
acp.c 83 fprintf(stderr,
87 fprintf(stderr, "acp: unable to stat dest dir\n");
96 fprintf(stderr,
214 fprintf(stderr, "Unexpected arg -%c\n", ic);
226 fprintf(stderr, "acp: missing destination file\n");
232 fprintf(stderr, "Usage: acp [OPTION]... SOURCE DEST\n");
233 fprintf(stderr, " or: acp [OPTION]... SOURCE... DIRECTORY\n");
234 fprintf(stderr, "\nOptions:\n");
235 fprintf(stderr, " -d never follow (dereference) symbolic links\n");
236 fprintf(stderr, " -e if source file doesn't exist, try adding
    [all...]
  /build/tools/zipalign/
ZipAlign.cpp 32 fprintf(stderr, "Zip alignment utility\n");
33 fprintf(stderr, "Copyright (C) 2009 The Android Open Source Project\n\n");
34 fprintf(stderr,
37 fprintf(stderr,
39 fprintf(stderr, " -c: check alignment only (does not modify file)\n");
40 fprintf(stderr, " -f: overwrite existing outfile.zip\n");
41 fprintf(stderr, " -v: verbose output\n");
42 fprintf(stderr, " -z: recompress using Zopfli\n");
61 fprintf(stderr, "ERROR: unable to retrieve entry %d\n", i);
117 fprintf(stderr, "Input and output can't be same file\n")
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 56 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
57 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
65 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args)
66 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 56 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
57 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
65 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args)
66 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_dbg.h 58 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
67 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args)
68 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 58 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
67 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args)
68 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
  /external/bison/src/
closure.c 59 fprintf (stderr, "Closure: %s\n", title);
63 fprintf (stderr, " %2d: .", array[i]);
65 fprintf (stderr, " %s", symbols[*rp]->tag);
66 fprintf (stderr, " (rule %d)\n", -*rp - 1);
68 fputs ("\n\n", stderr);
77 fprintf (stderr, "FIRSTS\n");
81 fprintf (stderr, "\t%s firsts\n", symbols[i]->tag);
84 fprintf (stderr, "\t\t%s\n",
88 fprintf (stderr, "\n\n");
98 fprintf (stderr, "FDERIVES\n")
    [all...]
  /external/checkpolicy/
parse_util.c 40 fprintf(stderr, "%s: unable to open %s\n", progname, file);
46 fprintf(stderr, "%s: out of memory!\n", progname);
55 fprintf(stderr,
65 fprintf(stderr,
  /external/chromium_org/build/
check_return_value.py 14 if not subprocess.call(sys.argv[1:], stdout=devnull, stderr=devnull):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
import-w3c-tests 35 sys.exit(test_importer.main(sys.argv[1:], sys.stdout, sys.stderr))
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
bar.cpp 13 fprintf(stderr, "Hi There! from Bar\n");
  /external/chromium_org/third_party/lzma_sdk/
7zAlloc.c 27 fprintf(stderr, "\nAlloc %10d bytes; count = %10d", size, g_allocCount);
40 fprintf(stderr, "\nFree; count = %10d", g_allocCount);
52 fprintf(stderr, "\nAlloc_temp %10d bytes; count = %10d", size, g_allocCountTemp);
68 fprintf(stderr, "\nFree_temp; count = %10d", g_allocCountTemp);
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
table.c 43 fprintf(stderr, "%s is no-op\n", name);
  /external/chromium_org/third_party/opus/src/src/
repacketizer_demo.c 41 fprintf(stderr, "usage: %s [options] input_file output_file\n", argv0);
81 fprintf(stderr, "-merge parameter must be at least 1.\n");
86 fprintf(stderr, "-merge parameter must be less than 48.\n");
94 fprintf(stderr, "Unknown option: %s\n", argv[i]);
102 fprintf(stderr, "Error opening input file: %s\n", argv[argc-2]);
108 fprintf(stderr, "Error opening output file: %s\n", argv[argc-1]);
124 /*fprintf(stderr, "in len = %d\n", len[i]);*/
131 fprintf(stderr, "Invalid payload length\n");
149 fprintf(stderr, "opus_repacketizer_cat() failed: %s\n", opus_strerror(err));
165 fprintf(stderr, "Error writing.\n")
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkDebug_stdio.cpp 18 vfprintf(stderr, format, args);
  /external/chromium_org/third_party/webrtc/test/testsupport/
frame_writer.cc 31 fprintf(stderr, "Frame length must be >0, was %zu\n",
37 fprintf(stderr, "Couldn't open output file for writing: %s\n",
56 fprintf(stderr, "FrameWriter is not initialized (output file is NULL)\n");
62 fprintf(stderr, "Failed to write %zu bytes to file %s\n",

Completed in 1279 milliseconds

1 2 3 45 6 7 8 91011>>