/external/libffi/src/ |
debug.c | 43 fprintf(stderr, "ASSERTION FAILURE: %s at %s:%d\n", expr, file, line);
|
/external/llvm/tools/llvm-stub/ |
llvm-stub.c | 73 fprintf(stderr, "Could not execute the LLVM JIT. Either add 'lli' to your"
|
/external/netcat/data/ |
data.c | 109 fprintf (stderr, "stdin binary setmode oops: %d\n", x); 114 fprintf (stderr, "stdout binary setmode oops: %d\n", x); 157 fprintf (stderr, surveysez); /* if both or neither */ 227 fprintf (stderr, "write oops: %d\n", x);
|
rservice.c | 66 fprintf (stderr, "wrong! needs 2 or more args.\n");
|
/external/netperf/ |
netcpu_procstat.c | 70 fprintf (stderr, "Cannot open %s!\n", PROC_STAT_FILE_NAME); 88 fprintf (stderr, "Cannot allocate buffer memory!\n"); 117 fprintf (stderr, "Cannot open %s!\n", PROC_STAT_FILE_NAME); 135 fprintf (stderr, "Cannot allocate buffer memory!\n");
|
/external/openssl/crypto/bio/ |
bio_lcl.h | 7 #define UP_stderr stderr
|
/external/openssl/crypto/conf/ |
test.c | 78 ERR_print_errors_fp(stderr);
|
/external/openssl/ssl/ |
t1_reneg.c | 134 fprintf(stderr, "%s RI extension sent by client\n", 186 fprintf(stderr, "%s RI extension received by server\n", 219 fprintf(stderr, "%s RI extension sent by server\n", 286 fprintf(stderr, "%s RI extension received by client\n",
|
/external/oprofile/daemon/ |
opd_events.c | 38 fprintf(stderr, "oprofiled: malformed events passed " 96 fprintf(stderr, "oprofiled: no events passed.\n"); 119 fprintf(stderr, "oprofiled: too many events passed.\n"); 144 fprintf(stderr, "Unknown event for counter %lu\n", counter);
|
/external/oprofile/libpopt/ |
system.h | 71 #define vmefail() (fprintf(stderr, "virtual memory exhausted.\n"), exit(EXIT_FAILURE), NULL)
|
/external/oprofile/libutil/ |
op_lockfile.c | 52 fprintf(stderr, "Removing stale lock file %s\n",
|
/external/qemu/android/config/ |
check-esd.c | 22 #define D(...) fprintf(stderr,__VA_ARGS__)
|
/external/qemu/android/utils/ |
assert.c | 45 vfprintf(stderr, fmt, args);
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscostask.c | 63 /* Uncomment next line to copy mode changes/restores to stderr */ 69 fprintf(stderr, "mode %d\n", stored_mode); 77 fprintf(stderr, " %d\n", storeBlock[blockSize++]); 298 fprintf(stderr, "Stored "); dump_mode(); 316 fprintf(stderr, "Restored"); dump_mode();
|
/external/qemu/ |
migration-tcp-android.c | 136 fprintf(stderr, "could not accept migration connection\n"); 142 fprintf(stderr, "could not qemu_fopen socket\n"); 149 fprintf(stderr, "load of migration failed\n"); 173 fprintf(stderr, "invalid host/port combination: %s\n", host_port);
|
migration-tcp.c | 148 fprintf(stderr, "could not accept migration connection\n"); 154 fprintf(stderr, "could not qemu_fopen socket\n"); 161 fprintf(stderr, "load of migration failed\n"); 186 fprintf(stderr, "invalid host/port combination: %s\n", host_port);
|
/external/srtp/test/ |
rtp.c | 43 fprintf(stderr, "error: srtp protection failed with code %d\n", stat); 56 fprintf(stderr, "error: couldn't send message %s", (char *)msg); 79 fprintf(stderr, "%d octets received from SSRC %u\n", 90 fprintf(stderr,
|
/external/valgrind/main/drd/tests/ |
thread_name.c | 33 fprintf(stderr, "\n%s\n\n", thread_name);
|
/external/valgrind/main/memcheck/tests/ |
leak-tree.c | 67 PRINT_LEAK_COUNTS(stderr);
|
sh-mem-random.c | 80 fprintf(stderr, "\n\nFAILURE: %s, byte %d -- " 201 fprintf(stderr, "sh-mem-random: bad size\n"); 220 fprintf(stderr, "error: this program only works when run under Valgrind\n"); 255 fprintf(stderr, "sh-mem-random: can't mmap hi-mem\n");
|
/external/valgrind/main/none/tests/ |
syscall-restart2.c | 47 fprintf(stderr, "FAIL: expected 1 byte, not %d/%s/%c\n",
|
/external/valgrind/main/tests/ |
arch_test.c | 76 fprintf( stderr, "usage: arch_test <arch-type>\n" );
|
/frameworks/base/cmds/stagefright/ |
stagefright.cpp | 132 fprintf(stderr, "AVC video profile %d and level %d\n", profile, level); 194 fprintf(stderr, "Failed to instantiate decoder for '%s'.\n", mime); 205 fprintf(stderr, "rawSource returned error %d (0x%08x)\n", err, err); 596 fprintf(stderr, "usage: %s\n", me); 597 fprintf(stderr, " -h(elp)\n"); 598 fprintf(stderr, " -a(udio)\n"); 599 fprintf(stderr, " -n repetitions\n"); 600 fprintf(stderr, " -l(ist) components\n"); 601 fprintf(stderr, " -m max-number-of-frames-to-decode in each pass\n"); 602 fprintf(stderr, " -b bug to reproduce\n") [all...] |
/frameworks/base/opengl/tests/angeles/ |
gpustate.c | 24 fprintf(stderr,"cannot map %s (@%08x,%08x)\n", fn, base, size);
|
/frameworks/base/tools/localize/ |
file_utils.cpp | 112 fprintf(stderr, "unable to parse file: %s\n", filename.c_str()); 130 fprintf(stderr, "unable to open file: %s\n", filename.c_str()); 147 fprintf(stderr, "unable to parse file: %s\n", filename.c_str()); 166 fprintf(stderr, "unable to open file for write (%s): %s\n", strerror(errno),
|