Searched refs:stderr (Results 76 - 100 of 179) sorted by relevance

12345678

/system/extras/tests/bionic/libc/common/
H A Dtest_static_cpp_mutex.cpp51 fprintf(stderr, "recursive lock initialized and locked\n" );
H A Dtest_tm_zone.c36 fprintf(stderr, "TM_ZONE is not defined in <time.h> !!\n" );
/system/core/liblog/
H A Devent_tag_map.c76 fprintf(stderr, "%s: unable to open map '%s': %s\n",
84 fprintf(stderr, "%s: unable to seek map '%s'\n", OUT_TAG, fileName);
91 fprintf(stderr, "%s: mmap(%s) failed: %s\n",
204 fprintf(stderr, "%s: file parse failed\n", OUT_TAG);
273 fprintf(stderr, "%s: map file missing EOL on last line\n", OUT_TAG);
292 fprintf(stderr,
304 fprintf(stderr,
316 fprintf(stderr, "%s: parsed %d tags, expected %d\n",
348 fprintf(stderr, "ARRRRGH\n");
356 fprintf(stderr,
[all...]
/system/core/mkbootimg/
H A Dmkbootimg.c60 fprintf(stderr,"usage: mkbootimg\n"
156 fprintf(stderr,"error: unsupported page size %d\n", pagesize);
171 fprintf(stderr,"error: no output filename specified\n");
176 fprintf(stderr,"error: no kernel image specified\n");
181 fprintf(stderr,"error: no ramdisk image specified\n");
186 fprintf(stderr,"error: board name too large\n");
195 fprintf(stderr,"error: kernel commandline too large\n");
202 fprintf(stderr,"error: could not load kernel '%s'\n", kernel_fn);
212 fprintf(stderr,"error: could not load ramdisk '%s'\n", ramdisk_fn);
220 fprintf(stderr,"erro
[all...]
/system/core/sh/bltin/
H A Dbltin.h49 #undef stderr macro
54 #define stderr out2 macro
83 #define INITARGS(argv) if ((commandname = argv[0]) == NULL) {fputs("Argc is zero\n", stderr); exit(2);} else
/system/core/adb/
H A Dcommandline.c56 fprintf(stderr, "adb: Product directory not specified; "
64 fprintf(stderr, "adb: Out of memory (product_file())\n");
79 version(stderr);
81 fprintf(stderr,
312 fprintf(stderr,"\n* disconnect *\n");
338 fprintf(stderr,"error: %s\n", adb_error());
385 fprintf(stderr,"error: %s\n", adb_error());
404 fprintf(stderr,"* failed to write data '%s' *\n", adb_error());
419 fprintf(stderr,"* error reading response *\n");
425 fprintf(stderr,"* erro
[all...]
H A Dbackup_service.c72 fprintf(stderr, "unable to create backup/restore socketpair\n");
84 fprintf(stderr, "unable to fork for %s\n", operation);
131 fprintf(stderr, "Unable to exec 'bu', bailing\n");
H A Dfile_sync_client.c60 fprintf(stderr,"%lld KB/s (%lld bytes in %lld.%03llds)\n",
216 fprintf(stderr,"cannot open '%s': %s\n", path, strerror(errno));
231 fprintf(stderr,"cannot read '%s': %s\n", path, strerror(errno));
279 fprintf(stderr, "error reading link '%s': %s\n", path, strerror(errno));
324 fprintf(stderr,"cannot open '%s': %s\n", lpath, strerror(errno));
330 fprintf(stderr, "error seeking in file '%s'\n", lpath);
337 fprintf(stderr, "could not allocate buffer for '%s'\n",
344 fprintf(stderr, "error reading from file: '%s'\n", lpath);
354 fprintf(stderr, "file '%s' is not a valid zip file\n",
363 fprintf(stderr, "fil
[all...]
/system/extras/librank/
H A Dlibrank.c88 fprintf(stderr, "Couldn't resize libraries array: %s\n", strerror(errno));
96 fprintf(stderr, "Couldn't allocate space for library struct: %s\n", strerror(errno));
101 fprintf(stderr, "Couldn't allocate space for library name: %s\n", strerror(errno));
107 fprintf(stderr, "Couldn't allocate space for library mappings array: %s\n", strerror(errno));
131 fprintf(stderr, "Couldn't resize mappings array: %s\n", strerror(errno));
139 fprintf(stderr, "Couldn't allocate space for mapping struct: %s\n", strerror(errno));
155 fprintf(stderr, "Couldn't allocate space for process struct: %s\n", strerror(errno));
196 fprintf(stderr, "Option -P requires an argument.\n");
210 fprintf(stderr, "Invalid argument \"%s\".\n", argv[i]);
220 fprintf(stderr, "Erro
[all...]
/system/core/fastboot/
H A Dengine.c183 fprintf(stderr,"FAILED (%s)\n", resp);
186 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start));
331 fprintf(stderr,
333 fprintf(stderr,
337 fprintf(stderr,"FAILED (%s)\n", fb_get_error());
349 fprintf(stderr,
351 fprintf(stderr,
355 fprintf(stderr,"Formatting is not supported for filesystem with type '%s'.\n",
363 fprintf(stderr,
365 fprintf(stderr, "Unabl
[all...]
/system/extras/tests/timetest/
H A Dtimetest.c18 fprintf(stderr,"clock failure\n");
90 fprintf(stderr,"%09ld.%09ld, dt %ld.%09ld, min %ld.%09ld, minp %ld.%09ld, max %ld.%09ld\n",
101 fprintf(stderr,"time went backwards: %lld -> %lld\n",
105 fprintf(stderr,"%lld ROLLBACK\n", tnow);
107 fprintf(stderr,"%lld\n", tnow);
/system/core/toolbox/
H A Dgetevent.c95 fprintf(stderr, "failed to allocate buffer of size %d\n", (int)bits_size);
308 fprintf(stderr, "could not open %s, %s\n", device, strerror(errno));
314 fprintf(stderr, "could not get driver version for %s, %s\n", device, strerror(errno));
319 fprintf(stderr, "could not get driver id for %s, %s\n", device, strerror(errno));
326 //fprintf(stderr, "could not get device name for %s, %s\n", device, strerror(errno));
330 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno));
334 //fprintf(stderr, "could not get idstring for %s, %s\n", device, strerror(errno));
340 fprintf(stderr, "out of memory\n");
346 fprintf(stderr, "out of memory\n");
403 fprintf(stderr, "remot
[all...]
H A Dnotify.c50 fprintf(stderr, "%s: invalid option -%c\n",
57 fprintf(stderr, "Usage: %s [-m eventmask] [-c count] [-p] [-v verbosity] path [path ...]\n", argv[0]);
63 fprintf(stderr, "inotify_init failed, %s\n", strerror(errno));
71 fprintf(stderr, "inotify_add_watch failed for %s, %s\n", file_names[i], strerror(errno));
77 fprintf(stderr, "%s got unexpected id %d instead of %d\n", file_names[i], res, i);
90 fprintf(stderr, "could not get event, %s\n", strerror(errno));
H A Dhd.c42 fprintf(stderr, "%s: invalid option -%c\n",
49 fprintf(stderr, "Usage: %s [-b base] [-c count] [-r delay] file\n", argv[0]);
55 fprintf(stderr, "could not open %s, %s\n", argv[optind], strerror(errno));
H A Dinsmod.c58 fprintf(stderr, "usage: insmod <module.o>\n");
65 fprintf(stderr, "insmod: can't open '%s'\n", argv[1]);
87 fprintf(stderr,
H A Dsendevent.c57 fprintf(stderr, "use: %s device type code value\n", argv[0]);
63 fprintf(stderr, "could not open %s, %s\n", argv[optind], strerror(errno));
67 fprintf(stderr, "could not get driver version for %s, %s\n", argv[optind], strerror(errno));
76 fprintf(stderr, "write event failed, %s\n", strerror(errno));
H A Ddd.c127 fprintf(stderr, "usage: dd [operand ...]\n");
163 fprintf(stderr, "%s: cannot open for read: %s\n",
176 fprintf(stderr,
200 fprintf(stderr, "%s: cannot open for write: %s\n",
254 fprintf(stderr, "%s: cannot fstat: %s\n",
287 fprintf(stderr, "dupfd IO: %s\n", strerror(errno));
334 fprintf(stderr, "%s: read error: %s\n",
350 fprintf(stderr, "%s: seek error: %s\n",
439 fprintf(stderr, "fsync stdout: %s\n", strerror(errno));
444 fprintf(stderr, "clos
[all...]
/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c136 { if(x==stderr) ALOGE(__VA_ARGS__); else fprintf(x, __VA_ARGS__); }
201 fprintf(stderr, "file %s not an HCD file\n", optarg);
208 fprintf(stderr, "file %s not an HCD file\n", optarg);
213 fprintf(stderr, "file %s could not be opened, error %d\n", optarg, errno);
224 fprintf(stderr, "Baudrate not supported!");
516 fprintf(stderr, "port %s could not be opened, error %d\n",
559 fprintf(stderr, "\n");
562 fprintf(stderr, "%02x ", out[i]);
565 fprintf(stderr, "\n");
591 fprintf(stderr, "receive
[all...]
/system/extras/tests/bionic/libc/other/
H A Dtest_jpeg.c160 fprintf(stderr, "returning error from jpeglib ---\n" );
179 fprintf( stderr, "unsupported jpeg colorspace %d with %d components\n",
212 fprintf(stderr, "usage: test_jpeg [options] filename.jpg [filename2.jpg ...]\n" );
213 fprintf(stderr, "options: -r NN repeat count (default %d)\n", DEFAULT_REPEAT );
214 fprintf(stderr, " -d N idct method (0=default, 1=fastest, 2=slow, 3=float)\n" );
215 fprintf(stderr, " -C no RGB color conversion (YCbCr instead)\n" );
226 fprintf(stderr, "clock_gettime: %s\n", strerror(errno) );
232 fprintf(stderr, "gettimeofday: %s\n", strerror(errno) );
315 fprintf(stderr, "could not open '%s': %s\n", argv[1], strerror(errno) );
338 fprintf(stderr, "coul
[all...]
/system/netd/
H A Dndc.c53 fprintf(stderr, "Error connecting (%s)\n", strerror(errno));
124 fprintf(stderr, "Error in select (%s)\n", strerror(errno));
129 fprintf(stderr, "[TIMEOUT]\n");
135 fprintf(stderr, "Lost connection to Netd - did it crash?\n");
137 fprintf(stderr, "Error reading data (%s)\n", strerror(errno));
171 fprintf(stderr, "Usage: %s [sockname] <monitor>|<cmd> [arg1] [arg2...]\n", progname);
/system/core/netcfg/
H A Dnetcfg.c47 fprintf(stderr,"usage: netcfg [<interface> {dhcp|up|down}]\n");
166 fprintf(stderr, "not enough arguments for '%s'\n", cmdname);
171 fprintf(stderr, "action '%s' failed (%s)\n", cmdname, strerror(errno));
180 fprintf(stderr,"no such action '%s'\n", argv[0]);
/system/extras/ext4_utils/
H A Dext2simg.c48 fprintf(stderr, "%s [ options ] <image or block device> <output image>\n", path);
49 fprintf(stderr, "\n");
50 fprintf(stderr, " -c include CRC block\n");
51 fprintf(stderr, " -v verbose output\n");
52 fprintf(stderr, " -z gzip output\n");
53 fprintf(stderr, " -S don't use sparse output format\n");
206 fprintf(stderr, "Expected image or block device after options\n");
214 fprintf(stderr, "Expected output image after input image\n");
222 fprintf(stderr, "Unexpected argument: %s\n", argv[optind]);
/system/extras/tests/framebuffer/
H A Dfb_test.c120 fprintf(stderr,"active fb swap failed!\n");
127 fprintf(stderr,"vi.xres = %d\n", vi->xres);
128 fprintf(stderr,"vi.yres = %d\n", vi->yres);
129 fprintf(stderr,"vi.xresv = %d\n", vi->xres_virtual);
130 fprintf(stderr,"vi.yresv = %d\n", vi->yres_virtual);
131 fprintf(stderr,"vi.xoff = %d\n", vi->xoffset);
132 fprintf(stderr,"vi.yoff = %d\n", vi->yoffset);
133 fprintf(stderr, "vi.bits_per_pixel = %d\n", vi->bits_per_pixel);
135 fprintf(stderr, "fi.line_length = %d\n", fi->line_length);
H A Dmdp_test.c47 fprintf(stderr, "Unsupported image type: %s\n", type);
135 fprintf(stderr,"active fb swap failed!\n");
199 fprintf(stderr, "Can't parse source\n");
207 fprintf(stderr, "Can't parse dest\n");
215 fprintf(stderr, "Can't parse src image size\n");
223 fprintf(stderr, "Can't parse dst image size\n");
236 fprintf(stderr, "Can't open source file\n");
268 fprintf(stderr, "Usage: %s -s source -d dest\n", argv[0]);
320 fprintf(stderr, "crap, failed blit\n");
/system/extras/tests/sdcard/
H A Dsysutil.cpp67 fprintf(stderr, "# %s %s %d %s\n", msg, filename, errno, strerror(errno));
71 // message will be printed on stderr.
138 fprintf(stderr, "Buffer too small for %s\n", filename);
194 fprintf(stderr, "Partial write to %s (%d out of %d)\n",
278 fprintf(stderr, "Failed to write to scaling governor file for cpu %d: %d %s",
316 fprintf(stderr, "# %s\n", kDebugfsWarningMsg);
346 fprintf(stderr, "# %s\n", kDebugfsWarningMsg);
356 fprintf(stderr, "Fork failed: %d %s", errno, strerror(errno));
370 fprintf(stderr, "Wait failed\n");
376 fprintf(stderr, "Chil
[all...]

Completed in 3691 milliseconds

12345678