HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 201 - 225 of 2500) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clearsilver/cs/
cs.c 77 fprintf(stderr, "Usage: %s [-v] [-h <file.hdf>] [-c <file.cs>]\n", argv[0]);
78 fprintf(stderr, " -h <file.hdf> load hdf file file.hdf (multiple allowed)\n");
79 fprintf(stderr, " -c <file.cs> load cs file file.cs (multiple allowed)\n");
80 fprintf(stderr, " -v verbose output\n");
  /external/clearsilver/python/examples/base/
handle_error.py 44 sys.stderr.write ("%s\n" % msg)
48 sys.stderr.write (string.join(tb_list,""))
56 sys.stderr.write(header)
58 sys.stderr.write(tb)
  /external/dbus/test/
test-shell-service.c 27 fprintf (stderr, "*** test-service: %s", message);
61 fprintf (stderr, "Shell echo service echoed the command line\n");
136 fprintf (stderr, "*** Failed to open connection to activating message bus: %s\n",
171 fprintf (stderr, "Error %s\n", error.message);
  /external/dbus/tools/
dbus-send.c 35 fprintf (stderr, "Usage: %s [--help] [--system | --session] [--dest=NAME] [--type=TYPE] [--print-reply=(literal)] [--reply-timeout=MSEC] <destination object path> <message name> [contents ...]\n", appname);
116 fprintf (stderr, "%s: Expected \"true\" or \"false\" instead of \"%s\"\n", appname, value);
122 fprintf (stderr, "%s: Unsupported data type %c\n", appname, (char) type);
166 fprintf (stderr, "%s: Malformed dictionary\n", appname);
205 fprintf (stderr, "%s: Unknown type \"%s\"\n", appname, arg);
283 fprintf (stderr, "Message type \"%s\" is not supported\n",
293 fprintf (stderr, "Failed to open connection to %s message bus: %s\n",
307 fprintf (stderr, "Must use org.mydomain.Interface.Method notation, no dot in \"%s\"\n",
326 fprintf (stderr, "Must use org.mydomain.Interface.Signal notation, no dot in \"%s\"\n",
336 fprintf (stderr, "Internal error, unknown message type\n")
    [all...]
  /external/dropbear/libtomcrypt/testprof/
base64_test.c 15 fprintf(stderr, "base64 failed %lu %lu %lu", x, l1, l2);
  /external/icu4c/extra/uconv/unicode/
uwmsg.h 8 and print it to stderr
  /external/icu4c/samples/layout/
GnomeGUISupport.cpp 33 fprintf(stderr, "%s: %s\n", title, message);
  /external/iproute2/ip/
ipprefix.c 45 fprintf(stderr, "Not a prefix: %08x %08x %08x\n",
52 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len);
62 fprintf(stderr, "wrong family %d\n", prefix->prefix_family);
66 fprintf(stderr, "wrong ND type %d\n", prefix->prefix_type);
  /external/iproute2/tc/
emp_ematch.l 22 fprintf(stderr, "match argument too long.\n"); \
96 fprintf(stderr, "error: octal escape sequence" \
104 fprintf(stderr, "error: invalid octale escape sequence\n");
114 fprintf(stderr, "error: hexadecimal escape " \
f_flow.c 23 fprintf(stderr,
83 fprintf(stderr, "Unknown flow key \"%s\"\n", s);
147 fprintf(stderr, "Illegal \"handle\"\n");
168 fprintf(stderr, "Illegal \"mask\"\n");
175 fprintf(stderr, "Illegal \"or\"\n");
182 fprintf(stderr, "Illegal \"xor\"\n");
189 fprintf(stderr, "Illegal \"rshift\"\n");
196 fprintf(stderr, "Illegal \"addend\"\n");
203 fprintf(stderr, "Illegal \"divisor\"\n");
210 fprintf(stderr, "Illegal \"baseclass\"\n")
    [all...]
m_gact.c 46 fprintf(stderr, "Usage: ... gact <ACTION> [RAND] [INDEX]\n");
47 fprintf(stderr,
55 fprintf(stderr, "Usage: ... gact <ACTION> [INDEX]\n");
56 fprintf(stderr,
87 fprintf(stderr,"bad action type %s\n",*argv);
143 fprintf(stderr, "Illegal \"random type\"\n");
157 fprintf(stderr, "Illegal probability val 0x%x\n",pp.pval);
161 fprintf(stderr, "Illegal probability val 0x%x\n",pp.pval);
176 fprintf(stderr, "Illegal \"index\"\n");
  /external/quake/quake/src/QW/client/
main.cpp 77 fprintf(stderr,
82 fprintf(stderr, "RegisterNatives failed for '%s'\n", className);
113 fprintf(stderr, "ERROR: GetEnv failed\n");
121 fprintf(stderr, "ERROR: miniglobe native registration failed\n");
  /external/webkit/WebKitTools/MIDLWrapper/
MIDLWrapper.cpp 14 fwprintf(stderr, L"######### im in ur IDE, compiling ur c0des ########\n");
25 fwprintf(stderr, L"Couldn't find PATH environment variable!\n");
31 fwprintf(stderr, L"Couldn't find WebKitTools\\vcbin in PATH!\n");
71 fwprintf(stderr, L"New path: %s\n", envp[pathIndex]);
  /external/webkit/WebKitTools/Scripts/
add-include 38 unless ($filename =~ /(\w+)\.cpp$/) { print STDERR "Command line args must be .cpp files: $filename.\n"; next FILE; }
55 unless (open INPUT, "<", $filename) { print STDERR "File does not exist: $filename\n"; next FILE; }
59 if ($pastIncludes) { print STDERR "Saw more includes after include section in $filename, line $.\n"; next FILE; }
63 unless ($sawConfig) { print STDERR "First include must be config.h in $filename, line $.\n"; next FILE; }
67 unless ($sawSelfInclude) { print STDERR "Second include must be $base.h in $filename, line $.\n"; next FILE; }
79 unless ($currentCondition eq "") { print STDERR "Nested #if in include section in $filename, line $.\n"; next FILE; }
84 unless ($currentCondition ne "") { print STDERR "Extra #endif in include section in $filename, line $.\n"; next FILE; }
94 unless ($currentCondition eq "") { print STDERR "Unterminated #if in include section in $filename, line $.\n"; next FILE; }
119 unless (open OUTPUT, ">", $filename) { print STDERR "Could not open file for writing: $filename\n"; next FILE; };
  /hardware/qcom/gps/loc_api/libloc_api-rpc/rpc_inc/
debug.h 44 fprintf(stderr, "%s(%d) ", __FUNCTION__, __LINE__); \
45 fprintf(stderr, ##x); \
51 fprintf(stderr, "%s:%s:(%d): ", __FILE__, __FUNCTION__, __LINE__); \
52 fprintf(stderr, ##msg); \
  /sdk/emulator/qtools/
read_addr.cpp 8 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
  /system/core/adb/
file_sync_client.c 60 fprintf(stderr,"%lld KB/s (%d 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, "file '%s' does not contain AndroidManifest.xml\n"
    [all...]
  /system/core/cpio/
mkbootfs.c 30 fprintf(stderr,"error: ");
31 vfprintf(stderr, why, ap);
32 fprintf(stderr,"\n");
58 // fprintf(stderr, "_eject %s: mode=0%o\n", out, s->st_mode);
120 fprintf(stderr,"_archive_dir('%s','%s',%d,%d)\n",
131 fprintf(stderr, "failed to allocate dir names array (size %d)\n", size);
146 fprintf(stderr, "failed to reallocate dir names array (size %d)\n",
153 fprintf(stderr, "failed to strdup name \"%s\"\n",
189 fprintf(stderr,"_archive('%s','%s',%d,%d)\n",
  /system/core/toolbox/
cmp.c 38 fprintf(stderr, "%s: invalid option -%c\n",
45 fprintf(stderr, "Usage: %s [-b] [-l] [-n count] file1 file2\n", argv[0]);
51 fprintf(stderr, "could not open %s, %s\n", argv[optind], strerror(errno));
57 fprintf(stderr, "could not open %s, %s\n", argv[optind+1], strerror(errno));
kill.c 27 fprintf(stderr, "could not kill pid %d: %s\n", pid, strerror(errno));
nandread.c 75 fprintf(stderr, "%s [-d <dev>] [-f file] [-s sparesize] [-vh]\n"
86 fprintf(stderr, "%s: invalid option -%c\n",
93 fprintf(stderr, "%s: extra arguments\n", argv[0]);
97 fprintf(stderr, "%s: specify device name\n", argv[0]);
103 fprintf(stderr, "cannot open %s, %s\n", devname, strerror(errno));
110 fprintf(stderr, "cannot open %s, %s\n", filename, strerror(errno));
118 fprintf(stderr, "cannot open %s, %s\n", statusfilename, strerror(errno));
125 fprintf(stderr, "failed get mtd info for %s, %s\n",
139 fprintf(stderr, "failed allocate readbuffer size %u\n",
151 fprintf(stderr, "failed get ecc layout for %s, %s\n"
    [all...]
sendevent.c 57 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));
  /system/extras/tests/framebuffer/
fb_test.c 113 fprintf(stderr,"active fb swap failed!\n");
120 fprintf(stderr,"vi.xres = %d\n", vi->xres);
121 fprintf(stderr,"vi.yres = %d\n", vi->yres);
122 fprintf(stderr,"vi.xresv = %d\n", vi->xres_virtual);
123 fprintf(stderr,"vi.yresv = %d\n", vi->yres_virtual);
124 fprintf(stderr,"vi.xoff = %d\n", vi->xoffset);
125 fprintf(stderr,"vi.yoff = %d\n", vi->yoffset);
126 fprintf(stderr, "vi.bits_per_pixel = %d\n", vi->bits_per_pixel);
128 fprintf(stderr, "fi.line_length = %d\n", fi->line_length);
  /external/libpng/contrib/pngminus/
pnm2png.c 34 #define STDERR 2
84 fprintf (stderr, "PNM2PNG\n");
85 fprintf (stderr, "Error: alpha-channel file %s does not exist\n",
96 fprintf (stderr, "PNM2PNG\n");
97 fprintf (stderr, "Error: unknown option %s\n", argv[argi]);
107 fprintf (stderr, "PNM2PNG\n");
108 fprintf (stderr, "Error: file %s does not exist\n", argv[argi]);
116 fprintf (stderr, "PNM2PNG\n");
117 fprintf (stderr, "Error: can not create PNG-file %s\n", argv[argi]);
123 fprintf (stderr, "PNM2PNG\n")
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/osf/
SDL_syscdrom.c 91 fprintf(stderr, "Device Type: %s\n", devtype[inq.perfdt]);
92 fprintf(stderr, "Vendor: %.8s\n", inq.vndrid);
93 fprintf(stderr, "Product: %.8s\n", inq.prodid);
94 fprintf(stderr, "Revision: %.8s\n", inq.revlvl);
116 fprintf(stderr, "Duplicate drive detected: %s == %s\n", drive, SDL_cdlist[i]);
132 fprintf(stderr, "Added CD-ROM drive: %s\n", drive);
218 fprintf(stderr, "Try to add drive: %s\n", drive);
226 fprintf(stderr, "cannot open dir: %s\n", checklist[i].dir);
252 fprintf(stderr,"ioctl error CDROM_TOC_HEADER\n");
260 fprintf(stderr,"hdr.th_data_len1 = %d\n", hdr.th_data_len1)
    [all...]

Completed in 323 milliseconds

1 2 3 4 5 6 7 891011>>