HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 801 - 825 of 6144) sorted by null

<<31323334353637383940>>

  /external/valgrind/main/memcheck/tests/
file_locking.c 54 fprintf(stderr, "%s: about to lock file for writing.\n", process_name);
61 fprintf(stderr, "%s: file locking attempt succeeded.\n", process_name);
126 fprintf(stderr, "Test finished.\n");
Makefile.in     [all...]
  /frameworks/base/tests/backup/
backup_stress_test.sh 48 echo "FAILED iteration $i of $iterations; $failures failures so far" > /dev/stderr
51 printf "Iteration %d:\tPASS; remaining: %d\n" $i $(($iterations - $i - 1)) > /dev/stderr
59 echo "DONE: $iterations iterations with $failures failures." > /dev/stderr
  /frameworks/compile/slang/
slang-data.c 8 fprintf(stderr, "Usage: %s PREFIX OUTFILE INFILE\n", argv[0]);
20 fprintf(stderr, "Unable to open input file: %s\n", infile_name);
27 fprintf(stderr, "Uanble to open output file: %s\n", outfile_name);
  /frameworks/native/cmds/atrace/
atrace.cpp 192 fprintf(stderr, "error truncating %s: %s (%d)\n", path,
206 fprintf(stderr, "error opening %s: %s (%d)\n", filename,
214 fprintf(stderr, "error writing to %s: %s (%d)\n", filename,
356 fprintf(stderr, "error poking binder service %s\n",
373 fprintf(stderr, "error setting trace tags system property\n");
384 fprintf(stderr, "error setting trace app system property\n");
411 fprintf(stderr, "error opening %s: %s (%d)\n", k_ftraceFilterPath,
420 fprintf(stderr, "error reading %s: %s (%d)\n", k_ftraceFilterPath,
437 fprintf(stderr, "error: \"%s\" is not a valid kernel function "
528 fprintf(stderr, "error writing file %s\n", path)
    [all...]
  /frameworks/webview/chromium/tools/
jar_check.py 60 print >>sys.stderr, 'Usage: %s jar_file whitelist_file' % argv[0]
66 print >>sys.stderr, ('jar_check found %s files not in a whitelisted package:'
69 print >>sys.stderr, f
  /ndk/sources/cxx-stl/gabi++/tests/
test_vector1.cpp 145 fprintf(stderr, "Mismatched Constructor/Destructor calls (1)\n");
146 fprintf(stderr, " Expected 30, got %d\n", gCounter);
160 fprintf(stderr, "Mismatched Constructor/Destructor calls (2)\n");
161 fprintf(stderr, " Expected 0, got %d\n", gCounter);
194 fprintf(stderr, "Mismatched Constructor/Destructor calls (1C)\n");
195 fprintf(stderr, "%d constructors, but %d destructors\n",
216 fprintf(stderr, "Mismatched Constructor/Destructor calls (2C)\n");
217 fprintf(stderr, "%d constructors, but %d destructors\n",
252 fprintf(stderr, "Unexpected Constructor/Destructor calls (1D)\n");
253 fprintf(stderr, "Expected (30, 20), but got (%d, %d)\n"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
pytree_idempotency.py 47 print >>sys.stderr, "Parsing", fn
58 print >>sys.stderr, "Scanning", dir, "..."
62 print >>sys.stderr, "Parsing", name
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_atexit.py 12 self.save_stderr = sys.stderr
13 sys.stdout = sys.stderr = self.subst_io = s
19 sys.stderr = self.save_stderr
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
pytree_idempotency.py 47 print >>sys.stderr, "Parsing", fn
58 print >>sys.stderr, "Scanning", dir, "..."
62 print >>sys.stderr, "Parsing", name
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_atexit.py 12 self.save_stderr = sys.stderr
13 sys.stdout = sys.stderr = self.subst_io = s
19 sys.stderr = self.save_stderr
  /system/core/liblog/
event_tag_map.c 76 fprintf(stderr, "%s: unable to open map '%s': %s\n",
84 fprintf(stderr, "%s: unable to seek map '%s'\n", OUT_TAG, fileName);
91 fprintf(stderr, "%s: mmap(%s) failed: %s\n",
204 fprintf(stderr, "%s: file parse failed\n", OUT_TAG);
273 fprintf(stderr, "%s: map file missing EOL on last line\n", OUT_TAG);
292 fprintf(stderr,
304 fprintf(stderr,
316 fprintf(stderr, "%s: parsed %d tags, expected %d\n",
348 fprintf(stderr, "ARRRRGH\n");
356 fprintf(stderr,
    [all...]
  /system/core/toolbox/
hd.c 42 fprintf(stderr, "%s: invalid option -%c\n",
49 fprintf(stderr, "Usage: %s [-b base] [-c count] [-r delay] file\n", argv[0]);
55 fprintf(stderr, "could not open %s, %s\n", argv[optind], strerror(errno));
  /system/extras/tests/sdcard/
sysutil.cpp 67 fprintf(stderr, "# %s %s %d %s\n", msg, filename, errno, strerror(errno));
71 // message will be printed on stderr.
138 fprintf(stderr, "Buffer too small for %s\n", filename);
194 fprintf(stderr, "Partial write to %s (%d out of %d)\n",
278 fprintf(stderr, "Failed to write to scaling governor file for cpu %d: %d %s",
316 fprintf(stderr, "# %s\n", kDebugfsWarningMsg);
346 fprintf(stderr, "# %s\n", kDebugfsWarningMsg);
356 fprintf(stderr, "Fork failed: %d %s", errno, strerror(errno));
370 fprintf(stderr, "Wait failed\n");
376 fprintf(stderr, "Child pid %d did not exit cleanly %s\n"
    [all...]
  /external/iproute2/tc/
f_u32.c 33 fprintf(stderr, "Usage: ... u32 [ match SELECTOR ... ] [ link HTID ]"
35 fprintf(stderr, " [ police POLICE_SPEC ]"
37 fprintf(stderr, " [ ht HTID ] [ hashkey HASHKEY_SPEC ]\n");
38 fprintf(stderr, " [ sample SAMPLE ]\n");
39 fprintf(stderr, "or u32 divisor DIVISOR\n");
40 fprintf(stderr, "\n");
41 fprintf(stderr, "Where: SELECTOR := SAMPLE SAMPLE ...\n");
42 fprintf(stderr, " SAMPLE := { ip | ip6 | udp | tcp | icmp |"
44 fprintf(stderr, " FILTERID := X:Y:Z\n");
45 fprintf(stderr, "\nNOTE: CLASSID is parsed at hexadecimal input.\n")
    [all...]
  /external/liblzf/
lzf.c 101 fprintf (stderr, "\n"
148 fprintf (stderr, "%s: write error: ", imagename);
234 fprintf (stderr, "%s: read error: ", imagename);
246 fprintf (stderr, "%s: invalid data stream - magic not found or short header\n", imagename);
267 fprintf (stderr, "%s: unknown blocktype\n", imagename);
298 fprintf (stderr, "%s: decompress: invalid stream - data corrupted\n", imagename);
310 fprintf (stderr, "%s: short data\n", imagename);
339 fprintf (stderr, "%s: %s.lzf: name too long", imagename, fname);
350 fprintf (stderr, "%s: %s: name too long\n", imagename, fname);
358 fprintf (stderr, "%s: %s: unknown suffix\n", imagename, fname)
    [all...]
  /external/srtp/test/
rtpw.c 156 fprintf(stderr, "error: WSAStartup() failed: %d\n", ret);
241 fprintf(stderr, "%s: cannot parse IP v4 address %s\n", argv[0], address);
245 fprintf(stderr, "%s: address error", argv[0]);
251 fprintf(stderr, "%s: cannot parse IP v4 address %s\n", argv[0], address);
265 fprintf(stderr, "%s: couldn't open socket: %d\n", argv[0], err);
278 fprintf(stderr, "%s: Failed to set TTL for multicast group", argv[0]);
289 fprintf(stderr, "%s: Failed to join multicast group", argv[0]);
345 fprintf(stderr,
352 fprintf(stderr,
401 fprintf(stderr, "%s: bind failed\n", argv[0])
    [all...]
  /system/extras/ksmutils/
ksminfo.c 104 fprintf(stderr, "unknown option: %c\n", optopt);
112 fprintf(stderr, "Error creating kernel interface -- "
120 fprintf(stderr, "Error listing processes.\n");
131 fprintf(stderr, "Error allocating pid memory\n");
137 fprintf(stderr, "Invalid PID\n");
154 fprintf(stderr, "warning: could not create process interface for %d\n", pids[i]);
162 fprintf(stderr, "warning: could not read process map for %d\n", pids[i]);
219 fprintf(stderr, "warning: not enough memory to malloc data buffer\n");
225 fprintf(stderr, "warning: could not open %s\n", filename);
233 fprintf(stderr, "warning: could not read the pagemap of %d\n"
    [all...]
  /external/icu4c/extra/uconv/
uconv.cpp 95 fprintf(stderr, "%s: warning, problem installing our static resource bundle data uconvmsg: %s - trying anyways.\n",
104 fprintf(stderr,
108 fprintf(stderr,
121 fprintf(stderr,
124 fprintf(stderr, "%s: warning: messages will not be displayed\n", pname);
238 u_wmsg(stderr, "cantGetNames");
248 u_wmsg(stderr, "cantGetTag", u_wmsg_errorName(U_MEMORY_ALLOCATION_ERROR));
262 u_wmsg(stderr, "cantGetTag", u_wmsg_errorName(err));
293 u_wmsg(stderr, "cantGetAliases", str.getTerminatedBuffer(),
307 u_wmsg(stderr, "cantGetAliases", str.getTerminatedBuffer()
    [all...]
  /art/jdwpspy/
Net.cpp 245 fprintf(stderr, "Socket create failed: %s\n", strerror(errno));
255 fprintf(stderr, "setsockopt(SO_REUSEADDR) failed: %s\n",
268 fprintf(stderr, "attempt to bind to port %u failed: %s\n",
273 fprintf(stderr, "+++ bound to port %u\n", listenPort);
276 fprintf(stderr, "Listen failed: %s\n", strerror(errno));
287 fprintf(stderr, "Name lookup of '%s' failed: %s\n",
295 fprintf(stderr, "+++ connect host resolved to %s\n",
378 fprintf(stderr, "accept failed: %s\n", strerror(errno));
383 fprintf(stderr, "+++ accepted connection from %s:%u\n",
403 fprintf(stderr, "+++ closing connection to debugger\n")
    [all...]
  /external/bzip2/
bzip2recover.c 87 fprintf ( stderr,
91 fprintf ( stderr, "%s: warning: output file(s) may be incomplete.\n",
100 fprintf ( stderr,
104 fprintf ( stderr, "%s: warning: output file(s) may be incomplete.\n",
113 fprintf ( stderr,
116 fprintf ( stderr, "%s: warning: output file(s) may be incomplete.\n",
125 fprintf ( stderr,
128 fprintf ( stderr,
131 fprintf ( stderr,
315 fprintf ( stderr,
    [all...]
  /external/valgrind/main/none/tests/
Makefile.in 764 allexec32.stdout.exp allexec32.stderr.exp allexec32.vgtest\
765 allexec64.stdout.exp allexec64.stderr.exp allexec64.vgtest\
766 ansi.stderr.exp ansi.vgtest \
767 args.stderr.exp args.stdout.exp args.vgtest \
768 async-sigs.stderr.exp async-sigs.stderr.exp-mips32 async-sigs.vgtest \
769 bitfield1.stderr.exp bitfield1.vgtest \
770 bug129866.vgtest bug129866.stderr.exp bug129866.stdout.exp \
771 closeall.stderr.exp closeall.vgtest \
772 cmdline0.stderr.exp cmdline0.stdout.exp cmdline0.vgtest
    [all...]
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 271 fprintf(stderr,
275 fprintf(stderr, "Run '%s --help' for help.\n", progname);
283 fprintf(stderr, " required parameter is missing: -O is required for static and shared builds.\n");
284 fprintf(stderr, "Run '%s --help' for help.\n", progname);
296 fprintf(stderr, " required parameter -p is missing \n");
297 fprintf(stderr, "Run '%s --help' for help.\n", progname);
302 fprintf(stderr,
310 fprintf(stderr,
317 fprintf(stderr, "\n options:\n");
319 fprintf(stderr, "%-5s -%c %s%-10s %s\n"
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmllint.c 235 fprintf(stderr, "MAX_PATHS reached: too many paths\n");
290 (stderr,
313 (stderr,
344 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
462 vfprintf(stderr, fmt, ap);
465 fprintf(stderr, " took %ld ms\n", msec);
496 vfprintf(stderr, fmt, ap);
498 fprintf(stderr, " took %ld ms\n", msec);
520 vfprintf(stderr, format, ap);
522 fprintf(stderr, " was not timed\n", msec)
1666 stderr); local
2841 stderr); local
2869 stderr); local
3526 stderr); local
3552 stderr); local
    [all...]
runtest.c 216 fprintf(stderr, "Exitting tests on fatal error\n");
243 * stderr messages on CLI tools.
671 fprintf(stderr,"Compare error at position %d\n", idx+ix);
    [all...]

Completed in 808 milliseconds

<<31323334353637383940>>