HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 1276 - 1300 of 2255) sorted by null

<<51525354555657585960>>

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 544 fprintf (stderr, " : Error \n");
749 fprintf(stderr, "Error:Fill Data Pipe failed to open\n");
756 fprintf(stderr, "Error:Empty Data Pipe failed to open\n");
763 fprintf(stderr, "Error:Empty Data Pipe failed to open\n");
831 fprintf (stderr,"Error in Get Handle function\n");
    [all...]
  /external/strace/
syscall.c 435 fprintf(stderr, "strace: invalid %s `%s'\n",
934 fprintf(stderr, "Unknown value CS=0x%02X while "
966 fprintf(stderr,
1055 fprintf(stderr, "syscall: unknown syscall trap 0x%08lx\n",
1068 fprintf(stderr, "pid %d stray syscall entry\n", tcp->pid);
1073 fprintf(stderr, "pid %d stray syscall exit\n", tcp->pid);
1091 fprintf (stderr, "stray syscall exit: v0 = %ld\n", scno);
1120 fprintf (stderr, "stray syscall exit: r0 = %ld\n", scno);
1157 fprintf(stderr,"syscall: SunOS no support\n");
1165 fprintf(stderr,"syscall: NetBSD/FreeBSD not supported\n")
    [all...]
  /external/dbus/dbus/
dbus-sha.c 572 fprintf (stderr, "could not parse length at start of compact string: %s\n",
582 fprintf (stderr, "could not parse start bit 'b' in compact string: %s\n",
589 fprintf (stderr, "the value 'b' must be 0 or 1, see sha-1/Readme.txt\n");
609 fprintf (stderr, "could not parse bit count in compact string\n");
650 fprintf (stderr, "Expected length %d bytes %d bits for compact string, got %d bytes\n",
784 fprintf (stderr, "could not load test data file %s: %s\n",
793 fprintf (stderr, "could not load results data file %s: %s\n",
868 fprintf (stderr, "Failed to decode line %d as a compact string\n",
878 fprintf (stderr, "Failed to read an expected result\n");
884 fprintf (stderr, " for line %d got hash %s expected %s\n"
    [all...]
  /external/dropbear/
scp.c 131 fprintf(stderr, "Executing:");
133 fprintf(stderr, " %s", a->list[i]);
134 fprintf(stderr, "\n");
174 fprintf(stderr,
655 fprintf(stderr, "Sending file modes: %s", buf);
741 fprintf(stderr, "Entering directory: %s", path);
870 fprintf(stderr, "Sink: %s", buf);
1144 (void) fprintf(stderr,
1170 vfprintf(stderr, fmt, ap);
1172 fprintf(stderr, "\n")
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 151 fprintf(stderr, "XME: set_best_resolution(): w = %d, h = %d\n",
169 fprintf(stderr, "XME: set_best_resolution: "
188 fprintf(stderr, "XRANDR: set_best_resolution(): w = %d, h = %d\n",
213 fprintf(stderr, "XRANDR: set_best_resolution: "
246 fprintf(stderr, "XME: get_real_resolution: w = %d h = %d\n", *w, *h);
282 fprintf(stderr, "XRANDR: get_real_resolution: w = %d h = %d\n", *w, *h);
581 fprintf(stderr, "XRANDR: XRRQueryVersion: V%d.%d\n",
609 fprintf(stderr, "XRANDR: mode = %4d, w = %4d, h = %4d\n",
720 fprintf(stderr, "XME: nummodes = %d, active mode = %d\n",
739 fprintf(stderr, "XME: mode = %4d, w = %4d, h = %4d\n"
    [all...]
  /external/chromium/testing/gmock/scripts/
upload.py 110 """Print an error message to stderr and exit."""
111 print >>sys.stderr, msg
260 print >>sys.stderr, "Invalid username or password."
263 print >>sys.stderr, (
269 print >>sys.stderr, "Account not verified."
272 print >>sys.stderr, "User has not agreed to TOS."
275 print >>sys.stderr, "The user account has been deleted."
278 print >>sys.stderr, "The user account has been disabled."
281 print >>sys.stderr, ("The user's access to the service has been "
285 print >>sys.stderr, "The service is not available; try again later.
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 110 """Print an error message to stderr and exit."""
111 print >>sys.stderr, msg
260 print >>sys.stderr, "Invalid username or password."
263 print >>sys.stderr, (
269 print >>sys.stderr, "Account not verified."
272 print >>sys.stderr, "User has not agreed to TOS."
275 print >>sys.stderr, "The user account has been deleted."
278 print >>sys.stderr, "The user account has been disabled."
281 print >>sys.stderr, ("The user's access to the service has been "
285 print >>sys.stderr, "The service is not available; try again later.
    [all...]
  /external/icu4c/common/
triedict.cpp 734 fprintf(stderr, "ERROR: horizontal link %d, logical node %d maps to physical node zero\n",
772 fprintf(stderr, "ERROR: vertical link, logical node %d maps to physical node zero\n",
    [all...]
umapfile.c 425 fprintf(stderr, "dllload: %s ", pathBuffer);
431 fprintf(stderr, " -> %08X\n", handle );
444 fprintf(stderr, "dllqueryvar(%08X, %s) -> %08X\n", handle, U_ICUDATA_ENTRY_NAME, val);
  /external/bluetooth/bluez/compat/
fakehid.c 67 if (fd <= fileno(stderr))
89 fprintf(stderr, "Can't open input device: %s (%d)\n",
107 fprintf(stderr, "Can't write device information: %s (%d)\n",
152 fprintf(stderr, "Can't create socket: %s (%d)\n",
162 fprintf(stderr, "Can't bind socket: %s (%d)\n",
174 fprintf(stderr, "Can't connect: %s (%d)\n",
  /external/iproute2/misc/
nstat.c 439 fprintf(stderr,
477 fprintf(stderr, "nstat: invalid time constant divisor\n");
558 fprintf(stderr, "nstat: something is so wrong with history file, that I prefer not to proceed.\n");
570 fprintf(stderr, "nstat: history is aged out, resetting\n");
589 fprintf(stderr, "nstat: history is stale, ignoring it.\n");
597 fprintf(stderr, "nstat: history is stale, ignoring it.\n");
  /external/iptables/iptables/
iptables-xml.c 21 #define DEBUGP(x, args...) fprintf(stderr, x, ## args)
55 fprintf(stderr, "Usage: %s [-c] [-v] [-h]\n"
653 fprintf(stderr, "Can't open %s: %s", argv[optind],
658 fprintf(stderr, "Unknown arguments found on commandline");
857 fprintf(stderr, "%s: line %u failed\n",
863 fprintf(stderr, "%s: COMMIT expected at line %u\n",
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 69 fprintf(stderr, "Failed to restore initial color profile for main display! Open System Preferences > Displays > Color and manually re-select the profile. (Error: %i)", error);
87 fprintf(stderr, "Failed to retrieve current color profile for main display, thus it won't be changed. Many pixel tests may fail as a result. (Error: %i)", error);
97 fprintf(stderr, "Failed to set color profile for main display! Many pixel tests may fail as a result. (Error: %i)", error);
  /dalvik/dexopt/
OptMain.cpp 342 * Use stderr here, since this variant is meant to be called on
345 fprintf(stderr, "Wrong number of args for --preopt (found %d)\n",
357 fprintf(stderr, "Either 'u=y' or 'u=n' must be specified\n");
572 fprintf(stderr,
  /development/tools/a3dconvert/
ObjLoader.cpp 63 fprintf(stderr, "Encountered error reading geometry data");
71 fprintf(stderr, "Negative indices are not supported. Skipping face\n");
201 fprintf(stderr, "Failed to read file %s.\n", fileName);
  /external/e2fsprogs/misc/
filefrag.c 18 fputs("This program is only supported on Linux!\n", stderr);
103 fprintf(stderr, "No permission to use FIBMAP ioctl; "
379 fprintf(stderr, "Usage: %s [-Bbvsx] file ...\n", progname);
  /external/icu4c/i18n/
islamcal.cpp 35 fprintf(stderr, "%s:%d: ", f, l);
42 vfprintf(stderr, pat, ap);
43 fflush(stderr);
  /external/icu4c/samples/uresb/
uresb.c 94 fprintf(stderr,
99 fprintf(stderr,
145 outerr = u_finit(stderr, locale, encoding);
  /external/mtpd/
mtpd.c 244 fprintf(stderr, "%c: ", levels[level]);
246 vfprintf(stderr, format, ap);
248 fputc('\n', stderr);
  /external/openssl/crypto/txt_db/
txt_db.c 160 fprintf(stderr,"wrong number of fields on line %ld (looking for field %d, got %d, '%s' left)\n",ln,num,n,f);
169 fprintf(stderr,"failure in sk_push\n");
181 if (er == 1) fprintf(stderr,"OPENSSL_malloc failure\n");
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/freebsd/
SDL_syscdrom.c 108 fprintf(stderr, "Duplicate drive detected: %s == %s\n", drive, SDL_cdlist[i]);
124 fprintf(stderr, "Added CD-ROM drive: %s\n", drive);
356 fprintf(stderr, "Trying to play from %d:%d:%d to %d:%d:%d\n",
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/openbsd/
SDL_syscdrom.c 113 fprintf(stderr, "Duplicate drive detected: %s == %s\n", drive, SDL_cdlist[i]);
129 fprintf(stderr, "Added CD-ROM drive: %s\n", drive);
365 fprintf(stderr, "Trying to play from %d:%d:%d to %d:%d:%d\n",
  /external/webkit/Source/WebCore/bridge/jni/
JNIUtility.cpp 142 fprintf(stderr, "\n");
159 fprintf(stderr, "\n");
342 fprintf(stderr, "\n");
  /frameworks/base/cmds/stagefright/
stream.cpp 301 fprintf(stderr, "Usage: %s filename\n", argv[0]);
348 fprintf(stderr, "Failed to open file '%s'.", argv[1]);
370 fprintf(stderr, "failed to instantiate player.\n");

Completed in 1538 milliseconds

<<51525354555657585960>>