Home
last modified time | relevance | path

Searched refs:stderr (Results 2651 - 2675 of 5367) sorted by relevance

1...<<101102103104105106107108109110>>...215

/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Dwritepng.h67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dtest-buffer-serialize.cc47 fprintf (stderr, "usage: %s font-file\n", argv[0]); in main()
H A Dtest.cc41 fprintf (stderr, "usage: %s font-file.ttf\n", argv[0]); in main()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dtest_utils.cc55 fprintf(stderr, "Error occured in conversion of %d: %s\n", in EncodeOneChar()
/third_party/python/Doc/tools/extensions/
H A Dpatchlevel.py64 'using version of this interpreter (%s).' % release, file=sys.stderr)
/third_party/skia/tools/skiaserve/urlhandlers/
H A DPostHandler.cpp67 fprintf(stderr, "Could not create picture from stream.\n"); in handle()
/third_party/toybox/toys/pending/
H A Dgetopt.c90 fprintf(stderr, "%s: invalid option '%c'\n", argv[0], optopt); in getopt_main()
/third_party/toybox/toys/posix/
H A Dcmp.c68 fprintf(stderr, "cmp: EOF on %s\n", len1 < len2 ? TT.name : name); in do_cmp()
/third_party/skia/third_party/externals/expat/expat/examples/
H A Delements.c93 fprintf(stderr, "%" XML_FMT_STR " at line %" XML_FMT_INT_MOD "u\n", in main()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dunixfilemap.c80 fprintf(stderr, "%" XML_FMT_STR ": not a regular file\n", name); in filemap()
/third_party/protobuf/php/ext/google/protobuf/
H A Dprotobuf.h106 fprintf(stderr, "Assertion failure at %s:%d %s", __FILE__, __LINE__, \
/third_party/protobuf/python/compatibility_tests/v2.5.0/
H A Dsetup.py24 sys.stderr.write("Can't find required file: %s\n" % source)
/third_party/rust/crates/memchr/scripts/
H A Dmake-byte-frequency-table26 kwargs['file'] = sys.stderr
/third_party/skia/infra/bots/assets/armhf_sysroot/
H A Dcreate.py69 print('This script only runs on Linux.', file=sys.stderr)
/third_party/rust/crates/regex/scripts/
H A Dfrequencies.py26 kwargs['file'] = sys.stderr
/third_party/rust/crates/syn/
H A Dbuild.rs34 cmd.stderr(Stdio::null()); in unstable()
/third_party/selinux/libsepol/src/
H A Ddebug.c53 stream = stderr; in sepol_msg_default_handler()
/third_party/rust/crates/regex/regex-capi/src/
H A Dmacros.rs22 &mut io::stderr(),
/third_party/selinux/libsepol/cil/src/
H A Dcil_log.c42 fprintf(stderr, "%s", msg); in cil_default_log_handler()
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.c1325 fprintf(stderr, " start %u, match %u, length %d\n",
1328 fprintf(stderr, "%c%c", s->window[match++], s->window[start++]);
1333 fprintf(stderr,"\\[%d,%d]", start-match, length);
1334 do { putc(s->window[start++], stderr); } while (--length != 0);
1490 Tracev((stderr,"[FLUSH]")); \
1645 Tracevv((stderr,"%c", s->window[s->strstart]));
1760 Tracevv((stderr,"%c", s->window[s->strstart-1]));
1779 Tracevv((stderr,"%c", s->window[s->strstart-1]));
1850 Tracevv((stderr,"%c", s->window[s->strstart]));
1890 Tracevv((stderr,"
[all...]
/third_party/node/deps/zlib/
H A Ddeflate.c1626 fprintf(stderr, " start %u, match %u, length %d\n", in check_match()
1629 fprintf(stderr, "%c%c", s->window[match++], s->window[start++]); in check_match()
1634 fprintf(stderr,"\\[%d,%d]", start - match, length); in check_match()
1635 do { putc(s->window[start++], stderr); } while (--length != 0); in check_match()
1654 Tracev((stderr,"[FLUSH]")); \
1947 Tracevv((stderr,"%c", s->window[s->strstart])); in deflate_fast()
2065 Tracevv((stderr,"%c", s->window[s->strstart - 1])); in deflate_slow()
2084 Tracevv((stderr,"%c", s->window[s->strstart - 1])); in deflate_slow()
2154 Tracevv((stderr,"%c", s->window[s->strstart])); in deflate_rle()
2191 Tracevv((stderr," in deflate_huff()
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c1527 fprintf(stderr, " start %u, match %u, length %d\n",
1530 fprintf(stderr, "%c%c", s->window[match++], s->window[start++]);
1535 fprintf(stderr,"\\[%d,%d]", start-match, length);
1536 do { putc(s->window[start++], stderr); } while (--length != 0);
1699 Tracev((stderr,"[FLUSH]")); \
1995 Tracevv((stderr,"%c", s->window[s->strstart]));
2116 Tracevv((stderr,"%c", s->window[s->strstart-1]));
2135 Tracevv((stderr,"%c", s->window[s->strstart-1]));
2207 Tracevv((stderr,"%c", s->window[s->strstart]));
2247 Tracevv((stderr,"
[all...]
/third_party/mesa3d/src/intel/tools/
H A Di965_gram.y65 fprintf(stderr, "%s:%d:%d: %s: ", input_filename,
69 fprintf(stderr, "%s:%s: ", input_filename, level_str[level]);
72 vfprintf(stderr, fmt, args);
157 fprintf(stderr, "Opcode BRW_OPCODE_RNDU unhandled\n");
160 fprintf(stderr, "Unsupported unary opcode\n");
209 fprintf(stderr, "Opcode BRW_OPCODE_SAD2 unhandled\n");
212 fprintf(stderr, "Opcode BRW_OPCODE_SADA2 unhandled\n");
254 fprintf(stderr, "Unsupported binary opcode\n");
283 fprintf(stderr, "Unsupported ternary opcode\n");
2353 fprintf(stderr, "
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_emit.c166 fprintf(stderr, "r300: Implementation error: " in get_rc_constant_state()
711 fprintf(stderr, "r300: Implementation error: Chipset reports %d" in r300_emit_query_end_frag_pipes()
775 fprintf(stderr, "r300: Rewinding OQBO...\n"); in r300_emit_query_end()
815 fprintf(stderr, "r300: RS emit:\n"); in r300_emit_rs_block_state()
818 fprintf(stderr, " : ip %d: 0x%08x\n", i, rs->ip[i]); in r300_emit_rs_block_state()
821 fprintf(stderr, " : inst %d: 0x%08x\n", i, rs->inst[i]); in r300_emit_rs_block_state()
823 fprintf(stderr, " : count: 0x%08x inst_count: 0x%08x\n", in r300_emit_rs_block_state()
1067 fprintf(stderr, "r300: PSC emit:\n"); in r300_emit_vertex_stream_state()
1070 fprintf(stderr, " : prog_stream_cntl%d: 0x%08x\n", i, in r300_emit_vertex_stream_state()
1075 fprintf(stderr, " in r300_emit_vertex_stream_state()
[all...]
/third_party/python/Lib/asyncio/
H A Dbase_events.py499 stdin, stdout, stderr, bufsize,
1618 def _log_subprocess(self, msg, stdin, stdout, stderr):
1622 if stdout is not None and stderr == subprocess.STDOUT:
1623 info.append(f'stdout=stderr={_format_pipe(stdout)}')
1627 if stderr is not None:
1628 info.append(f'stderr={_format_pipe(stderr)}')
1634 stderr=subprocess.PIPE,
1660 self._log_subprocess(debug_log, stdin, stdout, stderr)
1662 protocol, cmd, True, stdin, stdout, stderr, bufsiz
[all...]

Completed in 19 milliseconds

1...<<101102103104105106107108109110>>...215