Searched defs:stderr (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/tools/gyp/test/rules/
H A Dgyptest-all.py16 stderr=None) variable
/external/chromium_org/tools/gyp/test/errors/
H A Dgyptest-errors.py20 stderr = ('gyp: Duplicate target definitions for ' variable
22 test.run_gyp('duplicate_targets.gyp', status=1, stderr=stderr,
25 stderr = ('.*: Unable to find targets in build file .*missing_targets.gyp.*') variable
26 test.run_gyp('missing_targets.gyp', status=1, stderr=stderr,
29 stderr = ('gyp: rule bar exists in duplicate, target ' variable
31 test.run_gyp('duplicate_rule.gyp', status=1, stderr=stderr,
34 stderr variable
39 stderr = 'gyp: Duplicate basenames in sources section, see list above\\n' variable
42 stderr = ("gyp: Dependency '.*missing_dep.gyp:missing.gyp#target' not found " variable
[all...]
/external/valgrind/main/cachegrind/tests/
H A Ddlclose.c21 fputs (dlerror(), stderr); local
27 fprintf (stderr, "%s\n", error);
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-xctest.py22 stderr=subprocess.STDOUT) variable
H A Dgyptest-postbuild-fail.py16 # set |match| to ignore build stderr output.
38 stderr=subprocess.STDOUT) variable
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dstdio.h60 # define stderr __stderrp macro
/external/stlport/stlport/stl/
H A D_cstdio.h40 # undef stderr macro
43 # define stderr (&_STLP_VENDOR_CSTD::__files[2]) macro
/external/chromium_org/third_party/libxml/src/
H A DtestRelax.c106 stderr); local
117 stderr); local
140 fprintf(stderr, "Could not parse %s\n", argv[i]);
149 stderr); local
H A DtestSchemas.c102 stderr); local
113 stderr); local
131 fprintf(stderr, "Could not parse %s\n", argv[i]);
140 stderr); local
H A DdebugXML.c2363 stderr); local
2375 stderr); local
2378 fprintf(stderr, "%s validates\n", sctxt->filename);
2380 fprintf(stderr, "%s fails to validate\n", sctxt->filename);
2382 fprintf(stderr, "%s validation generated an internal error\n",
2644 vctxt.userData = stderr;
H A Dxmllint.c235 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, " wa
1666 stderr); local
2841 stderr); local
2869 stderr); local
3526 stderr); local
3552 stderr); local
[all...]
/external/e2fsprogs/lib/et/
H A Dcom_err.c34 int do_cr = 1, fd = fileno(stderr);
37 fputs(whoami, stderr);
38 fputs(": ", stderr);
41 fputs(error_message(code), stderr); local
42 fputs(" ", stderr);
45 vfprintf (stderr, fmt, args);
59 fputc('\r', stderr);
60 fputc('\n', stderr);
61 fflush(stderr);
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DgUnitBaseTest.java58 protected String stderr; field in class:gUnitBaseTest
82 PrintStream ps2 = null; // for redirecting stderr later
112 this.stderr = null;
115 this.stderr = err.toString();
116 return this.stderr;
137 if ( e.getCause()!=null ) this.stderr = e.getCause().toString();
138 else this.stderr = e.toString();
139 return this.stderr;
174 PrintStream ps2 = null; // for redirecting stderr later
242 this.stderr
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/threads/
H A Dmttest.c170 fprintf(stderr,"usage: ssltest [args ...]\n");
171 fprintf(stderr,"\n");
172 fprintf(stderr," -server_auth - check server certificate\n");
173 fprintf(stderr," -client_auth - do client authentication\n");
174 fprintf(stderr," -v - more output\n");
175 fprintf(stderr," -CApath arg - PEM format directory of CA's\n");
176 fprintf(stderr," -CAfile arg - PEM format file of CA's\n");
177 fprintf(stderr," -threads arg - number of threads\n");
178 fprintf(stderr," -loops arg - number of 'connections', per thread\n");
179 fprintf(stderr,"
351 lh_stats(SSL_CTX_sessions(s_ctx),stderr); local
355 lh_node_usage_stats(SSL_CTX_sessions(s_ctx),stderr); local
[all...]
/external/chromium_org/third_party/openssl/openssl/
H A De_os.h76 #define REF_PRINT(a,b) fprintf(stderr,"%08X:%4d:%s\n",(int)b,b->references,a)
313 # undef stderr macro
317 # define stderr (&__iob_func()[2]) macro
321 # undef stderr macro
331 # define stderr (&_imp___iob[2]) macro
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py102 test.stderr()
103 test.stderr(run)
361 sys.stderr.write("FAILED test" + of + desc + sep + at)
389 sys.stderr.write("NO RESULT for test" + of + desc + sep + at)
391 sys.stderr.write("NO RESULT\n")
406 sys.stderr.write("PASSED\n")
598 (stdin, stdout, stderr) = os.popen3(' ' + command)
601 self.stderr = stderr
604 self.resultcode = self.stderr
1278 def stderr(self, run = None): member in class:TestCmd
[all...]
/external/iproute2/tc/
H A Dm_ipt.c64 /* fprintf(stderr, "\nDummy register_target %s \n", me->name);
81 fprintf(stderr, "Try `%s -h' or '%s --help' for more information.\n",
92 fprintf(stderr, "%s v%s: ", pname, pversion);
93 vfprintf(stderr, msg, args);
95 fprintf(stderr, "\n");
99 fprintf(stderr,
281 fputs(dlerror(), stderr); local
297 fputs(error, stderr);
298 fprintf(stderr, "\n");
418 fprintf(stderr,"ba
[all...]
/external/openssl/crypto/threads/
H A Dmttest.c170 fprintf(stderr,"usage: ssltest [args ...]\n");
171 fprintf(stderr,"\n");
172 fprintf(stderr," -server_auth - check server certificate\n");
173 fprintf(stderr," -client_auth - do client authentication\n");
174 fprintf(stderr," -v - more output\n");
175 fprintf(stderr," -CApath arg - PEM format directory of CA's\n");
176 fprintf(stderr," -CAfile arg - PEM format file of CA's\n");
177 fprintf(stderr," -threads arg - number of threads\n");
178 fprintf(stderr," -loops arg - number of 'connections', per thread\n");
179 fprintf(stderr,"
351 lh_stats(SSL_CTX_sessions(s_ctx),stderr); local
355 lh_node_usage_stats(SSL_CTX_sessions(s_ctx),stderr); local
[all...]
/external/openssl/
H A De_os.h76 #define REF_PRINT(a,b) fprintf(stderr,"%08X:%4d:%s\n",(int)b,b->references,a)
313 # undef stderr macro
317 # define stderr (&__iob_func()[2]) macro
321 # undef stderr macro
331 # define stderr (&_imp___iob[2]) macro
/external/e2fsprogs/misc/
H A Dbadblocks.c88 fprintf(stderr, _(
99 fprintf(stderr,
209 fputs(line_buf, stderr);
212 fputs(line_buf, stderr);
213 fflush (stderr);
230 fprintf(stderr, "\n\nInterrupted at block %llu\n",
232 fflush(stderr);
296 fputs(_("Testing with random pattern: "), stderr);
314 fputs(_("Testing with pattern 0x"), stderr);
316 fprintf(stderr, "
537 fputs(_(done_string), stderr); local
630 fputs(_(done_string), stderr); local
677 fputs(_(done_string), stderr); local
909 fputs(_(done_string), stderr); local
[all...]
H A Dfsck.c343 fprintf(stderr, _("WARNING: couldn't open %s: %s\n"),
353 fprintf(stderr, _("WARNING: bad format "
371 " should fix your /etc/fstab file as soon as you can.\n\n"), stderr);
477 fprintf(stderr, _("fsck: %s: not found\n"), prog);
592 fprintf(stderr,
720 fprintf(stderr, _("%s: Error %d while executing fsck.%s "
761 stderr);
797 fputs(_(fs_type_syntax_error), stderr); local
882 fprintf(stderr,
910 fprintf(stderr,
[all...]
/external/libxml2/
H A DdebugXML.c2364 stderr); local
2376 stderr); local
2379 fprintf(stderr, "%s validates\n", sctxt->filename);
2381 fprintf(stderr, "%s fails to validate\n", sctxt->filename);
2383 fprintf(stderr, "%s validation generated an internal error\n",
2645 vctxt.userData = stderr;
H A Dxmllint.c239 fprintf(stderr, "MAX_PATHS reached: too many paths\n");
294 (stderr,
317 (stderr,
348 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
466 vfprintf(stderr, fmt, ap);
469 fprintf(stderr, " took %ld ms\n", msec);
500 vfprintf(stderr, fmt, ap);
502 fprintf(stderr, " took %ld ms\n", msec);
524 vfprintf(stderr, format, ap);
526 fprintf(stderr, " wa
1670 stderr); local
2855 stderr); local
2883 stderr); local
3566 stderr); local
3592 stderr); local
[all...]
/external/bison/src/
H A Dparse-gram.c1046 YYFPRINTF (stderr, "%s ", Title); \
1047 yy_symbol_print (stderr, \
1049 YYFPRINTF (stderr, "\n"); \
1088 { fputs (quotearg_style (c_quoting_style, ((*yyvaluep).chars)), stderr); };
1095 { fprintf (stderr, "%d", ((*yyvaluep).integer)); };
1102 { fprintf (stderr, "{\n%s\n}", ((*yyvaluep).code)); };
1109 { fprintf (stderr, "[%s]", ((*yyvaluep).uniqstr)); };
1116 { fputs (char_name (((*yyvaluep).character)), stderr); }; local
1123 { fprintf (stderr, "{\n%s\n}", ((*yyvaluep).chars)); };
1130 { fputs (((*yyvaluep).uniqstr), stderr); };
[all...]
/external/qemu/block/
H A Dvvfat.c52 #undef stderr macro
53 #define stderr STDERR macro
54 FILE* stderr = NULL; variable
60 fprintf(stderr, "Nonono! %s:%d %s\n", file, line, msg);
757 fprintf(stderr, "File %s is larger than 2GB\n", buffer);
904 fprintf(stderr, "Could not read directory %s\n",
931 fprintf(stderr,"Directory does not fit in FAT%d (capacity %s)\n",
1007 DLOG(if (stderr == NULL) {
1008 stderr = fopen("vvfat.log", "a");
1009 setbuf(stderr, NUL
[all...]

Completed in 965 milliseconds

12