/external/qemu/hw/ |
pc.c | 315 fprintf(stderr, "Too many boot devices for PC\n"); 321 fprintf(stderr, "Invalid boot device for PC: '%c'\n", 428 fprintf(stderr, "BIOS panic at rombios.c, line %d\n", val); 433 fprintf(stderr, "%c", val); 452 fprintf(stderr, "VGA BIOS panic, line %d\n", val); 457 fprintf(stderr, "%c", val); 634 fprintf(stderr, "qemu: could not load kernel '%s'\n", 641 fprintf(stderr, "header magic: %#x\n", ldl_p(header+0x202)); 666 fprintf(stderr, 710 fprintf(stderr, "qemu: linux kernel too old to load a ram disk %s, %s, %s\n" [all...] |
/system/core/adb/ |
adb.c | 51 fprintf(stderr, "error: "); 53 fprintf(stderr, "\n"); 62 fprintf(stderr, "error: %s: ", strerror(errno)); 64 fprintf(stderr, "\n"); 230 fprintf(stderr, "%s: %s %08x %08x %04x \"", 248 fprintf(stderr, tag); 693 fprintf(stderr,"--- adb starting (pid %d) ---\n", getpid()); 708 fprintf(stderr,"--- adb starting (pid %d) ---\n", getpid()); 741 fprintf(stderr,"--- adb starting (pid %d) ---\n", getpid()); 772 fprintf(stderr, "CreatePipe() failure, error %ld\n", GetLastError() ) [all...] |
/bootable/recovery/edify/ |
main.c | 37 fprintf(stderr, "error parsing \"%s\" (%d errors)\n", 52 fprintf(stderr, "error evaluating \"%s\"\n", expr_str); 62 fprintf(stderr, "evaluating \"%s\": expected \"%s\", got \"%s\"\n",
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
app-linux.c | 78 fprintf(stderr, "GL Error: 0x%04x\n", (int)error); 87 fprintf(stderr, "EGL Error: 0x%04x\n", (int)error); 204 fprintf(stderr, "Graphics initialization failed.\n");
|
/external/bison/src/ |
getargs.c | 194 fprintf (stderr, _("Try `%s --help' for more information.\n"), 204 fprintf (stdout, _("\ 278 fprintf (stdout,
|
/external/bluetooth/bluez/tools/ |
csr_usb.c | 81 fprintf(stderr, "Device not available\n"); 88 fprintf(stderr, "Can't open device: %s (%d)\n", 94 fprintf(stderr, "Can't claim interface: %s (%d)\n",
|
/external/bluetooth/glib/tests/ |
timeloop-basic.c | 28 fprintf (stderr, "Cannot create pipe %s\n", strerror (errno)); 102 fprintf (stderr,"Unexpected EOF\n"); 153 fprintf (stderr,"Cannot fork: %s\n", strerror (errno));
|
timeloop-closure.c | 26 fprintf (stderr, "Cannot create pipe %s\n", g_strerror (errno)); 111 fprintf (stderr, "Unexpected EOF\n"); 171 fprintf (stderr, "Cannot fork: %s\n", g_strerror (errno));
|
timeloop.c | 25 fprintf (stderr, "Cannot create pipe %s\n", g_strerror (errno)); 110 fprintf (stderr, "Unexpected EOF\n"); 167 fprintf (stderr, "Cannot fork: %s\n", g_strerror (errno));
|
/external/chromium/third_party/libevent/test/ |
bench.c | 113 if (xcount != count) fprintf(stderr, "Xcount: %d, Rcount: %d\n", xcount, count); 146 fprintf(stderr, "Illegal argument \"%c\"\n", c); 183 fprintf(stdout, "%ld\n",
|
/external/clang/test/Analysis/ |
taint-tester.c | 95 int fprintf(FILE *stream, const char *format, ...); 112 fprintf(fp, "%s %d", s, t); // expected-warning + {{tainted}} 119 fprintf(stdout, "%s %d", s, t); // expected-warning + {{tainted}}
|
/external/e2fsprogs/util/ |
copy_sparse.c | 57 fprintf(stderr, "No permission to use FIBMAP ioctl; must have root privileges\n"); 143 fprintf(stderr, "Couldn't allocate buffer"); 205 fprintf(stderr, "Usage: %s [-v] source_file destination_file\n", progname);
|
/external/elfutils/libasm/ |
asm_align.c | 57 fprintf (asmscn->ctx->out.file, "\t.align %" PRId32 ", ", 60 fprintf (asmscn->ctx->out.file, "%02hhx\n", asmscn->pattern->bytes[0]); 66 fprintf (asmscn->ctx->out.file, "\\x%02hhx",
|
/external/icu4c/test/perf/charperf/ |
charperf.cpp | 40 fprintf(stderr, "FAILED: Tests could not be run please check the " 52 fprintf(stderr,gUsageString, "charperf"); 56 fprintf(stderr, "FAILED to create UPerfTest object. Error: %s\n",
|
/external/icu4c/tools/icuswap/ |
icuswap.cpp | 87 fprintf(stderr, 91 fprintf(stderr, 120 fprintf(stderr, "Warning: icuswap is an obsolete tool and it will be removed in the next ICU release.\nPlease use the icupkg tool instead.\n"); 168 fprintf(stderr, "%s: unable to open input file \"%s\"\n", pname, argv[1]); 175 fprintf(stderr, "%s: empty input file \"%s\"\n", pname, argv[1]); 188 fprintf(stderr, "%s: error allocating memory for \"%s\"\n", pname, argv[1]); 197 fprintf(stderr, "%s: error reading \"%s\"\n", pname, argv[1]); 209 fprintf(stderr, "%s: udata_openSwapperForInputData(\"%s\") failed - %s\n", 237 fprintf(stderr, "%s: udata_swapPackage(\"%s\") failed - %s\n", 247 fprintf(stderr, "%s: udata_swap(\"%s\") failed - %s\n" [all...] |
/external/iproute2/tc/ |
em_u32.c | 29 fprintf(fd, 158 fprintf(stderr, "U32 header size mismatch\n"); 162 fprintf(fd, "%08x/%08x at %s%d",
|
/external/openssl/crypto/engine/ |
eng_cnf.c | 105 fprintf(stderr, "Configuring engine %s\n", name); 122 fprintf(stderr, "ENGINE conf: doing ctrl(%s,%s)\n", ctrlname, ctrlvalue); 222 fprintf(stderr, "Called engine module: name %s, value %s\n",
|
/external/openssl/crypto/pkcs7/ |
dec.c | 120 fprintf(stderr, "No private key file specified\n"); 173 fprintf(stderr, "there are no signatures on this data\n"); 187 fprintf(stderr,"Signature verified\n");
|
/external/oprofile/daemon/ |
init.c | 75 fprintf(stderr, "Failed to open device. Possibly you have passed incorrect\n" 126 fprintf(status_file, "1\n"); 186 fprintf(stderr, "Failed to exec %s: %s\n",
|
/external/qemu/android/utils/ |
bufprint.c | 93 fprintf(stderr,"cannot locate application directory\n"); 129 fprintf(stderr,"cannot locate application directory\n"); 143 fprintf(stderr, "PANIC CITY!!\n");
|
/external/srec/config/en.us/dictionary/ |
cmu2nuance.cpp | 51 fprintf(stderr, "warning: ignoring line %d - %s", lineno, line); 60 fprintf(stderr, "can't read name at line %d\n", lineno); 177 fprintf(stderr, "can't pronounce line %d: %s", lineno, p);
|
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGRegisterBank.h | 199 fprintf(stderr, "[%02d]", m_data[i].name); 201 fprintf(stderr, "[--]"); 203 fprintf(stderr, "\n");
|
/external/webkit/Source/WebCore/rendering/svg/ |
SVGResources.cpp | 645 fprintf(stderr, "-> this=%p, SVGResources(renderer=%p, node=%p)\n", this, object, object->node()); 646 fprintf(stderr, " | DOM Tree:\n"); 649 fprintf(stderr, "\n | List of resources:\n"); 652 fprintf(stderr, " |-> Clipper : %p (node=%p)\n", clipper, clipper->node()); 655 fprintf(stderr, " |-> Filter : %p (node=%p)\n", filter, filter->node()); 658 fprintf(stderr, " |-> Masker : %p (node=%p)\n", masker, masker->node()); 663 fprintf(stderr, " |-> MarkerStart: %p (node=%p)\n", markerStart, markerStart->node()); 665 fprintf(stderr, " |-> MarkerMid : %p (node=%p)\n", markerMid, markerMid->node()); 667 fprintf(stderr, " |-> MarkerEnd : %p (node=%p)\n", markerEnd, markerEnd->node()); 672 fprintf(stderr, " |-> Fill : %p (node=%p)\n", fill, fill->node()) [all...] |
/external/webkit/Tools/DumpRenderTree/qt/ |
ImageDiff.cpp | 86 fprintf(stderr, "error, test and reference image have different properties.\n"); 127 fprintf(stdout, "diff: %01.2f%% passed\n", difference); 140 fprintf(stdout, "diff: %01.2f%% failed\n", difference);
|
/external/webrtc/test/testsupport/ |
fileutils.cc | 67 fprintf(stderr, "Cannot find project root directory!\n"); 86 fprintf(stderr, "Cannot get current directory!\n"); 98 fprintf(stderr, "Path %s exists but is not a directory! Remove this "
|