Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dparse-console.sh32 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
Dparse-build.sh46 print_warning $title build errors:
Dkvm-recheck-rcu.sh73 print_warning $nclosecalls "Reader Batch close calls in" $(($dur/60)) minute run: $i
/external/python/cpython3/Lib/test/libregrtest/
Dsingle.py21 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
Dutils.py126 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 "
Dlogger.py7 from .utils import print_warning
83 print_warning(f'Failed to create WindowsLoadTracker: {error}')
Drun_workers.py25 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}")
Dresult.py7 format_duration, normalize_test_name, print_warning)
186 print_warning(f"rerun failed to parse {error_type} test name: "
Dsave_env.py10 from .utils import print_warning
327 print_warning(
Dmain.py27 display_header, cleanup_temp_dir, print_warning,
684 print_warning(f"Failed to change Python options: {exc!r}\n"
/external/llvm/lib/Support/
DSystemUtils.cpp20 bool print_warning) { in CheckBitcodeOutputToConsole() argument
22 if (print_warning) { in CheckBitcodeOutputToConsole()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSystemUtils.cpp19 bool print_warning) { in CheckBitcodeOutputToConsole() argument
21 if (print_warning) { in CheckBitcodeOutputToConsole()
/external/llvm/include/llvm/Support/
DSystemUtils.h27 bool print_warning = true ///< Control whether warnings are printed
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSystemUtils.h26 bool print_warning = true ///< Control whether warnings are printed
/external/python/cpython3/Lib/test/support/
Dthreading_helper.py43 support.print_warning(
49 support.print_warning(f"Dangling thread: {thread!r}")
Dsocket_helper.py300 support.print_warning(f'{' '.join(cmd)!r} command failed with '
311 support.print_warning(f'Failed to parse {' '.join(cmd)!r} '
D__init__.py1300 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/
Dtest_support.py467 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.py6112 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/
Danim_encode.c127 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/
Dtest.rst648 .. function:: print_warning(msg)