| /external/iproute2/tc/ |
| 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...] |
| q_red.c | 31 fprintf(stderr, "Usage: ... red limit BYTES [min BYTES] [max BYTES] avpkt BYTES [burst PACKETS]\n"); 32 fprintf(stderr, " [adaptive] [probability PROBABILITY] bandwidth KBPS\n"); 33 fprintf(stderr, " [ecn] [harddrop]\n"); 54 fprintf(stderr, "Illegal \"limit\"\n"); 60 fprintf(stderr, "Illegal \"min\"\n"); 66 fprintf(stderr, "Illegal \"max\"\n"); 72 fprintf(stderr, "Illegal \"burst\"\n"); 78 fprintf(stderr, "Illegal \"avpkt\"\n"); 84 fprintf(stderr, "Illegal \"probability\"\n"); 90 fprintf(stderr, "Illegal \"bandwidth\"\n") [all...] |
| /external/jpeg/ |
| cjpeg.c | 144 fprintf(stderr, "usage: %s [switches] ", progname); 146 fprintf(stderr, "inputfile outputfile\n"); 148 fprintf(stderr, "[inputfile]\n"); 151 fprintf(stderr, "Switches (names may be abbreviated):\n"); 152 fprintf(stderr, " -quality N Compression quality (0..100; 5-95 is useful range)\n"); 153 fprintf(stderr, " -grayscale Create monochrome JPEG file\n"); 155 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n"); 158 fprintf(stderr, " -progressive Create progressive JPEG file\n"); 161 fprintf(stderr, " -targa Input file is Targa format (usually not needed)\n"); 163 fprintf(stderr, "Switches for advanced users:\n") [all...] |
| /external/qemu/distrib/jpeg-6b/ |
| cjpeg.c | 144 fprintf(stderr, "usage: %s [switches] ", progname); 146 fprintf(stderr, "inputfile outputfile\n"); 148 fprintf(stderr, "[inputfile]\n"); 151 fprintf(stderr, "Switches (names may be abbreviated):\n"); 152 fprintf(stderr, " -quality N Compression quality (0..100; 5-95 is useful range)\n"); 153 fprintf(stderr, " -grayscale Create monochrome JPEG file\n"); 155 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n"); 158 fprintf(stderr, " -progressive Create progressive JPEG file\n"); 161 fprintf(stderr, " -targa Input file is Targa format (usually not needed)\n"); 163 fprintf(stderr, "Switches for advanced users:\n") [all...] |
| /external/mdnsresponder/mDNSPosix/ |
| Responder.c | 104 fprintf(stderr, "\nSIGINT\n"); 119 fprintf(stderr, "\nSIGQUIT\n"); 137 fprintf(stderr, 145 fprintf(stderr, "%s: Service name can't be empty\n", gProgramName); 162 fprintf(stderr, 170 fprintf(stderr, 189 fprintf(stderr, 211 fprintf(stderr, 214 fprintf(stderr, " -v verbose mode, level is a number from 0 to 2\n"); 215 fprintf(stderr, " 0 = no debugging info (default)\n") [all...] |
| /external/iproute2/misc/ |
| ifstat.c | 132 fprintf(stderr, "Dump terminated\n"); 216 fprintf(fp, "#%s\n", info_source); 235 fprintf(fp, "%d %s ", n->ifindex, n->name); 237 fprintf(fp, "%llu %u ", vals[i], (unsigned)rates[i]); 238 fprintf(fp, "\n"); 251 fprintf(fp, "%7lluM ", vals[i]/mega); 253 fprintf(fp, "%7lluK ", vals[i]/kilo); 255 fprintf(fp, "%8llu ", vals[i]); 259 fprintf(fp, "%-6s ", temp); 262 fprintf(fp, "%-6s ", temp) [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...] |
| /external/chromium_org/third_party/libxml/src/ |
| testHTML.c | 108 fprintf(stdout, "SAX.isStandalone()\n"); 123 fprintf(stdout, "SAX.hasInternalSubset()\n"); 138 fprintf(stdout, "SAX.hasExternalSubset()\n"); 152 fprintf(stdout, "SAX.internalSubset(%s,", name); 154 fprintf(stdout, " ,"); 156 fprintf(stdout, " %s,", ExternalID); 158 fprintf(stdout, " )\n"); 160 fprintf(stdout, " %s)\n", SystemID); 183 fprintf(stdout, "SAX.resolveEntity("); 185 fprintf(stdout, "%s", (char *)publicId) [all...] |
| /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/ |
| iLBC_testprogram.c | 114 fprintf(stderr,"Could not allocate memory for vector\n"); 119 fprintf(stderr,"Could not allocate memory for vector\n"); 125 fprintf(stderr,"Could not allocate memory for vector\n"); 132 fprintf(stderr,"Could not allocate memory for vector\n"); 142 fprintf(stderr, "%s mode inputfile bytefile outputfile channelfile\n", 144 fprintf(stderr, "Example:\n"); 145 fprintf(stderr, "%s <30,20> in.pcm byte.dat out.pcm T30.0.dat\n", argv[0]); 150 fprintf(stderr,"Wrong mode %s, must be 20, or 30\n", argv[1]); 154 fprintf(stderr,"Cannot open input file %s\n", argv[2]); 157 fprintf(stderr, "Cannot open channelfile file %s\n" [all...] |
| /external/e2fsprogs/e2fsck/ |
| message.c | 232 fprintf(f, "%.24s", time_str); 259 fprintf(f, "@%c", ch); 280 fprintf(f, "%u", inode->i_size); 284 fprintf(f, "0x%x%08x", inode->i_size_high, 287 fprintf(f, "%u", inode->i_size); 289 fprintf(f, "%llu", EXT2_I_SIZE(inode)); 294 fprintf(f, "%u", large_inode->i_extra_isize); 299 fprintf(f, "%llu", inode->i_blocks + 303 fprintf(f, "%u", inode->i_blocks); 306 fprintf(f, "%d", inode->i_links_count) [all...] |
| /external/iproute2/ip/ |
| ipaddress.c | 65 fprintf(stderr, "Usage: ip addr {add|change|replace} IFADDR dev STRING [ LIFETIME ]\n"); 66 fprintf(stderr, " [ CONFFLAG-LIST ]\n"); 67 fprintf(stderr, " ip addr del IFADDR dev STRING\n"); 68 fprintf(stderr, " ip addr {show|flush} [ dev STRING ] [ scope SCOPE-ID ]\n"); 69 fprintf(stderr, " [ to PREFIX ] [ FLAG-LIST ] [ label PATTERN ]\n"); 70 fprintf(stderr, "IFADDR := PREFIX | ADDR peer PREFIX\n"); 71 fprintf(stderr, " [ broadcast ADDR ] [ anycast ADDR ]\n"); 72 fprintf(stderr, " [ label STRING ] [ scope SCOPE-ID ]\n"); 73 fprintf(stderr, "SCOPE-ID := [ host | link | global | NUMBER ]\n"); 74 fprintf(stderr, "FLAG-LIST := [ FLAG-LIST ] FLAG\n") [all...] |
| ipxfrm.c | 64 fprintf(stderr, 293 fprintf(fp, "src %s ", rt_addr_n2a(family, sizeof(*saddr), 296 fprintf(fp, "dst %s", rt_addr_n2a(family, sizeof(id->daddr), 298 fprintf(fp, "%s", _SL_); 302 fprintf(fp, "\t"); 304 fprintf(fp, "proto %s ", strxf_xfrmproto(id->proto)); 308 fprintf(fp, "spi 0x%08x", spi); 310 fprintf(fp, "(%u)", spi); 311 fprintf(fp, " "); 314 fprintf(fp, "reqid %u", reqid) [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...] |
| /build/tools/acp/ |
| acp.c | 83 fprintf(stderr, 87 fprintf(stderr, "acp: unable to stat dest dir\n"); 96 fprintf(stderr, 214 fprintf(stderr, "Unexpected arg -%c\n", ic); 226 fprintf(stderr, "acp: missing destination file\n"); 232 fprintf(stderr, "Usage: acp [OPTION]... SOURCE DEST\n"); 233 fprintf(stderr, " or: acp [OPTION]... SOURCE... DIRECTORY\n"); 234 fprintf(stderr, "\nOptions:\n"); 235 fprintf(stderr, " -d never follow (dereference) symbolic links\n"); 236 fprintf(stderr, " -e if source file doesn't exist, try adding [all...] |
| /build/tools/zipalign/ |
| ZipAlign.cpp | 32 fprintf(stderr, "Zip alignment utility\n"); 33 fprintf(stderr, "Copyright (C) 2009 The Android Open Source Project\n\n"); 34 fprintf(stderr, 37 fprintf(stderr, 39 fprintf(stderr, " -c: check alignment only (does not modify file)\n"); 40 fprintf(stderr, " -f: overwrite existing outfile.zip\n"); 41 fprintf(stderr, " -v: verbose output\n"); 42 fprintf(stderr, " -z: recompress using Zopfli\n"); 61 fprintf(stderr, "ERROR: unable to retrieve entry %d\n", i); 117 fprintf(stderr, "Input and output can't be same file\n") [all...] |
| /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
| mm_jpeg_dbg.h | 56 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args) 57 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) 65 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args) 66 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
|
| /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
| mm_jpeg_dbg.h | 56 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args) 57 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) 65 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args) 66 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
|
| /device/lge/mako/camera/mm-camera-interface/ |
| mm_camera_dbg.h | 58 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args) 59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) 67 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args) 68 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
|
| /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/ |
| mm_jpeg_dbg.h | 58 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args) 59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) 67 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args) 68 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
|
| /external/checkpolicy/ |
| parse_util.c | 40 fprintf(stderr, "%s: unable to open %s\n", progname, file); 46 fprintf(stderr, "%s: out of memory!\n", progname); 55 fprintf(stderr, 65 fprintf(stderr,
|
| /external/checkpolicy/test/ |
| dispol.c | 50 fprintf(fp, "{"); 53 fprintf(fp, "%s ", perm); 54 fprintf(fp, "}"); 60 fprintf(fp, "%s", p->p_type_val_to_name[type - 1]); 71 fprintf(fp, "%s %s : %s ", stype, ttype, tclass); 73 fprintf(fp, "%s %u : %s ", stype, key->target_type, tclass); 75 fprintf(fp, "%u %s : %s ", key->source_type, ttype, tclass); 77 fprintf(fp, "%u %u : %s ", key->source_type, key->target_type, 106 fprintf(fp, "[enabled] "); 108 fprintf(fp, "[disabled] ") [all...] |
| /external/chromium_org/native_client_sdk/src/examples/tutorial/using_ppapi_simple/ |
| hello_world.c | 20 fprintf(stderr, "Hello World STDERR.\n");
|
| /external/chromium_org/third_party/android_crazy_linker/src/tests/ |
| bar.cpp | 13 fprintf(stderr, "Hi There! from Bar\n");
|
| /external/chromium_org/third_party/icu/source/tools/genrb/ |
| errmsg.c | 28 fprintf(stderr, "%s:%u: ", gCurrentFileName, (int)linenumber); 30 fprintf(stderr, "\n"); 66 fprintf(stderr, "%s:%u: warning: ", gCurrentFileName, (int)linenumber); 68 fprintf(stderr, "\n");
|
| /external/chromium_org/third_party/lzma_sdk/ |
| 7zAlloc.c | 27 fprintf(stderr, "\nAlloc %10d bytes; count = %10d", size, g_allocCount); 40 fprintf(stderr, "\nFree; count = %10d", g_allocCount); 52 fprintf(stderr, "\nAlloc_temp %10d bytes; count = %10d", size, g_allocCountTemp); 68 fprintf(stderr, "\nFree_temp; count = %10d", g_allocCountTemp);
|