Home
last modified time | relevance | path

Searched refs:print_warning (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Lib/test/libregrtest/
Dutils.py64 def print_warning(msg): function
65 support.print_warning(msg)
81 print_warning("Unraisable exception")
104 print_warning(f"Uncaught thread exception: {args.exc_type.__name__}")
Druntest.py16 from test.libregrtest.utils import clear_caches, format_duration, print_warning
306 print_warning(f"{test_name} created {len(gc.garbage)} "
401 print_warning(f"{test_name} left behind {kind} {name!r}")
410 print_warning(f"{test_name} left behind {kind} {name!r} "
Druntest_mp.py22 from test.libregrtest.utils import format_duration, print_warning
187 print_warning(f"Failed to kill {what}: {exc!r}")
320 print_warning(f"Failed to wait for {self} completion "
344 print_warning(f"Failed to join {self} in {format_duration(dt)}")
444 print_warning(f"regrtest worker thread failed: {format_exc}")
Dwin_utils.py9 from test.libregrtest.utils import print_warning
177 print_warning("Failed to parse typeperf output: %a" % line)
Dsave_env.py8 from test.libregrtest.utils import print_warning
323 print_warning(f"{name} was modified by {self.testname}")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSystemUtils.cpp19 bool print_warning) { in CheckBitcodeOutputToConsole() argument
21 if (print_warning) { in CheckBitcodeOutputToConsole()
/third_party/python/Lib/test/support/
Dthreading_helper.py39 support.print_warning(f"threading_cleanup() failed to cleanup "
44 support.print_warning(f"Dangling thread: {thread!r}")
D__init__.py1161 def print_warning(msg): function
1200 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/
DSystemUtils.h26 bool print_warning = true ///< Control whether warnings are printed
/third_party/skia/third_party/externals/libwebp/src/mux/
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/python/Lib/test/
D_test_multiprocessing.py5518 support.print_warning(f"multiprocessing.Manager still has "
5722 support.print_warning(f'Dangling processes: {processes}')
5728 support.print_warning(f'Dangling threads: {threads}')
5796 support.print_warning(f"multiprocessing.Manager still has "
5807 support.print_warning('Shared objects which still exist '
5809 support.print_warning(cls.manager._debug_info())
5908 support.print_warning(f'Dangling processes: {processes}')
5915 support.print_warning(f'Dangling threads: {threads}')
Dtest_support.py676 support.print_warning(msg)
/third_party/python/Doc/library/
Dtest.rst610 .. function:: print_warning(msg)