/system/core/adb/ |
adb.c | 62 fprintf(stderr, "error: "); 63 vfprintf(stderr, fmt, ap); 64 fprintf(stderr, "\n"); 73 fprintf(stderr, "error: %s: ", strerror(errno)); 74 vfprintf(stderr, fmt, ap); 75 fprintf(stderr, "\n"); 245 fprintf(stderr, "%s: %s %08x %08x %04x \"", 257 fputc(*x, stderr); 259 fputc('.', stderr); 263 fputs(tag, stderr); [all...] |
/external/aac/libSYS/src/ |
cmdl_parser.cpp | 181 _ftprintf(stderr, _TEXT("\n\nError: Parsing argument for required switch '%ls'.\n" ), current_str); 183 _ftprintf(stderr, _TEXT("\n\nError: Parsing argument for required switch '%s'.\n" ), current_str); 356 _ftprintf(stderr,_TEXT("\n\nInternal Parser Error: Strlen Problem\n") ); 361 _ftprintf(stderr,_TEXT("\n\nInternal Parser Error: Missing bracket ')'\n") ); 420 _ftprintf (stderr,_TEXT("Warning: Ignoring argument for switch '%ls'. "), search_string ); 422 _ftprintf (stderr,_TEXT("Warning: Ignoring argument for switch '%s'. "), search_string ); 424 _ftprintf (stderr,_TEXT("Argument is too LONG.\n") ); 456 _ftprintf(stderr, _TEXT("\n\nError: Argument '%ls' for switch '%ls' is not valid \n" ), arg, cur_str ); 458 _ftprintf(stderr, _TEXT("\n\nError: Argument '%s' for switch '%s' is not valid \n" ), arg, cur_str ); 471 _ftprintf(stderr, _TEXT("\n\nError: Argument '%ls' for switch '%ls' is not a valid number.\n" ), arg, cur_str) [all...] |
/external/e2fsprogs/misc/ |
uuidd.c | 47 fprintf(stderr, _("Usage: %s [-d] [-p pidfile] [-s socketpath] " 49 fprintf(stderr, _(" %s [-r|t] [-n num] [-s socketpath]\n"), 51 fprintf(stderr, _(" %s -k\n"), progname); 245 fprintf(stderr, "Failed to open/create %s: %s\n", 262 fprintf(stderr, "Failed to lock %s: %s\n", 277 fprintf(stderr, _("Couldn't create unix stream " 305 fprintf(stderr, 314 fprintf(stderr, _("Couldn't listen on unix " 472 fprintf(stderr, _("Bad number: %s\n"), optarg); 493 fprintf(stderr, _("Bad number: %s\n"), optarg) [all...] |
/external/icu4c/test/perf/unisetperf/ |
unisetperf.cpp | 168 fprintf(stderr, "error: frozen set != original!\n"); 188 fprintf(stderr, "error: Contains() count=%ld != %ld=UnicodeSetPerformanceTest.spanCount\n", 230 fprintf(stderr, "error: frozen set != original!\n"); 250 fprintf(stderr, "error: SpanUTF16() count=%ld != %ld=UnicodeSetPerformanceTest.spanCount\n", 281 fprintf(stderr, "error: frozen set != original!\n"); 305 fprintf(stderr, "error: SpanBackUTF16() count=%ld != %ld=UnicodeSetPerformanceTest.spanCount\n", 331 fprintf(stderr, "error: frozen set != original!\n"); 351 fprintf(stderr, "error: SpanUTF8() count=%ld != %ld=UnicodeSetPerformanceTest.spanCount\n", 377 fprintf(stderr, "error: frozen set != original!\n"); 401 fprintf(stderr, "error: SpanBackUTF8() count=%ld != %ld=UnicodeSetPerformanceTest.spanCount\n" [all...] |
/external/icu4c/test/thaitest/ |
thaitest.cpp | 237 fprintf(stderr, "break iterator didn't end.\n"); 239 fprintf(stderr, "premature break iterator end.\n"); 280 fprintf(stderr, "break not found: %d\n", br); 295 fprintf(stderr, "found invalid break: %d\n", br); 316 fprintf(stderr,"Couldn't open %s reason: %s \n", fileName, strerror(errno)); 327 fprintf(stderr,"Couldn't get memory for reading %s reason: %s \n", fileName, strerror(errno)); 334 fprintf(stderr,"Couldn't read %s reason: %s \n", fileName, strerror(errno)); 348 fprintf(stderr,"Couldn't get memory for reading %s reason: %s \n", fileName, strerror(errno)); 381 fprintf(stderr, "Couldn't allocate memory for the space stripped text.\n"); 426 fprintf(stderr, "generate failed: %s\n", u_errorName(status)) [all...] |
/external/qemu/android/ |
qemu-setup.c | 131 fprintf(stderr, "could not create server socket on TCP:%ld: %s\n", 145 fprintf(stderr, "could not connect to server on TCP:%ld: %s\n", 152 fprintf(stderr, "sorry, the unix: protocol is not supported on Win32\n"); 164 fprintf(stderr, "could not bind unix socket on '%s': %s\n", 177 fprintf(stderr, "could not connect to unix socket on '%s': %s\n", 185 fprintf(stderr, "-report-console must be followed by a 'tcp:<port>' or 'unix:<path>'\n"); 197 fprintf(stderr, "could not accept console-reporting client connection: %s\n", 212 fprintf(stderr, "could not send console number report: %d: %s\n", 252 fprintf( stderr, "option -adb-port is obsolete, use -port instead\n" ); 258 fprintf( stderr, "options -port and -ports cannot be used together.\n") [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/ |
SDL_paudio.c | 148 fprintf(stderr, "Couldn't get audio buffer information\n"); 158 fprintf( stderr, 166 fprintf(stderr, "Waiting for audio to get ready\n"); 175 fprintf(stderr, "SDL: %s - %s\n", strerror(errno), message); 180 fprintf(stderr, "Done disabling audio\n"); 184 fprintf(stderr, "Ready!\n"); 212 fprintf(stderr, "Wrote %d bytes of audio data\n", written); 326 fprintf(stderr, "Trying format 0x%4.4x\n", test_format); 379 fprintf(stderr, "Couldn't find any hardware audio formats\n"); 478 fprintf(stderr, "Can't change audio display settings\n" ) [all...] |
/system/core/logcat/ |
logcat.cpp | 207 //fprintf (stderr, "Error processing record\n"); 296 fprintf(stderr, "read: Unexpected EOF!\n"); 300 fprintf(stderr, "read: unexpected length. Expected %d, got %d\n", 396 fprintf(stderr,"Usage: %s [options] [filterspecs]\n", cmd); 398 fprintf(stderr, "options include:\n" 416 fprintf(stderr,"\nfilterspecs are a series of \n" 557 fprintf(stderr,"Invalid parameter to -r\n"); 567 fprintf(stderr,"Invalid parameter to -r\n"); 578 fprintf(stderr,"Invalid parameter to -v\n"); 640 fprintf(stderr, "logcat using %s (%d)\n", devname, len) [all...] |
/external/mdnsresponder/mDNSPosix/ |
NetMonitor.c | [all...] |
/external/icu4c/tools/toolutil/ |
pkg_genc.c | 234 fprintf(stderr, "%s", assemblyHeader[0].name); 236 fprintf(stderr, ", %s", assemblyHeader[idx].name); 238 fprintf(stderr, 253 fprintf(stderr, "genccode: unable to open input file %s\n", filename); 260 fprintf(stderr, "genccode: unable to open output file %s\n", bufferStr); 316 fprintf(stderr, "genccode: file read error while generating from file %s\n", filename); 321 fprintf(stderr, "genccode: file write error while generating from file %s\n", filename); 338 fprintf(stderr, "genccode: unable to open input file %s\n", filename); 355 fprintf(stderr, "genccode: unable to open output file %s\n", buffer); 435 fprintf(stderr, "genccode: file read error while generating from file %s\n", filename) [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3baserecognizer.c | 317 ANTLR3_FPRINTF(stderr, "Base recognizer function antlr3RecognitionExceptionNew called by unknown parser type - provide override for this function\n"); 443 ANTLR3_FPRINTF(stderr, "Base recognizer function 'match' called by unknown parser type - provide override for this function\n"); 515 ANTLR3_FPRINTF(stderr, "Base recognizer function 'matchAny' called by unknown parser type - provide override for this function\n"); 665 ANTLR3_FPRINTF(stderr, "Base recognizer function 'mismatch' called by unknown parser type - provide override for this function\n"); [all...] |
/external/webkit/Tools/android/webkitmerge/ |
webkitmerge.cpp | 57 fprintf(stderr, "%s %d %s\n", __FUNCTION__, __LINE__, #a); \ 58 fflush(stderr); \ 105 fprintf(stderr, "can't read %s\n", fileName); 134 fprintf(stderr, "missing --android parameter"); 138 fprintf(stderr, "missing --basewebkit parameter"); 142 fprintf(stderr, "missing --newwebkit parameter"); 470 fprintf(stderr, "warning: %s/%s/%s has %sexec bit set while" 558 fprintf(stderr, "deleted file \"%s\" has more than one possible rename:\n", oldList); 561 fprintf(stderr, "WebCore/%s\n", &foundInWebCore[2]); 565 fprintf(stderr, "JavaScriptCore/%s\n", &foundInJavaScriptCore[2]) [all...] |
/external/icu4c/tools/gennorm2/ |
n2builder.cpp | 204 fprintf(stderr, "gennorm2 error: multiple inconsistent Unicode version numbers %s vs. %s\n", 253 fprintf(stderr, 288 fprintf(stderr, 302 fprintf(stderr, 309 fprintf(stderr, 317 fprintf(stderr, 349 fprintf(stderr, 356 fprintf(stderr, 368 fprintf(stderr, 391 fprintf(stderr, [all...] |
/build/tools/check_prereq/ |
check_prereq.c | 29 fprintf(stderr, "usage: %s <timestamp>\n", argv[0]);
|
/dalvik/tests/023-many-interfaces/ |
iface-gen.c | 22 fprintf(stderr, "ERROR: unable to open %s\n", nameBuf);
|
/dalvik/tests/085-old-style-inner-class/ |
build | 25 # Suppress stderr to keep the inner class warnings out of the expected output.
|
/development/testrunner/ |
run_command.py | 103 stderr=subprocess.STDOUT, 154 If successfull, the output (stdout and stderr) are discarded, 168 stderr=subprocess.STDOUT) 177 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
/device/samsung/toro/recovery/ |
recovery_updater.c | 50 fprintf(stderr, "installing samsung updater extensions for toro\n");
|
/device/samsung/toroplus/recovery/ |
recovery_updater.c | 50 fprintf(stderr, "installing samsung updater extensions for toroplus\n");
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/expr/ |
Expr.g | 41 print STDERR "undefined variable $ID.text\n";
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
rule-tracer.rb | 25 @device = options[ :device ] || options[ :output ] || $stderr
|
/external/bison/lib/ |
fopen-safer.c | 28 /* Like fopen, but do not return stdin, stdout, or stderr. */
|
/external/bison/src/ |
relation.c | 139 fputs ("relation_transpose: input\n", stderr); 140 relation_print (r, n, stderr); 178 fputs ("relation_transpose: output\n", stderr); 179 relation_print (new_R, n, stderr);
|
/external/blktrace/ |
blkiomon.c | 166 fprintf(stderr, 249 fprintf(stderr, "blkiomon: could not write to %s\n", binary.fn); 281 fprintf(stderr, "blkiomon: interrupted sleep"); 445 fprintf(stderr, "blkiomon: could not write to %s\n", drvdata.fn); 465 fprintf(stderr, 471 fprintf(stderr, "blkiomon: error while reading trace"); 476 fprintf(stderr, "blkiomon: endianess problem\n"); 483 fprintf(stderr, "blkiomon: bad trace\n"); 492 fprintf(stderr, "blkiomon: could not read payload\n"); 503 fprintf(stderr, "blkiomon: could not send trace\n") [all...] |
/external/chromium-trace/trace-viewer/ |
run_dev_server.py | 42 sys.stderr.write("Now running on http://localhost:%i\n" % options.port)
|