/external/webrtc/test/testsupport/metrics/ |
video_metrics.cc | 95 fprintf(stderr, "Cannot open file %s\n", ref_filename); 101 fprintf(stderr, "Cannot open file %s\n", test_filename); 139 fprintf(stderr, "Tried to measure video metrics from empty files "
|
/external/zlib/examples/ |
fitblk.c | 64 fprintf(stderr, "fitblk abort: %s\n", why); 173 fprintf(stderr, 229 fprintf(stderr,
|
/frameworks/base/cmds/screenshot/ |
screenshot.c | 99 fprintf(stderr, 148 fprintf(stderr, "error: could not read framebuffer\n"); 159 fprintf(stderr, "error: writing file %s: %s\n",
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
tst-pcre.c | 55 fprintf (stderr, "Missing test filename\n"); 62 fprintf (stderr, "Couldn't open %s\n", argv[1]); 69 fprintf (stderr, "Not a PCRE test file\n");
|
/sdk/emulator/qtools/ |
post_trace.cpp | 19 fprintf(stderr, "Usage: %s trace_file\n", argv[0]); 37 fprintf(stderr, 101 fprintf(stderr,
|
/system/core/liblog/ |
logprint.c | 152 fprintf(stderr,"%s:%c\n", p_fi->mTag, cPri); 155 fprintf(stderr,"*:%c\n", filterPriToChar(p_format->global_pri)); 372 fprintf(stderr, "+++ LOG: entry too small\n"); 392 fprintf(stderr, "+++ LOG: malformed log message\n"); 457 //fprintf(stderr, "--- type=%d (rem len=%d)\n", type, eventDataLen); 575 fprintf(stderr, "Unknown binary event type %d\n", type); 653 fprintf(stderr, "Binary log entry conversion failed\n"); 675 fprintf(stderr, 914 fprintf(stderr, "+++ LOG: write failed (errno=%d)\n", errno); 920 fprintf(stderr, "+++ LOG: write partial (%d of %d)\n", ret [all...] |
/system/extras/ext4_utils/ |
ext4_utils.h | 58 #define warn(fmt, args...) do { fprintf(stderr, "warning: %s: " fmt "\n", __func__, ## args); } while (0) 59 #define error(fmt, args...) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); if (!force) longjmp(setjmp_env, EXIT_FAILURE); } while (0) 61 #define critical_error(fmt, args...) do { fprintf(stderr, "critical error: %s: " fmt "\n", __func__, ## args); longjmp(setjmp_env, EXIT_FAILURE); } while (0)
|
/system/extras/tests/sdcard/ |
testcase.cpp | 59 fprintf(stderr, "pipe failed\n"); 64 fprintf(stderr, "pipe failed\n"); 82 fprintf(stderr, "No test set.");
|
/external/bison/src/ |
parse-gram.y | 179 %printer { fprintf (stderr, "\"%s\"", $$); } 181 %printer { fprintf (stderr, "{\n%s\n}", $$); } 190 %printer { fprintf (stderr, "<%s>", $$); } TYPE 192 %printer { fprintf (stderr, "%d", $$); } INT 194 %printer { fprintf (stderr, "%s", $$->tag); } ID symbol string_as_id 196 %printer { fprintf (stderr, "%s:", $$->tag); } ID_COLON
|
/external/bluetooth/bluez/sbc/ |
sbctester.c | 90 fprintf(csv, "num;"); 92 fprintf(csv, "ref channel %d;tst channel %d;", j, j); 93 fprintf(csv, "\r\n"); 104 fprintf(csv, "%d;", i); 130 fprintf(csv, "%d;%d;", refsample[j], 140 fprintf(csv, "\r\n");
|
/external/dbus/test/ |
test-service.c | 25 fprintf (stderr, "*** test-service: %s", message); 45 fprintf (stderr, "*** Failed to open connection to activating message bus: %s\n", 223 fprintf (stderr, "Echo service echoed string: \"%s\"\n", s); 278 fprintf (stderr, "DelayEcho service echoed string: \"%s\"\n", s); 439 fprintf (stderr, "*** Failed to open connection to activating message bus: %s\n", 474 fprintf (stderr, "Error %s\n", error.message);
|
/external/e2fsprogs/resize/ |
main.c | 42 fprintf (stderr, _("Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] " 187 fprintf (stderr, "resize2fs %s (%s)\n", 426 fprintf(stderr, _("The containing partition (or device)" 433 fprintf(stderr, _("The filesystem is already %u blocks " 443 fprintf(stderr, 459 fprintf(stderr,
|
/external/linux-tools-perf/ |
perf.c | 132 fprintf(stderr, "No directory given for --perf-dir.\n"); 147 fprintf(stderr, "No directory given for --work-tree.\n"); 161 fprintf(stderr, "No directory given for --debugfs-dir.\n"); 176 fprintf(stderr, "Unknown option: %s\n", cmd); 501 fprintf(stderr, "Expansion of alias '%s' failed; " 513 fprintf(stderr, "Failed to run command '%s': %s\n",
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
toy.cpp | 178 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} 476 fprintf(stderr, "Read function definition:"); 488 fprintf(stderr, "Read extern: "); 501 fprintf(stderr, "Read top-level expression:"); 513 fprintf(stderr, "ready> "); 550 fprintf(stderr, "ready> ");
|
/external/openssl/crypto/aes/ |
aes_wrap.c | 245 fprintf(stderr, "Key test result %d\n", ret); 247 fprintf(stderr, "Key test result %d\n", ret); 249 fprintf(stderr, "Key test result %d\n", ret); 251 fprintf(stderr, "Key test result %d\n", ret); 253 fprintf(stderr, "Key test result %d\n", ret); 255 fprintf(stderr, "Key test result %d\n", ret);
|
/external/openssl/crypto/ |
mem.c | 266 fprintf(stderr, "LEVITTE_DEBUG_MEM: > 0x%p (%d)\n", ret, num); 289 fprintf(stderr, "LEVITTE_DEBUG_MEM: < 0x%p\n", str); 310 fprintf(stderr, "LEVITTE_DEBUG_MEM: > 0x%p (%d)\n", ret, num); 348 fprintf(stderr, "LEVITTE_DEBUG_MEM: | 0x%p -> 0x%p (%d)\n", str, ret, num); 380 fprintf(stderr, 395 fprintf(stderr, "LEVITTE_DEBUG_MEM: < 0x%p\n", str);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/ |
OMX_G722Dec_Utils.h | 117 #define G722DEC_DPRINT(...) fprintf(stdout, "%s %d:: ",__FUNCTION__, __LINE__); \ 118 fprintf(stdout, __VA_ARGS__); \ 119 fprintf(stdout, "\n"); 141 #define G722DEC_MEMPRINT(...) fprintf(stdout, "%s %d:: ",__FUNCTION__, __LINE__); \ 142 fprintf(stdout, __VA_ARGS__); \ 143 fprintf(stdout, "\n");
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
smc_properties_parser.c | 85 fprintf(stderr, "TRACE: ERROR: "); 87 fprintf(stderr, "\n"); 95 fprintf(stderr, "TRACE: WARNING: "); 97 fprintf(stderr, "\n"); 105 fprintf(stderr, "TRACE: "); 107 fprintf(stderr, "\n");
|
/system/core/init/ |
bootchart.c | 151 fprintf(out, "version = %s\n", VERSION); 152 fprintf(out, "title = Boot chart for Android ( %s )\n", date); 153 fprintf(out, "system.uname = %s\n", uname); 154 fprintf(out, "system.release = 0.0\n"); 155 fprintf(out, "system.cpu = %s\n", cpu); 156 fprintf(out, "system.kernel.options = %s\n", cmdline);
|
/bionic/libc/tzcode/ |
strftime.c | 160 (void) fprintf(stderr, "\n"); 162 (void) fprintf(stderr, "NULL strftime format "); 163 else (void) fprintf(stderr, "strftime format \"%s\" ", 165 (void) fprintf(stderr, "yields only two digits of years in "); 167 (void) fprintf(stderr, "some locales"); 169 (void) fprintf(stderr, "the current locale"); 170 else (void) fprintf(stderr, "all locales"); 171 (void) fprintf(stderr, "\n");
|
/bionic/libstdc++/include/ |
cstdio | 54 using ::fprintf;
|
/external/dropbear/ |
dbutil.c | 124 fprintf(stderr, "%s\n", printbuf); 149 fprintf(stderr, "TRACE: "); 151 fprintf(stderr, "\n"); 485 fprintf(stderr, "%s\n", label); 487 fprintf(stderr, "%02x", buf[i]); 489 fprintf(stderr, "\n"); 492 fprintf(stderr, " "); 495 fprintf(stderr, "\n");
|
/external/e2fsprogs/lib/blkid/ |
resolve.c | 116 fprintf(stderr, "Usage:\t%s tagname=value\n" 124 fprintf(stderr, "Couldn't get blkid cache\n");
|
/external/e2fsprogs/misc/ |
mke2fs.c | 112 fprintf(stderr, _("Usage: %s [-c|-l filename] [-b block-size] " 173 fprintf(stderr, _("Bad block %u out of range; ignored.\n"), blk); 254 fprintf(stderr, _("Block %d in primary " 256 fprintf(stderr, _("Blocks %u through %u must be good " 278 fprintf(stderr, 393 fprintf(stderr, _("\nCould not write %d " 527 fprintf(stderr, 544 fprintf(stderr, _("Warning: could not erase sector %d: %s\n"), 611 fprintf(stderr, _("warning: %u blocks unused.\n\n"), 704 fprintf(stderr [all...] |
/external/icu4c/tools/toolutil/ |
filetools.cpp | 75 fprintf(stderr, "Unable to open directory: %s\n", checkAgainst); 113 fprintf(stderr, "Unable to get stats from file: %s or %s\n", file1, file2);
|