Home
last modified time | relevance | path

Searched refs:_warnings (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_check.py30 self.assertEqual(cmd._warnings, 2)
39 self.assertEqual(cmd._warnings, 0)
47 self.assertEqual(cmd._warnings, 0)
73 self.assertEqual(cmd._warnings, 1)
86 self.assertEqual(cmd._warnings, 0)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dhmac.py6 import warnings as _warnings namespace
58 _warnings.warn('block_size of %d seems too small; using our '
63 _warnings.warn('No block_size attribute on given digest object; '
Dwarnings.py372 from _warnings import (filters, default_action, once_registry,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dcheck.py52 self._warnings = 0
59 self._warnings += 1
75 if self.strict and self._warnings > 0:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_support.py520 self._warnings = warnings_list
524 if len(self._warnings) > self._last:
525 return getattr(self._warnings[-1], attr)
532 return self._warnings[self._last:]
535 self._last = len(self._warnings)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dwarnings.py376 from _warnings import (filters, default_action, once_registry,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DPython2710.inf76 Python/_warnings.c
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/
DPythonCore.inf81 Python-$(PYTHON_VERSION)/Python/_warnings.c