HomeSort by relevance Sort by last modified time
    Searched defs:_warn (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_sdist.py 92 def _warn(*args): function in function:SDistTestCase.get_cmd
94 cmd.warn = _warn
test_dist.py 164 def _warn(msg): function in function:DistributionTestCase.test_empty_options
168 warnings.warn = _warn
  /bionic/libc/upstream-openbsd/android/include/
openbsd-compat.h 42 #define _warn warn macro
  /external/python/cpython2/Lib/distutils/tests/
test_dist.py 166 def _warn(msg): function in function:DistributionTestCase.test_empty_options
170 warnings.warn = _warn
  /external/python/cpython3/Lib/distutils/tests/
test_dist.py 175 def _warn(msg): function in function:DistributionTestCase.test_empty_options
179 warnings.warn = _warn
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dist.py 164 def _warn(msg): function in function:DistributionTestCase.test_empty_options
168 warnings.warn = _warn
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dist.py 164 def _warn(msg): function in function:DistributionTestCase.test_empty_options
168 warnings.warn = _warn
  /external/autotest/scheduler/
drone_utility.py 117 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/cpython3/Lib/idlelib/
config.py 244 _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
    [all...]

Completed in 293 milliseconds