Home
last modified time | relevance | path

Searched refs:print_warning (Results 1 - 12 of 12) sorted by relevance

/third_party/python/Lib/test/libregrtest/
H A Dutils.py64 def print_warning(msg): function
65 support.print_warning(msg)
74 support.print_warning("Unraisable exception")
78 sys.stderr = support.print_warning.orig_stderr
97 support.print_warning(f"Uncaught thread exception: {args.exc_type.__name__}")
101 sys.stderr = support.print_warning.orig_stderr
H A Druntest.py17 from test.libregrtest.utils import clear_caches, format_duration, print_warning namespace
202 print_warning = support.print_warning
203 orig_print_warnings_stderr = print_warning.orig_stderr
209 # print_warning() writes into the temporary stream to preserve
212 print_warning.orig_stderr = stream
221 print_warning.orig_stderr = orig_print_warnings_stderr
325 print_warning(f"{test_name} created {len(gc.garbage)} "
416 print_warning(f"{test_name} left behind {kind} {name!r}")
425 print_warning(
[all...]
H A Druntest_mp.py22 from test.libregrtest.utils import format_duration, print_warning namespace
194 print_warning(f"Failed to kill {what}: {exc!r}")
330 print_warning(f"Failed to wait for {self} completion "
354 print_warning(f"Failed to join {self} in {format_duration(dt)}")
454 print_warning(f"regrtest worker thread failed: {format_exc}")
H A Dsave_env.py8 from test.libregrtest.utils import print_warning namespace
323 print_warning(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSystemUtils.cpp19 bool print_warning) { in CheckBitcodeOutputToConsole()
21 if (print_warning) { in CheckBitcodeOutputToConsole()
18 CheckBitcodeOutputToConsole(raw_ostream &stream_to_check, bool print_warning) CheckBitcodeOutputToConsole() argument
/third_party/python/Lib/test/support/
H A Dthreading_helper.py40 support.print_warning(f"threading_cleanup() failed to cleanup "
45 support.print_warning(f"Dangling thread: {thread!r}")
H A D__init__.py1280 def print_warning(msg): function
1283 stream = print_warning.orig_stderr
1290 print_warning.orig_stderr = sys.stderr
1327 print_warning(f"reap_children() reaped child process {pid}")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DSystemUtils.h26 bool print_warning = true ///< Control whether warnings are printed
/third_party/python/Lib/test/
H A Dtest_support.py476 with support.swap_attr(support.print_warning, 'orig_stderr', stderr):
684 with support.swap_attr(support.print_warning, 'orig_stderr', stderr):
685 support.print_warning(msg)
H A D_test_multiprocessing.py5599 support.print_warning(f"multiprocessing.Manager still has "
5832 support.print_warning(f'Dangling processes: {processes}')
5838 support.print_warning(f'Dangling threads: {threads}')
5907 support.print_warning(f"multiprocessing.Manager still has "
5918 support.print_warning('Shared objects which still exist '
5920 support.print_warning(cls.manager._debug_info())
6019 support.print_warning(f'Dangling processes: {processes}')
6026 support.print_warning(f'Dangling threads: {threads}')
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Danim_encode.c126 int print_warning = enc_options->verbose; in SanitizeEncoderOptions() local
138 print_warning = 0; in SanitizeEncoderOptions()
143 if (print_warning) { in SanitizeEncoderOptions()
153 if (print_warning) { in SanitizeEncoderOptions()
163 if (print_warning) { in SanitizeEncoderOptions()
/third_party/backends/backend/
H A Dhp-scl.c791 {static int print_warning = 1; in sanei_hp_get_connect() local
793 if (print_warning) in sanei_hp_get_connect()
795 print_warning = 0; in sanei_hp_get_connect()

Completed in 27 milliseconds