Home
last modified time | relevance | path

Searched refs:ignore_errors (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_codeccallbacks.py430 codecs.ignore_errors,
436 codecs.ignore_errors,
441 codecs.ignore_errors(UnicodeEncodeError("ascii", u"\u3042", 0, 1, "ouch")),
445 codecs.ignore_errors(UnicodeDecodeError("ascii", "\xff", 0, 1, "ouch")),
449 codecs.ignore_errors(UnicodeTranslateError(u"\u3042", 0, 1, "ouch")),
607 self.assertEqual(codecs.ignore_errors, codecs.lookup_error("ignore"))
Dtest_repr.py221 shutil.rmtree(self.pkgname, ignore_errors=True)
224 shutil.rmtree(self.subpkgname, ignore_errors=True)
Dtest_shutil.py308 shutil.rmtree(TESTFN, ignore_errors=True)
339 shutil.rmtree(TESTFN, ignore_errors=True)
340 shutil.rmtree(TESTFN2, ignore_errors=True)
690 shutil.rmtree(TESTFN, ignore_errors=True)
702 shutil.rmtree(TESTFN, ignore_errors=True)
Dtest_codecs.py848 codecs.register_error("UnicodeInternalTest", codecs.ignore_errors)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dshutil.py210 def rmtree(path, ignore_errors=False, onerror=None): argument
221 if ignore_errors:
247 rmtree(fullname, ignore_errors, onerror)
Dcodecs.py1075 ignore_errors = lookup_error("ignore") variable
1082 ignore_errors = None variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dshutil.py207 def rmtree(path, ignore_errors=False, onerror=None): argument
218 if ignore_errors:
244 rmtree(fullname, ignore_errors, onerror)
Dcodecs.py1072 ignore_errors = lookup_error("ignore") variable
1079 ignore_errors = None variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcodecs.c758 static PyObject *ignore_errors(PyObject *self, PyObject *exc) in ignore_errors() function
804 ignore_errors, in _PyCodecRegistry_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcodecs.c741 static PyObject *ignore_errors(PyObject *self, PyObject *exc) in ignore_errors() function
787 ignore_errors, in _PyCodecRegistry_Init()