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

1 2 34 5 6 7 8 91011>>

  /external/speex/libspeex/
fixed_debug.h 55 fprintf (stderr, "NEG16: input is not short: %d\n", (int)x);
59 fprintf (stderr, "NEG16: output is not short: %d\n", (int)res);
68 fprintf (stderr, "NEG16: input is not int: %d\n", (int)x);
72 fprintf (stderr, "NEG16: output is not int: %d\n", (int)res);
83 fprintf (stderr, "EXTRACT16: input is not short: %d in %s: line %d\n", x, file, line);
96 fprintf (stderr, "EXTEND32: input is not short: %d in %s: line %d\n", x, file, line);
109 fprintf (stderr, "SHR16: inputs are not short: %d >> %d in %s: line %d\n", a, shift, file, line);
113 fprintf (stderr, "SHR16: output is not short: %d in %s: line %d\n", res, file, line);
123 fprintf (stderr, "SHL16: inputs are not short: %d %d in %s: line %d\n", a, shift, file, line);
127 fprintf (stderr, "SHL16: output is not short: %d in %s: line %d\n", res, file, line)
    [all...]
  /development/tools/etc1tool/
etc1tool.cpp 35 vfprintf(stderr, message, ap);
37 fprintf(stderr, "\n\n");
38 fprintf(stderr, "usage:\n");
41 stderr,
44 fprintf(stderr, "\tDefault is --encode\n");
45 fprintf(stderr, "\t\t--help print this usage information.\n");
46 fprintf(stderr,
49 stderr,
51 fprintf(stderr,
53 fprintf(stderr,
    [all...]
  /external/bluetooth/glib/tests/
unicode-caseconv.c 31 fprintf (stderr, "Failed to open %s\n", filename );
54 fprintf (stderr, "Cannot set locale to %s, skipping\n", locale);
73 fprintf (stderr, "Failure: toupper(%s) == %s, should have been %s\n",
83 fprintf (stderr, "Failure: tolower(%s) == %s, should have been %s\n",
101 fprintf (stderr, "Failed to open %s\n", filename );
119 fprintf (stderr, "Failure: casefold(%s) == '%s', should have been '%s'\n",
  /external/dbus/test/name-test/
test-names.c 102 fprintf (stderr, "Error appending args\n") ;
113 fprintf (stderr, "Error calling ListQueuedOwners: %s\n", error.message);
126 fprintf (stderr, "Error getting args: %s\n", error.message);
135 fprintf (stderr, "There are %i connections in the queue,"
156 fprintf (stderr,
167 fprintf (stderr,
227 fprintf (stderr, "Error getting args: %s\n", error.message);
245 fprintf (stderr, "Did not recive the expected %s.%s signal!!!\n", interface, member);
285 fprintf (stderr, "Error getting args: %s\n", error.message);
304 fprintf (stderr, "Error: name %s was expected to be acquired but we got %s instead\n", acquired_name, an)
    [all...]
  /external/dropbear/libtomcrypt/testprof/
dsa_test.c 17 if (stat1 == 0) { fprintf(stderr, "dsa_verify_key "); return 1; }
29 fprintf(stderr, "dsa_decrypt failed, y == %lu\n", y);
44 if (!(stat1 == 1 && stat2 == 0)) { fprintf(stderr, "dsa_verify %d %d", stat1, stat2); return 1; }
53 if (stat1 == 0) { fprintf(stderr, "dsa_verify (import private) %d ", stat1); return 1; }
63 if (stat1 == 0) { fprintf(stderr, "dsa_verify (import public) %d ", stat1); return 1; }
74 fprintf(stderr, "NOP");
  /external/iproute2/tc/
q_sfq.c 28 fprintf(stderr, "Usage: ... sfq [ limit NUMBER ] [ perturb SECS ] [ quantum BYTES ]\n");
44 fprintf(stderr, "Illegal \"limit\"\n");
51 fprintf(stderr, "Illegal \"perturb\"\n");
58 fprintf(stderr, "Illegal \"limit\"\n");
62 fprintf(stderr, "Illegal \"limit\", must be > 1\n");
70 fprintf(stderr, "What is \"%s\"?\n", *argv);
tc_filter.c 33 fprintf(stderr, "Usage: tc filter [ add | del | change | replace | show ] dev STRING\n");
34 fprintf(stderr, " [ pref PRIO ] protocol PROTO\n");
35 fprintf(stderr, " [ estimator INTERVAL TIME_CONSTANT ]\n");
36 fprintf(stderr, " [ root | classid CLASSID ] [ handle FILTERID ]\n");
37 fprintf(stderr, " [ [ FILTER_TYPE ] [ help | OPTIONS ] ]\n");
38 fprintf(stderr, "\n");
39 fprintf(stderr, " tc filter show [ dev STRING ] [ root | parent CLASSID ]\n");
40 fprintf(stderr, "Where:\n");
41 fprintf(stderr, "FILTER_TYPE := { rsvp | u32 | fw | route | etc. }\n");
42 fprintf(stderr, "FILTERID := ... format depends on classifier, see there\n")
    [all...]
f_route.c 30 fprintf(stderr, "Usage: ... route [ from REALM | fromif TAG ] [ to REALM ]\n");
31 fprintf(stderr, " [ flowid CLASSID ] [ police POLICE_SPEC ]\n");
32 fprintf(stderr, " POLICE_SPEC := ... look at TBF\n");
33 fprintf(stderr, " CLASSID := X:Y\n");
34 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n");
51 fprintf(stderr, "Illegal \"handle\"\n");
67 fprintf(stderr, "Illegal \"to\"\n");
77 fprintf(stderr, "Illegal \"from\"\n");
88 fprintf(stderr, "Illegal \"fromif\"\n");
99 fprintf(stderr, "Illegal \"classid\"\n")
    [all...]
  /external/qemu/android/utils/
debug.c 67 /** STDOUT/STDERR REDIRECTION
69 ** allows you to shut temporarily shutdown stdout/stderr
85 err_fd = _fileno(stderr);
102 err_fd = _fileno(stderr);
117 err_fd = fileno(stderr);
134 err_fd = fileno(stderr);
  /system/core/toolbox/
ioctl.c 44 fprintf(stderr, "%s [-l <length>] [-a <argsize>] [-rdh] <device> <ioctlnr>\n"
52 fprintf(stderr, "%s: invalid option -%c\n",
59 fprintf(stderr, "%s: too few arguments\n", argv[0]);
65 fprintf(stderr, "cannot open %s\n", argv[optind]);
89 fprintf(stderr, "%s: too many arguments\n", argv[0]);
112 fprintf(stderr, "ioctl 0x%x failed, %d\n", ioctl_nr, res);
setconsole.c 20 fprintf(stderr, "ioctl( vcfd, VT_ACTIVATE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno), activate_thread_switch_vc);
52 fprintf(stderr, "%s: cannot specify both -g and -t\n", argv[0]);
59 fprintf(stderr, "%s: cannot specify both -g and -t\n", argv[0]);
80 fprintf(stderr, "%s [-d <dev>] [-v <vc>] [-gtncpoh]\n"
92 fprintf(stderr, "%s: invalid option -%c\n",
98 fprintf(stderr,"%s [-d <dev>] [-v <vc>] [-gtncpoh]\n", argv[0]);
104 fprintf(stderr, "cannot open %s\n", ttydev);
113 fprintf(stderr, "ioctl(vcfd, VT_GETSTATE, &vs) failed, %d\n", res);
122 fprintf(stderr, "ioctl(vcfd, VT_OPENQRY, &vtnum) failed, res %d, vtnum %d\n", res, vtnum);
139 fprintf(stderr, "ioctl( vcfd, VT_WAITACTIVE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno), swit (…)
    [all...]
rmmod.c 18 fprintf(stderr, "usage: rmmod <module>\n");
35 fprintf(stderr, "rmmod: delete_module '%s' failed (errno %d)\n",
smd.c 23 fprintf(stderr,"failed to open smd0 - %s\n",
31 fprintf(stderr,"failed to write smd0 (%d) %s\n",
  /system/extras/sound/
playwav.c 65 fprintf(stderr,"too big\n");
69 fprintf(stderr,"prefill\n");
77 fprintf(stderr,"start\n");
83 fprintf(stderr,"%10d\n", stats.out_bytes);
140 fprintf(stderr,"could not allocate %d bytes\n", count);
144 fprintf(stderr,"could not read %d bytes\n", count);
158 fprintf(stderr, "playwav: cannot open '%s'\n", fn);
162 fprintf(stderr, "playwav: cannot read header\n");
165 fprintf(stderr,"playwav: %d ch, %d hz, %d bit, %s\n",
172 fprintf(stderr, "playwav: '%s' is not a riff/wave file\n", fn)
    [all...]
  /external/bzip2/
unzcrash.c 69 //fprintf ( stderr, "(byte %d bit %d mask %d)",
82 fprintf ( stderr, "usage: unzcrash filename\n" );
88 fprintf ( stderr, "unzcrash: can't open %s\n", argv[1] );
93 fprintf ( stderr, "%d bytes read\n", nIn );
100 fprintf ( stderr, "%d after compression\n", nZ );
103 fprintf ( stderr, "bit %d ", bit );
108 fprintf ( stderr, " %d %s ", r, bzerrorstrings[-r] );
111 fprintf ( stderr, "\n" );
114 fprintf(stderr, "nIn/nOut mismatch %d %d\n", nIn, nOut );
119 fprintf(stderr, "mismatch at %d\n", i );
    [all...]
  /external/iproute2/lib/
libnetlink.c 76 fprintf(stderr, "Wrong address length %d\n", addr_len);
80 fprintf(stderr, "Wrong address family %d\n", rth->local.nl_family);
138 fprintf(stderr, "ERROR truncated\n");
199 fprintf(stderr, "netlink receive error %s (%d)\n",
205 fprintf(stderr, "EOF on netlink\n");
232 fprintf(stderr,
249 fprintf(stderr, "Message truncated\n");
253 fprintf(stderr, "!!!Remnant of size %d\n", status);
322 fprintf(stderr, "netlink receive error %s (%d)\n",
327 fprintf(stderr, "EOF on netlink\n")
    [all...]
  /frameworks/base/tools/aapt/
Main.cpp 44 fprintf(stderr, "Android Asset Packaging Tool\n\n");
45 fprintf(stderr, "Usage:\n");
46 fprintf(stderr,
49 fprintf(stderr,
57 fprintf(stderr,
75 fprintf(stderr,
79 fprintf(stderr,
82 fprintf(stderr,
85 fprintf(stderr,
174 fprintf(stderr, "%s: requested command not yet supported\n", gProgName)
    [all...]
  /external/dbus/test/
spawn-test.c 24 fprintf (stderr, "You need to specify a program to launch.\n");
36 fprintf (stderr, "Could not launch application: \"%s\"\n",
  /external/dropbear/
dropbearconvert.c 40 fprintf(stderr, "Usage: %s <inputtype> <outputtype> <inputfile> <outputfile>\n\n"
72 fprintf(stderr, "All arguments must be specified\n");
82 fprintf(stderr, "Invalid input key type\n");
92 fprintf(stderr, "Invalid output key type\n");
119 fprintf(stderr, "Error reading key from '%s'\n",
135 fprintf(stderr, "Key is a %s key\n", keytype);
138 fprintf(stderr, "Error writing key to '%s'\n", outfile);
140 fprintf(stderr, "Wrote key to '%s'\n", outfile);
  /external/ipsec-tools/src/racoon/contrib/
sp.pl 13 print STDERR "install esp transport mode: $src -> $dst\n";
17 print STDERR "delete policy: $src -> $dst\n";
  /external/iptables/
iptables-multi.c 15 fprintf(stderr, "no argv[0]?");
32 fprintf(stderr, "iptables multi-purpose version: unknown applet name %s\n", progname);
  /external/oprofile/libutil/
op_popt.c 35 fprintf(stderr, "%s: %s: %s\n", argv[0],
38 poptPrintHelp(optcon, stderr, 0);
  /system/extras/tests/bionic/libc/common/
test_pthread_cleanup_push.c 95 fprintf(stderr, "cleanup1 not called !!\n");
97 fprintf(stderr, "cleanup1 called with wrong argument\n" );
103 fprintf(stderr, "cleanup2 not called !!\n");
105 fprintf(stderr, "cleanup2 called with wrong argument\n");
110 fprintf(stderr, "cleanup3 not called !!\n");
112 fprintf(stderr, "cleanup3 called with bad argument !!\n");
118 fprintf(stderr, "cleanup3 wrongly called !!\n");
120 fprintf(stderr, "cleanup3 wrongly called with bad argument !!\n");
  /external/qemu/
qemu-sockets-android.c 59 fprintf(stderr, "%s: portonly parse error (%s)\n",
66 fprintf(stderr, "%s: ipv6 parse error (%s)\n",
74 fprintf(stderr, "%s: ipv4 parse error (%s)\n",
82 fprintf(stderr, "%s: hostname parse error (%s)\n",
109 fprintf(stderr,"%s: getaddrinfo(%s,%s): %s\n", __FUNCTION__,
122 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__,
138 fprintf(stderr,"%s: bind(%s,%s,%d): OK\n", __FUNCTION__,
145 fprintf(stderr,"%s: bind(%s,%s,%d): %s\n", __FUNCTION__,
156 fprintf(stderr, "%s: FAILED\n", __FUNCTION__);
191 fprintf(stderr, "%s: ipv6 parse error (%s)\n"
    [all...]
  /build/tools/apriori/
debug.h 12 fprintf(stderr, "%s(%d): ", __FILE__, __LINE__); \
13 fprintf(stderr, ##msg); \
21 fprintf(stderr, \
32 fprintf(stderr, ##msg); \

Completed in 5117 milliseconds

1 2 34 5 6 7 8 91011>>