/external/chromium_org/third_party/icu/source/test/threadtest/ |
converttest.cpp | 35 fprintf(stderr, "ConvertTest - could not ucnv_open(\"gb18030\")\n"); 55 fprintf(stderr, "ucnv_open(\"shift_jis\") failed.\n"); 63 fprintf(stderr, "ucnv_safeClone() failed.\n"); 75 // fprintf(stderr, "ucnv_cleanup() failed - cache was not empty.\n"); 79 fprintf(stderr, "ConvertTest::check() - could not redo ucnv_open(\"gb18030\")\n");
|
/external/clang/test/PCH/ |
pr4489.c | 15 extern int fprintf (struct _IO_FILE *__restrict __stream, 28 fprintf (0, "a"); 36 fprintf (0, "a"); 41 fprintf (0, "asdf"); 47 fprintf (0, "asdf");
|
/external/icu4c/test/threadtest/ |
converttest.cpp | 35 fprintf(stderr, "ConvertTest - could not ucnv_open(\"gb18030\")\n"); 55 fprintf(stderr, "ucnv_open(\"shift_jis\") failed.\n"); 63 fprintf(stderr, "ucnv_safeClone() failed.\n"); 75 // fprintf(stderr, "ucnv_cleanup() failed - cache was not empty.\n"); 79 fprintf(stderr, "ConvertTest::check() - could not redo ucnv_open(\"gb18030\")\n");
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testloadso.c | 23 fprintf(stderr, "USAGE: %s <library> <functionname>\n", app); 24 fprintf(stderr, " %s --hello <lib with puts()>\n", app); 30 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError()); 45 fprintf(stderr, "SDL_LoadObject('%s') failed: %s\n", 51 fprintf(stderr, "SDL_LoadFunction('%s') failed: %s\n",
|
/external/valgrind/main/drd/tests/ |
hold_lock.c | 40 fprintf(stderr, "Usage: %s [-i <interval time in ms>].\n", argv[0]); 45 fprintf(stderr, "Locking mutex ...\n"); 58 fprintf(stderr, "Locking rwlock exclusively ...\n"); 66 fprintf(stderr, "Locking rwlock shared ...\n"); 76 fprintf(stderr, "Done.\n");
|
/external/valgrind/main/memcheck/tests/ |
sigkill.c | 34 fprintf(stderr,"setting signal %d: ", i); 37 else fprintf(stderr,"Success\n"); 38 fprintf(stderr,"getting signal %d: ", i); 41 else fprintf(stderr,"Success\n"); 42 fprintf(stderr,"\n");
|
/system/core/toolbox/ |
load_policy.c | 19 fprintf(stderr, "usage: %s policy-file\n", argv[0]); 26 fprintf(stderr, "Could not open %s: %s\n", path, strerror(errno)); 31 fprintf(stderr, "Could not stat %s: %s\n", path, strerror(errno)); 37 fprintf(stderr, "Could not mmap %s: %s\n", path, strerror(errno)); 43 fprintf(stderr, "Could not load %s: %s\n", path, strerror(errno));
|
/external/iproute2/tc/ |
m_police.c | 37 fprintf(stderr, "Usage: ... police rate BPS burst BYTES[/BYTES] [ mtu BYTES[/BYTES] ]\n"); 38 fprintf(stderr, " [ peakrate BPS ] [ avrate BPS ] [ overhead BYTES ]\n"); 39 fprintf(stderr, " [ linklayer TYPE ] [ ACTIONTERM ]\n"); 41 fprintf(stderr, "Old Syntax ACTIONTERM := action <EXCEEDACT>[/NOTEXCEEDACT] \n"); 42 fprintf(stderr, "New Syntax ACTIONTERM := conform-exceed <EXCEEDACT>[/NOTEXCEEDACT] \n"); 43 fprintf(stderr, "Where: *EXCEEDACT := pipe | ok | reclassify | drop | continue \n"); 44 fprintf(stderr, "Where: pipe is only valid for new syntax \n"); 50 fprintf(stderr, "Illegal \"%s\"\n", arg); 156 fprintf(stderr, "Illegal \"index\"\n"); 164 fprintf(stderr, "Double \"buffer/burst\" spec\n") [all...] |
tc_filter.c | 33 fprintf(stderr, "Usage: tc filter [ add | del | change | replace | show ] dev STRING\n"); 34 fprintf(stderr, " [ pref PRIO ] protocol PROTO\n"); 35 fprintf(stderr, " [ estimator INTERVAL TIME_CONSTANT ]\n"); 36 fprintf(stderr, " [ root | classid CLASSID ] [ handle FILTERID ]\n"); 37 fprintf(stderr, " [ [ FILTER_TYPE ] [ help | OPTIONS ] ]\n"); 38 fprintf(stderr, "\n"); 39 fprintf(stderr, " tc filter show [ dev STRING ] [ root | parent CLASSID ]\n"); 40 fprintf(stderr, "Where:\n"); 41 fprintf(stderr, "FILTER_TYPE := { rsvp | u32 | fw | route | etc. }\n"); 42 fprintf(stderr, "FILTERID := ... format depends on classifier, see there\n") [all...] |
f_route.c | 30 fprintf(stderr, "Usage: ... route [ from REALM | fromif TAG ] [ to REALM ]\n"); 31 fprintf(stderr, " [ flowid CLASSID ] [ police POLICE_SPEC ]\n"); 32 fprintf(stderr, " POLICE_SPEC := ... look at TBF\n"); 33 fprintf(stderr, " CLASSID := X:Y\n"); 34 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n"); 49 fprintf(stderr, "Illegal \"handle\"\n"); 65 fprintf(stderr, "Illegal \"to\"\n"); 75 fprintf(stderr, "Illegal \"from\"\n"); 86 fprintf(stderr, "Illegal \"fromif\"\n"); 97 fprintf(stderr, "Illegal \"classid\"\n") [all...] |
/external/bison/src/ |
gram.c | 70 fprintf (out, " %3d ", r->number); 73 fprintf (out, "%s:", r->lhs->tag); 107 fprintf (out, " %s", symbols[*rp]->tag); 112 fprintf (out, " /* %s */\n", _("empty")); 139 fprintf (out, "%s:", r->lhs->tag); 150 fprintf (out, " %s", symbols[ritem[i]]->tag); 152 fprintf (out, " (rule %d)\n", item_number_as_rule_number (ritem[i])); 186 fprintf (out, "%s\n\n", title); 224 fprintf (out, "<rule number=\"%d\" usefulness=\"%s\"", 227 fprintf (out, " percent_prec=\"%s\"" [all...] |
/external/iproute2/ip/ |
xfrm_state.c | 63 fprintf(stderr, "Usage: ip xfrm state { add | update } ID [ ALGO-LIST ] [ mode MODE ]\n"); 64 fprintf(stderr, " [ mark MARK [ mask MASK ] ] [ reqid REQID ] [ seq SEQ ]\n"); 65 fprintf(stderr, " [ replay-window SIZE ] [ replay-seq SEQ ] [ replay-oseq SEQ ]\n"); 66 fprintf(stderr, " [ flag FLAG-LIST ] [ sel SELECTOR ] [ LIMIT-LIST ] [ encap ENCAP ]\n"); 67 fprintf(stderr, " [ coa ADDR[/PLEN] ] [ ctx CTX ]\n"); 68 fprintf(stderr, "Usage: ip xfrm state allocspi ID [ mode MODE ] [ mark MARK [ mask MASK ] ]\n"); 69 fprintf(stderr, " [ reqid REQID ] [ seq SEQ ] [ min SPI max SPI ]\n"); 70 fprintf(stderr, "Usage: ip xfrm state { delete | get } ID [ mark MARK [ mask MASK ] ]\n"); 71 fprintf(stderr, "Usage: ip xfrm state { deleteall | list } [ ID ] [ mode MODE ] [ reqid REQID ]\n"); 72 fprintf(stderr, " [ flag FLAG-LIST ]\n") [all...] |
/external/blktrace/btt/ |
iostat.c | 58 fprintf(iostat_ofp, "Device: rrqm/s wrqm/s r/s w/s " 118 fprintf(iostat_ofp, "%-11s ", make_dev_hdr(hdr, 11, dip, 1)); 119 fprintf(iostat_ofp, "%8.2lf ", (double)sp->rqm[1] / dt); 120 fprintf(iostat_ofp, "%8.2lf ", (double)sp->rqm[0] / dt); 121 fprintf(iostat_ofp, "%7.2lf ", (double)sp->ios[1] / dt); 122 fprintf(iostat_ofp, "%7.2lf ", (double)sp->ios[0] / dt); 123 fprintf(iostat_ofp, "%9.2lf ", (double)sp->sec[1] / dt); 124 fprintf(iostat_ofp, "%9.2lf ", (double)sp->sec[0] / dt); 125 fprintf(iostat_ofp, "%9.2lf ", (double)(sp->sec[1] / 2) / dt); 126 fprintf(iostat_ofp, "%9.2lf ", (double)(sp->sec[0] / 2) / dt) [all...] |
output.c | 56 fprintf(ofp, "==================== "); 57 fprintf(ofp, "%s", hdr); 58 fprintf(ofp, " ====================\n\n"); 63 fprintf(ofp, "%15s %13s %13s %13s %11s\n", 65 fprintf(ofp, "--------------- ------------- ------------- ------------- -----------\n"); 72 fprintf(ofp, "%-15s %13.9f %13.9f %13.9f %11d\n", hdr, 76 fprintf(xavgs_ofp, 114 fprintf(ofp, "\n"); 130 fprintf(q2dp->ofp, "%10s | ", 146 fprintf(ofp, "%10s | ", "DEV") [all...] |
/external/ppp/pppd/plugins/rp-pppoe/ |
debug.c | 46 fprintf(fp, "(PAP Authentication Frame -- Contents not dumped)\n"); 53 fprintf(fp, "%02x ", (unsigned) buf[i]); 55 fprintf(fp, " "); 58 fprintf(fp, " "); 62 fprintf(fp, "%c", buf[i]); 64 fprintf(fp, "."); 70 fprintf(fp, "\n"); 104 fprintf(fp, "%s.%03d %s PPPoE ", timebuf, millisec, dir); 106 fprintf(fp, "Discovery (%x) ", (unsigned) type); 108 fprintf(fp, "Session (%x) ", (unsigned) type) [all...] |
/external/clang/test/Preprocessor/ |
c99-6_10_3_4_p9.c | 5 #define debug(...) fprintf(stderr, __VA_ARGS__) 10 // CHECK: fprintf(stderr, "Flag"); 13 // CHECK: fprintf(stderr, "X = %d\n", x);
|
/external/libsepol/utils/ |
chkcon.c | 26 fprintf(stderr, "Can't open '%s': %s\n", 31 fprintf(stderr, "Error while processing %s: %s\n", 38 fprintf(stderr, "%s is not valid\n", argv[2]);
|
/external/stlport/test/unit/cppunit/ |
file_reporter.h | 69 fprintf(_file, "\n\n%s(%d) : %s(%s);", in_file, in_line, in_macroName, in_macro); 73 { fprintf(_file, "\n\t%s", msg ); } 84 fprintf(_file, "%s::%s", in_className, in_shortTestName); 94 fprintf(_file, "%s", ignoredReason); 102 fprintf(_file, " %f msec", m_testTimer.elapsedMilliseconds()); 107 fprintf(_file, "\n"); 112 fprintf(_file, "\nThere were errors! %d of %d tests", m_numErrors, m_numTests); 115 fprintf(_file, "\nOK %d tests", m_numTests); 119 fprintf(_file, ", %d ignored", m_numIgnored); 123 fprintf(_file, " (%d explicit)", m_numExplicit) [all...] |
/external/valgrind/main/helgrind/tests/ |
free_is_write.c | 24 fprintf(stderr, "Start.\n"); 30 fprintf(stderr, "Pointer to allocated memory: %p\n", s_mem); 40 fprintf(stderr, "Done.\n");
|
/external/valgrind/main/memcheck/tests/linux/ |
capget.c | 18 fprintf(stderr, "Running as root\n"); 24 fprintf(stderr, 48 fprintf(stderr, "This program is Linux-specific\n");
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
file_reporter.h | 69 fprintf(_file, "\n\n%s(%d) : %s(%s);", in_file, in_line, in_macroName, in_macro); 73 { fprintf(_file, "\n\t%s", msg ); } 84 fprintf(_file, "%s::%s", in_className, in_shortTestName); 94 fprintf(_file, "%s", ignoredReason); 102 fprintf(_file, " %f msec", m_testTimer.elapsedMilliseconds()); 107 fprintf(_file, "\n"); 112 fprintf(_file, "\nThere were errors! %d of %d tests", m_numErrors, m_numTests); 115 fprintf(_file, "\nOK %d tests", m_numTests); 119 fprintf(_file, ", %d ignored", m_numIgnored); 123 fprintf(_file, " (%d explicit)", m_numExplicit) [all...] |
/ndk/tests/device/test-stlport/unit/cppunit/ |
file_reporter.h | 69 fprintf(_file, "\n\n%s(%d) : %s(%s);", in_file, in_line, in_macroName, in_macro); 73 { fprintf(_file, "\n\t%s", msg ); } 84 fprintf(_file, "%s::%s", in_className, in_shortTestName); 94 fprintf(_file, "%s", ignoredReason); 102 fprintf(_file, " %f msec", m_testTimer.elapsedMilliseconds()); 107 fprintf(_file, "\n"); 112 fprintf(_file, "\nThere were errors! %d of %d tests", m_numErrors, m_numTests); 115 fprintf(_file, "\nOK %d tests", m_numTests); 119 fprintf(_file, ", %d ignored", m_numIgnored); 123 fprintf(_file, " (%d explicit)", m_numExplicit) [all...] |
/system/core/adb/ |
console.c | 13 fprintf(stderr, "error: more than one emulator detected. use -s option\n"); 15 fprintf(stderr, "error: no emulator detected\n"); 20 fprintf(stderr, "error: could not connect to TCP port %d\n", port);
|
/system/extras/tests/bionic/libc/common/ |
test_strftime_2039.c | 18 fprintf(stderr, "strftime() returned 0\n"); 25 fprintf(stderr, "FAIL\n"); 31 fprintf(stderr, "strftime() returned 0\n");
|
/development/tools/yuv420sp2rgb/ |
debug.h | 14 fprintf(stderr, "%s(%d): ", __FILE__, __LINE__); \ 15 fprintf(stderr, ##msg); \ 23 fprintf(stderr, \ 34 fprintf(stderr, ##msg); \ 76 fprintf(stdout, ##x); \ 84 fprintf(stdout, ##x); \
|