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

<<31323334353637383940>>

  /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/qemu/distrib/libpng-1.2.19/
pngerror.c 213 fprintf(stderr, "libpng error no. %s: %s\n", error_number,
217 fprintf(stderr, "libpng error: %s, offset=%d\n", error_message,offset);
221 fprintf(stderr, "libpng error: %s\n", error_message);
269 fprintf(stderr, "libpng warning no. %s: %s\n", warning_number,
273 fprintf(stderr, "libpng warning: %s\n", warning_message);
277 fprintf(stderr, "libpng warning: %s\n", warning_message);
  /external/quake/quake/src/QW/qwfwd/
qwfwd.c 94 fprintf(stderr, "Winsock initialization failed.");
120 fprintf(stderr, "udpred: can't get \"%s\" service entry\n", service);
129 fprintf(stderr, "udpred: can't get \"%s\" host entry\n", host);
136 fprintf(stderr, "udpred: can't get \"%s\" protocol entry\n", protocol);
150 fprintf(stderr, "udpred: can't create socket: %s\n", sys_errlist[errno]);
157 fprintf(stderr, "udpred: can't connect to %s.%s: %s\n", host, service, sys_errlist[errno]);
  /external/valgrind/main/auxprogs/
valgrind-listener.c 69 fprintf(stderr,
72 fprintf(stderr,
80 fprintf(stderr,
83 fprintf(stderr,
192 fprintf(stderr,
329 fprintf(stderr, "Too many concurrent connections. "
  /external/valgrind/main/coregrind/
launcher-linux.c 81 fprintf(stderr, "valgrind: Cannot continue: ");
82 vfprintf(stderr, format, vargs);
83 fprintf(stderr, "\n");
319 fprintf(stderr, "valgrind: warning (non-fatal): "
321 fprintf(stderr, "valgrind: continuing, however --trace-children=yes "
361 fprintf(stderr, "valgrind: failed to start tool '%s' for platform '%s': %s\n",
  /external/webkit/Source/JavaScriptCore/runtime/
RegExp.cpp 215 fprintf(stderr, "RegExp Discrepency for /%s/\n string input ", pattern().utf8().data());
218 fprintf(stderr, (segmentLen < 150) ? "\"%s\"\n" : "\"%148s...\"\n", s.utf8().data() + startOffset);
221 fprintf(stderr, " JIT result = %d, blah interpreted result = %d\n", jitResult, interpreterResult);
224 fprintf(stderr, " Correct result = %d\n", jitResult);
230 fprintf(stderr, " JIT offset[%d] = %d, interpreted offset[%d] = %d\n", j, offsetVector[j], j, interpreterOffsetVector[j]);
232 fprintf(stderr, " JIT offset[%d] = %d, interpreted offset[%d] = %d\n", j+1, offsetVector[j+1], j+1, interpreterOffsetVector[j+1]);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py 77 stderr=subprocess.PIPE,
83 fd = self._proc.stderr.fileno()
166 err_fd = self._proc.stderr.fileno()
199 self.error += self._proc.stderr.read()
208 if self._proc.stderr:
209 self._proc.stderr.close()
211 # Closing stdin/stdout/stderr hangs sometimes on OS X,
  /system/core/adb/
adb.c 51 fprintf(stderr, "error: ");
52 vfprintf(stderr, fmt, ap);
53 fprintf(stderr, "\n");
62 fprintf(stderr, "error: %s: ", strerror(errno));
63 vfprintf(stderr, fmt, ap);
64 fprintf(stderr, "\n");
178 fprintf(stderr, "%s: %s %08x %08x %04x \"",
190 fputc(*x, stderr);
192 fputc('.', stderr);
196 fprintf(stderr, tag)
    [all...]
  /system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c 49 fprintf(stderr, "%s: ", func);
51 vfprintf(stderr, format, args);
53 fprintf(stderr, "\n");
63 fprintf(stderr, "%s: ", func);
65 vfprintf(stderr, format, args);
67 fprintf(stderr, " error=%d: %s\n", errcode, strerror(errcode));
  /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");
  /external/icu4c/tools/makeconv/
genmbcs.c 205 fprintf(stderr, "error: out of memory allocating %ld 16-bit code units\n",
227 fprintf(stderr, "error: out of memory allocating %ld B for target mappings\n", (long)sum);
326 fprintf(stderr, "error: too many toUnicode fallbacks, currently at: U+%x\n", (int)c);
376 fprintf(stderr, "error: there is no state information!\n");
394 fprintf(stderr, "error: byte sequence too short, ends in non-final state %hu: 0x%s (U+%x)\n",
402 fprintf(stderr, "error: byte sequence too long by %d bytes, final state %hu: 0x%s (U+%x)\n",
408 fprintf(stderr, "error: byte sequence ends in illegal state at U+%04x<->0x%s\n",
412 fprintf(stderr, "error: byte sequence ends in state-change-only at U+%04x<->0x%s\n",
416 fprintf(stderr, "error: byte sequence ends in unassigned state at U+%04x<->0x%s\n",
431 fprintf(stderr, "error: duplicate codepage byte sequence at U+%04x<->0x%s see U+%04x\n"
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 27 // causes a usage to be printed to stderr
67 // for stderr, and fprintf, and the addition of this include fixed the
275 /// Prints a 32 bit number, according to the format, to stderr.
281 fprintf(stderr, format, intToPrint);
285 fprintf(stderr, "::print32Int(...):NULL arg.\n");
292 /// Prints a 64 bit number, according to the format, to stderr.
298 fprintf(stderr, format, intToPrint);
302 fprintf(stderr, "::print64Int(...):NULL arg.\n");
307 /// Prints a C string to stderr
311 fprintf(stderr, "%s", toPrint)
    [all...]
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 57 fprintf(stderr, "%s %d %s\n", __FUNCTION__, __LINE__, #a); \
58 fflush(stderr); \
105 fprintf(stderr, "can't read %s\n", fileName);
134 fprintf(stderr, "missing --android parameter");
138 fprintf(stderr, "missing --basewebkit parameter");
142 fprintf(stderr, "missing --newwebkit parameter");
470 fprintf(stderr, "warning: %s/%s/%s has %sexec bit set while"
558 fprintf(stderr, "deleted file \"%s\" has more than one possible rename:\n", oldList);
561 fprintf(stderr, "WebCore/%s\n", &foundInWebCore[2]);
565 fprintf(stderr, "JavaScriptCore/%s\n", &foundInJavaScriptCore[2])
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 292 fprintf(stderr, "mtd: ECCGETSTATS error (%s)\n", strerror(errno));
303 fprintf(stderr, "mtd: read error at 0x%08llx (%s)\n",
306 fprintf(stderr, "mtd: ECCGETSTATS error (%s)\n", strerror(errno));
309 fprintf(stderr, "mtd: ECC errors (%d soft, %d hard) at 0x%08llx\n",
315 fprintf(stderr,
421 fprintf(stderr,
434 fprintf(stderr, "mtd: erase failure at 0x%08lx (%s)\n",
440 fprintf(stderr, "mtd: write error at 0x%08lx (%s)\n",
447 fprintf(stderr, "mtd: re-read error at 0x%08lx (%s)\n",
452 fprintf(stderr, "mtd: verification error at 0x%08lx (%s)\n"
    [all...]
  /external/iproute2/tc/
m_ipt.c 64 /* fprintf(stderr, "\nDummy register_target %s \n", me->name);
81 fprintf(stderr, "Try `%s -h' or '%s --help' for more information.\n",
92 fprintf(stderr, "%s v%s: ", pname, pversion);
93 vfprintf(stderr, msg, args);
95 fprintf(stderr, "\n");
99 fprintf(stderr,
281 fputs(dlerror(), stderr); local
296 fputs(error, stderr);
297 fprintf(stderr, "\n");
417 fprintf(stderr,"bad arguements to ipt %d vs %d \n", argc, rargc)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 595 fprintf(stderr, " ");
600 fprintf(stderr, "[%g %g %g %g; %g %g %g %g; %g %g %g %g; %g %g %g %g]",
624 fprintf(stderr, "(%s [%g %g %g] [%g %g %g %g] [%g %g %g] superlayer=%p\n",
634 fprintf(stderr, "(name %s)\n", layerName.utf8().data());
641 fprintf(stderr, "(masksToBounds true)\n");
648 fprintf(stderr, "(opacity %hf)\n", layerOpacity);
655 fprintf(stderr, "(sublayerTransform ");
657 fprintf(stderr, ")\n");
664 fprintf(stderr, "(transform ");
666 fprintf(stderr, ")\n")
    [all...]
  /system/core/logcat/
logcat.cpp 207 //fprintf (stderr, "Error processing record\n");
296 fprintf(stderr, "read: Unexpected EOF!\n");
391 fprintf(stderr,"Usage: %s [options] [filterspecs]\n", cmd);
393 fprintf(stderr, "options include:\n"
411 fprintf(stderr,"\nfilterspecs are a series of \n"
552 fprintf(stderr,"Invalid parameter to -r\n");
562 fprintf(stderr,"Invalid parameter to -r\n");
573 fprintf(stderr,"Invalid parameter to -v\n");
635 fprintf(stderr, "logcat using %s (%d)\n", devname, len);
649 fprintf(stderr,"Unrecognized Option\n")
    [all...]
  /frameworks/base/tools/aidl/
Type.cpp 194 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%sn",
203 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
212 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
221 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
231 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
240 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
531 fprintf(stderr, "aidl:internal error %s:%d\n", __FILE__, __LINE__);
537 fprintf(stderr, "aidl:internal error %s:%d\n", __FILE__, __LINE__);
550 fprintf(stderr, "aidl:internal error %s:%d\n", __FILE__, __LINE__);
556 fprintf(stderr, "aidl:internal error %s:%d\n", __FILE__, __LINE__)
    [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...]
  /development/tools/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 93 fprintf(stderr, "usage: %s [-n <nframes> -i -h]\n", progname);
94 fprintf(stderr, "\t-h: this message\n");
95 fprintf(stderr, "\t-i: immidate mode\n");
96 fprintf(stderr, "\t-n nframes: generate nframes\n");
97 fprintf(stderr, "\t-e: use index arrays\n");
98 fprintf(stderr, "\t-t: use texture\n");
99 fprintf(stderr, "\t-f: use fixed points\n");
100 fprintf(stderr, "\t-p: use point size OES extention\n");
149 fprintf(stderr,"SDL init failed: %s\n", SDL_GetError());
155 fprintf(stderr,"Failed to set video mode: %s\n", SDL_GetError())
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 57 fprintf(stderr, "Unable to load translation unit from '%s'!\n", file);
105 fprintf(stderr,
116 fprintf(stderr, "error: cannot open file %s that we are remapping to\n",
132 fprintf(stderr, "error: unexpected %s reading 'to' file %s\n",
318 FILE *out = stderr;
330 fprintf(stderr, "%s\n", clang_getCString(Msg));
387 fprintf(stderr, "Memory usage:\n");
392 fprintf(stderr, " %s : %ld bytes (%f MBytes)\n", name, amount,
395 fprintf(stderr, " TOTAL = %ld bytes (%f MBytes)\n", total,
667 fprintf(stderr, "Unknown filter for -test-load-tu: %s\n", filter)
    [all...]
  /frameworks/base/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 35 // fprintf(stderr, "printGLString %s, %d\n", name, s);
38 // fprintf(stderr, "glGetError() = %d, result of glGetString = %x\n", error,
41 // fprintf(stderr, "GL %s = %s\n", name, v);
43 // fprintf(stderr, "GL %s = (null) 0x%08x\n", name, (unsigned int) v);
44 fprintf(stderr, "GL %s = %s\n", name, v);
49 fprintf(stderr, "%s() returned %d\n", op, returnVal);
54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
62 fprintf(stderr, "after %s() glError (0x%x)\n", op, error);
90 fprintf(stderr, "Could not compile shader %d:\n%s\n",
129 fprintf(stderr, "Could not link program:\n%s\n", buf)
    [all...]
  /external/icu4c/tools/toolutil/
pkg_genc.c 229 fprintf(stderr, "%s", assemblyHeader[0].name);
231 fprintf(stderr, ", %s", assemblyHeader[idx].name);
233 fprintf(stderr,
248 fprintf(stderr, "genccode: unable to open input file %s\n", filename);
255 fprintf(stderr, "genccode: unable to open output file %s\n", bufferStr);
311 fprintf(stderr, "genccode: file read error while generating from file %s\n", filename);
316 fprintf(stderr, "genccode: file write error while generating from file %s\n", filename);
333 fprintf(stderr, "genccode: unable to open input file %s\n", filename);
350 fprintf(stderr, "genccode: unable to open output file %s\n", buffer);
424 fprintf(stderr, "genccode: file read error while generating from file %s\n", filename)
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
infback.c 52 Tracev((stderr, "inflate: allocated\n"));
295 Tracev((stderr, "inflate: stored block%s\n",
301 Tracev((stderr, "inflate: fixed codes block%s\n",
306 Tracev((stderr, "inflate: dynamic codes block%s\n",
327 Tracev((stderr, "inflate: stored length %u\n",
345 Tracev((stderr, "inflate: stored end\n"));
365 Tracev((stderr, "inflate: table sizes ok\n"));
386 Tracev((stderr, "inflate: code lengths ok\n"));
461 Tracev((stderr, "inflate: codes ok\n"));
496 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f
    [all...]
  /external/zlib/
infback.c 52 Tracev((stderr, "inflate: allocated\n"));
295 Tracev((stderr, "inflate: stored block%s\n",
301 Tracev((stderr, "inflate: fixed codes block%s\n",
306 Tracev((stderr, "inflate: dynamic codes block%s\n",
327 Tracev((stderr, "inflate: stored length %u\n",
345 Tracev((stderr, "inflate: stored end\n"));
365 Tracev((stderr, "inflate: table sizes ok\n"));
386 Tracev((stderr, "inflate: code lengths ok\n"));
470 Tracev((stderr, "inflate: codes ok\n"));
505 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f
    [all...]

Completed in 1595 milliseconds

<<31323334353637383940>>