/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-death-test.cc | 283 // message is simply printed to stderr. In either case, the program 298 fprintf(stderr, "%s", message.c_str()); in DeathTestAbort() 299 fflush(stderr); in DeathTestAbort() 432 // Returns stderr output from the child process. 439 // A matcher that's expected to match the stderr output by the child process. 530 // Returns an indented copy of stderr output for a death test. 559 // matcher_: A matcher that's expected to match the stderr output by the child 643 // any possible error messages) from the pipe, and its stderr and then 831 // The stderr data captured by the child process. 1018 // Create a socket pair will be used to receive the child process' stderr in AssumeRole() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe_common.c | 475 fprintf(stderr, "%s: out of memory\n", __func__); in radeon_save_cs() 1058 fprintf(stderr, "unknown PIPE_COMPUTE_CAP %d\n", param); in r600_get_compute_param()
|
/third_party/python/Lib/ |
H A D | optparse.py | 1363 by default prints the usage message to stderr and calls 1558 sys.stderr.write(msg) 1564 Print a usage message incorporating 'msg' to stderr and exit. 1568 self.print_usage(sys.stderr)
|
H A D | imaplib.py | 1251 sys.stderr.write(' %s.%02d %s\n' % (tm, (secs*100)%100, s)) 1252 sys.stderr.flush()
|
/third_party/skia/third_party/externals/tint/samples/ |
H A D | main.cc | 40 auto printer = tint::diag::Printer::create(stderr, true); in TintInternalCompilerErrorReporter() 957 auto diag_printer = tint::diag::Printer::create(stderr, true); in main()
|
/third_party/python/Lib/test/ |
H A D | test_gzip.py | 779 with Popen(args, stdin=PIPE, stdout=PIPE, stderr=PIPE) as proc: 812 with Popen(args, stdin=PIPE, stdout=PIPE, stderr=PIPE) as proc:
|
/third_party/python/Lib/unittest/test/ |
H A D | test_discovery.py | 623 with support.captured_stderr() as stderr, \ 628 self.assertIn('usage:', stderr.getvalue())
|
/third_party/python/Python/ |
H A D | _warnings.c | 509 f_stderr = _PySys_GetAttr(tstate, &_Py_ID(stderr)); in show_warning() 511 fprintf(stderr, "lost sys.stderr\n"); in show_warning()
|
/third_party/vulkan-loader/scripts/ |
H A D | loader_extension_generator.py | 175 errFile = sys.stderr, 176 warnFile = sys.stderr,
|
/third_party/curl/tests/server/ |
H A D | sws.c | 2039 fprintf(stderr, in main() 2058 fprintf(stderr, "sws: invalid --port argument (%s)\n", in main() 2080 fprintf(stderr, "sws: invalid --keepalive argument (%s), must " in main()
|
/third_party/curl/tests/ |
H A D | runtests.pl | 178 my $keepoutfiles; # keep stdout and stderr files after tests 1197 # what parts to cut off from stdout/stderr 1264 my @validstderr = getpart("verify", "stderr"); 1266 # verify redirected stderr 1284 my %hash = getpartattr("verify", "stderr"); 1289 # text mode check in hyper-mode. Sometimes necessary if the stderr 1306 $res = compare($runnerid, $testnum, $testname, "stderr", \@actual, \@validstderr); 1313 $ok .= "-"; # stderr not checked 2311 # keep stdout and stderr files after tests 2368 -k keep stdout and stderr file [all...] |
/third_party/alsa-lib/src/control/ |
H A D | control_remap.c | 39 #define debug(format, args...) fprintf(stderr, format, ##args) 42 fprintf(stderr, "%s: ", s); free(s); \ 43 fprintf(stderr, format, ##args); \
|
/third_party/backends/backend/ |
H A D | sp15c.c | 115 * * backend/snapscan.c: Use DBG(0, ...) instead of fprintf (stderr, ...). 2031 fflush (stderr); in reader_process() 2039 fflush (stderr); in reader_process() 2065 fflush (stderr); in reader_process()
|
/third_party/backends/frontend/ |
H A D | tstbackend.c | 1725 fprintf(stderr, "invalid test_level\n"); in main() 1747 fprintf(stderr, "invalid option\n"); in main() 1751 fprintf(stderr, "bug in tstbackend\n"); in main()
|
/third_party/alsa-lib/src/alisp/ |
H A D | alisp.c | 219 fprintf(stderr, "OOPS: alsa lisp: incref fatal error\n"); in incref_object() 2942 fprintf(stderr, "!!!alsa lisp - check memory failed!!!\n"); in F_check_memory() 3280 err = snd_output_stdio_attach(&eoutput, stderr, 0); in alsa_lisp_default_cfg()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | timezone.cpp | 53 fprintf(stderr, "%s:%d: ", f, l); in debug_tz_loc() 60 vfprintf(stderr, pat, ap); in debug_tz_msg() 61 fflush(stderr); in debug_tz_msg()
|
H A D | rbnf.cpp | 593 fprintf(stderr, "%s at or near character %ld: ", EXPLANATION_ARG, p-data); in parseError() 608 fprintf(stderr, "%s\n", buf); in parseError() 609 fflush(stderr); in parseError()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_bo.c | 864 fprintf(stderr, "zink: leaking sparse backing memory\n"); in buffer_bo_commit() 1091 fprintf(stderr, "zink: leaking sparse backing memory\n"); in zink_bo_commit() 1110 fprintf(stderr, "zink: leaking sparse backing memory\n"); in zink_bo_commit()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4.cpp | 1308 dump_instruction(be_inst, stderr); in dump_instruction() 2630 fprintf(stderr, "VS Output "); in brw_compile_vs() 2631 brw_print_vue_map(stderr, &prog_data->base.vue_map, MESA_SHADER_VERTEX); in brw_compile_vs()
|
H A D | brw_vec4_generator.cpp | 2229 fprintf(stderr, "Native code for %s %s shader %s (sha1 %s):\n", in generate_code() 2234 fprintf(stderr, "%s vec4 shader: %d instructions. %d loops. %u cycles. %d:%d " in generate_code() 2245 fprintf(stderr, "Successfully overrode shader with sha1 %s\n\n", sha1buf); in generate_code()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbnf.cpp | 593 fprintf(stderr, "%s at or near character %ld: ", EXPLANATION_ARG, p-data); in parseError() 608 fprintf(stderr, "%s\n", buf); in parseError() 609 fflush(stderr); in parseError()
|
H A D | timezone.cpp | 53 fprintf(stderr, "%s:%d: ", f, l); in debug_tz_loc() 60 vfprintf(stderr, pat, ap); in debug_tz_msg() 61 fflush(stderr); in debug_tz_msg()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | input.py | 547 sys.stderr.write("gyp: %s\n" % e) 550 print("Exception:", e, file=sys.stderr) 551 print(traceback.format_exc(), file=sys.stderr) 961 # stderr will be printed no matter what
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_x11.c | 354 fprintf(stderr, "vulkan: No DRI3 support detected - required for presentation\n" in wsi_x11_check_for_dri3() 979 fprintf(stderr, "%s:%d: Swapchain status changed to %s\n", in _x11_swapchain_result() 996 fprintf(stderr, "%s:%d: Swapchain status changed to %s\n", in _x11_swapchain_result()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | intltest.cpp | 1413 fprintf(stderr, in main() 1432 fprintf(stderr, in main() 1437 fprintf(stderr, "*** Exiting. Use the '-w' option if data files were\n*** purposely removed, to continue test anyway.\n"); in main()
|