Searched defs:warnings (Results 1 - 5 of 5) sorted by last modified time

/frameworks/rs/tests/lldb/tests/harness/
H A Ddecorators.py18 import warnings namespace
153 warnings.warn(warning, self.exception, 2)
H A Dutil_warnings.py15 '''Redirect the Python warnings into the log.'''
19 import warnings namespace
27 '''Redirect all warnings issued by warnings::warn to the log.
29 By default all python warnings are printed into sys.stderr. This method
40 _OLD_WARNINGS_HANDLER = warnings.showwarning
45 '''Redirect the warnings to the Logger.'''
46 log.warn(warnings.formatwarning(*args).rstrip())
48 warnings.showwarning = _redirect_warnings_to_log
52 '''Restore the reporting of warnings
[all...]
/frameworks/rs/tests/lldb/tests/
H A Drun_test.py26 import warnings namespace
75 warnings.warn("get_bundle_target() is deprecated and will be removed soon"
112 warnings.warn("get_bundle_target() is deprecated and will be removed soon"
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/tools/stringslint/
H A Dstringslint.py44 warnings = None variable
47 global warnings
60 warnings[key] = value
63 global warnings
64 warnings = {}
69 return warnings
146 return warnings

Completed in 164 milliseconds