Home
last modified time | relevance | path

Searched refs:stderr (Results 4151 - 4175 of 6551) sorted by relevance

1...<<161162163164165166167168169170>>...263

/third_party/openssl/apps/lib/
H A Dvms_term_sock.c586 vfprintf (stderr, MsgBuff, args); in LogMessage()
592 fsync (fileno (stderr));
/third_party/openssl/apps/
H A Dopenssl.c187 fprintf(stderr, in setup_trace_category()
224 fprintf(stderr, in setup_trace()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc246 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end); in SearchUShort()
302 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end); in SearchULong()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_size_table.cc224 fprintf(stderr, "subtable size=%d\n", sub_table_size); in SubDataSizeToSerialize()
230 fprintf(stderr, "bitmap table size=%d\n", variable ? -size : size); in SubDataSizeToSerialize()
/third_party/python/Lib/
H A Dwarnings.py23 file = sys.stderr
25 # sys.stderr is None when run with pythonw.exe:
32 # the file (probably stderr) is invalid - this warning gets lost.
210 print("Invalid -W option ignored:", msg, file=sys.stderr)
H A Duuid.py369 # LC_ALL=C to ensure English output, stderr=DEVNULL to prevent output
370 # on stderr (Note: we don't have an example where the words we search
381 stderr=subprocess.DEVNULL,
385 stdout, stderr = proc.communicate()
/third_party/python/Lib/test/libregrtest/
H A Druntest_mp.py67 '-u', # Unbuffered stdout and stderr
76 # bpo-45410: Write stderr into stdout to keep messages order
77 stderr=stdout_fh,
124 # bpo-45410: stderr is written into stdout to keep messages order
182 print(f"Kill {what}", file=sys.stderr, flush=True)
232 # gh-94026: stdout+stderr are written to tempfile
272 # gh-94026: Write stdout+stderr to a tempfile as workaround for
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DConvertUTF.cpp215 fprintf(stderr, "ConvertUTF16toUTF32 illegal seq 0x%04x,%04x\n", ch, ch2); in ConvertUTF16toUTF32()
216 fflush(stderr); in ConvertUTF16toUTF32()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dwasm-runtime.cpp146 fprintf(stderr, "Aborting...\n"); in env$$abort()
172 fprintf(stderr, "Unimplemented: " #f "\n"); \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DConvertUTF.cpp241 fprintf(stderr, "ConvertUTF16toUTF32 illegal seq 0x%04x,%04x\n", ch, ch2); in ConvertUTF16toUTF32()
242 fflush(stderr); in ConvertUTF16toUTF32()
/third_party/skia/tools/calmbench/
H A Dab.py165 sys.stderr.write(
224 ["--config", args.config], stderr=f, stdout=f)
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dcp.c145 fprintf(stderr, "%s: overwrite '%s'", toys.which->name, in cp_node()
443 fprintf(stderr, "%s: overwrite '%s'", toys.which->name, TT.destname); in cp_main()
/third_party/toybox/toys/posix/
H A Dcp.c172 fprintf(stderr, "%s: overwrite '%s'", toys.which->name, in cp_node()
439 fprintf(stderr, "%s: overwrite '%s'", toys.which->name, TT.destname); in cp_main()
/third_party/protobuf/objectivec/DevTools/
H A Dpddm.py653 sys.stderr.write('ERROR: File not found: %s\n' % a_path)
670 sys.stderr.write('ERROR: %s\n...While processing "%s"\n' %
/third_party/rust/crates/regex/regex-capi/src/
H A Drure.rs85 let _ = writeln!(&mut io::stderr(), "{}", err); in rure_compile_must()
87 &mut io::stderr(), "aborting from rure_compile_must"); in rure_compile_must()
582 let _ = writeln!(&mut io::stderr(), "{}", err); in rure_escape_must()
584 &mut io::stderr(), "aborting from rure_escape_must"); in rure_escape_must()
/third_party/spirv-tools/tools/opt/
H A Dopt.cpp49 fprintf(stderr, "error: "); in opt_diagnostic()
51 fprintf(stderr, "%s\n", message); in opt_diagnostic()
/third_party/vulkan-loader/scripts/
H A Dhelper_file_generator.py87 errFile = sys.stderr,
88 warnFile = sys.stderr,
/third_party/python/Lib/test/
H A Dtest_argparse.py26 binary data, allowing it to replace sys.stdout/sys.stderr in more
60 # argparse uses stderr as a fallback
126 def __init__(self, message, stdout=None, stderr=None, error_code=None):
127 Exception.__init__(self, message, stdout, stderr)
130 self.stderr = stderr
135 # if this is being called recursively and stderr or stdout is already being
138 if isinstance(sys.stderr, StdIOBuffer) or isinstance(sys.stdout, StdIOBuffer):
141 # if this is not being called recursively, redirect stderr and
144 old_stderr = sys.stderr
[all...]
/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c77 fprintf(stderr, __VA_ARGS__); \
1991 fprintf(stderr, in drm_intel_bufmgr_gem_destroy()
3111 fprintf(stderr, "get chip id failed: %d [%d]\n", ret, errno); in get_pci_device_id()
3112 fprintf(stderr, "param: %d, val: %d\n", gp.param, *gp.value); in get_pci_device_id()
3148 fprintf(stderr, "libdrm aub dumping is deprecated.\n\n" in drm_intel_bufmgr_gem_set_aub_dump()
3210 fprintf(stderr, "DRM_IOCTL_I915_GEM_CONTEXT_DESTROY failed: %s\n", in drm_intel_gem_context_destroy()
3568 fprintf(stderr, "DRM_IOCTL_I915_GEM_APERTURE failed: %s\n", in drm_intel_bufmgr_gem_init()
3571 fprintf(stderr, "Assuming %dkB available aperture size.\n" in drm_intel_bufmgr_gem_init()
3614 fprintf(stderr, "i915 does not support EXECBUFER2\n"); in drm_intel_bufmgr_gem_init()
3667 fprintf(stderr, "ge in drm_intel_bufmgr_gem_init()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c181 fprintf(stderr, "STREAMOUT\n"); in si_dump_streamout()
183 fprintf(stderr, " STRIDES: {"); in si_dump_streamout()
185 fprintf(stderr, "%u%s", so->stride[i], i < 3 ? ", " : ""); in si_dump_streamout()
186 fprintf(stderr, "}\n"); in si_dump_streamout()
191 fprintf(stderr, " %i: STREAM%u: BUF%i[%i..%i] <- OUT[%i].%s%s%s%s\n", in si_dump_streamout()
1828 nir_print_shader(nir, stderr); in si_compile_shader()
1882 fprintf(stderr, "radeonsi: can't create GS copy shader\n"); in si_compile_shader()
1940 fprintf(stderr, in si_compile_shader()
2569 fprintf(stderr, "Failed to compute subgroup info\n"); in si_create_shader_variant()
2610 si_shader_dump(sscreen, shader, debug, stderr, tru in si_create_shader_variant()
[all...]
/kernel/linux/linux-5.10/scripts/dtc/
H A Dflattree.c380 fprintf(stderr, in dt_to_blob()
755 fprintf(stderr, "Warning: Flat tree input has " in unflatten_tree()
775 fprintf(stderr, "Warning: NOP tag found in flat tree" in unflatten_tree()
/kernel/linux/linux-5.10/scripts/
H A Dunifdef.c372 putc(*c, stderr); in version()
373 putc('\n', stderr); in version()
380 fprintf(stderr, "usage: unifdef [-bBcdeKknsStV] [-Ipath]" in usage()
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c276 fprintf(stderr, "Shuffling struct %s %p\n", (const char *)structname, type); in shuffle()
481 fprintf(stderr, "Marking randomize_considered on struct %s\n", ORIG_TYPE_NAME(type)); in randomize_type()
578 fprintf(stderr, "Calling randomize_type on %s\n", ORIG_TYPE_NAME(type)); in finish_type()
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c258 fprintf(stderr, "Shuffling struct %s %p\n", (const char *)structname, type); in shuffle()
452 fprintf(stderr, "Marking randomize_considered on struct %s\n", ORIG_TYPE_NAME(type)); in randomize_type()
549 fprintf(stderr, "Calling randomize_type on %s\n", ORIG_TYPE_NAME(type)); in finish_type()
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dtimerlat_hist.c541 fprintf(stderr, "%s\n", usage); in timerlat_hist_usage()
543 fprintf(stderr, "rtla timerlat hist: a per-cpu histogram of the timer latency (version %s)\n", in timerlat_hist_usage()
547 fprintf(stderr, "%s\n", msg[i]); in timerlat_hist_usage()

Completed in 36 milliseconds

1...<<161162163164165166167168169170>>...263