/hardware/qcom/audio/legacy/libalsa-intf/ |
aplay.c | 95 fprintf(stderr, "Aplay:Failed to allocate ALSA hardware parameters!"); 119 fprintf(stderr, "Aplay:cannot set hw params\n"); 129 fprintf (stderr,"period_cnt = %d\n", pcm->period_cnt); 130 fprintf (stderr,"period_size = %d\n", pcm->period_size); 131 fprintf (stderr,"buffer_size = %d\n", pcm->buffer_size); 135 fprintf(stderr, "Aplay:Failed to allocate ALSA software parameters!\n"); 151 fprintf(stderr, "Aplay:cannot set sw params"); 155 fprintf (stderr,"sparams->avail_min= %lu\n", sparams->avail_min); 156 fprintf (stderr," sparams->start_threshold= %lu\n", sparams->start_threshold); 157 fprintf (stderr," sparams->stop_threshold= %lu\n", sparams->stop_threshold) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/threads/ |
mttest.c | 153 fprintf(fp,"%4ld items in the session cache\n", 155 fprintf(fp,"%4d client connects (SSL_connect())\n", 157 fprintf(fp,"%4d client connects that finished\n", 159 fprintf(fp,"%4d server connects (SSL_accept())\n", 161 fprintf(fp,"%4d server connects that finished\n", 163 fprintf(fp,"%4d session cache hits\n",SSL_CTX_sess_hits(ctx)); 164 fprintf(fp,"%4d session cache misses\n",SSL_CTX_sess_misses(ctx)); 165 fprintf(fp,"%4d session cache timeouts\n",SSL_CTX_sess_timeouts(ctx)); 170 fprintf(stderr,"usage: ssltest [args ...]\n"); 171 fprintf(stderr,"\n") [all...] |
/external/openssl/crypto/threads/ |
mttest.c | 153 fprintf(fp,"%4ld items in the session cache\n", 155 fprintf(fp,"%4d client connects (SSL_connect())\n", 157 fprintf(fp,"%4d client connects that finished\n", 159 fprintf(fp,"%4d server connects (SSL_accept())\n", 161 fprintf(fp,"%4d server connects that finished\n", 163 fprintf(fp,"%4d session cache hits\n",SSL_CTX_sess_hits(ctx)); 164 fprintf(fp,"%4d session cache misses\n",SSL_CTX_sess_misses(ctx)); 165 fprintf(fp,"%4d session cache timeouts\n",SSL_CTX_sess_timeouts(ctx)); 170 fprintf(stderr,"usage: ssltest [args ...]\n"); 171 fprintf(stderr,"\n") [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/ |
lc3bbc.c | 83 fprintf(f, "%*s_Instruction_\n", indent_level, ""); 84 fprintf(f, "%*sImmediate Value:", indent_level, ""); 86 fprintf(f, " (nil)\n"); 89 fprintf(f, "\n"); 91 fprintf(f, "%*sType=", indent_level, ""); 94 fprintf(f, "NONE-SHOULDN'T HAPPEN"); 97 fprintf(f, "4-bit"); 100 fprintf(f, "5-bit"); 103 fprintf(f, "6-bit, word-multiple"); 106 fprintf(f, "6-bit, byte-multiple") [all...] |
/external/icu4c/samples/strsrch/ |
strsrch.cpp | 110 fprintf(stderr, "value expected for \"%s\" option.\n", 119 fprintf(stderr, "value expected for \"%s\" option.\n", 126 fprintf(stderr, 138 fprintf(stderr, "Unrecognized option \"%s\"\n", pArgName); 162 fprintf(stderr, "Collator creation failed.: %d\n", status); 166 fprintf(stderr, "Warning, U_USING_DEFAULT_WARNING for %s\n", 170 fprintf(stderr, "Warning, U_USING_FALLBACK_ERROR for %s\n", 215 fprintf(stderr, "-level param must be between 1 and 5\n"); 220 fprintf(stderr, "Collator attribute setting failed.: %d\n", status); 247 fprintf(stderr, "Error setting search attributes\n") [all...] |
/system/extras/sound/ |
playwav.c | 65 fprintf(stderr,"too big\n"); 69 fprintf(stderr,"prefill\n"); 77 fprintf(stderr,"start\n"); 83 fprintf(stderr,"%10d\n", stats.out_bytes); 140 fprintf(stderr,"could not allocate %d bytes\n", count); 144 fprintf(stderr,"could not read %d bytes\n", count); 158 fprintf(stderr, "playwav: cannot open '%s'\n", fn); 162 fprintf(stderr, "playwav: cannot read header\n"); 165 fprintf(stderr,"playwav: %d ch, %d hz, %d bit, %s\n", 172 fprintf(stderr, "playwav: '%s' is not a riff/wave file\n", fn) [all...] |
/device/generic/goldfish/libqemu/ |
test_guest_2.c | 79 fprintf(stderr, "-pipe option needs an argument! See --help for details.\n"); 87 fprintf(stderr, "-tcp option needs an argument! See --help for details.\n"); 95 fprintf(stderr, "-tcp option needs an argument! See --help for details.\n"); 102 fprintf(stderr, "UNKNOWN OPTION: %s\n\n", arg); 111 fprintf(stderr, "You can't use both -pipe and -tcp at the same time\n"); 118 fprintf(stderr, "Invalid port number: %s\n", tcpPort); 129 fprintf(stderr, "Invalid byte size: %s\n", packetSize); 138 fprintf(stderr, "Could not open tcp socket!\n"); 145 fprintf(stderr, "Could not open '%s' pipe: %s\n", pipeName, strerror(errno)); 167 fprintf(stderr,"%d: Sending %d bytes failed: %s\n", count, bufferSize, strerror(errno)) [all...] |
/external/bison/src/ |
graphviz.c | 44 fprintf (fout, 52 fprintf (fout, 56 fprintf (fout, 65 fprintf (fout, " %d [label=\"%s\"]\n", id, label); 72 fprintf (fout, " %d -> %d [style=%s", source, destination, style); 74 fprintf (fout, " label=%s", quote (label)); 116 fprintf (fout, " %1$d -> \"%1$dR%2$d%3$s\" [", 124 fprintf (fout, "label=\"[%s]\", ", label); 129 fprintf (fout, "style=solid]\n"); 132 fprintf (fout, " \"%dR%d%s\" [label=\"" [all...] |
/external/bzip2/ |
unzcrash.c | 69 //fprintf ( stderr, "(byte %d bit %d mask %d)", 82 fprintf ( stderr, "usage: unzcrash filename\n" ); 88 fprintf ( stderr, "unzcrash: can't open %s\n", argv[1] ); 93 fprintf ( stderr, "%d bytes read\n", nIn ); 100 fprintf ( stderr, "%d after compression\n", nZ ); 103 fprintf ( stderr, "bit %d ", bit ); 108 fprintf ( stderr, " %d %s ", r, bzerrorstrings[-r] ); 111 fprintf ( stderr, "\n" ); 114 fprintf(stderr, "nIn/nOut mismatch %d %d\n", nIn, nOut ); 119 fprintf(stderr, "mismatch at %d\n", i ); [all...] |
/external/iproute2/ip/ |
ipmroute.c | 38 fprintf(stderr, "Usage: ip mroute show [ PREFIX ] [ from PREFIX ] [ iif DEVICE ]\n"); 40 fprintf(stderr, "Usage: ip mroute [ add | del ] DESTINATION from SOURCE [ iif DEVICE ] [ oif DEVICE ]\n"); 122 fprintf(ofp, "%-32s Iif: ", obuf); 125 fprintf(ofp, "unresolved "); 127 fprintf(ofp, "%-10s ", viftable[vifi]); 134 fprintf(ofp, "Oifs: "); 148 fprintf(ofp, "%s", viftable[ovifi]); 150 fprintf(ofp, "(ttl %d) ", ovifi); 152 fprintf(ofp, " "); 157 fprintf(ofp, "%s %u packets, %u bytes", _SL_, pkts, b) [all...] |
/external/iproute2/tc/ |
q_sfb.c | 30 fprintf(stderr, 69 fprintf(stderr, "Illegal \"rehash\"\n"); 75 fprintf(stderr, "Illegal \"db\"\n"); 81 fprintf(stderr, "Illegal \"limit\"\n"); 87 fprintf(stderr, "Illegal \"max\"\n"); 93 fprintf(stderr, "Illegal \"target\"\n"); 99 fprintf(stderr, "Illegal \"increment\"\n"); 105 fprintf(stderr, "Illegal \"decrement\"\n"); 111 fprintf(stderr, "Illegal \"penalty_rate\"\n"); 117 fprintf(stderr, "Illegal \"penalty_burst\"\n") [all...] |
m_xt_old.c | 151 fprintf(stderr, "%s v%s: ", pname, pversion); 154 fprintf(stderr, "\n"); 200 fprintf(stderr, "using deprecated IPTABLES_LIB_DIR \n"); 235 fprintf(stderr,"bad arguements to ipt %d vs %d \n", argc, rargc); 256 fprintf(stderr," failed to find target %s\n\n", optarg); 268 fprintf(stderr," failed to find target %s\n\n", optarg); 281 fprintf(stderr, "Illegal \"index\"\n"); 292 fprintf(stderr," ipt Parser BAD!! (%s)\n", *argv); 312 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]); 313 fprintf(stdout, "\ttarget: ") [all...] |
q_hfsc.c | 33 fprintf(stderr, 43 fprintf(stderr, 70 fprintf(stderr, "HFSC: Illegal \"%s\"\n", arg); 84 fprintf(stderr, "HFSC: Double \"default\"\n"); 95 fprintf(stderr, "HFSC: What is \"%s\" ?\n", *argv); 118 fprintf(f, "default %x ", qopt->defcls); 134 fprintf(f, " period %u ", st->period); 136 fprintf(f, "work %llu bytes ", (unsigned long long) st->work); 138 fprintf(f, "rtwork %llu bytes ", (unsigned long long) st->rtwork); 139 fprintf(f, "level %u ", st->level) [all...] |
q_htb.c | 33 fprintf(stderr, "Usage: ... qdisc add ... htb [default N] [r2q N]\n" 56 fprintf(stderr, "Illegal \"%s\"\n", arg); 88 fprintf(stderr, "What is \"%s\"?\n", *argv); 169 fprintf(stderr, "Double \"ceil\" spec\n"); 180 fprintf(stderr, "Double \"rate\" spec\n"); 192 fprintf(stderr, "What is \"%s\"?\n", *argv); 203 fprintf(stderr, "\"rate\" is required.\n"); 221 fprintf(stderr, "htb: failed to calculate rate table.\n"); 227 fprintf(stderr, "htb: failed to calculate ceil rate table.\n"); 262 fprintf(f, "prio %d ", (int)hopt->prio) [all...] |
m_action.c | 52 fprintf (stderr, "usage: tc actions <ACTSPECOP>*\n"); 53 fprintf(stderr, 73 fprintf(f, "[Unknown action, optlen=%u] ", 84 fprintf(stderr, "Unknown action \"%s\", hence option \"%s\" is unparsable\n", au->id, *argv); 86 fprintf(stderr, "Unknown action \"%s\"\n", au->id); 97 fprintf(stderr, "Android does not support action '%s'", str); 230 fprintf(stderr,"bad action parsing\n"); 240 fprintf(stderr,"bad action empty %d\n",eap); 253 fprintf(stderr, "parse_action: bad value (%d:%s)!\n",argc,*argv); 270 fprintf(stderr, "NULL Action!\n") [all...] |
/sdk/emulator/opengl/host/tools/emugen/ |
main.cpp | 31 fprintf(stderr, "Usage: %s [options] <base name>\n", filename); 32 fprintf(stderr, "\t-h: This message\n"); 33 fprintf(stderr, "\t-E <dir>: generate encoder into dir\n"); 34 fprintf(stderr, "\t-D <dir>: generate decoder into dir\n"); 35 fprintf(stderr, "\t-i: input dir, local directory by default\n"); 36 fprintf(stderr, "\t-T : generate attribute template into the input directory\n\t\tno other files are generated\n"); 37 fprintf(stderr, "\t-W : generate wrapper into dir\n"); 71 fprintf(stderr, "Missing argument !!\n"); 80 fprintf(stderr, "Usage: %s [options] <base name> \n", argv[0]); 88 fprintf(stderr, "No output specified - aborting\n") [all...] |
/system/core/toolbox/ |
setconsole.c | 22 fprintf(stderr, "ioctl( vcfd, VT_ACTIVATE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno), activate_thread_switch_vc); 54 fprintf(stderr, "%s: cannot specify both -g and -t\n", argv[0]); 61 fprintf(stderr, "%s: cannot specify both -g and -t\n", argv[0]); 82 fprintf(stderr, "%s [-d <dev>] [-v <vc>] [-gtncpoh]\n" 94 fprintf(stderr, "%s: invalid option -%c\n", 100 fprintf(stderr,"%s [-d <dev>] [-v <vc>] [-gtncpoh]\n", argv[0]); 106 fprintf(stderr, "cannot open %s\n", ttydev); 115 fprintf(stderr, "ioctl(vcfd, VT_GETSTATE, &vs) failed, %d\n", res); 124 fprintf(stderr, "ioctl(vcfd, VT_OPENQRY, &vtnum) failed, res %d, vtnum %d\n", res, vtnum); 141 fprintf(stderr, "ioctl( vcfd, VT_WAITACTIVE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno (…) [all...] |
/external/libvorbis/vq/ |
metrics.c | 69 fprintf(stderr,"Specify at least one codebook\n"); 119 fprintf(stderr,"\tminimum cell spacing (closest side): %g\n",sqrt(min)); 120 fprintf(stderr,"\tmaximum cell spacing (closest side): %g\n",sqrt(max)); 121 fprintf(stderr,"\tmean closest side spacing: %g\n",mean/total); 122 fprintf(stderr,"\tmean sq closest side spacing: %g\n",sqrt(meansq/total)); 129 fprintf(stderr,"Done. Processed %ld data points:\n\n", 132 fprintf(stderr,"Global statistics:******************\n\n"); 134 fprintf(stderr,"\ttotal samples: %ld\n",(long)count); 135 fprintf(stderr,"\ttotal bits required to code: %ld\n",(long)bits); 136 fprintf(stderr,"\taverage bits per sample: %g\n\n",bits/count) [all...] |
/external/netperf/ |
netcpu_pstatnew.c | 107 fprintf(where, 116 fprintf(where, 125 fprintf(where, 134 fprintf(where, 159 fprintf(where,"%s[%d]:\n",name,instance); 160 fprintf(where, 162 fprintf(where, 164 fprintf(where, 166 fprintf(where, 219 fprintf(where [all...] |
/frameworks/native/cmds/flatland/ |
GLHelper.cpp | 45 fprintf(stderr, "eglGetDisplay error: %#x\n", eglGetError()); 53 fprintf(stderr, "eglInitialize error: %#x\n", eglGetError()); 70 fprintf(stderr, "eglChooseConfig error: %#x\n", eglGetError()); 81 fprintf(stderr, "eglCreateContext error: %#x\n", eglGetError()); 140 fprintf(stderr, "eglMakeCurrent error: %#x\n", eglGetError()); 162 fprintf(stderr, "glGenTextures error: %#x\n", glGetError()); 183 fprintf(stderr, "eglSwapBuffers error: %#x\n", eglGetError()); 197 fprintf(stderr, "unknown shader name: \"%s\"\n", name); 214 fprintf(stderr, "eglCreateWindowSurface error: %#x\n", eglGetError()); 226 fprintf(stderr, "SurfaceComposer::getBuiltInDisplay failed.\n") [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...] |
/frameworks/wilhelm/tests/mimeUri/ |
slesTestSlowDownUri.cpp | 58 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line); 67 fprintf(stdout, "PlayEventCallback event = "); 69 fprintf(stdout, "SL_PLAYEVENT_HEADATEND \n"); 78 fprintf(stdout, "old rate = %d, minRate=%d, maxRate=%d\n", rate, minRate, maxRate); 83 fprintf(stdout, "new rate = %d\n", rate); 86 fprintf(stderr, "new playback rate %d per mille is unsupported\n", rate); 92 fprintf(stdout, "SL_PLAYEVENT_HEADATMARKER "); 95 fprintf(stdout, "SL_PLAYEVENT_HEADATNEWPOS "); 98 fprintf(stdout, "SL_PLAYEVENT_HEADMOVING "); 101 fprintf(stdout, "SL_PLAYEVENT_HEADSTALLED") [all...] |
/bionic/libdl/ |
dltest.c | 54 fprintf(stdout, 58 fprintf(stdout, "options:\n"); 62 fprintf(stdout, "\t-%c/--%s%s: %s\n", 102 fprintf(stderr, "Unknown option"); 117 fprintf(stderr, "You must specify a symbol!\n"); 130 if (dlerr != NULL) fprintf(stderr, "dlopen() error: %s\n", dlerr); 135 if (dlerr != NULL) fprintf(stderr, "dlsym() error: %s\n", dlerr); 140 if (dlerr != NULL) fprintf(stderr, "dlclose() error: %s\n", dlerr);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genmacro/ |
genmacro.c | 48 fprintf(stderr, "Usage: %s <out> <var> <file> [<file> ...]\n", argv[0]); 55 fprintf(stderr, "Could not open `%s'.\n", argv[1]); 61 fprintf(out, "/* This file auto-generated from standard.mac by genmacro.c" 68 fprintf(stderr, "Could not open `%s'.\n", argv[i]); 90 fprintf(stderr, "%s:%d: error: unterminated quote\n", 114 fprintf(out, " \""); 121 fprintf(out, "\",\n"); 128 fprintf(out, " NULL\n};\n");
|
/external/compiler-rt/lib/asan/tests/ |
asan_racy_double_free_test.cc | 10 fprintf(stderr, "%s %d\n", __FUNCTION__, i); 18 fprintf(stderr, "%s %d\n", __FUNCTION__, i);
|