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

1 2 3 4 5 67 8 91011>>

  /system/extras/tests/bionic/libc/common/
test_libgen.c 25 fprintf(stderr,
30 fprintf(stderr,
40 fprintf(stderr, "KO: basename(\"%s\") returned NULL with error %d\n",
45 fprintf(stderr, "KO: basename(\"%s\") returned \"%s\", instead of \"%s\"\n",
64 fprintf(stderr,
72 fprintf(stderr,
80 fprintf(stderr,
97 fprintf(stderr,
105 fprintf(stderr,
113 fprintf(stderr,
    [all...]
  /external/iproute2/tc/
q_tbf.c 28 fprintf(stderr, "Usage: ... tbf limit BYTES burst BYTES[/BYTES] rate KBPS [ mtu BYTES[/BYTES] ]\n");
29 fprintf(stderr, " [ peakrate KBPS ] [ latency TIME ] ");
30 fprintf(stderr, "[ overhead BYTES ] [ linklayer TYPE ]\n");
35 fprintf(stderr, "Illegal \"%s\"\n", arg);
57 fprintf(stderr, "Double \"limit/latency\" spec\n");
68 fprintf(stderr, "Double \"limit/latency\" spec\n");
81 fprintf(stderr, "Double \"buffer/burst\" spec\n");
93 fprintf(stderr, "Double \"mtu/minburst\" spec\n");
104 fprintf(stderr, "Double \"mpu\" spec\n");
115 fprintf(stderr, "Double \"rate\" spec\n")
    [all...]
q_sfq.c 28 fprintf(stderr, "Usage: ... sfq [ limit NUMBER ] [ perturb SECS ] [ quantum BYTES ]\n");
42 fprintf(stderr, "Illegal \"limit\"\n");
49 fprintf(stderr, "Illegal \"perturb\"\n");
56 fprintf(stderr, "Illegal \"limit\"\n");
60 fprintf(stderr, "Illegal \"limit\", must be > 1\n");
68 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");
49 fprintf(stderr, "Illegal \"handle\"\n");
65 fprintf(stderr, "Illegal \"to\"\n");
75 fprintf(stderr, "Illegal \"from\"\n");
86 fprintf(stderr, "Illegal \"fromif\"\n");
97 fprintf(stderr, "Illegal \"classid\"\n")
    [all...]
  /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/clang/test/PCH/
headersearch.cpp 23 // RUN: %clang_cc1 -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -Wpadded -emit-obj -o %t.o %s 2> %t.stderr
24 // RUN: grep 'struct orig_sub' %t.stderr
27 // RUN: not %clang_cc1 -DREDECL -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -emit-obj -o %t.o %s 2> %t.stderr
28 // RUN: grep 'void foo' %t.stderr
31 // RUN: not %clang_cc1 -DINSTANTIATION -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -emit-obj -o %t.o %s 2> %t.stderr
32 // RUN: grep 'orig_sub2_1' %t.stderr
  /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/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);
  /external/valgrind/main/none/tests/amd64/
faultstatus.c 33 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig);
42 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
51 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr);
68 fprintf(stderr, " PASS\n");
128 fprintf(stderr, "Test %d: ", i+1);
130 fprintf(stderr, " FAIL: no fault, or handler returned\n");
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/mac/
InjectedBundleMac.cpp 43 fprintf(stderr, "InjectedBundle::load failed - Could not consume bundle sandbox extension for [%s].\n", m_path.utf8().data());
52 fprintf(stderr, "InjectedBundle::load failed - Could not create the path string.\n");
58 fprintf(stderr, "InjectedBundle::load failed - Could not create the url from the path string.\n");
64 fprintf(stderr, "InjectedBundle::load failed - Could not create the bundle.\n");
69 fprintf(stderr, "InjectedBundle::load failed - Could not load the executable from the bundle.\n");
75 fprintf(stderr, "InjectedBundle::load failed - Could not find the initialize function in the bundle executable.\n");
  /external/webkit/Tools/Scripts/
check-for-inappropriate-files-in-framework 40 STDERR.puts "ERROR: #{msg}"
64 STDERR.puts
65 STDERR.puts " Inappropriate files were detected and have been removed from the framework."
66 STDERR.puts " If this error continues to appear after building again then the build system needs"
67 STDERR.puts " to be modified so that the inappropriate files are no longer copied in to the framework."
68 STDERR.puts
  /system/core/toolbox/
ioctl.c 47 fprintf(stderr, "%s [-l <length>] [-a <argsize>] [-rdh] <device> <ioctlnr>\n"
55 fprintf(stderr, "%s: invalid option -%c\n",
62 fprintf(stderr, "%s: too few arguments\n", argv[0]);
68 fprintf(stderr, "cannot open %s\n", argv[optind]);
92 fprintf(stderr, "%s: too many arguments\n", argv[0]);
115 fprintf(stderr, "ioctl 0x%x failed, %d\n", ioctl_nr, res);
setconsole.c 22 fprintf(stderr, "ioctl( vcfd, VT_ACTIVATE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno), activate_thread_switch_vc);
54 fprintf(stderr, "%s: cannot specify both -g and -t\n", argv[0]);
61 fprintf(stderr, "%s: cannot specify both -g and -t\n", argv[0]);
82 fprintf(stderr, "%s [-d <dev>] [-v <vc>] [-gtncpoh]\n"
94 fprintf(stderr, "%s: invalid option -%c\n",
100 fprintf(stderr,"%s [-d <dev>] [-v <vc>] [-gtncpoh]\n", argv[0]);
106 fprintf(stderr, "cannot open %s\n", ttydev);
115 fprintf(stderr, "ioctl(vcfd, VT_GETSTATE, &vs) failed, %d\n", res);
124 fprintf(stderr, "ioctl(vcfd, VT_OPENQRY, &vtnum) failed, res %d, vtnum %d\n", res, vtnum);
141 fprintf(stderr, "ioctl( vcfd, VT_WAITACTIVE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno), swit (…)
    [all...]
  /external/qemu/
qemu-sockets-android.c 100 fprintf(stderr, "%s: host and/or port not specified\n", __FUNCTION__);
120 fprintf(stderr,"%s: getaddrinfo(%s,%s): %s\n", __FUNCTION__,
135 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__,
151 fprintf(stderr,"%s: bind(%s,%s,%d): OK\n", __FUNCTION__,
158 fprintf(stderr,"%s: bind(%s,%s,%d): %s\n", __FUNCTION__,
169 fprintf(stderr, "%s: FAILED\n", __FUNCTION__);
206 fprintf(stderr, "inet_connect: host and/or port not specified\n");
222 fprintf(stderr,"getaddrinfo(%s,%s): %s\n",
231 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__,
240 fprintf(stderr, "%s: connect(%s,%s,%s,%s): %s\n", __FUNCTION__
    [all...]
  /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...]
  /development/tools/emulator/system/libqemu/
test_guest_2.c 79 fprintf(stderr, "-pipe option needs an argument! See --help for details.\n");
87 fprintf(stderr, "-tcp option needs an argument! See --help for details.\n");
95 fprintf(stderr, "-tcp option needs an argument! See --help for details.\n");
102 fprintf(stderr, "UNKNOWN OPTION: %s\n\n", arg);
111 fprintf(stderr, "You can't use both -pipe and -tcp at the same time\n");
118 fprintf(stderr, "Invalid port number: %s\n", tcpPort);
129 fprintf(stderr, "Invalid byte size: %s\n", packetSize);
138 fprintf(stderr, "Could not open tcp socket!\n");
145 fprintf(stderr, "Could not open '%s' pipe: %s\n", pipeName, strerror(errno));
167 fprintf(stderr,"%d: Sending %d bytes failed: %s\n", count, bufferSize, strerror(errno))
    [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/icu4c/tools/icuinfo/
testplug.c 50 fprintf(stderr,"MyPlugin: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
66 fprintf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
84 fprintf(stderr,"MyPluginFailQuery: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
99 fprintf(stderr,"MyPluginFailToken: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
119 fprintf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
128 fprintf(stderr,"I'm %p and I did a bad thing and malloced %p\n", (void*)data, (void*)ctx);
144 fprintf(stderr,"MyPluginHigh: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
159 fprintf(stderr, "MEM: malloc(%d) = %p\n", (int32_t)size, retPtr);
167 fprintf(stderr, "MEM: free(%p)\n", mem);
180 fprintf(stderr, "MEM: realloc(%p, %d) = %p\n", mem, (int32_t)size, retPtr)
    [all...]
  /device/samsung/tuna/recovery/
bootloader.c 81 fprintf(stderr, "Cannot open %s!\n", fname);
88 fprintf(stderr, "Couldn't read %s\n", fname);
112 fprintf(stderr, "Unknown family: %s\n", file_data);
116 fprintf(stderr, "No family\n");
126 fprintf(stderr, "Unknown chip type: %s\n", file_data);
130 fprintf(stderr, "No chip type\n");
140 fprintf(stderr, "No msv\n");
180 fprintf(stderr, "Unsupported spec for bootloader.img: %d", spec);
194 fprintf(stderr, "Could not open %s\n", MMC_LOCATION);
200 fprintf(stderr, "Couldn't seek to the start of sector 1\n")
    [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...]
  /external/dbus/cmake/modules/
CheckForAbstractSockets.c 16 fprintf (stderr, "socket() failed: %s\n", strerror (errno));
27 fprintf (stderr, "Abstract socket namespace bind() failed: %s\n",
  /external/dbus/test/
spawn-test.c 25 fprintf (stderr, "You need to specify a program to launch.\n");
37 fprintf (stderr, "Could not launch application: \"%s\"\n",

Completed in 1355 milliseconds

1 2 3 4 5 67 8 91011>>