Searched refs:print_warning (Results 1 – 21 of 21) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | parse-console.sh | 32 print_warning Console output contains nul bytes, old qemu still running? 100 print_warning $title `cat $T.seq` 107 print_warning HOTPLUG FAILURES $title `cat $T.seq` 114 print_warning $title `cat $T.seq` 123 print_warning "Assertion failure in $file $title" 171 print_warning Summary: $summary
|
D | parse-build.sh | 46 print_warning $title build errors:
|
D | kvm-recheck-rcu.sh | 73 print_warning $nclosecalls "Reader Batch close calls in" $(($dur/60)) minute run: $i
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | single.py | 21 clear_caches, remove_testfn, abs_module_name, print_warning) 105 print_warning(f"{result.test_name} test runner returned None: {test_func}") 114 print_warning(f"Unknown test result type: {type(test_result)}") 150 print_warning(f"{test_name} created {len(gc.garbage)} " 254 print_warning = support.print_warning 255 orig_print_warnings_stderr = print_warning.orig_stderr 264 print_warning.orig_stderr = stream 273 print_warning.orig_stderr = orig_print_warnings_stderr
|
D | utils.py | 126 def print_warning(msg): function 127 support.print_warning(msg) 136 support.print_warning("Unraisable exception") 140 sys.stderr = support.print_warning.orig_stderr 159 support.print_warning(f"Uncaught thread exception: {args.exc_type.__name__}") 163 sys.stderr = support.print_warning.orig_stderr 546 print_warning(f"{test_name} left behind {kind} {name!r}") 555 print_warning(f"{test_name} left behind {kind} {name!r} " 618 print_warning(f"Unable to raise RLIMIT_NOFILE from {fd_limit} to "
|
D | logger.py | 7 from .utils import print_warning 83 print_warning(f'Failed to create WindowsLoadTracker: {error}')
|
D | run_workers.py | 25 format_duration, print_warning, count, plural, get_signal_name) 165 print_warning(f"Failed to kill {what}: {exc!r}") 423 print_warning(f"Failed to wait for {self} completion " 446 print_warning(f"Failed to join {self} in {format_duration(dt)}") 571 print_warning(f"regrtest worker thread failed: {format_exc}")
|
D | result.py | 7 format_duration, normalize_test_name, print_warning) 186 print_warning(f"rerun failed to parse {error_type} test name: "
|
D | save_env.py | 10 from .utils import print_warning 327 print_warning(
|
D | main.py | 27 display_header, cleanup_temp_dir, print_warning, 684 print_warning(f"Failed to change Python options: {exc!r}\n"
|
/external/llvm/lib/Support/ |
D | SystemUtils.cpp | 20 bool print_warning) { in CheckBitcodeOutputToConsole() argument 22 if (print_warning) { in CheckBitcodeOutputToConsole()
|
/external/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()
|
/external/llvm/include/llvm/Support/ |
D | SystemUtils.h | 27 bool print_warning = true ///< Control whether warnings are printed
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SystemUtils.h | 26 bool print_warning = true ///< Control whether warnings are printed
|
/external/python/cpython3/Lib/test/support/ |
D | threading_helper.py | 43 support.print_warning( 49 support.print_warning(f"Dangling thread: {thread!r}")
|
D | socket_helper.py | 300 support.print_warning(f'{' '.join(cmd)!r} command failed with ' 311 support.print_warning(f'Failed to parse {' '.join(cmd)!r} '
|
D | __init__.py | 1300 def print_warning(msg): function 1303 stream = print_warning.orig_stderr 1310 print_warning.orig_stderr = sys.stderr 1347 print_warning(f"reap_children() reaped child process {pid}")
|
/external/python/cpython3/Lib/test/ |
D | test_support.py | 467 with support.swap_attr(support.print_warning, 'orig_stderr', stderr): 569 with support.swap_attr(support.print_warning, 'orig_stderr', stderr): 570 support.print_warning(msg)
|
D | _test_multiprocessing.py | 6112 support.print_warning(f"multiprocessing.Manager still has " 6475 support.print_warning(f'Dangling processes: {processes}') 6481 support.print_warning(f'Dangling threads: {threads}') 6550 support.print_warning(f"multiprocessing.Manager still has " 6560 support.print_warning('Shared objects which still exist ' 6562 support.print_warning(cls.manager._debug_info()) 6672 support.print_warning(f'Dangling processes: {processes}') 6679 support.print_warning(f'Dangling threads: {threads}')
|
/external/webp/src/mux/ |
D | anim_encode.c | 127 int print_warning = enc_options->verbose; in SanitizeEncoderOptions() local 139 print_warning = 0; in SanitizeEncoderOptions() 144 if (print_warning) { in SanitizeEncoderOptions() 154 if (print_warning) { in SanitizeEncoderOptions() 164 if (print_warning) { in SanitizeEncoderOptions()
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 648 .. function:: print_warning(msg)
|