/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | run_perf_tests.py | 81 process = _popen(argv, env=env, cwd=cwd, stdout=writer, stderr=subprocess.STDOUT)
|
/third_party/openssl/test/ |
H A D | cmp_msg_test.c | 77 ERR_print_errors_fp(stderr); \
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-tag.cc | 562 fprintf (stderr, "ot_languages not sorted at index %d: %s %d %s\n", in test_langs_sorted()
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 146 stderr=subprocess.DEVNULL,
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | BUILDRULES.py | 20 print("Error: Cannot find data directory; please specify --src_dir", file=sys.stderr)
|
/third_party/vixl/tools/ |
H A D | test.py | 200 # Interleave `stderr` and `stdout`. 203 stderr=subprocess.STDOUT,
|
/third_party/python/Modules/ |
H A D | getaddrinfo.c | 362 fprintf(stderr, "panic!\n"); in getaddrinfo()
|
/third_party/python/Include/internal/ |
H A D | pycore_global_strings.h | 340 STRUCT_FOR_ID(stderr)
|
/third_party/python/Lib/ |
H A D | asyncore.py | 409 sys.stderr.write('log: %s\n' % str(message))
|
H A D | base64.py | 578 sys.stdout = sys.stderr
|
/third_party/python/Lib/test/ |
H A D | test_urllib2net.py | 276 print("<timeout: %s>" % url, file=sys.stderr)
|
H A D | test_exceptions.py | 522 print("\nexc=%r, args=%r" % (exc, args), file=sys.stderr) 1284 with captured_stderr() as stderr: 1601 with captured_stderr() as stderr: 1603 report = stderr.getvalue()
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | lib.rs | 139 let _ = writeln!(io::stderr(), "\n\ncxxbridge error: {}\n\n", report(err)); in bridges()
|
/third_party/skia/experimental/sorttoy/ |
H A D | sorttoy.cpp | 82 vfprintf(stderr, format, args); in exitf()
|
/third_party/skia/ |
H A D | PRESUBMIT.py | 229 subprocess.check_output(cmd, stderr=subprocess.STDOUT)
|
/third_party/selinux/libselinux/src/ |
H A D | matchpathcon.c | 21 vfprintf(stderr, fmt, ap); in default_printf()
|
/third_party/vk-gl-cts/scripts/ |
H A D | run_nightly.py | 152 proc = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 405 fprintf(stderr, "TGSI shader:\n---8<---\n"); in zink_tgsi_to_nir() 406 tgsi_dump_to_file(tokens, 0, stderr); in zink_tgsi_to_nir() 407 fprintf(stderr, "---8<---\n\n"); in zink_tgsi_to_nir() 1919 fprintf(stderr, "wrote '%s'...\n", file); in zink_shader_dump() 2794 fprintf(stderr, "zink: Vulkan driver missing VK_EXT_shader_atomic_float but attempting to do atomic ops!\n"); in scan_nir() 3091 fprintf(stderr, "NIR shader:\n---8<---\n"); in zink_shader_create() 3092 nir_print_shader(nir, stderr); in zink_shader_create() 3093 fprintf(stderr, "---8<---\n"); in zink_shader_create()
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 347 fprintf(stderr, "%s: ", TT.progname); in zzerr() 349 fprintf(stderr, "FATAL: "); in zzerr() 353 fprintf(stderr, "file %s line %d: ", TT.scs->filename, TT.scs->line_num); in zzerr() 355 vfprintf(stderr, format, args); in zzerr() 357 if (format[strlen(format)-1] != '\n') fputc('\n', stderr); // TEMP FIXME !!! in zzerr() 358 fflush(stderr); in zzerr() 3034 // !fn (null ptr) means close all (exc. stdin/stdout/stderr) in close_file() 4258 fflush(stderr); in interpx() 4476 new_file("/dev/stderr", stderr, ' in run() [all...] |
/third_party/elfutils/src/ |
H A D | readelf.c | 576 fprintf (stderr, _("Unknown DWARF debug section `%s'.\n"), in parse_opt() 578 argp_help (&argp, stderr, ARGP_HELP_SEE, in parse_opt() 603 fputs (_("Missing file name.\n"), stderr); in parse_opt() 608 fputs (_("No operation specified.\n"), stderr); in parse_opt() 610 argp_help (&argp, stderr, ARGP_HELP_SEE, in parse_opt() 6669 fprintf (stderr, "Unsupported pointer encoding: %#x, " in encoded_ptr_size() 8131 fprintf (stderr, in print_debug_units() 11479 fprintf (stderr, "Warning: Couldn't open DWARF skeleton file" in print_debug() 11489 fprintf (stderr, "Warning: Bad DWARF skeleton," in print_debug() 11496 fprintf (stderr, "Warnin in print_debug() [all...] |
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 698 fprintf(stderr, "cups-browsed: ERROR: Failed creating debug log file %s\n", in start_debug_logging() 730 fprintf(stderr,"Error creating buffer for debug logging\n"); in copyToFile() 752 fprintf(stderr, "%s ", buf); in debug_printf() 753 vfprintf(stderr, format, arglist); in debug_printf() 754 fflush(stderr); in debug_printf() 791 fprintf(stderr, "%s %s\n", buf, ptr1); in debug_log_out() 11587 } else if (!strcasecmp(p, "stderr")) in read_configuration() 12299 fprintf(stderr, in main() 12318 fprintf(stderr, in main() 12331 fprintf(stderr, "Expecte in main() [all...] |
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | nir_to_dxil.c | 52 { "dump_module", DXIL_DEBUG_DUMP_MODULE, "dump module tree to stderr"}, 61 fprintf(stderr, "Unsupported instruction:"); \ 62 nir_print_instr(instr, stderr); \ 63 fprintf(stderr, "\n"); \ 69 fprintf(stderr, "Convert '"); \ 70 nir_print_instr(instr, stderr); \ 71 fprintf(stderr, "'\n"); \ 4935 fprintf(stderr, "texture source: %d\n", instr->src[i].src_type); in emit_tex() 5010 fprintf(stderr, "texture op: %d\n", instr->op); in emit_tex() 5896 nir_print_shader(s, stderr); in nir_to_dxil() [all...] |
/test/xts/acts/kernel_lite/net_posix/src/ |
H A D | ActsNetTest.cpp | 539 fprintf(stderr, "[---][select process]select fail[%s]\n", strerror(errno)); in SelectServerForFork() 624 fprintf(stderr, "[---][poll process]poll fail[%s]\n", strerror(errno)); in PollServerForFork() 1633 FILE* fp = freopen(fileName, "w", stderr); in HWTEST_F() 1648 fclose(stderr); in HWTEST_F()
|
/third_party/backends/backend/ |
H A D | gt68xx_high.c | 1060 fprintf (stderr, "+"); in gt68xx_afe_ccd_calc() 1062 fprintf (stderr, "-"); in gt68xx_afe_ccd_calc() 1064 fprintf (stderr, "_"); in gt68xx_afe_ccd_calc() 1068 fprintf (stderr, "\n"); in gt68xx_afe_ccd_calc()
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_server2.c | 1325 fprintf(stderr, "IMPORT\n"); in psa_setup_psk_key_slot() 1665 mbedtls_fprintf(stderr, "Failed to initialize PSA Crypto implementation: %d\n", in main() 2930 fprintf(stderr, "Warning: reproducible option used without constant time\n"); in main() 3185 fprintf(stderr, "SETUP FAIL\n"); in main()
|