/external/quake/quake/src/WinQuake/ |
main.cpp | 68 fprintf(stderr, "Quake < %lld %d %s\n", time, startTimeStackPointer, buf); 87 fprintf(stderr, "Quake > %lld [%d] %lld %s\n", time, startTimeStackPointer, elapsed, buf); 95 fprintf(stderr, "Quake = %lld %s\n", time, buf);
|
/external/valgrind/main/memcheck/tests/ |
file_locking.c | 54 fprintf(stderr, "%s: about to lock file for writing.\n", process_name); 61 fprintf(stderr, "%s: file locking attempt succeeded.\n", process_name); 126 fprintf(stderr, "Test finished.\n");
|
Makefile.in | [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
ScopeChain.cpp | 43 fprintf(stderr, "----- [scope %p] -----\n", o); 46 fprintf(stderr, "%s, ", name.ustring().utf8().data()); 48 fprintf(stderr, "\n");
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
deprecated_logging_unittest.py | 40 original_stderr = sys.stderr 42 sys.stderr = test_stderr 48 sys.stderr = original_stderr
|
/frameworks/base/tests/backup/ |
backup_stress_test.sh | 48 echo "FAILED iteration $i of $iterations; $failures failures so far" > /dev/stderr 51 printf "Iteration %d:\tPASS; remaining: %d\n" $i $(($iterations - $i - 1)) > /dev/stderr 59 echo "DONE: $iterations iterations with $failures failures." > /dev/stderr
|
/frameworks/compile/slang/ |
slang-data.c | 8 fprintf(stderr, "Usage: %s PREFIX OUTFILE INFILE\n", argv[0]); 20 fprintf(stderr, "Unable to open input file: %s\n", infile_name); 27 fprintf(stderr, "Uanble to open output file: %s\n", outfile_name);
|
/frameworks/native/cmds/atrace/ |
atrace.cpp | 188 fprintf(stderr, "error truncating %s: %s (%d)\n", path, 202 fprintf(stderr, "error opening %s: %s (%d)\n", filename, 210 fprintf(stderr, "error writing to %s: %s (%d)\n", filename, 352 fprintf(stderr, "error poking binder service %s\n", 369 fprintf(stderr, "error setting trace tags system property\n"); 380 fprintf(stderr, "error setting trace app system property\n"); 407 fprintf(stderr, "error opening %s: %s (%d)\n", k_ftraceFilterPath, 416 fprintf(stderr, "error reading %s: %s (%d)\n", k_ftraceFilterPath, 433 fprintf(stderr, "error: \"%s\" is not a valid kernel function " 524 fprintf(stderr, "error writing file %s\n", path) [all...] |
/system/core/liblog/ |
event_tag_map.c | 76 fprintf(stderr, "%s: unable to open map '%s': %s\n", 84 fprintf(stderr, "%s: unable to seek map '%s'\n", OUT_TAG, fileName); 91 fprintf(stderr, "%s: mmap(%s) failed: %s\n", 204 fprintf(stderr, "%s: file parse failed\n", OUT_TAG); 273 fprintf(stderr, "%s: map file missing EOL on last line\n", OUT_TAG); 292 fprintf(stderr, 304 fprintf(stderr, 316 fprintf(stderr, "%s: parsed %d tags, expected %d\n", 348 fprintf(stderr, "ARRRRGH\n"); 356 fprintf(stderr, [all...] |
/system/core/toolbox/ |
hd.c | 42 fprintf(stderr, "%s: invalid option -%c\n", 49 fprintf(stderr, "Usage: %s [-b base] [-c count] [-r delay] file\n", argv[0]); 55 fprintf(stderr, "could not open %s, %s\n", argv[optind], strerror(errno));
|
/system/extras/tests/sdcard/ |
sysutil.cpp | 67 fprintf(stderr, "# %s %s %d %s\n", msg, filename, errno, strerror(errno)); 71 // message will be printed on stderr. 138 fprintf(stderr, "Buffer too small for %s\n", filename); 194 fprintf(stderr, "Partial write to %s (%d out of %d)\n", 278 fprintf(stderr, "Failed to write to scaling governor file for cpu %d: %d %s", 316 fprintf(stderr, "# %s\n", kDebugfsWarningMsg); 346 fprintf(stderr, "# %s\n", kDebugfsWarningMsg); 356 fprintf(stderr, "Fork failed: %d %s", errno, strerror(errno)); 370 fprintf(stderr, "Wait failed\n"); 376 fprintf(stderr, "Child pid %d did not exit cleanly %s\n" [all...] |
/bootable/recovery/updater/ |
install.c | 100 fprintf(stderr, "%s: no mtd partition named \"%s\"", 106 fprintf(stderr, "mtd mount of %s failed: %s\n", 115 fprintf(stderr, "%s: failed to mount %s at %s: %s\n", 178 fprintf(stderr, "unmount of %s failed; no such volume\n", mount_point); 236 fprintf(stderr, "%s: no mtd partition named \"%s\"", 243 fprintf(stderr, "%s: can't write \"%s\"", name, location); 249 fprintf(stderr, "%s: failed to erase \"%s\"", name, location); 254 fprintf(stderr, "%s: failed to close \"%s\"", name, location); 263 fprintf(stderr, "%s: make_ext4fs failed (%d) on %s", 271 fprintf(stderr, "%s: unsupported fs_type \"%s\" partition_type \"%s\"" [all...] |
/external/iproute2/tc/ |
f_u32.c | 33 fprintf(stderr, "Usage: ... u32 [ match SELECTOR ... ] [ link HTID ]" 35 fprintf(stderr, " [ police POLICE_SPEC ]" 37 fprintf(stderr, " [ ht HTID ] [ hashkey HASHKEY_SPEC ]\n"); 38 fprintf(stderr, " [ sample SAMPLE ]\n"); 39 fprintf(stderr, "or u32 divisor DIVISOR\n"); 40 fprintf(stderr, "\n"); 41 fprintf(stderr, "Where: SELECTOR := SAMPLE SAMPLE ...\n"); 42 fprintf(stderr, " SAMPLE := { ip | ip6 | udp | tcp | icmp |" 44 fprintf(stderr, " FILTERID := X:Y:Z\n"); 45 fprintf(stderr, "\nNOTE: CLASSID is parsed at hexadecimal input.\n") [all...] |
/external/liblzf/ |
lzf.c | 101 fprintf (stderr, "\n" 148 fprintf (stderr, "%s: write error: ", imagename); 234 fprintf (stderr, "%s: read error: ", imagename); 246 fprintf (stderr, "%s: invalid data stream - magic not found or short header\n", imagename); 267 fprintf (stderr, "%s: unknown blocktype\n", imagename); 298 fprintf (stderr, "%s: decompress: invalid stream - data corrupted\n", imagename); 310 fprintf (stderr, "%s: short data\n", imagename); 339 fprintf (stderr, "%s: %s.lzf: name too long", imagename, fname); 350 fprintf (stderr, "%s: %s: name too long\n", imagename, fname); 358 fprintf (stderr, "%s: %s: unknown suffix\n", imagename, fname) [all...] |
/external/srtp/test/ |
rtpw.c | 156 fprintf(stderr, "error: WSAStartup() failed: %d\n", ret); 241 fprintf(stderr, "%s: cannot parse IP v4 address %s\n", argv[0], address); 245 fprintf(stderr, "%s: address error", argv[0]); 251 fprintf(stderr, "%s: cannot parse IP v4 address %s\n", argv[0], address); 265 fprintf(stderr, "%s: couldn't open socket: %d\n", argv[0], err); 278 fprintf(stderr, "%s: Failed to set TTL for multicast group", argv[0]); 289 fprintf(stderr, "%s: Failed to join multicast group", argv[0]); 345 fprintf(stderr, 352 fprintf(stderr, 401 fprintf(stderr, "%s: bind failed\n", argv[0]) [all...] |
/external/icu4c/extra/uconv/ |
uconv.cpp | 95 fprintf(stderr, "%s: warning, problem installing our static resource bundle data uconvmsg: %s - trying anyways.\n", 104 fprintf(stderr, 108 fprintf(stderr, 121 fprintf(stderr, 124 fprintf(stderr, "%s: warning: messages will not be displayed\n", pname); 238 u_wmsg(stderr, "cantGetNames"); 248 u_wmsg(stderr, "cantGetTag", u_wmsg_errorName(U_MEMORY_ALLOCATION_ERROR)); 262 u_wmsg(stderr, "cantGetTag", u_wmsg_errorName(err)); 293 u_wmsg(stderr, "cantGetAliases", str.getTerminatedBuffer(), 307 u_wmsg(stderr, "cantGetAliases", str.getTerminatedBuffer() [all...] |
/development/tools/jdwpspy/ |
Net.cpp | 244 fprintf(stderr, "Socket create failed: %s\n", strerror(errno)); 254 fprintf(stderr, "setsockopt(SO_REUSEADDR) failed: %s\n", 267 fprintf(stderr, "attempt to bind to port %u failed: %s\n", 272 fprintf(stderr, "+++ bound to port %u\n", listenPort); 275 fprintf(stderr, "Listen failed: %s\n", strerror(errno)); 286 fprintf(stderr, "Name lookup of '%s' failed: %s\n", 294 fprintf(stderr, "+++ connect host resolved to %s\n", 377 fprintf(stderr, "accept failed: %s\n", strerror(errno)); 382 fprintf(stderr, "+++ accepted connection from %s:%u\n", 402 fprintf(stderr, "+++ closing connection to debugger\n") [all...] |
/external/bzip2/ |
bzip2recover.c | 87 fprintf ( stderr, 91 fprintf ( stderr, "%s: warning: output file(s) may be incomplete.\n", 100 fprintf ( stderr, 104 fprintf ( stderr, "%s: warning: output file(s) may be incomplete.\n", 113 fprintf ( stderr, 116 fprintf ( stderr, "%s: warning: output file(s) may be incomplete.\n", 125 fprintf ( stderr, 128 fprintf ( stderr, 131 fprintf ( stderr, 315 fprintf ( stderr, [all...] |
/external/quake/quake/src/QW/gas2masm/ |
gas2masm.c | 123 fprintf (stderr, "Error: bad register %s\n", pt);
142 fprintf (stderr, "mismatched parens");
165 fprintf (stderr, "mismatched parens");
228 fprintf (stderr, "Error: operand too long %s\n",
259 fprintf (stderr, "Error: bad register %s\n", pt);
528 fprintf (stderr, "Error: too many operands\n");
531 fprintf (stderr, "%s\n", tokens[j]);
533 fprintf (stderr, "\n");
562 fprintf (stderr, "Error: too many operands\n");
565 fprintf (stderr, "%s\n", tokens[j]); [all...] |
/external/quake/quake/src/WinQuake/gas2masm/ |
gas2masm.c | 123 fprintf (stderr, "Error: bad register %s\n", pt);
142 fprintf (stderr, "mismatched parens");
165 fprintf (stderr, "mismatched parens");
228 fprintf (stderr, "Error: operand too long %s\n",
259 fprintf (stderr, "Error: bad register %s\n", pt);
528 fprintf (stderr, "Error: too many operands\n");
531 fprintf (stderr, "%s\n", tokens[j]);
533 fprintf (stderr, "\n");
562 fprintf (stderr, "Error: too many operands\n");
565 fprintf (stderr, "%s\n", tokens[j]); [all...] |
/external/valgrind/main/none/tests/ |
Makefile.in | 764 allexec32.stdout.exp allexec32.stderr.exp allexec32.vgtest\ 765 allexec64.stdout.exp allexec64.stderr.exp allexec64.vgtest\ 766 ansi.stderr.exp ansi.vgtest \ 767 args.stderr.exp args.stdout.exp args.vgtest \ 768 async-sigs.stderr.exp async-sigs.stderr.exp-mips32 async-sigs.vgtest \ 769 bitfield1.stderr.exp bitfield1.vgtest \ 770 bug129866.vgtest bug129866.stderr.exp bug129866.stdout.exp \ 771 closeall.stderr.exp closeall.vgtest \ 772 cmdline0.stderr.exp cmdline0.stdout.exp cmdline0.vgtest [all...] |
/external/icu4c/tools/pkgdata/ |
pkgdata.cpp | 271 fprintf(stderr, 275 fprintf(stderr, "Run '%s --help' for help.\n", progname); 283 fprintf(stderr, " required parameter is missing: -O is required for static and shared builds.\n"); 284 fprintf(stderr, "Run '%s --help' for help.\n", progname); 296 fprintf(stderr, " required parameter -p is missing \n"); 297 fprintf(stderr, "Run '%s --help' for help.\n", progname); 302 fprintf(stderr, 310 fprintf(stderr, 317 fprintf(stderr, "\n options:\n"); 319 fprintf(stderr, "%-5s -%c %s%-10s %s\n" [all...] |
/build/tools/ |
dump-package-stats | 93 "/dev/stderr"; 95 "/dev/stderr"; 112 "/dev/stderr"; 114 "/dev/stderr";
|
/dalvik/vm/ |
StdioConverter.h | 17 * Stdout/stderr conversion thread.
|
/development/tools/line_endings/ |
line_endings.c | 14 fprintf(stderr, "usage: line_endings unix|dos FILES\n" 54 fprintf(stderr, "unable to open file for read/write: %s\n", argv[i]); 76 fprintf(stderr, "unable to read file: %s\n", argv[i]); 98 fprintf(stderr, "unable to write file: %s\n", argv[i]);
|