/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
loc_api_cb_svc.c | 57 fprintf (stderr, "%s", "unable to free arguments"); 61 fprintf (stderr, "%s", "unable to free results");
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
loc_api_cb_svc.c | 57 fprintf (stderr, "%s", "unable to free arguments"); 61 fprintf (stderr, "%s", "unable to free results");
|
/ndk/sources/host-tools/ndk-stack/ |
ndk-stack.c | 83 fprintf(stderr, "Unable to open dump file %s: %s\n", 88 fprintf(stderr, "Unable to create NDK stack parser: %s\n",
|
/sdk/emulator/qtools/ |
q2dm.cpp | 58 fprintf(stderr, "top %d\n", top); 60 fprintf(stderr, " %d: %s\n", ii, frames[ii]->name); 77 fprintf(stderr, "native push t %llu p %d s %d fid %d 0x%x %s\n", 99 fprintf(stderr, "native pop t %llu p %d s %d fid %d 0x%x %s\n", 112 fprintf(stderr, "Error: q2dm function mismatch at time %llu pid %d sym %s\n", 127 fprintf(stderr, "Usage: %s [options] trace_name elf_file dmtrace_name\n", 178 fprintf(stderr, "event t %llu p %d %s\n", 246 fprintf(stderr, "Error: no events in trace.\n");
|
/system/core/cpio/ |
mkbootfs.c | 30 fprintf(stderr,"error: "); 31 vfprintf(stderr, why, ap); 32 fprintf(stderr,"\n"); 58 // fprintf(stderr, "_eject %s: mode=0%o\n", out, s->st_mode); 120 fprintf(stderr,"_archive_dir('%s','%s',%d,%d)\n", 131 fprintf(stderr, "failed to allocate dir names array (size %d)\n", size); 146 fprintf(stderr, "failed to reallocate dir names array (size %d)\n", 153 fprintf(stderr, "failed to strdup name \"%s\"\n", 189 fprintf(stderr,"_archive('%s','%s',%d,%d)\n",
|
/system/core/debuggerd/ |
crasher.c | 82 fprintf(stderr,"crasher: " __TIME__ "!@\n"); 83 fprintf(stderr,"crasher: init pid=%d tid=%d\n", getpid(), gettid());
|
/system/core/fastboot/ |
util_windows.c | 74 fprintf(stderr, "load_file: could not allocate %ld bytes\n", file_size ); 82 fprintf(stderr, "load_file: could not read %ld bytes from '%s'\n", file_size, fn);
|
/system/core/libzipfile/ |
centraldir.c | 38 fprintf(stderr, " Zip EOCD: expected >= %d bytes, found %d\n",
53 fprintf(stderr, "EOCD(%d) + comment(%d) exceeds len (%d)\n",
91 fprintf(stderr, "cde entry not large enough\n");
96 fprintf(stderr, "Whoops: didn't find expected signature\n");
195 fprintf(stderr, "Length is %d -- too small\n", bufsize);
214 fprintf(stderr, "EOCD not found, not Zip\n");
227 fprintf(stderr, "Archive spanning not supported\n");
240 fprintf(stderr, "read_central_directory_entry failed\n");
|
/system/core/toolbox/ |
iftop.c | 117 fprintf(stderr, "reading " PROC_NET_DEV " returned premature EOF\n"); 125 fprintf(stderr, "parsing " PROC_NET_DEV " failed unexpectedly\n"); 130 fprintf(stderr, "parsing " PROC_NET_DEV " failed unexpectedly\n"); 145 fprintf(stderr, "parsing " PROC_NET_DEV " failed unexpectedly\n"); 164 fprintf(stderr, "parsing " PROC_NET_DEV " failed unexpectedly\n"); 223 fprintf(stderr, "usage: %s [ -r repeats] [ -d delay ]\n", cmd); 235 fprintf(stderr, "Option -d requires an argument.\n"); 245 fprintf(stderr, "Option -r requires an argument.\n");
|
log.c | 82 fprintf(stderr, "USAGE: %s [-p priorityChar] [-t tag] message\n", s); 84 fprintf(stderr, "\tpriorityChar should be one of:\n"
|
rm.c | 12 fprintf(stderr,"rm [-rR] <target>\n"); 85 fprintf(stderr, "rm failed for %s, %s\n", argv[i], strerror(errno));
|
vmstat.c | 85 fprintf(stderr, "Option -n requires an argument.\n"); 93 fprintf(stderr, "Option -d requires an argument.\n"); 101 fprintf(stderr, "Option -r requires an argument.\n"); 111 fprintf(stderr, "Invalid argument \"%s\".\n", argv[i]); 142 fprintf(stderr, "vmstat: could not read /proc/meminfo: %s\n", strerror(error)); 148 fprintf(stderr, "vmstat: could not read /proc/stat: %s\n", strerror(error)); 154 fprintf(stderr, "vmstat: could not read /proc/vmstat: %s\n", strerror(error)); 240 fprintf(stderr, "Usage: %s [ -h ] [ -n iterations ] [ -d delay ] [ -r header_repeat ]\n"
|
/system/extras/procrank/ |
procrank.c | 143 fprintf(stderr, "Invalid argument \"%s\".\n", argv[arg]); 150 fprintf(stderr, "Error creating kernel interface -- " 157 fprintf(stderr, "Error listing processes.\n"); 163 fprintf(stderr, "calloc: %s", strerror(errno)); 170 fprintf(stderr, "malloc: %s\n", strerror(errno)); 177 fprintf(stderr, "warning: could not create process interface for %d\n", pids[i]); 194 fprintf(stderr, "warning: could not read usage for %d\n", pids[i]); 279 fprintf(stderr, "Usage: %s [ -W ] [ -v | -r | -p | -u | -h ]\n"
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_getcpuclockid.c | 50 fprintf(stderr, "pthread_getcpuclockid(%08lx,) returned error %d: %s\n", self, e, strerror(e)); 60 fprintf(stderr, "thread %08lx: clock_gettime() returned %g nsecs\n", self, ts.tv_sec*1e9 + ts.tv_nsec);
|
/external/flac/libFLAC/ |
cpu.c | 198 fprintf(stderr, "CPU info (IA-32):\n"); 199 fprintf(stderr, " CPUID ...... %c\n", info->data.ia32.cpuid ? 'Y' : 'n'); 200 fprintf(stderr, " BSWAP ...... %c\n", info->data.ia32.bswap ? 'Y' : 'n'); 201 fprintf(stderr, " CMOV ....... %c\n", info->data.ia32.cmov ? 'Y' : 'n'); 202 fprintf(stderr, " MMX ........ %c\n", info->data.ia32.mmx ? 'Y' : 'n'); 203 fprintf(stderr, " FXSR ....... %c\n", info->data.ia32.fxsr ? 'Y' : 'n'); 204 fprintf(stderr, " SSE ........ %c\n", info->data.ia32.sse ? 'Y' : 'n'); 205 fprintf(stderr, " SSE2 ....... %c\n", info->data.ia32.sse2 ? 'Y' : 'n'); 206 fprintf(stderr, " SSE3 ....... %c\n", info->data.ia32.sse3 ? 'Y' : 'n'); 207 fprintf(stderr, " SSSE3 ...... %c\n", info->data.ia32.ssse3 ? 'Y' : 'n') [all...] |
/external/icu4c/test/cintltst/ |
cintltst.c | 105 fprintf(stderr, 111 fprintf(stderr, "After initial u_cleanup: RB cache %s empty.\n", ures_dumpCacheContents()?"WAS NOT":"was"); 128 fprintf(stderr, 133 fprintf(stderr, "*** Exiting. Use the '-w' option if data files were\n*** purposely removed, to continue test anyway.\n"); 147 fprintf(stderr, 152 fprintf(stderr, "*** Exitting. Use the '-w' option if data files were\n*** purposely removed, to continue test anyway.\n"); 163 fprintf(stderr, 168 fprintf(stderr, "*** Exitting. Use the '-w' option if data files were\n*** purposely removed, to continue test anyway.\n"); 179 fprintf(stderr, 184 fprintf(stderr, [all...] |
/external/oprofile/utils/ |
ophelp.c | 162 fprintf(stderr, "Invalid unit mask %x for event %s\n", 165 fprintf(stderr, "No event named %s is available.\n", 173 fprintf(stderr, "Invalid unit mask 0x%x for event %s\n", 182 fprintf(stderr, "Count %d for event %s is below the " 209 fprintf(stderr, "All events must be distinct.\n"); 228 fprintf(stderr, "Not enough hardware counters. " 238 fprintf(stderr, "Couldn't allocate hardware counters for the selected events.\n"); 263 fprintf(stderr, "More than one event specified.\n"); 270 fprintf(stderr, "No such event found.\n"); 385 fprintf(stderr, "cpu_type '%s' is not valid\n" [all...] |
/external/zlib/contrib/infback9/ |
infback9.c | 41 Tracev((stderr, "inflate: allocated\n")); 289 Tracev((stderr, "inflate: stored block%s\n", 298 Tracev((stderr, "inflate: fixed codes block%s\n", 303 Tracev((stderr, "inflate: dynamic codes block%s\n", 324 Tracev((stderr, "inflate: stored length %lu\n", 342 Tracev((stderr, "inflate: stored end\n")); 360 Tracev((stderr, "inflate: table sizes ok\n")); 381 Tracev((stderr, "inflate: code lengths ok\n")); 466 Tracev((stderr, "inflate: codes ok\n")); 491 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f [all...] |
/bionic/libc/kernel/tools/ |
clean_header.py | 20 sys.stderr.write( "warning: file does not exit: %s\n" % path ) 26 sys.stderr.write( "warning: not a file: %s\n" % path ) 32 sys.stderr.write( "warning: file not in 'original' ignored: %s\n" % path ) 62 sys.stderr.write( "error: can't parse '%s'" % path ) 105 sys.stderr.write( "error: unrecognized option\n" )
|
/build/tools/atree/ |
fs.cpp | 34 fprintf(stderr, "error deleting file %s (%s)\n", path.c_str(), 49 fprintf(stderr, "error getting directory contents %s (%s)\n", 98 fprintf(stderr, "error deleting directory %s (%s)\n", path.c_str(), 125 fprintf(stderr, "can't create directory %s (%s)\n", 131 fprintf(stderr, "can't create directory %s because %s is a file.\n",
|
/external/bison/lib/ |
argmatch.c | 158 fprintf (stderr, _("Valid arguments are:")); 163 fprintf (stderr, "\n - `%s'", arglist[i]); 168 fprintf (stderr, ", `%s'", arglist[i]); 170 putc ('\n', stderr); 265 fprintf (stderr, "Usage: %s [VERSION_CONTROL]\n", program_name);
|
/external/e2fsprogs/intl/ |
plural.c | 736 YYDPRINTF ((stderr, "Starting parse\n")); 836 YYDPRINTF ((stderr, "Stack size increased to %lu\n", 843 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 870 YYDPRINTF ((stderr, "Reading a token: ")); 881 YYDPRINTF ((stderr, "Now at end of input.\n")); 892 YYFPRINTF (stderr, "Next token is %d (%s", 897 YYPRINT (stderr, yychar, yylval); 899 YYFPRINTF (stderr, ")\n"); 931 YYDPRINTF ((stderr, "Shifting token %d (%s), ", 993 YYFPRINTF (stderr, "Reducing via rule %d (line %d), " [all...] |
/external/e2fsprogs/lib/ext2fs/ |
finddev.c | 173 fprintf(stderr, "Usage: %s device_number\n", argv[0]); 174 fprintf(stderr, "\t: %s major minor\n", argv[0]); 180 fprintf(stderr, errmsg, "device number", argv[1]); 186 fprintf(stderr, errmsg, "major number", argv[1]); 191 fprintf(stderr, errmsg, "minor number", argv[2]);
|
/external/e2fsprogs/misc/ |
findsuper.c | 107 fprintf(stderr, 152 fprintf(stderr,_("skipbytes should be a number, not %s\n"), s); 158 fprintf(stderr, 165 fprintf(stderr, 172 fprintf(stderr, _("startkb should be positive, not %Lu\n"), sk);
|
/external/iproute2/tc/ |
m_skbedit.c | 34 fprintf(stderr, "Usage: ... skbedit <[QM] [PM] [MM]>\n" 73 fprintf(stderr, "Illegal queue_mapping\n"); 82 fprintf(stderr, "Illegal priority\n"); 90 fprintf(stderr, "Illegal mark\n"); 127 fprintf(stderr, "Pedit: Illegal \"index\"\n");
|