/hardware/ti/omap3/dspbridge/dspexec/ |
dspexec.c | 115 fprintf(stdout, "Verbose mode: ON\n"); 121 fprintf(stdout, "Not supported \n"); 172 fprintf(stdout,"DSPProcessor_Start succeeded.\n"); 178 fprintf(stdout,"Hit \"return\" to stop DSP and" 183 fprintf(stdout,"%s\n",traceBuf); 203 fprintf(stdout, "Hit any key to terminate cexec.\n"); 215 fprintf(stdout, "Usage: cexec [options] <dsp program>\n"); 216 fprintf(stdout, "\t[optional arguments]:\n"); 217 fprintf(stdout, "\t-?: Display cexec usage\n"); 218 fprintf(stdout, "\t-v: Verbose mode\n") [all...] |
/ndk/tests/device/test-basic-exceptions/jni/ |
test_basic_exceptions.cpp | 27 std::fprintf(stderr,"KO: Exception *not* raised!\n");
|
/ndk/tests/standalone/test-basic-c++/ |
test_basic_exceptions.cpp | 27 std::fprintf(stderr,"KO: Exception *not* raised!\n");
|
/external/iproute2/tc/ |
q_gred.c | 32 #define DPRINTF(format,args...) fprintf(stderr,format,##args) 39 fprintf(stderr, "Usage: ... gred DP drop-probability limit BYTES " 41 fprintf(stderr, " avpkt BYTES burst PACKETS probability PROBABILITY " 43 fprintf(stderr, " [prio value]\n"); 44 fprintf(stderr," OR ...\n"); 45 fprintf(stderr," gred setup DPs <num of DPs> default <default DP> " 65 fprintf(stderr, "DPs =%d\n", dps); 66 fprintf(stderr, "Illegal \"DPs\"\n"); 67 fprintf(stderr, "GRED: only %d DPs are " 75 fprintf(stderr, "\"default DP\" must be [all...] |
f_basic.c | 30 fprintf(stderr, "Usage: ... basic [ match EMATCH_TREE ] [ police POLICE_SPEC ]\n"); 31 fprintf(stderr, " [ action ACTION_SPEC ] [ classid CLASSID ]\n"); 32 fprintf(stderr, "\n"); 33 fprintf(stderr, "Where: SELECTOR := SAMPLE SAMPLE ...\n"); 34 fprintf(stderr, " FILTERID := X:Y:Z\n"); 35 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n"); 51 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n", 66 fprintf(stderr, "Illegal \"ematch\"\n"); 75 fprintf(stderr, "Illegal \"classid\"\n"); 82 fprintf(stderr, "Illegal \"action\"\n") [all...] |
/external/libmtp/src/ |
util.c | 54 fprintf(f, "%02x ", *bp); 57 fprintf(f, "\n"); 81 fprintf(f, "\t%04x:", dump_boundry-0x10); 86 if ( ! (i%2) ) fprintf(f, " "); 87 fprintf(f, "%02x", bp[16*lc+i]); 92 fprintf(f, "%*.*s", width, width, ""); 95 fprintf(f, "\t"); 98 fprintf(f, "%c", ( ch >= 0x20 && ch <= 0x7e ) ? 101 fprintf(f, "\n");
|
/external/valgrind/main/drd/tests/ |
bug-235681.c | 23 fprintf(stderr, "run_fn starting\n"); 30 fprintf(stderr, "run_fn(): status==0\n"); 34 fprintf(stderr, "run_fn(): woke up\n"); 37 fprintf(stderr, "run_fn(): status==1\n"); 43 fprintf(stderr, "run_fn done\n"); 68 fprintf(stderr, "main(): sleeping...\n"); 76 fprintf(stderr, "main(): status=1\n"); 86 fprintf(stderr, "joining...\n"); 91 fprintf(stderr, "Done.\n");
|
recursive_mutex.c | 16 fprintf(stderr, "first lock call failed !\n"); 18 fprintf(stderr, "second lock call failed !\n"); 20 fprintf(stderr, "first unlock call failed !\n"); 22 fprintf(stderr, "second unlock call failed !\n"); 31 fprintf(stderr, "Recursive mutex (statically initialized).\n"); 41 fprintf(stderr, "\nRecursive mutex (initialized via mutex attributes).\n"); 55 fprintf(stderr, "\nError checking mutex.\n"); 68 fprintf(stderr, "\nNon-recursive mutex.\n"); 72 fprintf(stderr, "\nDone.\n");
|
/frameworks/compile/slang/ |
slang_rs_reflect_utils.cpp | 108 fprintf(pfout, "/*\n"); 109 fprintf(pfout, " * This file is auto-generated. DO NOT MODIFY!\n"); 110 fprintf(pfout, " * The source Renderscript file: %s\n", context.rsFileName); 111 fprintf(pfout, " */\n\n"); 112 fprintf(pfout, "package %s;\n\n", context.packageName); 122 fprintf(pfout, " // return byte array representation of the bitcode.\n"); 123 fprintf(pfout, " public static byte[] getBitCode() {\n"); 132 fprintf(pfout, " private static byte[] getSegment_%d() {\n", seg_num); 133 fprintf(pfout, " byte[] data = {\n"); 147 fprintf(pfout, " ") [all...] |
/external/iproute2/genl/ |
ctrl.c | 31 fprintf(stderr,"Usage: ctrl <CMD>\n" \ 64 fprintf(stderr, "Cannot open generic netlink socket\n"); 71 fprintf(stderr, "Error talking to the kernel\n"); 82 fprintf(stderr, "Not a controller message, nlmsg_len=%d " 88 fprintf(stderr, "Unknown controller command %d\n", ghdr->cmd); 95 fprintf(stderr, "wrong controller message len %d\n", len); 103 fprintf(stderr, "Missing family id TLV\n"); 117 fprintf(fp, "\n\t\tCapabilities (0x%x):\n ", fl); 119 fprintf(fp, "\n"); 122 fprintf(fp, "\t\t ") [all...] |
/external/iproute2/ip/ |
xfrm_monitor.c | 41 fprintf(stderr, "Usage: ip xfrm monitor [ all | LISTofOBJECTS ]\n"); 56 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len); 68 fprintf(fp, "acquire "); 70 fprintf(fp, "proto %s ", strxf_xfrmproto(xacq->id.proto)); 73 fprintf(fp, "spi 0x%08x", spi); 75 fprintf(fp, "(%u)", spi); 76 fprintf(fp, " "); 78 fprintf(fp, "%s", _SL_); 85 fprintf(fp, " seq 0x%08u ", xacq->seq); 87 fprintf(fp, "%s-mask %s " [all...] |
/external/icu4c/tools/dumpce/ |
dumpce.cpp | 128 fprintf(f, " %04x", cp); 132 fprintf(f, " %04x", cp); 148 fprintf(f, " %04x", cp); 152 fprintf(f, " %04x", cp); 181 fprintf(stdout, "\n"); 184 fprintf(f, "; "); 189 fprintf(f, "Error retrieving collation elements\n"); 194 fprintf(f, "["); 196 fprintf(f, "%04x", UCOL_PRIMARYORDER(ce)); 198 fprintf(f, ",") [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
sed.c | 97 fprintf(out, _("GNU sed home page: <http://www.gnu.org/software/sed/>.\n\ 104 fprintf(out, _("E-mail bug reports to: <%s>.\n\ 122 fprintf(out, _("\ 126 fprintf(out, _(" -n, --quiet, --silent\n\ 128 fprintf(out, _(" -e script, --expression=script\n\ 130 fprintf(out, _(" -f script-file, --file=script-file\n\ 133 fprintf(out, _(" --follow-symlinks\n\ 136 fprintf(out, _(" -i[SUFFIX], --in-place[=SUFFIX]\n\ 139 fprintf(out, _(" -b, --binary\n\ 142 fprintf(out, _(" -l N, --line-length=N\n [all...] |
/system/core/toolbox/ |
wipe.c | 32 fprintf(stderr, "wipe <system|data|all>\n\n" 48 fprintf(stdout, "Wiping /system\n"); 50 fprintf(stdout, "Done wiping /android\n"); 52 fprintf(stdout, "Wiping /data\n"); 54 fprintf(stdout, "Done wiping /data\n"); 56 fprintf(stdout, "Wiping /system and /data\n"); 59 fprintf(stdout, "Done wiping /system and /data\n"); 62 fprintf(stdout, "Nuking the device...\n"); 65 fprintf(stdout, "Device nuked! Rebooting...\n"); 68 fprintf(stderr, "Reboot failed, %s\n", strerror(errno)) [all...] |
/system/extras/tests/ext4/ |
corrupt_gdt_free_blocks.c | 23 fprintf(stderr, "%s: Usage: %s <ext4_block_device>\n", me, me); 30 fprintf(stderr, "%s: Cannot open block device %s\n", me, argv[1]); 35 fprintf(stderr, "%s: Cannot lseek to superblock to read\n", me); 40 fprintf(stderr, "%s: Cannot read superblock\n", me); 45 fprintf(stderr, "%s: invalid superblock magic\n", me); 51 fprintf(stderr, "%s: block size not 2K or 4K\n", me); 59 fprintf(stderr, "%s: Can't handle block group descriptor size of %d\n", 68 fprintf(stderr, "%s: Cannot lseek to block group descriptor table to read\n", me); 76 fprintf(stderr, "%s: Cannot read group descriptor %d\n", me, i); 87 fprintf(stderr, "%s: Cannot lseek to block group descriptor table to write\n", me) [all...] |
/frameworks/base/tools/aidl/ |
AST.cpp | 10 fprintf(to, "@Override "); 14 fprintf(to, "public "); 17 fprintf(to, "private "); 20 fprintf(to, "protected "); 24 fprintf(to, "static "); 28 fprintf(to, "final "); 32 fprintf(to, "abstract "); 43 fprintf(to, ", "); 84 fprintf(to, "%s\n", this->comment.c_str()); 87 fprintf(to, "%s %s", this->variable->type->QualifiedName().c_str() [all...] |
/external/linux-tools-perf/util/ |
svghelper.c | 80 fprintf(stderr, "Cannot open %s for output\n", filename); 97 fprintf(svgfile, "<?xml version=\"1.0\" standalone=\"no\"?> \n"); 98 fprintf(svgfile, "<svg width=\"%i\" height=\"%" PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height); 100 fprintf(svgfile, "<defs>\n <style type=\"text/css\">\n <![CDATA[\n"); 102 fprintf(svgfile, " rect { stroke-width: 1; }\n"); 103 fprintf(svgfile, " rect.process { fill:rgb(180,180,180); fill-opacity:0.9; stroke-width:1; stroke:rgb( 0, 0, 0); } \n"); 104 fprintf(svgfile, " rect.process2 { fill:rgb(180,180,180); fill-opacity:0.9; stroke-width:0; stroke:rgb( 0, 0, 0); } \n"); 105 fprintf(svgfile, " rect.sample { fill:rgb( 0, 0,255); fill-opacity:0.8; stroke-width:0; stroke:rgb( 0, 0, 0); } \n"); 106 fprintf(svgfile, " rect.blocked { fill:rgb(255, 0, 0); fill-opacity:0.5; stroke-width:0; stroke:rgb( 0, 0, 0); } \n"); 107 fprintf(svgfile, " rect.waiting { fill:rgb(224,214, 0); fill-opacity:0.8; stroke-width:0; stroke: (…) [all...] |
/bionic/libc/stdlib/ |
assert.c | 39 (void)fprintf(stderr, 49 (void)fprintf(stderr,
|
/external/blktrace/ |
blkrawverify.c | 106 fprintf(ofp, " Dump %s\n", prefix); 107 fprintf(ofp, " %8s: %08x\n", "magic", bit->magic); 108 fprintf(ofp, " %8s: %u\n", "sequence", bit->sequence); 109 fprintf(ofp, " %8s: %llu\n", "time", (unsigned long long) bit->time); 110 fprintf(ofp, " %8s: %llu\n", "sector", (unsigned long long) bit->sector); 111 fprintf(ofp, " %8s: %u\n", "bytes", bit->bytes); 112 fprintf(ofp, " %8s: %s\n", "action", act_to_str(bit->action)); 113 fprintf(ofp, " %8s: %u\n", "bytes", bit->bytes); 114 fprintf(ofp, " %8s: %u\n", "cpu", bit->cpu); 115 fprintf(ofp, " %8s: %u\n", "error", bit->error) [all...] |
/external/dropbear/ |
dropbearconvert.c | 40 fprintf(stderr, "Usage: %s <inputtype> <outputtype> <inputfile> <outputfile>\n\n" 72 fprintf(stderr, "All arguments must be specified\n"); 82 fprintf(stderr, "Invalid input key type\n"); 92 fprintf(stderr, "Invalid output key type\n"); 119 fprintf(stderr, "Error reading key from '%s'\n", 135 fprintf(stderr, "Key is a %s key\n", keytype); 138 fprintf(stderr, "Error writing key to '%s'\n", outfile); 140 fprintf(stderr, "Wrote key to '%s'\n", outfile);
|
/external/openssl/crypto/srp/ |
srp_lcl.h | 65 #define srp_bn_print(a) {fprintf(stderr, #a "="); BN_print_fp(stderr,a); \ 66 fprintf(stderr,"\n");}
|
/external/v8/src/ |
mksnapshot.cc | 107 fprintf(fp, "\n"); 110 fprintf(fp, ","); 112 fprintf(fp, "%u", static_cast<unsigned char>(at(j))); 140 fprintf(fp_, "// Autogenerated snapshot file. Do not edit.\n\n"); 141 fprintf(fp_, "#include \"v8.h\"\n"); 142 fprintf(fp_, "#include \"platform.h\"\n\n"); 143 fprintf(fp_, "#include \"snapshot.h\"\n\n"); 144 fprintf(fp_, "namespace v8 {\nnamespace internal {\n\n"); 145 fprintf(fp_, "const byte Snapshot::data_[] = {"); 149 fprintf(fp_, "const int Snapshot::size_ = %d;\n", Position()) [all...] |
/external/valgrind/main/memcheck/tests/linux/ |
lsframe1.c | 18 fprintf(stderr, "lsframe1: start\n"); 24 fprintf(stderr, "lsframe1: done, result is %d\n", sum);
|
/external/valgrind/main/memcheck/tests/ |
origin3-no.c | 44 fprintf(stderr, "\nUndef 1 of 8 (8 bit undef)\n"); 54 fprintf(stderr, "\nUndef 2 of 8 (8 bits of 32 undef)\n"); 64 fprintf(stderr, "\nUndef 3 of 8 (32 bit undef)\n"); 73 fprintf(stderr, "\nUndef 4 of 8 (32 bit undef, unaligned)\n"); 82 fprintf(stderr, "\nUndef 5 of 8 (32 bit undef, modified)\n"); 106 fprintf(stderr, "\nUndef 6 of 8 (32 bit undef, unaligned, strange, #1)\n"); 108 fprintf(stderr, "\nUndef 7 of 8 (32 bit undef, unaligned, strange, #2)\n"); 110 fprintf(stderr, "\nUndef 8 of 8 (32 bit undef, unaligned, strange, #3)\n");
|
/ndk/tests/device/whole-static-libs/jni/ |
main.c | 15 fprintf(stderr, "Could not dlopen(\"libbar.so\"): %s\n", dlerror()); 19 fprintf(stderr, "Symbol 'foo2' is missing from shared library!!\n");
|