HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 976 - 1000 of 6144) sorted by null

<<31323334353637383940>>

  /external/libpcap/
pcap-enet.c 120 (void) fprintf(stderr, "tcpdump: ");
137 fprintf(stderr, "%d packets queued", es.enStat_Rcnt);
139 fprintf(stderr, ", %d dropped", es.enStat_Rdrops);
141 fprintf(stderr, ", %d tcpdump %s", es.enStat_Reads,
144 fprintf(stderr, ", %d packets in largest read",
146 putc('\n', stderr);
  /external/libvorbis/vq/
latticebuild.c 71 fprintf(stderr,"Need a lattice description file on the command line.\n");
82 fprintf(stderr,"Could not open input file %s\n",filename);
100 fprintf(stderr,"Syntax error reading description file (line 1)\n");
122 fprintf(stderr,"Ran out of data on line 2 of description file\n");
153 fprintf(stderr,"min=%g mindel=%g\n",min,mindel);
174 fprintf(stderr,"\r "
  /external/openssl/crypto/sha/
sha256t.c 67 fprintf(stderr,"\nTEST 1 of 3 failed.\n");
77 fprintf(stderr,"\nTEST 2 of 3 failed.\n");
97 fprintf(stderr,"\nTEST 3 of 3 failed.\n");
110 fprintf(stderr,"\nTEST 1 of 3 failed.\n");
120 fprintf(stderr,"\nTEST 2 of 3 failed.\n");
137 fprintf(stderr,"\nTEST 3 of 3 failed.\n");
  /external/oprofile/libop/
op_xml_out.c 110 fprintf(stderr,"open_xml_element: snprintf failed\n");
132 fprintf(stderr, "close_xml_element: snprintf failed\n");
151 fprintf(stderr,"init_xml_int_attr: snprintf failed\n");
170 fprintf(stderr, "init_xml_dbl_attr: snprintf failed\n");
238 fprintf(stderr,"quote_str: buffer overflow\n");
266 fprintf(stderr,"init_xml_str_attr: snprintf failed\n");
  /external/qemu/
bt-vhci.c 48 fprintf(stderr, "qemu: error %i reading the PDU\n", errno);
87 fprintf(stderr, "qemu: bad HCI packet type %02x\n", pkt[-1]);
106 fprintf(stderr, "qemu: error %i writing bluetooth packet.\n",
119 fprintf(stderr, "qemu: error %i writing bluetooth packet.\n",
152 fprintf(stderr, "qemu: Can't open `%s': %s (%i)\n",
154 fprintf(stderr, "qemu: Can't open `%s': %s (%i)\n",
qemu-error.c 17 * Print to current monitor if we have one, else to stderr.
26 vfprintf(stderr, fmt, ap);
31 * Print to current monitor if we have one, else to stderr.
161 * Print current location to current monitor if we have one, else to stderr.
170 fprintf(stderr, "%s:", progname);
195 * Print an error message to current monitor if we have one, else to stderr.
  /external/tinyalsa/
tinycap.c 86 fprintf(stderr, "Usage: %s file.wav [-D card] [-d device] [-c channels] "
93 fprintf(stderr, "Unable to create file '%s'\n", argv[1]);
153 fprintf(stderr, "%d bits is not supported.\n", bits);
205 fprintf(stderr, "Unable to open PCM device (%s)\n",
213 fprintf(stderr, "Unable to allocate %d bytes\n", size);
224 fprintf(stderr,"Error capturing sample\n");
  /external/zlib/src/test/
example.c 24 fprintf(stderr, "%s error: %d\n", msg, err); \
104 fprintf(stderr, "bad uncompress\n");
120 fprintf(stderr, "NO_GZCOMPRESS -- gz* functions cannot compress\n");
129 fprintf(stderr, "gzopen error\n");
134 fprintf(stderr, "gzputs err: %s\n", gzerror(file, &err));
138 fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err));
146 fprintf(stderr, "gzopen error\n");
152 fprintf(stderr, "gzread err: %s\n", gzerror(file, &err));
156 fprintf(stderr, "bad gzread: %s\n", (char*)uncompr);
164 fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n"
    [all...]
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 94 fprintf(stderr, "usb_device_open failed\n");
125 fprintf(stderr, "interface not found\n");
129 fprintf(stderr, "endpoints not found\n");
134 fprintf(stderr, "usb_device_claim_interface failed errno: %d\n", errno);
154 fprintf(stderr, "failed to read protocol version\n");
189 fprintf(stderr, "usb_host_init failed");
  /system/extras/tests/directiotest/
directiotest.c 83 fprintf(stderr, "Unexpected end-of-file\n");
105 fprintf(stderr, "write returned 0\n");
196 fprintf(stderr, "%s is not a block device\n", path);
214 fprintf(stderr, "Error allocating test buffers\n");
242 fprintf(stderr, "write failed, aborting test\n");
247 fprintf(stderr, "read failed, aborting test\n");
  /system/netd/
ndc.c 53 fprintf(stderr, "Error connecting (%s)\n", strerror(errno));
136 fprintf(stderr, "Error in select (%s)\n", strerror(errno));
141 fprintf(stderr, "[TIMEOUT]\n");
148 fprintf(stderr, "Lost connection to Netd - did it crash?\n");
150 fprintf(stderr, "Error reading data (%s)\n", strerror(errno));
184 fprintf(stderr, "Usage: %s [<sockname>] ([monitor] | ([<cmd_seq_num>] <cmd> [arg ...]))\n", progname);
  /external/chromium_org/third_party/icu/source/tools/genctd/
genctd.cpp 143 fprintf(stderr, "error in command line argument \"%s\"\n", argv[-argc]);
153 fprintf(stderr, "input and output file must both be specified.\n");
180 fprintf(stderr, "%s\n", msg);
192 fprintf(stderr, "%s: can not initialize ICU. status = %s\n",
215 fprintf(stderr, "%s\n", msg);
229 fprintf(stderr, "Error reading file \"%s\"\n", wordFileName);
256 fprintf(stderr, "ucnv_open: ICU Error \"%s\"\n", u_errorName(status));
271 fprintf(stderr, "ucnv_toUChars: ICU Error \"%s\"\n", u_errorName(status));
284 fprintf(stderr, "ucnv_toUChars: ICU Error \"%s\"\n", u_errorName(status));
319 fprintf(stderr, "new MutableTrieDictionary: ICU Error \"%s\"\n", u_errorName(status))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_rgtc_tmp.h 119 fprintf(stderr, "enc0 used\n");
181 fprintf(stderr, "%d ", alphaenc1[i]);
183 fprintf(stderr, "cutVals ");
185 fprintf(stderr, "%d ", acutValues[i]);
187 fprintf(stderr, "srcVals ");
190 fprintf(stderr, "%d ", srccolors[j][i]);
193 fprintf(stderr, "\n");
328 fprintf(stderr, "block err lin low %d, nr %d\n", blockerrlin1, nralphainrangelow);
329 fprintf(stderr, "block err lin high %d, nr %d\n", blockerrlin2, nralphainrangehigh);
390 if (alphablockerror1 > 96) fprintf(stderr, "enc1 used, error %d\n", alphablockerror1)
    [all...]
  /external/iproute2/ip/
iprule.c 35 fprintf(stderr, "Usage: ip rule [ list | add | del | flush ] SELECTOR ACTION\n");
36 fprintf(stderr, "SELECTOR := [ not ] [ from PREFIX ] [ to PREFIX ] [ tos TOS ] [ fwmark FWMARK[/MASK] ]\n");
37 fprintf(stderr, " [ iif STRING ] [ oif STRING ] [ pref NUMBER ]\n");
38 fprintf(stderr, "ACTION := [ table TABLE_ID ]\n");
39 fprintf(stderr, " [ prohibit | reject | unreachable ]\n");
40 fprintf(stderr, " [ realms [SRCREALM/]DSTREALM ]\n");
41 fprintf(stderr, " [ goto NUMBER ]\n");
42 fprintf(stderr, "TABLE_ID := [ local | main | default | NUMBER ]\n");
206 fprintf(stderr, "\"ip rule show\" does not take any arguments.\n");
216 fprintf(stderr, "Dump terminated\n")
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_rgtc_tmp.h 119 fprintf(stderr, "enc0 used\n");
181 fprintf(stderr, "%d ", alphaenc1[i]);
183 fprintf(stderr, "cutVals ");
185 fprintf(stderr, "%d ", acutValues[i]);
187 fprintf(stderr, "srcVals ");
190 fprintf(stderr, "%d ", srccolors[j][i]);
193 fprintf(stderr, "\n");
328 fprintf(stderr, "block err lin low %d, nr %d\n", blockerrlin1, nralphainrangelow);
329 fprintf(stderr, "block err lin high %d, nr %d\n", blockerrlin2, nralphainrangehigh);
390 if (alphablockerror1 > 96) fprintf(stderr, "enc1 used, error %d\n", alphablockerror1)
    [all...]
  /external/chromium/third_party/libevent/test/
regress.c 141 fprintf(stderr, "%s: write\n", __func__);
170 fprintf(stderr, "%s: read\n", __func__);
235 fprintf(stderr, "%s: read\n", __func__);
257 fprintf(stderr, "%s: write\n", __func__);
277 fprintf(stderr, "%s: socketpair\n", __func__);
283 fprintf(stderr, "fcntl(O_NONBLOCK)");
286 fprintf(stderr, "fcntl(O_NONBLOCK)");
549 fprintf(stderr, "FAILED (reinit)\n");
571 fprintf(stderr, "FAILED (fork)\n");
576 fprintf(stderr, "FAILED (exit): %d\n", WEXITSTATUS(status))
    [all...]
  /external/chromium_org/third_party/libevent/test/
regress.c 141 fprintf(stderr, "%s: write\n", __func__);
170 fprintf(stderr, "%s: read\n", __func__);
235 fprintf(stderr, "%s: read\n", __func__);
257 fprintf(stderr, "%s: write\n", __func__);
277 fprintf(stderr, "%s: socketpair\n", __func__);
283 fprintf(stderr, "fcntl(O_NONBLOCK)");
286 fprintf(stderr, "fcntl(O_NONBLOCK)");
549 fprintf(stderr, "FAILED (reinit)\n");
571 fprintf(stderr, "FAILED (fork)\n");
576 fprintf(stderr, "FAILED (exit): %d\n", WEXITSTATUS(status))
    [all...]
  /external/chromium_org/third_party/libxml/src/
runsuite.c 100 fprintf(stderr, "Exitting tests on fatal error\n");
124 fprintf(stderr, "Too many entities defined\n");
164 fprintf(stderr, "Failed to find resource %s\n", URL);
173 * stderr messages on CLI tools.
190 vfprintf(stderr, msg, args);
261 fprintf(stderr, "Failed to compile %s\n", xpath);
289 fprintf(stderr, "Failed to compile %s\n", xpath);
337 fprintf(stderr, "out of memory !\n");
377 fprintf(stderr, "out of memory !\n");
460 fprintf(stderr, "Failed to find test in correct line %ld\n"
    [all...]
  /build/tools/atree/
atree.cpp 61 fwrite(USAGE, strlen(USAGE), 1, stderr);
84 fflush(stderr);
113 fprintf(stderr, "%s: -o may only be supplied once -- "
124 fprintf(stderr, "%s: -m may only be supplied once -- "
132 fprintf(stderr, "%s Invalid expression in '-v %s': "
148 fprintf(stderr, "%s: invalid argument -- %s\n", argv[0], argv[optind]);
153 fprintf(stderr, "%s: At least one -f option must be supplied.\n",
159 fprintf(stderr, "%s: At least one -I option must be supplied.\n",
165 fprintf(stderr, "%s: -o option must be supplied.\n", argv[0]);
333 fprintf(stderr, "error opening manifest file for write: %s\n"
    [all...]
  /external/chromium-trace/
systrace-legacy.py 92 print >> sys.stderr, 'unable to set tags: %s' % e
154 stderr=subprocess.PIPE)
157 ready = select.select([adb.stdout, adb.stderr], [], [adb.stdout, adb.stderr])
158 if adb.stderr in ready[0]:
159 err = os.read(adb.stderr.fileno(), 4096)
160 sys.stderr.write(err)
161 sys.stderr.flush()
198 print >> sys.stderr, 'adb returned error code %d' % result
208 print >> sys.stderr, ('An error occured while capturing the trace. Output '
    [all...]
  /external/chromium_org/base/process/
launch_win.cc 50 // Don't change anything if stdout or stderr already point to a
54 // terminal (mintty), stderr and stderr will be pipe handles. In
58 // We don't use GetStdHandle() to check stdout/stderr here because
62 // stdout/stderr on startup (before the handle IDs can be reused).
65 if (_fileno(stdout) >= 0 || _fileno(stderr) >= 0)
97 if (freopen("CONOUT$", "w", stderr)) {
98 setvbuf(stderr, NULL, _IOLBF, kOutputBufferSize);
99 _dup2(_fileno(stderr), 2);
289 // Keep the normal stdin and stderr
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_openssl.c 214 * TEST_ENC_OPENSSL_RC4_OTHERS - print a one line message to stderr each time
216 * TEST_ENG_OPENSSL_RC4_P_INIT - print a one line message to stderr each time
233 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_init_key() called\n");
244 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_cipher() called\n");
294 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) returning NULL for "
312 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_init() called\n");
319 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_update() called\n");
326 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_final() called\n");
360 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) returning NULL for "
376 fprintf(stderr, "(TEST_ENG_OPENSSL_PKEY)Loading Private key %s\n", key_id)
    [all...]
  /external/openssl/crypto/engine/
eng_openssl.c 214 * TEST_ENC_OPENSSL_RC4_OTHERS - print a one line message to stderr each time
216 * TEST_ENG_OPENSSL_RC4_P_INIT - print a one line message to stderr each time
233 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_init_key() called\n");
244 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_cipher() called\n");
294 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) returning NULL for "
312 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_init() called\n");
319 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_update() called\n");
326 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_final() called\n");
360 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) returning NULL for "
376 fprintf(stderr, "(TEST_ENG_OPENSSL_PKEY)Loading Private key %s\n", key_id)
    [all...]
  /external/v8/preparser/
preparser-process.cc 54 // Diagnostic output is output on stderr.
74 fprintf(stderr, "Invalid pushback: '%c' at offset %d.", ch, offset_);
88 fprintf(stderr, "Non-ASCII character in input: '%c'.", next_char);
200 vfprintf(stderr, message, args);
202 fflush(stderr);
206 fprintf(stderr, "LOG: data size: %u\n", size);
209 fflush(stderr);
331 fflush(stderr);
337 fflush(stderr);
346 fflush(stderr);
    [all...]
  /frameworks/wilhelm/tools/permute/
permute.c 140 fprintf(stderr, "%s: unsupported type 0x%X\n", path_in, type);
155 fprintf(stderr, "%s: unsupported subtype 0x%X\n", path_in, subtype);
168 fprintf(stderr, "%s: unsupported endianness 0x%X\n", path_in, endianness);
183 fprintf(stderr, "%s: unsupported sample rate %d\n", path_in, sfinfo_in.samplerate);
197 fprintf(stderr, "%s: unsupported channels %d\n", path_in, sfinfo_in.channels);
205 fprintf(stderr, "%s: unsupported frames %d\n", path_in, (int) sfinfo_in.frames);
246 fprintf(stderr, "%s: expected to read %d frames but actually read %d frames\n", path_in,
273 fprintf(stderr, "%s: expected to write %d frames but actually wrote %d frames\n",
319 fprintf(stderr, "%s: invalid value %s\n", argv[0], arg);
327 fprintf(stderr, "%s: invalid value %s\n", argv[0], arg)
    [all...]

Completed in 1530 milliseconds

<<31323334353637383940>>