Searched refs:warn (Results 1 - 25 of 789) sorted by relevance

1234567891011>>

/external/python/cpython3/Lib/test/test_warnings/data/
H A Dimport_warning.py3 warnings.warn('module-level warning', DeprecationWarning, stacklevel=2)
H A Dstacklevel.py1 # Helper module for testing the skipmodules argument of warnings.warn()
9 warnings.warn(message, stacklevel=stacklevel)
/external/clang/test/Misc/
H A Dwarn-in-system-header.c3 #include <warn-in-system-header.h>
4 // expected-warning@warn-in-system-header.h:4 {{the cake is a lie}}
/external/python/cpython2/Lib/
H A Dmd5.py7 warnings.warn("the md5 module is deprecated; use hashlib instead",
H A Dsre.py6 warnings.warn("The sre module is deprecated, please import re.",
H A Dsha.py7 warnings.warn("the sha module is deprecated; use the hashlib module instead",
/external/python/cpython3/Lib/unittest/test/
H A D_test_warnings.py18 warnings.warn('rw', RuntimeWarning)
38 warnings.warn('dw', DeprecationWarning)
39 warnings.warn('dw', DeprecationWarning)
40 warnings.warn('dw', DeprecationWarning)
43 warnings.warn('iw', ImportWarning)
44 warnings.warn('iw', ImportWarning)
45 warnings.warn('iw', ImportWarning)
49 warnings.warn('uw')
50 warnings.warn('uw')
51 warnings.warn('u
[all...]
/external/vulkan-validation-layers/layers/
H A Dvk_layer_settings.txt41 # warn - Report warnings from using the API in a manner which may lead to
42 # undefined behavior or to warn the user of common trouble spots.
59 lunarg_core_validation.report_flags = error,warn,perf
64 lunarg_object_tracker.report_flags = error,warn,perf
69 lunarg_parameter_validation.report_flags = error,warn,perf
74 google_threading.report_flags = error,warn,perf
79 google_unique_objects.report_flags = error,warn,perf
/external/autotest/client/bin/
H A Dbase_utils.py18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
H A Dsite_utils.py18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
/external/autotest/client/common_lib/
H A Dbase_utils.py18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
H A Dsite_utils.py18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
H A Ddeprecation.py14 def warn(deprecated_name, stacklevel=3): function
18 @param stacklevel: See warnings.warn().
20 warnings.warn(APIDeprecationWarning(deprecated_name),
/external/python/cpython2/Lib/idlelib/
H A Didlever.py10 w.warn(__doc__, DeprecationWarning, stacklevel=2)
/external/freetype/builds/atari/
H A DATARI.H2 #pragma warn -aus /* too many unevaluated variables in gxvalid */
8 #pragma warn -stu
/external/python/cpython2/Lib/compiler/
H A D__init__.py26 warnings.warn("The compiler package is deprecated and removed in Python 3.x.",
/external/python/cpython2/Lib/test/
H A Dwarning_tests.py1 # Helper module for testing the skipmodules argument of warnings.warn()
9 warnings.warn(message, stacklevel=stacklevel)
/external/vogar/src/vogar/
H A DLog.java26 void warn(String s); method in interface:Log
/external/ppp/pppd/plugins/
H A Dpassprompt.c42 warn("Can't make a pipe for %s", promptprog);
46 warn("Can't fork to run %s", promptprog);
90 warn("error waiting for %s: %m", promptprog);
99 warn("%s terminated abnormally", promptprog);
101 warn("%s exited with code %d", promptprog, WEXITSTATUS(status));
/external/libchrome/base/threading/
H A Dthread_collision_warner.cc12 void DCheckAsserter::warn() { function in class:base::DCheckAsserter
39 asserter_->warn();
52 asserter_->warn();
/external/python/futures/
H A Dsetup.py3 from warnings import warn namespace
8 warn('This backport is meant only for Python 2.\n'
/external/slf4j/log4j-over-slf4j/src/test/java/org/apache/log4j/
H A DTrivial.java38 l.warn("w");
46 l.warn("w", e);
/external/testng/src/main/java/org/testng/internal/
H A DPropertyUtils.java23 LOGGER.warn("Cannot set property " + name + " with value " + value + ". The target instance is null");
29 LOGGER.warn("Cannot set property " + name + " with value " + value + ". Property class could not be found");
40 LOGGER.warn("Cannot retrieve property class for " + propertyName + ". Target instance class is null");
49 LOGGER.warn("Cannot retrieve property " + propertyName + ". Class is null");
61 LOGGER.warn("Cannot retrieve property " + propertyName + ". Cause is: " + ie);
69 LOGGER.warn("Cannot set property " + name + " with value " + value + ". Targe instance is null");
75 LOGGER.warn("Cannot set property " + name + " with value " + value + ". Property does not exist");
83 LOGGER.warn("Cannot set property " + name + " with value " + value + ". Cause " + iae);
/external/clang/test/SemaCXX/
H A Dwarn-new-overaligned-3.cpp5 #include <warn-new-overaligned-3.h>
/external/libusb/msvc/
H A Dconfig.h4 #warn "msvc/config.h shouldn't be included for your development environment."

Completed in 657 milliseconds

1234567891011>>