/system/core/toolbox/ |
powerd.c | 143 fprintf(stderr, "could not get event, %s\n", strerror(errno)); 232 fprintf(stderr, "%s: invalid option -%c\n", 238 fprintf(stderr,"%s [-e eventdev]\n", argv[0]); 244 fprintf(stderr, "could not open %s, %s\n", eventdev, strerror(errno)); 249 fprintf(stderr,"lcd bright backlight time must be longer than keyboard backlight time.\n" 275 fprintf(stderr, "could not open %s, %s\n", powerdev, strerror(errno)); 281 fprintf(stderr, "inotify_init failed, %s\n", strerror(errno)); 313 fprintf(stderr, "select failed, %s\n", strerror(errno)); 349 fprintf(stderr, "could not get event\n");
|
/external/bluetooth/bluez/test/ |
hstest.c | 197 fprintf(stderr, "Voice setting: 0x%04x\n", vs); 200 fprintf(stderr, "The voice setting must be 0x0060\n"); 237 fprintf(stderr, "RFCOMM channel connected\n"); 245 fprintf(stderr, "SCO audio channel connected (handle %d, mtu %d)\n", sco_handle, sco_mtu); 269 fprintf(stderr, "%s\n", buf);
|
/external/chromium/testing/gtest/test/ |
gtest_test_utils.py | 166 print >> sys.stderr, message 201 capture_stderr: Determines whether to capture stderr in the output member 213 output Child process's stdout and stderr output 226 stderr = subprocess.STDOUT 228 stderr = subprocess.PIPE 231 stdout=subprocess.PIPE, stderr=stderr,
|
/external/chromium/third_party/libevent/test/ |
regress_dns.c | 88 fprintf(stderr, "type: %d, count: %d, ttl: %d: ", type, count, ttl); 102 fprintf(stderr, "%s ", b); 104 fprintf(stderr, "%s ", strerror(errno)); 116 fprintf(stderr, "%s ", inet_ntoa(in_addrs[i])); 124 fprintf(stderr, "%s ", *(char **)addresses);
|
/external/e2fsprogs/misc/ |
fsck.c | 343 fprintf(stderr, _("WARNING: couldn't open %s: %s\n"), 353 fprintf(stderr, _("WARNING: bad format " 371 " should fix your /etc/fstab file as soon as you can.\n\n"), stderr); 477 fprintf(stderr, _("fsck: %s: not found\n"), prog); 592 fprintf(stderr, 720 fprintf(stderr, _("%s: Error %d while executing fsck.%s " 761 stderr); 797 fputs(_(fs_type_syntax_error), stderr); local 882 fprintf(stderr, 910 fprintf(stderr, _("fsck: cannot check %s: fsck.%s not found\n") [all...] |
mke2fs.c | 112 fprintf(stderr, _("Usage: %s [-c|-l filename] [-b block-size] " 173 fprintf(stderr, _("Bad block %u out of range; ignored.\n"), blk); 254 fprintf(stderr, _("Block %d in primary " 256 fprintf(stderr, _("Blocks %u through %u must be good " 259 fputs(_("Aborting....\n"), stderr); 278 fprintf(stderr, 393 fprintf(stderr, _("\nCould not write %d " 527 fprintf(stderr, 544 fprintf(stderr, _("Warning: could not erase sector %d: %s\n"), 611 fprintf(stderr, _("warning: %u blocks unused.\n\n") [all...] |
/external/llvm/runtime/libprofile/ |
PathProfiling.c | 90 fprintf(stderr, "error: unable to write path entry to output file.\n"); 106 fprintf(stderr, 130 fprintf(stderr, "error: unable to write function header to output file.\n"); 145 fprintf(stderr, "error: unable to write path entry to output file.\n"); 257 fprintf(stderr,
|
/external/opencv/cxcore/src/ |
cxerror.cpp | 131 fprintf(stderr,"OpenCV. Problem to allocate memory for OpenCV context."); 154 fprintf( stderr, "\tcalled from " ); 156 fprintf( stderr, "OpenCV ERROR: %s (%s)\n\tin function ", 159 fprintf( stderr, "%s, %s(%d)\n", func_name ? func_name : "<unknown>", 164 fprintf( stderr, "Terminating the application...\n" );
|
/external/openssl/crypto/bn/ |
expspeed.c | 246 putc('\n', stderr); 247 fflush(stderr); 335 ERR_print_errors_fp(stderr); 348 putc(c, stderr); 349 fflush(stderr);
|
/external/qemu/block/ |
qcow2-refcount.c | 242 fprintf(stderr, "qcow2: Allocate refcount block %d for %" PRIx64 330 fprintf(stderr, "qcow2: Grow refcount table %" PRId32 " => %" PRId64 "\n", 685 fprintf(stderr, "qcow2_free_clusters failed: %s\n", strerror(-ret)); 908 fprintf(stderr, "ERROR: invalid cluster offset=0x%" PRIx64 "\n", 912 fprintf(stderr, "Warning: cluster offset=0x%" PRIx64 " is after " 918 fprintf(stderr, "ERROR: overflow cluster offset=0x%" PRIx64 956 fprintf(stderr, "ERROR: cluster %" PRId64 ": " 976 fprintf(stderr, "Can't get refcount for offset %" 981 fprintf(stderr, "ERROR OFLAG_COPIED: offset=%" [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/dma/ |
SDL_dmaaudio.c | 171 fprintf(stderr, "Waiting for audio to get ready\n"); 184 fprintf(stderr, "SDL: %s\n", message); 195 fprintf(stderr, "Done disabling audio\n"); 200 fprintf(stderr, "Ready!\n"); 340 fprintf(stderr, "Trying format 0x%4.4x\n", test_format);
|
/external/webkit/Source/JavaScriptCore/wtf/ |
Assertions.cpp | 111 fputs(buffer, stderr); 165 vfprintf(stderr, format, args); 234 fprintf(stderr, "%-3d %s\n", i, demangledName); 237 fprintf(stderr, "%-3d %s\n", i, mangledName); 239 fprintf(stderr, "%-3d %p\n", i, pointer);
|
/frameworks/base/core/jni/ |
BindTest.cpp | 236 fprintf(stderr, "Error: BindTest not found\n"); 246 fprintf(stderr, "Error: BindTest.instanceString not found or error\n"); 255 fprintf(stderr, "Error: BindTest.classString not found or error\n"); 263 fprintf(stderr, "Error: ReturnedObject class not found or error\n"); 271 fprintf(stderr, "Error: ReturnedObject.setReturnedString class not found or error\n");
|
/frameworks/compile/slang/ |
slang_rs_pragma_handler.cpp | 221 fprintf(stderr, "RSPragmaHandler::handleNonParamPragma: " 243 fprintf(stderr, "RSPragmaHandler::handleOptionalStringLiteralParamPragma" 251 fprintf(stderr, "RSPragmaHandler::handleOptionalStringLiteralParamPragma" 276 fprintf(stderr, "RSPragmaHandler::handleIntegerParamPragma" 290 fprintf(stderr, "RSPragmaHandler::handleIntegerParamPragma"
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/ |
OMX_G729Decoder.h | 716 #define G729DEC_DPRINT(...) fprintf(stderr,__VA_ARGS__) 717 #define G729DEC_EPRINT(...) fprintf(stderr,__VA_ARGS__) 724 #define G729DEC_MEMPRINT(...) fprintf(stderr,__VA_ARGS__) 731 #define G729DEC_MCP_DPRINT(...) fprintf(stderr,__VA_ARGS__) 737 #define G729DEC_PRINT_INFO(...) fprintf(stderr,__VA_ARGS__)
|
/system/core/adb/ |
adb.h | 360 fprintf(stderr, "%s::%s():", \ 363 fprintf(stderr, __VA_ARGS__ ); \ 364 fflush(stderr); \ 375 fprintf(stderr, __VA_ARGS__ ); \ 376 fflush(stderr); \
|
/system/extras/tests/sdcard/ |
stopwatch.cpp | 40 fprintf(stderr, "Not enough space\n"); \ 71 fprintf(stderr, "Discarding data for %s\n", mName); 108 if (kVerbose) fprintf(stderr, "printing\n"); 154 fprintf(stderr, "# Increased capacity to %d for %s. Measurement affected.\n", 167 if (kVerbose) fprintf(stderr, "processing samples\n");
|
/external/icu4c/tools/gennorm2/ |
n2builder.cpp | 228 fprintf(stderr, 263 fprintf(stderr, 277 fprintf(stderr, 284 fprintf(stderr, 292 fprintf(stderr, 324 fprintf(stderr, 331 fprintf(stderr, 343 fprintf(stderr, 366 fprintf(stderr, 434 fprintf(stderr, [all...] |
/external/valgrind/main/coregrind/ |
launcher-aix5.c | 964 to stderr saying so, then exit, carrying the error code of the 968 imm 3,2 (2=stderr) 1043 to stderr saying so, then exit, carrying the error code of the 1047 imm 3,2 (2=stderr) [all...] |
/external/iptables/iptables/ |
xtables.c | 79 fprintf(stderr, "%s v%s: ", xt_params->program_name, xt_params->program_version); 80 vfprintf(stderr, msg, args); 82 fprintf(stderr, "\n"); 190 fprintf(stderr, "IPTABLES_LIB_DIR is deprecated, " 203 fprintf(stderr, "IP6TABLES_LIB_DIR is deprecated, " 220 fprintf(stderr, "libxtables: unhandled NFPROTO in %s\n", 238 fprintf(stderr, "%s: Illegal global params\n",__func__); 306 fprintf(stderr, "Could not set close on exec: %s\n", 522 fprintf(stderr, 556 fprintf(stderr, "%s: %s\n", path [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
trees.c | 172 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \ 197 Tracevv((stderr," l %2d v %4x ", length, value)); 532 Trace((stderr,"\nbit length overflow\n")); 559 Trace((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits)); 598 Tracev((stderr,"\ngen_codes: max_code %d ", max_code)); 606 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ", 682 fprintf(stderr,"\nnode %d(%d), sons %d(%d) %d(%d)", 827 Tracev((stderr, "\ndyn trees: dyn %ld, stat %ld", 847 Tracev((stderr, "\nbl counts: ")); 852 Tracev((stderr, "\nbl code %2d ", bl_order[rank])) [all...] |
/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...] |
/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");
|
/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)
|