/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");
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTestPlayUri.cpp | 63 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line); 79 //fprintf(stdout, "PrefetchEventCallback: received event %u\n", event); 84 fprintf(stdout, "PrefetchEventCallback: Error while prefetching data, exiting\n"); 88 fprintf(stdout, "PrefetchEventCallback: Buffer fill level is = %d\n", level); 91 fprintf(stdout, "PrefetchEventCallback: Prefetch Status is = %u\n", status); 104 fprintf(stdout, "SL_PLAYEVENT_HEADATEND reached\n"); 111 fprintf(stdout, "SL_PLAYEVENT_HEADATNEWPOS current position=%ums\n", pMsec); 117 fprintf(stdout, "SL_PLAYEVENT_HEADATMARKER current position=%ums\n", pMsec); 196 fprintf(stdout, "URI example: after Realize\n"); 232 fprintf(stdout, "Content duration is unknown (before starting to prefetch)\n") [all...] |
/sdk/emulator/opengl/host/renderer/ |
main.cpp | 35 fprintf(stderr, "Usage: %s -windowid <windowid> [options]\n", progName); 36 fprintf(stderr, " -windowid <windowid> - window id to render into\n"); 37 fprintf(stderr, " -port <portNum> - listening TCP port number\n"); 38 fprintf(stderr, " -x <num> - render subwindow x position\n"); 39 fprintf(stderr, " -y <num> - render subwindow y position\n"); 40 fprintf(stderr, " -width <num> - render subwindow width\n"); 41 fprintf(stderr, " -height <num> - render subwindow height\n"); 98 fprintf(stderr, "renderer pid %d , press any key to continue...\n", getpid()); 101 fprintf(stderr, "renderer pid %d \n", getpid()); 125 fprintf(stderr,"Failed to initialize Framebuffer\n") [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/core/toolbox/ |
runcon.c | 13 fprintf(stderr, "usage: %s context program args...\n", argv[0]); 19 fprintf(stderr, "Could not set context to %s: %s\n", argv[1], strerror(errno)); 26 fprintf(stderr, "Could not exec %s: %s\n", argv[0], strerror(errno));
|
/system/extras/ext4_utils/ |
make_ext4fs_main.c | 42 fprintf(stderr, "%s [ -l <len> ] [ -j <journal size> ] [ -b <block_size> ]\n", basename(path)); 43 fprintf(stderr, " [ -g <blocks per group> ] [ -i <inodes> ] [ -I <inode size> ]\n"); 44 fprintf(stderr, " [ -L <label> ] [ -f ] [ -a <android mountpoint> ]\n"); 45 fprintf(stderr, " [ -S file_contexts ]\n"); 46 fprintf(stderr, " [ -z | -s ] [ -t ] [ -w ] [ -c ] [ -J ]\n"); 47 fprintf(stderr, " <filename> [<directory>]\n"); 100 fprintf(stderr, "can't set android permissions - built without android support\n"); 140 fprintf(stderr, "Cannot specify both gzip and sparse\n"); 146 fprintf(stderr, "Cannot specifiy both wipe and sparse\n"); 152 fprintf(stderr, "Cannot specifiy both wipe and gzip\n") [all...] |
/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");
|
/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...] |
/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/bluetooth/bluez/test/ |
test-textfile.c | 72 fprintf(stderr, "%s (%d)\n", strerror(errno), errno); 76 fprintf(stderr, "%s (%d)\n", strerror(errno), errno); 80 fprintf(stderr, "No value for %s\n", key); 86 fprintf(stderr, "%s (%d)\n", strerror(errno), errno); 89 fprintf(stderr, "%s (%d)\n", strerror(errno), errno); 92 fprintf(stderr, "%s (%d)\n", strerror(errno), errno); 95 fprintf(stderr, "%s (%d)\n", strerror(errno), errno); 99 fprintf(stderr, "Found value for %s\n", key); 113 fprintf(stderr, "%s (%d)\n", strerror(errno), errno); 119 fprintf(stderr, "No value for %s\n", key) [all...] |
/external/webkit/Source/WebCore/rendering/svg/ |
SVGTextLayoutAttributes.cpp | 86 fprintf(stderr, "empty"); 94 fprintf(stderr, "x "); 96 fprintf(stderr, "%lf ", value); 102 fprintf(stderr, "context: %p\n", m_context); 104 fprintf(stderr, "x values: "); 106 fprintf(stderr, "\n"); 108 fprintf(stderr, "y values: "); 110 fprintf(stderr, "\n"); 112 fprintf(stderr, "dx values: "); 114 fprintf(stderr, "\n") [all...] |
/external/wpa_supplicant_8/hostapd/ |
dump_state.c | 27 fprintf(f, "%c", c); 29 fprintf(f, "<%02x>", c); 40 fprintf(f, "%sIEEE 802.1X:\n", prefix); 44 fprintf(f, "%sidentity=", prefix); 47 fprintf(f, "\n"); 50 fprintf(f, "%slast EAP type: Authentication Server: %d (%s) " 56 fprintf(f, "%scached_packets=%s\n", prefix, 92 fprintf(f, "hostapd state dump - %s", ctime(&now)); 93 fprintf(f, "num_sta=%d num_sta_non_erp=%d " 101 fprintf(f, "\nSTA=" MACSTR "\n", MAC2STR(sta->addr)) [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 | 131 fprintf(stderr, "Dump terminated\n"); 215 fprintf(fp, "#%s\n", info_source); 234 fprintf(fp, "%d %s ", n->ifindex, n->name); 236 fprintf(fp, "%llu %u ", vals[i], (unsigned)rates[i]); 237 fprintf(fp, "\n"); 250 fprintf(fp, "%7lluM ", vals[i]/mega); 252 fprintf(fp, "%7lluK ", vals[i]/kilo); 254 fprintf(fp, "%8llu ", vals[i]); 258 fprintf(fp, "%-6s ", temp); 261 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/net/base/ |
ssl_false_start_blacklist_process.cc | 26 fprintf(stderr, "Usage: %s <blacklist file> <output .c file>\n", argv0); 54 fprintf(stderr, "Removing duplicate entry for %s\n", i->c_str()); 100 fprintf(stderr, "Removing %s as redundant\n", i->c_str()); 113 fprintf(stderr, "Entry %s is too large\n", i->c_str()); 117 fprintf(stderr, "Entry %s contains too few labels\n", i->c_str()); 189 fprintf(stderr, "Have %d hosts after parse\n", (int) hosts.size()); 192 fprintf(stderr, "Have %d hosts after removing duplicates\n", (int) hosts.size()); 194 fprintf(stderr, "Have %d hosts after removing redundants\n", (int) hosts.size()); 196 fprintf(stderr, "One or more entries is too large or too small\n"); 200 fprintf(stderr, "Using %d entry hash table\n", kBuckets) [all...] |
/external/iproute2/ip/ |
iprule.c | 35 fprintf(stderr, "Usage: ip rule [ list | add | del | flush ] SELECTOR ACTION\n"); 36 fprintf(stderr, "SELECTOR := [ not ] [ from PREFIX ] [ to PREFIX ] [ tos TOS ] [ fwmark FWMARK[/MASK] ]\n"); 37 fprintf(stderr, " [ iif STRING ] [ oif STRING ] [ pref NUMBER ]\n"); 38 fprintf(stderr, "ACTION := [ table TABLE_ID ]\n"); 39 fprintf(stderr, " [ prohibit | reject | unreachable ]\n"); 40 fprintf(stderr, " [ realms [SRCREALM/]DSTREALM ]\n"); 41 fprintf(stderr, " [ goto NUMBER ]\n"); 42 fprintf(stderr, "TABLE_ID := [ local | main | default | NUMBER ]\n"); 76 fprintf(fp, "Deleted "); 79 fprintf(fp, "%u:\t", *(unsigned*)RTA_DATA(tb[FRA_PRIORITY])) [all...] |
/external/openssh/ |
ssh-add.c | 111 fprintf(stderr, "Identity removed: %s (%s)\n", filename, comment); 114 fprintf(stderr, "Could not remove identity: %s\n", filename); 134 fprintf(stderr, "All identities removed.\n"); 136 fprintf(stderr, "Failed to remove all identities.\n"); 210 fprintf(stderr, "Identity added: %s (%s)\n", filename, comment); 213 fprintf(stderr, 216 fprintf(stderr, 219 fprintf(stderr, "Could not add identity: %s\n", filename); 249 fprintf(stderr, "Certificate added: %s (%s)\n", certpath, 252 fprintf(stderr, "Lifetime set to %d seconds\n", lifetime) [all...] |
/external/bison/src/ |
vcg.c | 522 fprintf (fout, "\t\ttitle:\t%s\n", quote (n->title)); 524 fprintf (fout, "\t\tlabel:\t%s\n", quote (n->label)); 527 fprintf (fout, "\t\tloc { x: %d y: %d }\t\n", n->locx, n->locy); 530 fprintf (fout, "\t\tvertical_order:\t%d\n", n->vertical_order); 532 fprintf (fout, "\t\thorizontal_order:\t%d\n", n->horizontal_order); 535 fprintf (fout, "\t\twidth:\t%d\n", n->width); 537 fprintf (fout, "\t\theight:\t%d\n", n->height); 540 fprintf (fout, "\t\tshrink:\t%d\n", n->shrink); 542 fprintf (fout, "\t\tstretch:\t%d\n", n->stretch); 545 fprintf (fout, "\t\tfolding:\t%d\n", n->folding) [all...] |
location.c | 36 fprintf (out, "%s:%d.%d", 41 fprintf (out, "-%s:%d.%d", 45 fprintf (out, "-%d.%d", loc.end.line, loc.end.column - 1); 47 fprintf (out, "-%d", loc.end.column - 1);
|
/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...] |
/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...] |