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

1 2 3 4 5 6 78 91011>>

  /external/libopus/tests/
test_opus_common.h 70 fprintf(stderr,"\n ***************************************************\n");
71 fprintf(stderr," *** A fatal error was detected. ***\n");
72 fprintf(stderr," ***************************************************\n");
73 fprintf(stderr,"Please report this failure and include\n");
74 fprintf(stderr,"'make check SEED=%u fails %s at line %d for %s'\n",iseed,file,line,opus_get_version_string());
75 fprintf(stderr,"and any relevant details about your system.\n\n");
  /external/libvpx/libvpx/third_party/nestegg/test/
test.c 67 fprintf(stderr, "%p %s ", (void *) ctx, sev);
70 vfprintf(stderr, fmt, ap);
73 fprintf(stderr, "\n");
114 fprintf(stderr, "media has %u tracks and duration %fs\n", tracks, duration / 1e9);
120 fprintf(stderr, "track %u: type: %d codec: %d", i,
127 fprintf(stderr, " (%p, %u)", codec_data, (unsigned int) length);
133 fprintf(stderr, " video: %ux%u (d: %ux%u %ux%ux%ux%u)",
141 fprintf(stderr, " audio: %.2fhz %u bit %u channels",
146 fprintf(stderr, "\n");
152 fprintf(stderr, "seek to middle\n")
    [all...]
  /external/lldb/test/functionalities/load_unload/
main.c 29 fprintf (stderr, "%s\n", dlerror());
36 fprintf (stderr, "%s\n", dlerror());
45 fprintf (stderr, "%s\n", dlerror());
51 fprintf (stderr, "%s\n", dlerror());
58 fprintf (stderr, "%s\n", dlerror());
65 fprintf (stderr, "%s\n", dlerror());
  /external/lzma/C/
Alloc.c 30 fprintf(stderr, "\nAlloc %10d bytes, count = %10d, addr = %8X", size, g_allocCount++, (unsigned)p);
42 fprintf(stderr, "\nFree; count = %10d, addr = %8X", --g_allocCount, (unsigned)address);
54 fprintf(stderr, "\nAlloc_Mid %10d bytes; count = %10d", size, g_allocCountMid++);
63 fprintf(stderr, "\nFree_Mid; count = %10d", --g_allocCountMid);
100 fprintf(stderr, "\nAlloc_Big %10d bytes; count = %10d", size, g_allocCountBig++);
119 fprintf(stderr, "\nFree_Big; count = %10d", --g_allocCountBig);
  /external/jpeg/
djpeg.c 93 fprintf(stderr, "usage: %s [switches] ", progname);
95 fprintf(stderr, "inputfile outputfile\n");
97 fprintf(stderr, "[inputfile]\n");
100 fprintf(stderr, "Switches (names may be abbreviated):\n");
101 fprintf(stderr, " -colors N Reduce image to no more than N colors\n");
102 fprintf(stderr, " -fast Fast, low-quality processing\n");
103 fprintf(stderr, " -grayscale Force grayscale output\n");
105 fprintf(stderr, " -scale M/N Scale output image by fraction M/N, eg, 1/8\n");
108 fprintf(stderr, " -bmp Select BMP output format (Windows style)%s\n",
112 fprintf(stderr, " -gif Select GIF output format%s\n"
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
fixed_debug.h 67 fprintf (stderr, "NEG16: input is not short: %d\n", (int)x);
75 fprintf (stderr, "NEG16: output is not short: %d\n", (int)res);
88 fprintf (stderr, "NEG16: input is not int: %d\n", (int)x);
96 fprintf (stderr, "NEG16: output is not int: %d\n", (int)res);
111 fprintf (stderr, "EXTRACT16: input is not short: %d in %s: line %d\n", x, file, line);
127 fprintf (stderr, "EXTEND32: input is not short: %d in %s: line %d\n", x, file, line);
143 fprintf (stderr, "SHR16: inputs are not short: %d >> %d in %s: line %d\n", a, shift, file, line);
151 fprintf (stderr, "SHR16: output is not short: %d in %s: line %d\n", res, file, line);
165 fprintf (stderr, "SHL16: inputs are not short: %d %d in %s: line %d\n", a, shift, file, line);
173 fprintf (stderr, "SHL16: output is not short: %d in %s: line %d\n", res, file, line)
    [all...]
  /external/ipsec-tools/src/racoon/
plainrsa-gen.c 67 fprintf(stderr, "Plain RSA key generator, part of %s\n", TOP_PACKAGE_STRING);
68 fprintf(stderr, "By Michal Ludvig (http://www.logix.cz/michal)\n");
69 fprintf(stderr, "\n");
70 fprintf(stderr, "Usage: %s [options]\n", argv0);
71 fprintf(stderr, "\n");
72 fprintf(stderr, " -b bits Generate <bits> long RSA key (default=1024)\n");
73 fprintf(stderr, " -e pubexp Public exponent to use (default=0x3)\n");
74 fprintf(stderr, " -f filename Filename to store the key to (default=stdout)\n");
75 fprintf(stderr, " -h Help\n");
76 fprintf(stderr, "\n")
    [all...]
  /external/libopus/celt/
fixed_debug.h 67 fprintf (stderr, "NEG16: input is not short: %d\n", (int)x);
75 fprintf (stderr, "NEG16: output is not short: %d\n", (int)res);
88 fprintf (stderr, "NEG16: input is not int: %d\n", (int)x);
96 fprintf (stderr, "NEG16: output is not int: %d\n", (int)res);
111 fprintf (stderr, "EXTRACT16: input is not short: %d in %s: line %d\n", x, file, line);
127 fprintf (stderr, "EXTEND32: input is not short: %d in %s: line %d\n", x, file, line);
143 fprintf (stderr, "SHR16: inputs are not short: %d >> %d in %s: line %d\n", a, shift, file, line);
151 fprintf (stderr, "SHR16: output is not short: %d in %s: line %d\n", res, file, line);
165 fprintf (stderr, "SHL16: inputs are not short: %d %d in %s: line %d\n", a, shift, file, line);
173 fprintf (stderr, "SHL16: output is not short: %d in %s: line %d\n", res, file, line)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_sanity.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_sanity.c     [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
cjpeg.c 149 fprintf(stderr, "usage: %s [switches] ", progname);
151 fprintf(stderr, "inputfile outputfile\n");
153 fprintf(stderr, "[inputfile]\n");
156 fprintf(stderr, "Switches (names may be abbreviated):\n");
157 fprintf(stderr, " -quality N[,...] Compression quality (0..100; 5-95 is useful range)\n");
158 fprintf(stderr, " -grayscale Create monochrome JPEG file\n");
159 fprintf(stderr, " -rgb Create RGB JPEG file\n");
161 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n");
164 fprintf(stderr, " -progressive Create progressive JPEG file\n");
167 fprintf(stderr, " -targa Input file is Targa format (usually not needed)\n")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r500_fragprog.c 377 fprintf(stderr, "R500 Fragment Program:\n--------\n");
381 fprintf(stderr,"%d\t0:CMN_INST 0x%08x:", n, inst);
388 fprintf(stderr,"%s %s %s %s %s ", str,
393 fprintf(stderr,"wmask: %s omask: %s\n", to_mask((inst >> 11) & 0xf),
399 fprintf(stderr,"\t1:RGB_ADDR 0x%08x:", code->inst[n].inst1);
402 fprintf(stderr,"Addr0: %d%c, Addr1: %d%c, Addr2: %d%c, srcp:%d\n",
408 fprintf(stderr,"\t2:ALPHA_ADDR 0x%08x:", code->inst[n].inst2);
410 fprintf(stderr,"Addr0: %d%c, Addr1: %d%c, Addr2: %d%c, srcp:%d\n",
415 fprintf(stderr,"\t3 RGB_INST: 0x%08x:", code->inst[n].inst3);
417 fprintf(stderr,"rgb_A_src:%d %s/%s/%s %d rgb_B_src:%d %s/%s/%s %d targ: %d\n"
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog.c 377 fprintf(stderr, "R500 Fragment Program:\n--------\n");
381 fprintf(stderr,"%d\t0:CMN_INST 0x%08x:", n, inst);
388 fprintf(stderr,"%s %s %s %s %s ", str,
393 fprintf(stderr,"wmask: %s omask: %s\n", to_mask((inst >> 11) & 0xf),
399 fprintf(stderr,"\t1:RGB_ADDR 0x%08x:", code->inst[n].inst1);
402 fprintf(stderr,"Addr0: %d%c, Addr1: %d%c, Addr2: %d%c, srcp:%d\n",
408 fprintf(stderr,"\t2:ALPHA_ADDR 0x%08x:", code->inst[n].inst2);
410 fprintf(stderr,"Addr0: %d%c, Addr1: %d%c, Addr2: %d%c, srcp:%d\n",
415 fprintf(stderr,"\t3 RGB_INST: 0x%08x:", code->inst[n].inst3);
417 fprintf(stderr,"rgb_A_src:%d %s/%s/%s %d rgb_B_src:%d %s/%s/%s %d targ: %d\n"
    [all...]
  /external/libpng/contrib/gregbook/
wpng.c 267 fprintf(stderr, PROGNAME
302 fprintf(stderr, PROGNAME
312 fprintf(stderr, PROGNAME
317 fprintf(stderr, PROGNAME
325 fprintf(stderr, PROGNAME ": input filename is too long [%d chars]\n",
329 fprintf(stderr, PROGNAME ": can't open input file [%s]\n", inname);
338 fprintf(stderr, PROGNAME
357 fprintf(stderr, PROGNAME
377 fprintf(stderr, PROGNAME ": output file exists [%s]\n",
382 fprintf(stderr, PROGNAME ": can't open output file [%s]\n"
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/rsa/
rsa_test.c 249 fprintf(stderr, "RSA_generate_key_ex failed.\n");
250 BIO_print_errors_fp(stderr);
255 fprintf(stderr, "BN error.\n");
256 BIO_print_errors_fp(stderr);
261 fprintf(stderr, "RSA_check_key passed with invalid key!\n");
292 fprintf(stderr, "RSA_check_key failed with only d given.\n");
293 BIO_print_errors_fp(stderr);
298 fprintf(stderr, "RSA_sign failed with only d given.\n");
299 BIO_print_errors_fp(stderr);
304 fprintf(stderr, "RSA_verify failed with only d given.\n")
    [all...]
  /cts/suite/audio_quality/executable/src/
main.cpp 46 fprintf(stderr, "\n\nexecuting %s\n", command.string());
48 fprintf(stderr, "cannot create zip file with command %s\n", command.string());
56 fprintf(stderr, "%s [-l log_level][-s serial] test_xml\n", bin);
61 fprintf(stderr, "%s [-l log_level][-s serial] test_xml\n", argv[0]);
89 fprintf(stderr, "cannot prepare report dir");
95 fprintf(stderr, "caanot create Settings");
103 fprintf(stderr, "cannot create Log");
117 fprintf(stderr, "cannot create ClientInterface");
121 fprintf(stderr, "cannot init ClientInterface");
126 fprintf(stderr, "cannot get device info")
    [all...]
  /external/libsepol/tests/
test-downgrade.c 52 fprintf(stderr, "%s: Out of memory!\n", __FUNCTION__);
105 fprintf(stderr,
110 fprintf(stderr,
138 fprintf(stderr, "error reading %spolicy binary\n", mls ? "mls " : "");
165 fprintf(stderr, "error writing %spolicy binary, version %d (downgraded from %d)\n", mls ? "mls " : "", lo, hi);
172 fprintf(stderr, "%s: Out of memory!\n",
177 fprintf(stderr, "error reading %spolicy binary, version %d (downgraded from %d)\n", mls ? "mls " : "", lo, hi);
211 fprintf(stderr, "Unable to open %s: %s\n", path,
247 /* We don't want libsepol to print warnings to stderr */
250 fprintf(stderr, "Out of memory!\n")
    [all...]
  /device/samsung/manta/recovery/
recovery_updater.c 56 fprintf(stderr, "failed to seek to %d: %s\n",
61 fprintf(stderr, "failed to write bootloader: %s\n", strerror(errno));
72 fprintf(stderr, "failed to read boot flag: %s\n", strerror(errno));
76 fprintf(stderr, "bootflag is [%c%c%c%c%c%c%c%c]\n",
97 fprintf(stderr, "expected bootloader.img of length %d; got %d\n",
105 fprintf(stderr, "failed to open %s: %s\n", force_ro_fn, strerror(errno));
109 fprintf(stderr, "failed to write %s: %s\n", force_ro_fn, strerror(errno));
115 fprintf(stderr, "failed to close %s: %s\n", force_ro_fn, strerror(errno));
121 fprintf(stderr, "failed to open %s: %s\n", block_fn, strerror(errno));
132 fprintf(stderr, "updating secondary copy of bootloader\n")
    [all...]
  /external/libvorbis/examples/
decoder_example.c 99 fprintf(stderr,"Input does not appear to be an Ogg bitstream.\n");
119 fprintf(stderr,"Error reading first page of Ogg bitstream data.\n");
125 fprintf(stderr,"Error reading initial header packet.\n");
131 fprintf(stderr,"This Ogg bitstream does not contain Vorbis "
163 fprintf(stderr,"Corrupt secondary header. Exiting.\n");
168 fprintf(stderr,"Corrupt secondary header. Exiting.\n");
179 fprintf(stderr,"End of file before finding all Vorbis headers!\n");
190 fprintf(stderr,"%s\n",*ptr);
193 fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi.channels,vi.rate);
194 fprintf(stderr,"Encoded by: %s\n\n",vc.vendor)
    [all...]
  /external/mdnsresponder/mDNSPosix/
Client.c 69 fprintf(stderr, "*** %s name = '%s', type = '%s', domain = '%s'\n", state, nameC, typeC, domainC);
82 fprintf(stderr,
90 fprintf(stderr,
104 fprintf(stderr,
107 fprintf(stderr, " -v verbose mode, level is a number from 0 to 2\n");
108 fprintf(stderr, " 0 = no debugging info (default)\n");
109 fprintf(stderr, " 1 = standard debugging info\n");
110 fprintf(stderr, " 2 = intense debugging info\n");
111 fprintf(stderr, " -t uses 'type' as the service type (default is '%s')\n", kDefaultServiceType);
112 fprintf(stderr, " -d uses 'domain' as the domain to browse (default is '%s')\n", kDefaultDomain)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
main.c 42 fprintf(stderr,
49 fprintf(stderr,
56 fprintf(stderr,
64 fprintf(stderr,
150 fputs("Out of memory.\n", stderr);
160 fprintf(stderr, "can't open %s\n", fileName);
175 fprintf(stderr, "can't open %s\n", outputFileName);
  /external/iproute2/tc/
f_cgroup.c 21 fprintf(stderr, "Usage: ... cgroup [ match EMATCH_TREE ] [ police POLICE_SPEC ]\n");
22 fprintf(stderr, " [ action ACTION_SPEC ]\n");
35 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n",
50 fprintf(stderr, "Illegal \"ematch\"\n");
57 fprintf(stderr, "Illegal \"action\"\n");
65 fprintf(stderr, "Illegal \"police\"\n");
73 fprintf(stderr, "What is \"%s\"?\n", *argv);
q_prio.c 28 fprintf(stderr, "Usage: ... prio bands NUMBER priomap P1 P2...[multiqueue]\n");
45 fprintf(stderr, "Illegal \"bands\"\n");
50 fprintf(stderr, "Error: duplicate priomap\n");
62 fprintf(stderr, "What is \"%s\"?\n", *argv);
67 fprintf(stderr, "Illegal \"priomap\" element\n");
71 fprintf(stderr, "\"priomap\" element is out of bands\n");
75 fprintf(stderr, "\"priomap\" index > TC_PRIO_MAX=%u\n", TC_PRIO_MAX);
q_rr.c 28 fprintf(stderr, "Usage: ... rr bands NUMBER priomap P1 P2... [multiqueue]\n");
46 fprintf(stderr, "Illegal \"bands\"\n");
51 fprintf(stderr, "Error: duplicate priomap\n");
63 fprintf(stderr, "What is \"%s\"?\n", *argv);
68 fprintf(stderr, "Illegal \"priomap\" element\n");
72 fprintf(stderr, "\"priomap\" element is out of bands\n");
76 fprintf(stderr, "\"priomap\" index > TC_RR_MAX=%u\n", TC_PRIO_MAX);
  /external/chromium_org/third_party/libxml/src/
testC14N.c 30 fprintf(stderr,
33 fprintf(stderr, "where <mode> is one of following:\n");
34 fprintf(stderr,
36 fprintf(stderr,
38 fprintf(stderr,
40 fprintf(stderr,
42 fprintf(stderr,
44 fprintf(stderr,
72 fprintf(stderr, "Error: unable to parse file \"%s\"\n", xml_filename);
80 fprintf(stderr,"Error: empty document for file \"%s\"\n", xml_filename)
    [all...]

Completed in 1106 milliseconds

1 2 3 4 5 6 78 91011>>