HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 651 - 675 of 2255) sorted by null

<<21222324252627282930>>

  /external/icu4c/common/
ucmndata.c 115 fprintf(stderr, "\tx%d: %s\n", start, &base[toc->entry[start].nameOffset]);
139 fprintf(stderr, "%s: Found.\n", tocEntryName);
151 fprintf(stderr, "%s: Not found.\n", tocEntryName);
156 fprintf(stderr, "returning header\n");
182 fprintf(stderr, "\tx%d: %s\n", start, toc->entry[start].entryName);
207 fprintf(stderr, "%s: Found.\n", toc->entry[number].entryName);
214 fprintf(stderr, "%s: Not found.\n", name);
  /external/icu4c/tools/genuca/
genuca.cpp 246 /*fprintf(stderr, ".", sContPos, contIndex+contSize);*/
357 fprintf(stderr, "Error at %i: %08X & %08X\n", (int)i, (int)inverseTable[i-1][0], (int)inverseTable[i][0]);
359 fprintf(stderr, "Continuation error at %i: %08X %08X & %08X %08X\n", (int)i, (int)inverseTable[i-1][0], (int)inverseTable[i-1][1], (int)inverseTable[i][0], (int)inverseTable[i][1]);
398 fprintf(stderr, "Error: unable to create %s"INVC_DATA_NAME", error %s\n", outputDir, u_errorName(*status));
413 fprintf(stderr, "Error: error %d writing the output file\n", *status);
453 fprintf(stderr, "empty line but no EOF!\n");
513 fprintf(stderr, " scanf(hex) failed on !\n ");
562 fprintf(stderr, "Failed to read a CE from line %s\n", buffer);
575 fprintf(stderr, "Warning: unrecognized option: %s\n", buffer);
585 fprintf(stderr, "error - line with no code point!\n")
    [all...]
  /external/openssl/crypto/engine/
eng_table.c 252 fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, nothing "
260 * operations. But don't worry about a fprintf(stderr). */
268 fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, using "
284 fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, no "
305 fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, "
310 fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, using "
322 fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, caching "
325 fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, caching "
  /external/openssl/crypto/evp/
p5_crpt2.c 131 fprintf(stderr, "Password:\n");
133 fprintf(stderr, "Salt:\n");
135 fprintf(stderr, "Iteration count %d\n", iter);
136 fprintf(stderr, "Key:\n");
156 fprintf(stderr, "Out %02X %02X %02X %02X\n",
295 for (; len --; p++) fprintf(stderr, "%02X ", *p);
296 fprintf(stderr, "\n");
  /external/openssl/crypto/pkcs12/
p12_key.c 127 fprintf(stderr, "KEYGEN DEBUG\n");
128 fprintf(stderr, "ID %d, ITER %d\n", id, iter);
129 fprintf(stderr, "Password (length %d):\n", passlen);
131 fprintf(stderr, "Salt (length %d):\n", saltlen);
167 fprintf(stderr, "Output KEY (length %d)\n", tmpn);
214 for (; len --; p++) fprintf(stderr, "%02X", *p);
215 fprintf(stderr, "\n");
  /external/qemu/distrib/sdl-1.2.12/src/audio/dsp/
SDL_dspaudio.c 142 fprintf(stderr, "Wrote %d bytes of audio data\n", mixlen);
212 fprintf(stderr, "Trying format 0x%4.4x\n", test_format);
310 fprintf(stderr, "Requesting %d fragments of size %d\n",
319 fprintf(stderr, "fragments = %d\n", info.fragments);
320 fprintf(stderr, "fragstotal = %d\n", info.fragstotal);
321 fprintf(stderr, "fragsize = %d\n", info.fragsize);
322 fprintf(stderr, "bytes = %d\n", info.bytes);
  /external/qemu/distrib/sdl-1.2.12/src/main/win32/
SDL_win32_main.c 39 #define STDERR_FILE TEXT("stderr.txt")
113 fprintf(stderr, "%s: %s\n", title, message);
141 fclose(stderr);
302 newfp = freopen(stderrPath, TEXT("w"), stderr);
305 #if !defined(stderr)
306 stderr = fopen(stderrPath, TEXT("w"));
310 *stderr = *newfp;
317 setbuf(stderr, NULL); /* No buffering */
  /external/qemu/hw/
smbios.c 71 fprintf(stderr, "SMBIOS type %d field already defined, "
79 fprintf(stderr, "SMBIOS type %d table already defined, "
155 fprintf(stderr, "Invalid SMBIOS UUID string\n");
177 fprintf(stderr, "Cannot read smbios file %s", buf);
193 fprintf(stderr, "Failed to load smbios file %s", buf);
216 fprintf(stderr, "Don't know how to build fields for SMBIOS type "
222 fprintf(stderr, "smbios: must specify type= or file=\n");
  /external/webkit/Tools/Scripts/webkitpy/style/
optparser.py 247 serves as stderr.write. Defaults to sys.stderr.write.
279 stderr = sys.stderr if mock_stderr is None else mock_stderr
288 self.stderr_write = stderr.write
290 self._parser = self._create_option_parser(stderr=stderr,
295 def _create_option_parser(self, stderr, usage,
348 parser.print_help = lambda: print_help(file=stderr)
  /external/wpa_supplicant/
l2_packet_freebsd.c 111 fprintf(stderr, "pcap_open_live: %s\n", pcap_err);
112 fprintf(stderr, "ifname='%s'\n", l2->ifname);
117 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
129 fprintf(stderr, "pcap_compile: %s\n", pcap_geterr(l2->pcap));
134 fprintf(stderr, "pcap_setfilter: %s\n", pcap_geterr(l2->pcap));
147 fprintf(stderr, "%s: cannot enable immediate mode on "
216 fprintf(stderr, "Failed to get link-level address for "
l2_packet_pcap.c 215 fprintf(stderr, "pcap_open_live: %s\n", pcap_err);
216 fprintf(stderr, "ifname='%s'\n", ifname);
220 fprintf(stderr, "pcap_setnonblock: %s\n",
226 fprintf(stderr, "pcap_open_live: %s\n", pcap_err);
227 fprintf(stderr, "ifname='%s'\n", l2->ifname);
232 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
245 fprintf(stderr, "pcap_compile: %s\n", pcap_geterr(l2->pcap));
250 fprintf(stderr, "pcap_setfilter: %s\n", pcap_geterr(l2->pcap));
264 fprintf(stderr, "%s: cannot enable immediate mode on "
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_freebsd.c 114 fprintf(stderr, "pcap_open_live: %s\n", pcap_err);
115 fprintf(stderr, "ifname='%s'\n", l2->ifname);
120 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
132 fprintf(stderr, "pcap_compile: %s\n", pcap_geterr(l2->pcap));
137 fprintf(stderr, "pcap_setfilter: %s\n", pcap_geterr(l2->pcap));
150 fprintf(stderr, "%s: cannot enable immediate mode on "
219 fprintf(stderr, "Failed to get link-level address for "
l2_packet_pcap.c 215 fprintf(stderr, "pcap_open_live: %s\n", pcap_err);
216 fprintf(stderr, "ifname='%s'\n", ifname);
220 fprintf(stderr, "pcap_setnonblock: %s\n",
226 fprintf(stderr, "pcap_open_live: %s\n", pcap_err);
227 fprintf(stderr, "ifname='%s'\n", l2->ifname);
232 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
245 fprintf(stderr, "pcap_compile: %s\n", pcap_geterr(l2->pcap));
250 fprintf(stderr, "pcap_setfilter: %s\n", pcap_geterr(l2->pcap));
264 fprintf(stderr, "%s: cannot enable immediate mode on "
  /system/extras/showmap/
showmap.c 74 fprintf(stderr, "out of memory\n");
172 fprintf(stderr, "cannot open /proc/%d/smaps: %s\n", pid, strerror(errno));
193 fprintf(stderr, "warning: could not parse map info line: %s\n", line);
201 fprintf(stderr, "could not read /proc/%d/smaps\n", pid);
313 fprintf(stderr, "too many arguments\n");
324 fprintf(stderr, "unrecognized argument: %s\n", arg);
329 fprintf(stderr,
  /system/extras/tests/bionic/libc/other/
test_zlib.c 150 fprintf(stderr, "usage: test_zlib [options] filename [filename2 ...]\n" );
151 fprintf(stderr, "options: -r NN repeat count (default %d)\n", DEFAULT_REPEAT );
152 fprintf(stderr, " -N set compression level (default %d)\n", DEFAULT_LEVEL );
163 fprintf(stderr, "clock_gettime: %s\n", strerror(errno) );
169 fprintf(stderr, "gettimeofday: %s\n", strerror(errno) );
226 fprintf(stderr, "could not open '%s': %s\n", argv[1], strerror(errno) );
237 fprintf(stderr, "could not create '%s': %s\n", tempfile, strerror(errno));
  /system/media/wilhelm/tests/
mimeUri_test.cpp 66 fprintf(stderr, "%u SL failure, exiting\n", res);
83 fprintf(stderr, "\t\tPrefetchEventCallback: Error while prefetching data, exiting\n");
210 fprintf(stderr, "Error: Failed to prefetch data in time, exiting\n");
219 fprintf(stderr, "Error: GetDuration returned SL_TIME_UNKNOWN (after prefetch completed)\n");
225 fprintf(stderr, "Error: GetDuration returned %d, more than 5percent off from expected %d\n",
241 fprintf(stderr, "Error: GetPosition returns SL_TIME_UNKNOWN after expected duration\n");
245 fprintf(stderr, "Error: GetPosition returns %i, should be expected duration for test\n",
  /external/iproute2/ip/
ipaddress.c 64 fprintf(stderr, "Usage: ip addr {add|change|replace} IFADDR dev STRING [ LIFETIME ]\n");
65 fprintf(stderr, " [ CONFFLAG-LIST ]\n");
66 fprintf(stderr, " ip addr del IFADDR dev STRING\n");
67 fprintf(stderr, " ip addr {show|flush} [ dev STRING ] [ scope SCOPE-ID ]\n");
68 fprintf(stderr, " [ to PREFIX ] [ FLAG-LIST ] [ label PATTERN ]\n");
69 fprintf(stderr, "IFADDR := PREFIX | ADDR peer PREFIX\n");
70 fprintf(stderr, " [ broadcast ADDR ] [ anycast ADDR ]\n");
71 fprintf(stderr, " [ label STRING ] [ scope SCOPE-ID ]\n");
72 fprintf(stderr, "SCOPE-ID := [ host | link | global | NUMBER ]\n");
73 fprintf(stderr, "FLAG-LIST := [ FLAG-LIST ] FLAG\n")
    [all...]
  /external/iproute2/tc/
q_htb.c 33 fprintf(stderr, "Usage: ... qdisc add ... htb [default N] [r2q N]\n"
56 fprintf(stderr, "Illegal \"%s\"\n", arg);
88 fprintf(stderr, "What is \"%s\"?\n", *argv);
169 fprintf(stderr, "Double \"ceil\" spec\n");
180 fprintf(stderr, "Double \"rate\" spec\n");
192 fprintf(stderr, "What is \"%s\"?\n", *argv);
203 fprintf(stderr, "\"rate\" is required.\n");
221 fprintf(stderr, "htb: failed to calculate rate table.\n");
227 fprintf(stderr, "htb: failed to calculate ceil rate table.\n");
  /external/libpng/contrib/gregbook/
rpng2-x.c 467 fprintf(stderr, "\n%s %s: %s\n\n", PROGNAME, VERSION, appname);
469 fprintf(stderr, "\n"
515 fprintf(stderr, PROGNAME ": can't open PNG file [%s]\n", filename);
520 fprintf(stderr, PROGNAME
527 fprintf(stderr, PROGNAME
531 fprintf(stderr, PROGNAME ": insufficient memory\n");
534 fprintf(stderr, PROGNAME
540 Trace((stderr, "about to call XOpenDisplay()\n"))
544 fprintf(stderr, PROGNAME ": can't open X display [%s]\n",
555 fprintf(stderr, PROGNAME ": aborting.\n")
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_pcap.c 215 fprintf(stderr, "pcap_open_live: %s\n", pcap_err);
216 fprintf(stderr, "ifname='%s'\n", ifname);
220 fprintf(stderr, "pcap_setnonblock: %s\n",
226 fprintf(stderr, "pcap_open_live: %s\n", pcap_err);
227 fprintf(stderr, "ifname='%s'\n", l2->ifname);
232 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
245 fprintf(stderr, "pcap_compile: %s\n", pcap_geterr(l2->pcap));
250 fprintf(stderr, "pcap_setfilter: %s\n", pcap_geterr(l2->pcap));
264 fprintf(stderr, "%s: cannot enable immediate mode on "
  /external/zlib/examples/
zran.c 359 fprintf(stderr, "usage: zran file.gz\n");
364 fprintf(stderr, "zran: could not open %s for reading\n", argv[1]);
374 fprintf(stderr, "zran: out of memory\n");
377 fprintf(stderr, "zran: compressed data error in %s\n", argv[1]);
380 fprintf(stderr, "zran: read error on %s\n", argv[1]);
383 fprintf(stderr, "zran: error %d while building index\n", len);
387 fprintf(stderr, "zran: built index with %d access points\n", len);
393 fprintf(stderr, "zran: extraction failed: %s error\n",
397 fprintf(stderr, "zran: extracted %d bytes at %llu\n", len, offset);
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.c 85 fprintf(stderr, "TRACE: ERROR: ");
86 vfprintf(stderr, format, ap);
87 fprintf(stderr, "\n");
95 fprintf(stderr, "TRACE: WARNING: ");
96 vfprintf(stderr, format, ap);
97 fprintf(stderr, "\n");
105 fprintf(stderr, "TRACE: ");
106 vfprintf(stderr, format, ap);
107 fprintf(stderr, "\n");
  /system/media/wilhelm/tests/sandbox/
playbq.c 111 fprintf(stderr, "Unable to determine native byte order\n");
140 fprintf(stderr, "option %s ignored\n", arg);
145 fprintf(stderr, "usage: [-b/l] [-8] [-f#] [-n#] [-p#] [-r] %s filename\n", argv[0]);
164 fprintf(stderr, "unsupported channel count %d\n", sfinfo.channels);
179 fprintf(stderr, "unsupported sample rate %d\n", sfinfo.samplerate);
186 fprintf(stderr, "unsupported format type 0x%x\n", sfinfo.format & SF_FORMAT_TYPEMASK);
197 fprintf(stderr, "unsupported sub-format 0x%x\n", sfinfo.format & SF_FORMAT_SUBMASK);
297 fprintf(stderr, "playback rate %d is unsupported\n", rate);
299 fprintf(stderr, "playback rate %d is invalid", rate);
  /external/bluetooth/bluez/tools/
csr_h4.c 51 fprintf(stderr, "Can't open serial port: %s (%d)\n",
59 fprintf(stderr, "Can't get port settings: %s (%d)\n",
73 fprintf(stderr, "Can't change port settings: %s (%d)\n",
hciattach.c 87 fprintf(stderr, "Initialization timed out.\n");
244 fprintf(stderr, "Invalid speed requested, using %d bps instead\n", u->speed);
363 fprintf(stderr, "BCSP initialization timed out\n");
381 fprintf(stderr, "BCSP initialization timed out\n");
588 fprintf(stderr, "Reading CSR build ID %d [%s]\n", rlen, temp + 1);
594 fprintf(stderr, "CSR build ID 0x%02X-0x%02X\n",
631 fprintf(stderr, "Reading CSR UART speed %d [%s]\n", rlen, temp+1);
636 fprintf(stderr, "Speed %d too high. Remaining at %d baud\n",
641 fprintf(stderr, "Speed %d unrecognised. Remaining at %d baud\n",
669 fprintf(stderr, "Writing CSR UART speed %d [%s]\n", clen, temp + 1)
    [all...]

Completed in 885 milliseconds

<<21222324252627282930>>