/external/qemu/ |
os-posix.c | 168 fprintf(stderr, "Change of process name not supported by your OS\n"); 193 fprintf(stderr, "User \"%s\" doesn't exist\n", optarg); 211 fprintf(stderr, "Failed to setgid(%d)\n", user_pwd->pw_gid); 215 fprintf(stderr, "Failed to setuid(%d)\n", user_pwd->pw_uid); 219 fprintf(stderr, "Dropping privileges failed\n"); 229 fprintf(stderr, "chroot failed\n"); 263 fprintf(stderr, "Could not acquire pidfile: %s\n", strerror(errno)); 334 fprintf(stderr, "Could not acquire pid file: %s\n", strerror(errno));
|
/external/valgrind/main/drd/tests/ |
omp_prime.c | 61 fprintf(stderr, "Error: unknown option '%c'.\n", optchar); 68 fprintf(stderr, "Error: wrong number of arguments.\n");
|
/external/webkit/Source/WebKit/android/ |
AndroidLog.h | 42 fprintf(gDomTreeFile, __VA_ARGS__); else ALOGD(__VA_ARGS__); } 47 fprintf(gRenderTreeFile, __VA_ARGS__); else ALOGD(__VA_ARGS__); }
|
/frameworks/base/cmds/backup/ |
backup.cpp | 33 fprintf(stderr, "%s: Backs up your data.\n" 62 fprintf(stderr, "Error opening: %s\n", filename);
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
bitcode_wrapperer.cpp | 355 fprintf(stderr, "Error condition exists: the following" 358 fprintf(stderr, "Wrapper magic:\t\t%x\n", kWrapperMagicNumber); 359 fprintf(stderr, "LLVM Bitcode version:\t%d\n", kLLVMVersionNumber); 360 fprintf(stderr, "Raw bitcode offset:\t%d\n", wrapper_bc_offset_); 361 fprintf(stderr, "Raw bitcode size:\t%d\n", wrapper_bc_size_); 362 fprintf(stderr, "Android header version:\t%d\n", android_header_version_); 363 fprintf(stderr, "Android target API:\t%d\n", android_target_api_); 364 fprintf(stderr, "PNaCl bitcode version:\t%d\n", kPnaclBitcodeVersion);
|
/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");
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
GLESmacros.h | 35 fprintf(stderr, "%s:%s:%d error 0x%x\n", __FILE__, __FUNCTION__, __LINE__, err); \ 42 fprintf(stderr, "%s:%s:%d error 0x%x\n", __FILE__, __FUNCTION__, __LINE__, err); \
|
/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");
|
/sdk/find_java/ |
find_java_exe.cpp | 113 fprintf(stderr, "Failed to find Java on your system.\n");
121 fprintf(stderr,
|
/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 | 150 fprintf(stderr, "Invalid argument \"%s\".\n", argv[arg]); 157 fprintf(stderr, "Error creating kernel interface -- " 164 fprintf(stderr, "Error listing processes.\n"); 170 fprintf(stderr, "calloc: %s", strerror(errno)); 177 fprintf(stderr, "malloc: %s\n", strerror(errno)); 184 fprintf(stderr, "warning: could not create process interface for %d\n", pids[i]); 201 fprintf(stderr, "warning: could not read usage for %d\n", pids[i]); 286 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);
|
/dalvik/tools/hprof-conv/ |
HprofConv.c | 31 # define DBUG(...) fprintf(stderr, __VA_ARGS__) 170 fprintf(stderr, "ERROR: realloc failed on size=%d\n", newSize); 205 fprintf(stderr, "ERROR: failed reading input\n"); 233 fprintf(stderr, "ERROR: read %d of %d bytes\n", actual, count); 256 fprintf(stderr, "ERROR: write %d of %d bytes\n", actual, pBuf->curLen); 367 fprintf(stderr, "ERROR: invalid basicType %d\n", basicType); 536 fprintf(stderr, "ERROR: unexpected subtype 0x%02x at offset %d\n", 592 fprintf(stderr, "ERROR: HPROF file already in 1.0.2 format.\n"); 594 fprintf(stderr, "ERROR: expecting HPROF file format 1.0.3\n"); 681 fprintf(stderr, "Usage: hprof-conf infile outfile\n\n") [all...] |
/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/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...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_print.c | 55 fprintf(fOut, "time,PID,handle,name,domAD,domVD,domID,domAE,domVE,domIE," 172 fprintf(fOut, ","); 176 fprintf(fOut, "%s%s%s%lu%s%s%s\n", 190 fprintf(fOut, "\n"); 276 fprintf(fOut, "%s%ld.%06ld%sBoundary%s0x%x%s%s%s%s" __LINE_END__, 315 fprintf(fOut, "%s%ld.%06ld%sBuffer%s%s%s%s%s%s%s%s%s0x%lx%s0x%lx", 338 fprintf(fOut, "%s0x%lx", 343 fprintf(fOut, "%s" __LINE_END__, 362 fprintf(fOut, "%s%ld.%06ld%sCommand%s%s%s%s%s0x%lx%s0x%lx%s%s%s" __LINE_END__, 387 fprintf(fOut, "%s%ld.%06ld%sCreate" __LINE_END__ [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
defaults.h | 81 fprintf (asm_out_file, "\t.ascii \""); \ 92 fprintf (asm_out_file, "\\%o", c); \ 99 fprintf (asm_out_file, "\"\n\t.ascii \""); \ 102 fprintf (asm_out_file, "\"\n"); \ 112 do { fprintf ((FILE), "%s", SET_ASM_OP); \ 114 fprintf (FILE, ","); \ 116 fprintf (FILE, "\n"); \ 125 fprintf ((FILE), "\t.tls_common\t"); \ 127 fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ 196 fprintf ((FILE), "\t.weakref\t"); [all...] |
/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",
|