/external/dbus/test/ |
decode-gcov.c | 49 fprintf (stderr, "%s", message); 944 fprintf (stderr, "Expecting .da info for %s but got %s\n", 1009 fprintf (stderr, "Ran out of functions loading .da file\n"); 1070 fprintf (stderr, "Ran out of functions loading .da file\n"); 1102 fprintf (stderr, "File claimed to have %d arcs but only had %d\n", 1244 fprintf (stderr, "WARNING: Block graph solved incorrectly for function %s\n", 1246 fprintf (stderr, " this error reflects a bug in decode-gcov.c or perhaps bogus data\n"); 1249 fprintf (stderr, " block %d has succ_count = %d pred_count = %d\n", [all...] |
/external/llvm/examples/Kaleidoscope/Chapter4/ |
toy.cpp | 185 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} 489 fprintf(stderr, "Read function definition:"); 501 fprintf(stderr, "Read extern: "); 520 fprintf(stderr, "Evaluated to %f\n", FP()); 531 fprintf(stderr, "ready> "); 569 fprintf(stderr, "ready> "); 579 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());
|
/external/openssl/crypto/des/ |
des_opts.c | 397 #define print_name(name) fprintf(stderr,"Doing %s's for 10 seconds\n",name); alarm(10); 399 #define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb); 411 fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \ 415 fprintf(stderr,"%s bytes per sec = %12.2f (%5.1fuS)\n",name, \ 441 fprintf(stderr,"To get the most accurate results, try to run this\n"); 442 fprintf(stderr,"program when this computer is idle.\n"); 450 fprintf(stderr,"First we calculate the approximate speed ...\n");
|
des.c | 219 fprintf(stderr,"'%c' unknown flag\n",p[-1]); 253 fprintf(stderr,"des(1) built with %s\n",libdes_version); 261 if (vflag) fprintf(stderr,"des(1) built with %s\n",libdes_version); 664 fprintf(CKSUM_OUT,"%02X",cksum[i]); 665 fprintf(CKSUM_OUT,"\n"); 692 fprintf(fp,"begin 600 %s\n", 770 fprintf(stderr,"no 'begin' found in uuencoded input\n"); 875 fprintf(stderr,"uuencoded line length too long\n"); 912 fprintf(stderr,"bad uuencoded data values\n"); 923 fprintf(stderr,"missing nl in uuencoded line\n") [all...] |
/external/openssl/crypto/ |
mem_dbg.c | 379 fprintf(stderr, "pop_info(): deleted info has other thread ID (%lu) than the current thread (%lu)!!!!\n", 433 fprintf(stderr, "CRYPTO_push_info(): previous info has other thread ID (%lu) than the current thread (%lu)!!!!\n", 532 fprintf(stderr, "LEVITTE_DEBUG_MEM: [%5ld] %c 0x%p (%d)\n", 588 fprintf(stderr, "LEVITTE_DEBUG_MEM: [%5ld] - 0x%p (%d)\n", 611 fprintf(stderr, "LEVITTE_DEBUG_MEM: --> CRYPTO_dbg_malloc(addr1 = %p, addr2 = %p, num = %d, file = \"%s\", line = %d, before_p = %d)\n", 638 fprintf(stderr, "LEVITTE_DEBUG_MEM: [%5ld] * 0x%p (%d) -> 0x%p (%d)\n", 748 fprintf(stderr, "Thread switch detected in backtrace!!!!\n");
|
/external/qemu/ |
arch_init.c | 349 fprintf(stderr, "Ack, bad migration stream!\n"); 365 fprintf(stderr, "Can't find block %s!\n", id); 413 fprintf(stderr, "Unknown ramblock \"%s\", cannot " 609 fprintf(stderr, 613 fprintf(stderr, "Unknown sound card name `%.*s'\n", 681 fprintf(stderr, "Wrong acpi table provided\n"); 692 fprintf(stderr, "Wrong smbios provided\n");
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/linux/ |
SDL_syscdrom.c | 165 fprintf(stderr, "Duplicate drive detected: %s == %s\n", drive, SDL_cdlist[i]); 181 fprintf(stderr, "Added CD-ROM drive: %s\n", drive); 244 fprintf(stderr, "Checking mount path from %s: %s mounted on %s of %s\n", 297 fprintf(stderr, "Checking CD-ROM drive from SDL_CDROM: %s\n", SDLcdrom); 349 fprintf(stderr, "Checking possible CD-ROM drive: %s\n", drive); 368 fprintf(stderr, "Checking possible CD-ROM drive: %s\n", drive); 515 fprintf(stderr, "Trying to play from %d:%d:%d to %d:%d:%d\n",
|
/external/qemu/hw/ |
bt-hci-csr.c | 104 fprintf(stderr, "%s: can't alloc %i bytes\n", __FUNCTION__, len); 111 fprintf(stderr, "%s: can't alloc %i bytes\n", __FUNCTION__, len); 161 fprintf(stderr, "%s: bd_address loaded from firmware: " 174 fprintf(stderr, "%s: got a bad CMD packet\n", __FUNCTION__); 219 fprintf(stderr, "%s: got a bad NEG packet\n", __FUNCTION__); 234 fprintf(stderr, "%s: got a bad ALIVE packet\n", __FUNCTION__); 247 fprintf(stderr, "%s: got a bad packet\n", __FUNCTION__);
|
/external/zlib/contrib/untgz/ |
untgz.c | 156 fprintf(stderr,"%s: Couldn't find ",prog); 158 fprintf(stderr,(TGZsuffix[i+1]) ? "%s%s, " : "or %s%s\n", 358 fprintf(stderr,"%s: Couldn't create directory %s\n",prog,buffer); 496 fprintf(stderr, "%s: Couldn't create %s",prog,fname); 535 fprintf(stderr, 595 fprintf(stderr, "%s: %s\n", prog, msg); 662 fprintf(stderr,"%s: Couldn't gzopen %s\n",prog,TGZfile);
|
/external/e2fsprogs/debugfs/ |
set_fields.c | 268 fprintf(stderr, "Couldn't parse '%s' for field %s.\n", 274 fprintf(stderr, "Value '%s' exceeds field %s maximum %llu.\n", 305 fprintf(stderr, "Couldn't parse '%s' for field %s.\n", 331 fprintf(stderr, "Error maximum size for %s is %d.\n", 349 fprintf(stderr, "Couldn't parse '%s' for field %s.\n", 369 fprintf(stderr, "Invalid UUID format: %s\n", arg); 382 fprintf(stderr, "Invalid hash algorithm: %s\n", arg); 398 fprintf(stderr, "Couldn't parse '%s' for field %s.\n", 445 fprintf(f, "%s fields supported by the %s command:\n", type, cmd); 471 fprintf(f, "\t%-20s\t%s\n", name, type) [all...] |
/external/icu4c/samples/ucnv/ |
convsamp.cpp | 49 #define U_ASSERT(x) { if(U_FAILURE(x)) {fflush(stdout);fflush(stderr); fprintf(stderr, #x " == %s\n", u_errorName(x)); assert(U_SUCCESS(x)); }} 312 fprintf(stderr, "Couldn't open file 'data01.txt' (UTF-8 data file).\n"); 416 fprintf(stderr, "Couldn't open file 'data06.txt' (UTF-8 data file).\n"); 423 fprintf(stderr, " Couldn't allocate %d bytes for freq counter\n", sizeof(CharFreqInfo)*charCount); 454 fprintf(stderr, "%s @ %d\n", u_errorName(status), total); 472 fprintf(stderr, "U+%06X: oh.., we only handle BMP characters so far.. redesign!\n", p); 892 fprintf(stderr, "Couldn't open file 'data02.bin' (cp37 data file).\n"); 899 fprintf(stderr, "Couldn't create file 'data40.utf16'.\n"); 998 fprintf(stderr, "Couldn't open file 'data40.utf16' (did you run convsample_40() ?)\n"); 1005 fprintf(stderr, "Couldn't create file 'data46.out'.\n") [all...] |
/external/iproute2/misc/ |
nstat.c | 262 fprintf(fp, "#%s\n", info_source); 279 fprintf(fp, "%-32s%-16llu%6.1f\n", n->id, val, n->rate); 287 fprintf(fp, "#%s\n", info_source); 307 fprintf(fp, "%-32s%-16llu%6.1f%s\n", n->id, val, 439 fprintf(stderr, 477 fprintf(stderr, "nstat: invalid time constant divisor\n"); 558 fprintf(stderr, "nstat: something is so wrong with history file, that I prefer not to proceed.\n"); 570 fprintf(stderr, "nstat: history is aged out, resetting\n"); 589 fprintf(stderr, "nstat: history is stale, ignoring it.\n"); 597 fprintf(stderr, "nstat: history is stale, ignoring it.\n") [all...] |
/frameworks/compile/libbcc/helper/ |
sha1.c | 293 fprintf(stderr, "Can't open %s\n", fname); 342 fprintf(stderr, "Can't open %s\n", fname); 376 fprintf(stderr, "FAILED: %s\n" 379 fprintf(stderr, "%02X", 381 fprintf(stderr,"\n FOUND: "); 383 fprintf(stderr, "%02X", digest[k]); 384 fprintf(stderr, "\n"); 468 fprintf(stderr, "Error: Can not write to %s.\n", binary_output_file); 521 fprintf(stderr, 527 fprintf(stderr, "No files checked.\n") [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/ |
profiler_trace.h | 40 #include <cstdio> // fopen, fclose, fprintf, FILE 325 std::fprintf(__f, __id); 326 std::fprintf(__f, "|"); 328 std::fprintf(__f, "|"); 343 std::fprintf(stderr, 410 std::fprintf(stderr, "Could not open trace file '%s'.\n", 429 std::fprintf(__file, __info.__warning_id); 430 std::fprintf(__file, ": improvement = %d", 432 std::fprintf(__file, ": call stack = "); 434 std::fprintf(__file, ": advice = %s\n" [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/ |
profiler_trace.h | 40 #include <cstdio> // fopen, fclose, fprintf, FILE 325 std::fprintf(__f, __id); 326 std::fprintf(__f, "|"); 328 std::fprintf(__f, "|"); 343 std::fprintf(stderr, 410 std::fprintf(stderr, "Could not open trace file '%s'.\n", 429 std::fprintf(__file, __info.__warning_id); 430 std::fprintf(__file, ": improvement = %d", 432 std::fprintf(__file, ": call stack = "); 434 std::fprintf(__file, ": advice = %s\n" [all...] |
/external/bison/src/ |
conflicts.c | 401 fprintf (out, _("conflicts: %d shift/reduce, %d reduce/reduce\n"), 404 fprintf (out, _("conflicts: %d shift/reduce\n"), src_num); 406 fprintf (out, _("conflicts: %d reduce/reduce\n"), rrc_num); 424 fprintf (out, _("State %d "), i); 509 fprintf (stderr, "%s: ", current_file);
|
/external/clang/test/Sema/ |
format-strings.c | 6 int fprintf(FILE *, const char *restrict, ...); 29 fprintf(fp,s); // expected-warning {{format string is not a string literal}} 66 fprintf(fp,s); // expected-warning {{format string is not a string literal}} 96 fprintf(fp,"%%%l"); // expected-warning {{incomplete format specifier}} 304 fprintf(fp, "\%"); // expected-warning{{incomplete format specifier}}
|
/external/dbus/tools/ |
dbus-launch-x11.c | 83 fprintf (stderr, "Can't get user home directory\n"); 186 fprintf (stderr, "no memory\n"); 198 fprintf (stderr, "Unable to create %s\n", dir); 208 fprintf (stderr, "Unable to create %s\n", dir); 409 fprintf (f,
|
/external/e2fsprogs/lib/blkid/ |
tag.c | 394 fprintf(stderr, "Usage: %s [-f blkid_file] [-m debug_mask] device " 397 fprintf(stderr, "\tList all tags for a device and exit\n"); 423 fprintf(stderr, "Invalid debug mask: %s\n", 441 fprintf(stderr, "%s: error creating cache (%d)\n", 448 fprintf(stderr, "%s: Can not find device in blkid cache\n",
|
/external/e2fsprogs/util/ |
subst.c | 155 fprintf(stderr, "Unfound expansion: '%s'\n", 161 fprintf(stderr, "Replace name = '%s' with '%s'\n", 201 fprintf(stderr, "Replace name = '%s' with '%s'\n", 333 fprintf(stderr, "%s: [-f config-file] [file]\n", 352 fprintf(stderr, "Memory error! Exiting.\n");
|
/external/icu4c/test/perf/utfperf/ |
utfperf.cpp | 76 fprintf(stderr, "error: chunk length must be 1..%ld\n", (long)OUTPUT_CAPACITY); 82 fprintf(stderr, "error: pivot length must be 1..%ld\n", (long)PIVOT_CAPACITY); 128 fprintf(stderr, "error opening converter for \"%s\" - %s\n", testcase.charset, u_errorName(errorCode)); 211 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength); 355 fprintf(stderr, "FAILED: Tests could not be run please check the "
|
/external/linux-tools-perf/util/ |
help.c | 315 fprintf(stderr, "WARNING: You called a perf program named '%s', " 320 fprintf(stderr, "in %0.1f seconds automatically...\n", 327 fprintf(stderr, "perf: '%s' is not a perf-command. See 'perf --help'.\n", cmd); 330 fprintf(stderr, "\nDid you mean %s?\n", 334 fprintf(stderr, "\t%s\n", main_cmds.names[i]->name);
|
/external/ppp/pppd/plugins/rp-pppoe/ |
common.c | 158 fprintf(stderr, "pppoe: %s\n", str); 467 fprintf(conn->debugFile, "\n"); 492 fprintf(stderr, "PADT: Service-Name-Error: %.*s\n", (int) len, data); 496 fprintf(stderr, "PADT: System-Error: %.*s\n", (int) len, data); 500 fprintf(stderr, "PADT: Generic-Error: %.*s\n", (int) len, data);
|
/external/valgrind/main/memcheck/tests/ |
vcpu_fbench.c | 470 fprintf(stderr, 473 fprintf(stderr, 562 fprintf(stderr, 564 fprintf(stderr, 566 fprintf(stderr,
|
/external/valgrind/main/perf/ |
fbench.c | 466 fprintf(stderr, 469 fprintf(stderr, 558 fprintf(stderr, 560 fprintf(stderr, 562 fprintf(stderr,
|