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

<<21222324252627282930>>

  /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");
  /external/webkit/Source/JavaScriptCore/runtime/
ScopeChain.cpp 43 fprintf(stderr, "----- [scope %p] -----\n", o);
46 fprintf(stderr, "%s, ", name.ustring().utf8().data());
48 fprintf(stderr, "\n");
  /external/webkit/Tools/Scripts/webkitpy/common/system/
deprecated_logging_unittest.py 40 original_stderr = sys.stderr
42 sys.stderr = test_stderr
48 sys.stderr = original_stderr
  /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);
  /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...]
  /external/icu4c/extra/uconv/
uconv.cpp 94 fprintf(stderr, "%s: warning, problem installing our static resource bundle data uconvmsg: %s - trying anyways.\n",
103 fprintf(stderr,
107 fprintf(stderr,
120 fprintf(stderr,
123 fprintf(stderr, "%s: warning: messages will not be displayed\n", pname);
237 u_wmsg(stderr, "cantGetNames");
247 u_wmsg(stderr, "cantGetTag", u_wmsg_errorName(U_MEMORY_ALLOCATION_ERROR));
261 u_wmsg(stderr, "cantGetTag", u_wmsg_errorName(err));
292 u_wmsg(stderr, "cantGetAliases", str.getTerminatedBuffer(),
306 u_wmsg(stderr, "cantGetAliases", str.getTerminatedBuffer()
    [all...]
  /development/tools/jdwpspy/
Net.cpp 244 fprintf(stderr, "Socket create failed: %s\n", strerror(errno));
254 fprintf(stderr, "setsockopt(SO_REUSEADDR) failed: %s\n",
267 fprintf(stderr, "attempt to bind to port %u failed: %s\n",
272 fprintf(stderr, "+++ bound to port %u\n", listenPort);
275 fprintf(stderr, "Listen failed: %s\n", strerror(errno));
286 fprintf(stderr, "Name lookup of '%s' failed: %s\n",
294 fprintf(stderr, "+++ connect host resolved to %s\n",
377 fprintf(stderr, "accept failed: %s\n", strerror(errno));
382 fprintf(stderr, "+++ accepted connection from %s:%u\n",
402 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/icu4c/tools/gencase/
gencase.c 138 fprintf(stderr, "gencase: syntax error in %s.txt field 0 at %s\n", bin->ucdFile, fields[0][0]);
155 fprintf(stderr, "gencase error: mask value %d==0 for %s %s\n",
162 fprintf(stderr, "gencase error: unable to set %s, code: %s\n",
182 fprintf(stderr, "error parsing %s.txt: %s\n", bin->ucdFile, u_errorName(*pErrorCode));
232 fprintf(stderr,
241 fprintf(stderr,
248 fprintf(stderr,
255 fprintf(stderr,
430 fprintf(stderr, "gencase: syntax error in SpecialCasing.txt field 0 at %s\n", fields[0][0]);
454 fprintf(stderr, "gencase: error parsing special casing at %s\n", fields[0][0])
    [all...]
  /external/quake/quake/src/QW/gas2masm/
gas2masm.c 123 fprintf (stderr, "Error: bad register %s\n", pt);
142 fprintf (stderr, "mismatched parens");
165 fprintf (stderr, "mismatched parens");
228 fprintf (stderr, "Error: operand too long %s\n",
259 fprintf (stderr, "Error: bad register %s\n", pt);
528 fprintf (stderr, "Error: too many operands\n");
531 fprintf (stderr, "%s\n", tokens[j]);
533 fprintf (stderr, "\n");
562 fprintf (stderr, "Error: too many operands\n");
565 fprintf (stderr, "%s\n", tokens[j]);
    [all...]
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.c 123 fprintf (stderr, "Error: bad register %s\n", pt);
142 fprintf (stderr, "mismatched parens");
165 fprintf (stderr, "mismatched parens");
228 fprintf (stderr, "Error: operand too long %s\n",
259 fprintf (stderr, "Error: bad register %s\n", pt);
528 fprintf (stderr, "Error: too many operands\n");
531 fprintf (stderr, "%s\n", tokens[j]);
533 fprintf (stderr, "\n");
562 fprintf (stderr, "Error: too many operands\n");
565 fprintf (stderr, "%s\n", tokens[j]);
    [all...]
  /external/libvpx/
vpxenc.c 89 vfprintf(stderr, fmt, ap);
90 fprintf(stderr, "\n");
100 fprintf(stderr, "%s: %s\n", s, vpx_codec_error(ctx));
103 fprintf(stderr, " %s\n", detail);
155 fprintf(stderr, "First-pass stats file must be seekable!\n");
166 fprintf(stderr, "Failed to allocate first-pass stats buffer (%lu bytes)\n",
242 fprintf(stderr,
382 fprintf(stderr, "Error: Unrecognized IVF version! This file may not"
715 fprintf(stderr, "\nFailed to realloc cue list.\n");
1056 fprintf(stderr, "Usage: %s <options> -o dst_filename src_filename \n"
    [all...]
  /external/valgrind/tsan/
ts_valgrind_intercepts.c 692 fprintf(stderr, "<< pthread_create wrapper"); fflush(stderr);
719 fprintf(stderr, " :: pth_create -> %d >>\n", ret);
742 fprintf(stderr, "<< pthread_join wrapper"); fflush(stderr);
757 fprintf(stderr, " :: pth_join -> %d >>\n", ret);
858 fprintf(stderr, "<< pthread_mxinit %p", mutex); fflush(stderr);
879 fprintf(stderr, " :: mxinit -> %d >>\n", ret);
893 fprintf(stderr, "<< pthread_mxdestroy %p", mutex); fflush(stderr)
    [all...]
  /build/tools/
dump-package-stats 93 "/dev/stderr";
95 "/dev/stderr";
112 "/dev/stderr";
114 "/dev/stderr";
  /dalvik/vm/
StdioConverter.h 17 * Stdout/stderr conversion thread.
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderServer.cpp 70 fprintf(stderr,"Error accepting connection, aborting\n");
76 fprintf(stderr,"Error reading clientFlags\n");
90 fprintf(stderr,"Failed to create RenderThread\n");
95 fprintf(stderr,"Failed to start RenderThread\n");
  /development/tools/line_endings/
line_endings.c 14 fprintf(stderr, "usage: line_endings unix|dos FILES\n"
54 fprintf(stderr, "unable to open file for read/write: %s\n", argv[i]);
76 fprintf(stderr, "unable to read file: %s\n", argv[i]);
98 fprintf(stderr, "unable to write file: %s\n", argv[i]);
  /external/bison/tests/
calc.at 134 fprintf (stderr, "calc: error: %d != %d\n", $1, $3);
176 fprintf (stderr, "%d.%d",
179 fprintf (stderr, "-%d.%d",
182 fprintf (stderr, "-%d",
184 fprintf (stderr, ": ");])
185 fprintf (stderr, "%s\n", s);
357 # _AT_CHECK_CALC(BISON-OPTIONS, INPUT, [NUM-STDERR-LINES])
359 # Run `calc' on INPUT and expect no STDOUT nor STDERR.
363 # NUM-STDERR-LINES is the number of expected lines on stderr
    [all...]
  /external/bluetooth/bluez/test/
attest.c 87 fprintf(stderr, "Can't open serial port: %s (%d)\n",
108 fprintf(stderr, "Can't create socket: %s (%d)\n",
118 fprintf(stderr, "Can't bind socket: %s (%d)\n",
130 fprintf(stderr, "Can't connect: %s (%d)\n",

Completed in 695 milliseconds

<<21222324252627282930>>