Searched refs:_warn (Results 1 - 9 of 9) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
H A Dtest_config.py147 config._warn('warning', 'key')
151 config._warn('warning', 'key')
154 config._warn('warn2', 'yek')
/external/python/cpython3/Lib/idlelib/
H A Dconfig.py244 _warn(warning, configType, section, option)
258 _warn(warning, configType, section, option)
366 _warn(warning, 'highlight', themeName, element)
671 _warn(warning, 'keys', keySetName)
685 _warn(warning, 'keys', keySetName, event)
771 def _warn(msg, *key): function
/external/autotest/scheduler/
H A Ddrone_utility.py117 def _warn(self, warning): member in class:DroneUtility
186 self._warn('Error occured when killing processes. Error: %s' % e)
223 self._warn('Pidfile %s already exists' % pidfile_path)
258 self._warn('Error write to file %s: %s' % (file_path, e))
414 self._warn('Execution took %f sec\n%s' % (duration, call_summary))
/external/python/cpython2/Lib/distutils/tests/
H A Dtest_dist.py166 def _warn(msg): function in function:DistributionTestCase.test_empty_options
170 warnings.warn = _warn
/external/python/cpython3/Lib/distutils/tests/
H A Dtest_dist.py175 def _warn(msg): function in function:DistributionTestCase.test_empty_options
179 warnings.warn = _warn
/external/python/cpython2/Lib/
H A Drandom.py43 from warnings import warn as _warn namespace
267 _warn("Underlying random() generator does not supply \n"
/external/python/cpython3/Lib/
H A Drandom.py40 from warnings import warn as _warn namespace
239 _warn("Underlying random() generator does not supply \n"
H A Dsubprocess.py753 def __del__(self, _maxsize=sys.maxsize, _warn=warnings.warn):
760 _warn("subprocess %s is still running" % self.pid,
/external/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.cpp580 &_mesa_glsl_parse_state::NAME##_warn }
585 &_mesa_glsl_parse_state::NAME##_warn }

Completed in 257 milliseconds