Searched refs:print_warning (Results 1 – 18 of 18) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SystemUtils.cpp | 19 bool print_warning) { in CheckBitcodeOutputToConsole() argument 21 if (print_warning) { in CheckBitcodeOutputToConsole()
|
/third_party/python/Lib/test/libregrtest/ |
D | utils.py | 64 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__}")
|
D | runtest.py | 16 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} "
|
D | runtest_mp.py | 22 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}")
|
D | win_utils.py | 9 from test.libregrtest.utils import print_warning 177 print_warning("Failed to parse typeperf output: %a" % line)
|
D | save_env.py | 8 from test.libregrtest.utils import print_warning 323 print_warning(f"{name} was modified by {self.testname}")
|
/third_party/python/Lib/test/support/ |
D | threading_helper.py | 39 support.print_warning(f"threading_cleanup() failed to cleanup " 44 support.print_warning(f"Dangling thread: {thread!r}")
|
D | __init__.py | 1161 def print_warning(msg): function 1200 print_warning(f"reap_children() reaped child process {pid}")
|
/third_party/glib/gobject/ |
D | glib-mkenums.in | 54 def print_warning(msg, fatal=False): 114 print_warning('UnicodeWarning: {} at {} ({})'.format( 273 print_warning('Failed to parse "{}" in {}'.format(line, file_name)) 479 print_warning('{} used in {} section.'.format(substitution, 497 print_warning('No file "{}" found.'.format(curfilename)) 552 print_warning("lowercase_name overridden with underscore_name") 555 print_warning("lowercase_name is deprecated, use underscore_name")
|
D | glib-genmarshal.in | 147 def print_warning(msg, fatal=False): 524 print_warning(DEPRECATED_MSG_STR.format(retval, replaced_by), fatal_warnings) 532 print_warning(DEPRECATED_MSG_STR.format(param, replaced_by), fatal_warnings) 959 print_warning('Using --header and --body at the same time is deprecated; ' + 992 print_warning('Invalid entry: "{}"'.format(line.strip()), args.fatal_warnings)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SystemUtils.h | 26 bool print_warning = true ///< Control whether warnings are printed
|
/third_party/glib/gio/gdbus-2.0/codegen/ |
D | utils.py | 55 def print_warning(msg, fatal=False): function
|
D | codegen_main.py | 33 from .utils import print_error, print_warning 285 print_warning(
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
D | anim_encode.c | 126 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/flutter/skia/third_party/externals/libwebp/src/mux/ |
D | anim_encode.c | 126 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_support.py | 676 support.print_warning(msg)
|
D | _test_multiprocessing.py | 5518 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}')
|
/third_party/python/Doc/library/ |
D | test.rst | 610 .. function:: print_warning(msg)
|