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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/opengl/tests/gl2_basic/
gl2_basic.cpp 35 // fprintf(stderr, "printGLString %s, %d\n", name, s);
38 // fprintf(stderr, "glGetError() = %d, result of glGetString = %x\n", error,
41 // fprintf(stderr, "GL %s = %s\n", name, v);
43 // fprintf(stderr, "GL %s = (null) 0x%08x\n", name, (unsigned int) v);
44 fprintf(stderr, "GL %s = %s\n", name, v);
49 fprintf(stderr, "%s() returned %d\n", op, returnVal);
54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
62 fprintf(stderr, "after %s() glError (0x%x)\n", op, error);
90 fprintf(stderr, "Could not compile shader %d:\n%s\n",
129 fprintf(stderr, "Could not link program:\n%s\n", buf)
    [all...]
  /build/tools/kcm/
kcm.cpp 68 fprintf(stderr, "kcm: error opening file for read: %s\n", filename);
120 fprintf(stderr, "%s:%d: invalid property line: %s\n",
131 fprintf(stderr, "%s:%d: property missing closing ]: %s\n",
148 fprintf(stderr, "%s:%d: keycode %d already defined\n",
150 fprintf(stderr, "%s:%d: previously defined here\n",
167 fprintf(stderr, "%s:%d: too many errors. stopping.\n", filename,
177 fprintf(stderr, "%s: key character map must contain type property.\n",
193 fprintf(stderr, "%s:%d: keyboard type must be one of NUMERIC, Q14 "
203 fprintf(stderr, "kcm: error opening file for write: %s\n", outfilename);
261 fprintf(stderr, "kcm: fatal error writing to file: %s\n", outfilename)
    [all...]
  /external/iproute2/genl/
ctrl.c 31 fprintf(stderr,"Usage: ctrl <CMD>\n" \
64 fprintf(stderr, "Cannot open generic netlink socket\n");
71 fprintf(stderr, "Error talking to the kernel\n");
82 fprintf(stderr, "Not a controller message, nlmsg_len=%d "
88 fprintf(stderr, "Unknown controller command %d\n", ghdr->cmd);
95 fprintf(stderr, "wrong controller message len %d\n", len);
103 fprintf(stderr, "Missing family id TLV\n");
191 fprintf(stderr, "Not a controller message, nlmsg_len=%d "
201 fprintf(stderr, "Unknown controller command %d\n", ghdr->cmd);
208 fprintf(stderr, "wrong controller message len %d\n", len)
    [all...]
  /external/iproute2/tc/
f_rsvp.c 29 fprintf(stderr, "Usage: ... rsvp ipproto PROTOCOL session DST[/PORT | GPI ]\n");
30 fprintf(stderr, " [ sender SRC[/PORT | GPI ]\n");
31 fprintf(stderr, " [ classid CLASSID ] [ police POLICE_SPEC ]\n");
32 fprintf(stderr, " [ tunnelid ID ] [ tunnel ID skip NUMBER ]\n");
33 fprintf(stderr, "Where: GPI := { flowlabel NUMBER | spi/ah SPI | spi/esp SPI |\n");
34 fprintf(stderr, " u{8|16|32} NUMBER mask MASK at OFFSET}\n");
35 fprintf(stderr, " POLICE_SPEC := ... look at TBF\n");
36 fprintf(stderr, " FILTERID := X:Y\n");
37 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n");
185 fprintf(stderr, "Illegal \"handle\"\n")
    [all...]
  /external/tcpdump/
tcpdump.c 316 (void) fprintf(stderr, "Data link types (use option -y to set):\n");
321 (void) fprintf(stderr, " %s (%s)", dlt_name,
328 (void) fprintf(stderr, " (not supported)");
331 (void) fprintf(stderr, " DLT %d (not supported)\n",
379 fprintf(stderr, "tcpdump: Chroot without dropping root is insecure\n");
387 fprintf(stderr, "tcpdump: Couldn't chroot/chdir to '%.64s': %s\n",
394 fprintf(stderr, "tcpdump: Couldn't change to '%.32s' uid=%lu gid=%lu: %s\n",
403 fprintf(stderr, "tcpdump: Couldn't find user '%.32s'\n",
649 (void)fprintf(stderr, "%s: ignoring option `-m %s' ",
651 (void)fprintf(stderr, "(no libsmi support)\n")
    [all...]
  /external/jpeg/
djpeg.c 93 fprintf(stderr, "usage: %s [switches] ", progname);
95 fprintf(stderr, "inputfile outputfile\n");
97 fprintf(stderr, "[inputfile]\n");
100 fprintf(stderr, "Switches (names may be abbreviated):\n");
101 fprintf(stderr, " -colors N Reduce image to no more than N colors\n");
102 fprintf(stderr, " -fast Fast, low-quality processing\n");
103 fprintf(stderr, " -grayscale Force grayscale output\n");
105 fprintf(stderr, " -scale M/N Scale output image by fraction M/N, eg, 1/8\n");
108 fprintf(stderr, " -bmp Select BMP output format (Windows style)%s\n",
112 fprintf(stderr, " -gif Select GIF output format%s\n"
    [all...]
wrjpgcom.c 87 #define ERREXIT(msg) (fprintf(stderr, "%s\n", msg), exit(EXIT_FAILURE))
206 fprintf(stderr, "Warning: garbage data found in JPEG file\n");
354 fprintf(stderr, "wrjpgcom inserts a textual comment in a JPEG file.\n");
355 fprintf(stderr, "You can add to or replace any existing comment(s).\n");
357 fprintf(stderr, "Usage: %s [switches] ", progname);
359 fprintf(stderr, "inputfile outputfile\n");
361 fprintf(stderr, "[inputfile]\n");
364 fprintf(stderr, "Switches (names may be abbreviated):\n");
365 fprintf(stderr, " -replace Delete any existing comments\n");
366 fprintf(stderr, " -comment \"text\" Insert comment with given text\n")
    [all...]
  /external/libpng/
pngtest.c 103 /* #define STDERR stderr */
104 #define STDERR stdout /* For DOS */
468 fprintf(STDERR, "%s: libpng warning: %s\n", name, message);
470 fprintf(STDERR, "%s: libpng warning: %s\n", test, message);
571 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
575 fprintf(STDERR, "WARNING: freeing NULL pointer\n");
591 fprintf(STDERR, "Duplicate free of memory\n");
601 fprintf(STDERR, "Pointer %x not found\n", (unsigned int)ptr);
728 fprintf(STDERR, "Could not find input file %s\n", inname)
    [all...]
  /external/openssl/crypto/bn/
bntest.c 132 fprintf(stderr, "test %s\n", m);
312 ERR_print_errors_fp(stderr);
351 fprintf(stderr,"Add test failed!\n");
402 fprintf(stderr,"Subtract test failed!\n");
464 fprintf(stderr,"Division test failed!\n");
539 fprintf(stderr,"Division (word) test failed!\n");
603 fprintf(stderr,"Reciprocal division test failed!\n");
604 fprintf(stderr,"a=");
605 BN_print_fp(stderr,&a);
606 fprintf(stderr,"\nb=")
    [all...]
  /external/dbus/tools/
dbus-launch.c 56 fprintf (stderr, "machine ID '%s' looks like it's the wrong length, should be 32 hex digits",
87 fprintf (stderr, "%lu: ", (unsigned long) getpid ());
90 vfprintf (stderr, format, args);
97 fprintf (stderr, "dbus-launch [--version] [--help] [--sh-syntax] [--csh-syntax] [--auto-syntax] [--exit-with-session]\n");
257 fprintf (stderr, "Failed to write data to pipe! %s\n",
407 fprintf (stderr, "No terminal on standard input and no X display; cannot attach message bus to session lifetime\n");
470 fprintf (stderr, "dbus-launch: error reading from stdin: %s\n",
506 fprintf (stderr, "Could not change to root directory: %s\n",
511 /* Close stdout/stderr so we don't block an "eval" or otherwise
527 fprintf (stderr, "Failed to open /dev/null: %s\n"
    [all...]
dbus-cleanup-sockets.c 62 fprintf (stderr, "Allocation of %d bytes failed\n",
85 fprintf (stderr, "Reallocation of %d bytes failed\n",
170 fprintf (stderr, "Failed to open directory %s: %s\n",
208 fprintf (stderr, "Warning: giving up on socket %s after several retries; unable to determine socket's status\n",
218 fprintf (stderr, "Warning: failed to open a socket to use for connecting: %s\n",
225 fprintf (stderr, "Warning: failed set socket %s nonblocking: %s\n",
254 fprintf (stderr, "Warning: unexpected error connecting to socket %s: %s\n",
281 fprintf (stderr, "Internal error, socket has fd kept open while status = %d\n",
297 fprintf (stderr, "Warning: Failed to delete %s: %s\n",
316 fprintf (stderr, "Bad status from open_socket(), should not happen\n")
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/aix/
SDL_syscdrom.c 103 fprintf(stderr, "Could not open drive %s (%s)\n", drive, strerror(errno));
122 fprintf(stderr, "Duplicate drive detected: %s == %s\n", drive, SDL_cdlist[i]);
138 fprintf(stderr, "Added CD-ROM drive: %s\n", drive);
154 fprintf(stderr, "Could not allocate 10 bytes in aix/SDL_syscdrom.c:CheckMounts\n" );
172 fprintf(stderr,
181 fprintf(stderr, "Error reading vmount structures\n");
189 fprintf ( stderr, "Read %d vmount structures\n",ret );
203 fprintf(stderr, "Checking mount path: %s mounted on %s\n",
242 fprintf(stderr,
271 fprintf(stderr,"Found unmounted CD ROM drive with device name %s", entry->fs_spec)
    [all...]
  /system/core/toolbox/
getevent.c 45 fprintf(stderr, "failed to allocate buffer of size %d\n", bits_size);
135 fprintf(stderr, "could not open %s, %s\n", device, strerror(errno));
141 fprintf(stderr, "could not get driver version for %s, %s\n", device, strerror(errno));
146 fprintf(stderr, "could not get driver id for %s, %s\n", device, strerror(errno));
153 //fprintf(stderr, "could not get device name for %s, %s\n", device, strerror(errno));
157 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno));
161 //fprintf(stderr, "could not get idstring for %s, %s\n", device, strerror(errno));
167 fprintf(stderr, "out of memory\n");
173 fprintf(stderr, "out of memory\n");
223 fprintf(stderr, "remote device: %s not found\n", device)
    [all...]
  /external/iproute2/misc/
lnstat.c 55 fprintf(stderr, "%s Version %s\n", name, LNSTAT_VERSION);
56 fprintf(stderr, "Copyright (C) 2004 by Harald Welte "
58 fprintf(stderr, "This program is free software licensed under GNU GPLv2"
60 fprintf(stderr, "Parameters:\n");
61 fprintf(stderr, "\t-V --version\t\tPrint Version of Program\n");
62 fprintf(stderr, "\t-c --count <count>\t"
64 fprintf(stderr, "\t-d --dumpt\t\t"
66 fprintf(stderr, "\t-f --file <file>\tStatistics file to use\n");
67 fprintf(stderr, "\t-h --help\t\tThis help message\n");
68 fprintf(stderr, "\t-i --interval <intv>\t
    [all...]
  /bionic/libc/kernel/tools/
find_headers.py 70 sys.stderr.write( "error: directory '%s' does not exist\n" % kernel_root )
74 sys.stderr.write( "error: '%s' is not a directory\n" % kernel_root )
78 sys.stderr.write( "error: '%s' does not have a 'linux' directory\n" % kernel_root )
82 sys.stderr.write( "error: file '%s' does not exist\n" % wanted_config )
86 sys.stderr.write( "error: '%s' is not a file\n" % wanted_config )
112 sys.stderr.write( "error: when parsing kernel_headers, 'arm' architecture only is supported at the moment\n" )
119 sys.stderr.write( "error: the following requested architectures are not in the kernel tree: " )
121 sys.stderr.write( " %s" % a )
122 sys.stderr.write( "\n" )
141 sys.stderr.write( "error: can't parse '%s'" % wanted_config
    [all...]
  /dalvik/libdex/
CmdUtils.c 46 fprintf(stderr, "Unable to open '%s' as zip archive\n",
55 fprintf(stderr, "Unable to create output file '%s': %s\n",
66 fprintf(stderr, "Unable to find '%s' in '%s'\n",
74 fprintf(stderr, "Extract of '%s' from '%s' failed\n",
113 fprintf(stderr,
143 fprintf(stderr, "Not Zip, retrying as DEX\n");
147 fprintf(stderr, "Zip has no classes.dex\n");
159 fprintf(stderr, "ERROR: unable to open '%s': %s\n",
166 fprintf(stderr, "ERROR: Unable to map %s\n", fileName);
181 fprintf(stderr, "Warning: unable to remove temp '%s'\n"
    [all...]
  /external/bluetooth/glib/gobject/
gobject-query.c 106 g_fprintf (stderr, "usage: gobject-query <qualifier> [-r <type>] [-{i|b} \"\"] [-s #] [-{h|x|y}]\n");
107 g_fprintf (stderr, " -r specifiy root type\n");
108 g_fprintf (stderr, " -n don't descend type tree\n");
109 g_fprintf (stderr, " -h guess what ;)\n");
110 g_fprintf (stderr, " -b specify indent string\n");
111 g_fprintf (stderr, " -i specify incremental indent string\n");
112 g_fprintf (stderr, " -s specify line spacing\n");
113 g_fprintf (stderr, "qualifiers:\n");
114 g_fprintf (stderr, " froots iterate over fundamental roots\n");
115 g_fprintf (stderr, " tree print type tree\n")
    [all...]
  /external/icu4c/samples/coll/
coll.cpp 99 fprintf(stderr, "value expected for \"%s\" option.\n",
108 fprintf(stderr, "value expected for \"%s\" option.\n",
115 fprintf(stderr,
127 fprintf(stderr, "Unrecognized option \"%s\"\n", pArgName);
171 fprintf(stderr, "Collator creation failed.: %d\n", status);
175 fprintf(stderr, "Warning, U_USING_DEFAULT_WARNING for %s\n",
179 fprintf(stderr, "Warning, U_USING_FALLBACK_ERROR for %s\n",
224 fprintf(stderr, "-level param must be between 1 and 5\n");
229 fprintf(stderr, "Collator attribute setting failed.: %d\n", status);
247 fprintf(stderr, "Error creating collator for comparison\n")
    [all...]
  /development/simulator/wrapsim/
LaunchWrapper.c 46 fprintf(stderr,
49 fprintf(stderr, "LW WARNING: "
78 fprintf(stderr, "LW WARNING: "
115 * Redirect stdout/stderr to the specified file. If "fileName" is NULL,
129 fflush(stderr);
133 fprintf(stderr, "ERROR: unable to open '%s' for writing\n",
154 fprintf(stderr, "execvp %s failed: %s\n", argv[0], strerror(errno));
167 fprintf(stderr, "fork() failed: %s\n", strerror(errno));
176 fprintf(stderr, "execvp %s failed: %s\n", argv[0], strerror(errno));
194 fprintf(stderr, "waitpid failed: %s\n", strerror(errno))
    [all...]
  /external/e2fsprogs/misc/
util.c 71 fflush(stderr);
93 fprintf(stderr, _("Could not stat %s --- %s\n"),
97 "did you specify it correctly?\n"), stderr);
156 fprintf(stderr, _("%s is mounted; "), device);
159 "incorrect.\n"), stderr);
163 fprintf(stderr, _("will not make a %s here!\n"), type);
167 fprintf(stderr, _("%s is apparently in use by the system; "),
170 fputs(_("mke2fs forced anyway.\n"), stderr);
187 "options!\n"), stderr);
236 "1024 and 102400 filesystem blocks.\n\n"), stderr);
    [all...]
  /external/icu4c/samples/strsrch/
strsrch.cpp 110 fprintf(stderr, "value expected for \"%s\" option.\n",
119 fprintf(stderr, "value expected for \"%s\" option.\n",
126 fprintf(stderr,
138 fprintf(stderr, "Unrecognized option \"%s\"\n", pArgName);
162 fprintf(stderr, "Collator creation failed.: %d\n", status);
166 fprintf(stderr, "Warning, U_USING_DEFAULT_WARNING for %s\n",
170 fprintf(stderr, "Warning, U_USING_FALLBACK_ERROR for %s\n",
215 fprintf(stderr, "-level param must be between 1 and 5\n");
220 fprintf(stderr, "Collator attribute setting failed.: %d\n", status);
247 fprintf(stderr, "Error setting search attributes\n")
    [all...]
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 125 fprintf(stderr, "file %s not an HCD file\n", optarg);
132 fprintf(stderr, "file %s not an HCD file\n", optarg);
137 fprintf(stderr, "file %s could not be opened, error %d\n", optarg, errno);
148 fprintf(stderr, "Baudrate not supported!");
312 fprintf(stderr, "port %s could not be opened, error %d\n", argv[2], errno);
357 fprintf(stderr, "\n");
360 fprintf(stderr, "%02x ", out[i]);
363 fprintf(stderr, "\n");
389 fprintf(stderr, "received %d\n", count);
398 fprintf(stderr, "writing\n")
    [all...]
  /system/extras/showslab/
showslab.c 74 fprintf(stderr, "cannot read from " SLABINFO_FILE "\n");
79 fprintf(stderr, "unable to parse slabinfo version!\n");
84 fprintf(stderr, "we only support slabinfo 2.0 and 2.1!\n");
116 fprintf(stderr, "unrecognizable data in slabinfo!\n");
291 fprintf(stderr, "usage: %s [options]\n\n", argv[0]);
292 fprintf(stderr, "options:\n");
293 fprintf(stderr, " -s S specify sort criteria S\n");
294 fprintf(stderr, " -h display this help\n\n");
295 fprintf(stderr, "Valid sort criteria:\n");
296 fprintf(stderr, " a: number of Active objects\n")
    [all...]
  /external/dropbear/libtomcrypt/testprof/
rsa_test.c 90 fprintf(stderr, "RSA private export failed to match OpenSSL output, %lu, %lu\n", len, (unsigned long)sizeof(openssl_private_rsa));
97 fprintf(stderr, "RSA(private) public export failed to match OpenSSL output\n");
107 fprintf(stderr, "RSA(public) stripped public import failed to match OpenSSL output\n");
117 fprintf(stderr, "RSA(public) SSL public import failed to match OpenSSL output\n");
140 fprintf(stderr, "rsa_test requires SHA1 and yarrow");
148 fprintf(stderr, "rsa_1024 key modulus has %d bits\n", mp_count_bits(key.N));
152 fprintf(stderr, "N == \n");
154 fprintf(stderr, "%02x ", tmp[cnt]);
155 if (!(++cnt & 15)) fprintf(stderr, "\n");
160 fprintf(stderr, "p == \n")
    [all...]
  /external/clearsilver/python/examples/base/
log.py 36 sys.stderr.write("[%s] %s" % (time_stamp, astr))
38 sys.stderr.write("[%s] %s\n" % (time_stamp, astr))
48 sys.stderr.write("[%s] %s" % (time_stamp, astr))
50 sys.stderr.write("[%s] %s\n" % (time_stamp, astr))
51 # sys.stderr.flush()
98 sys.stderr.write(log_line)

Completed in 1210 milliseconds

1 2 3 4 5 67 8 91011>>