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/ |
D | test_codeccallbacks.py | 430 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"))
|
D | test_repr.py | 221 shutil.rmtree(self.pkgname, ignore_errors=True) 224 shutil.rmtree(self.subpkgname, ignore_errors=True)
|
D | test_shutil.py | 308 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)
|
D | test_codecs.py | 848 codecs.register_error("UnicodeInternalTest", codecs.ignore_errors)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | shutil.py | 210 def rmtree(path, ignore_errors=False, onerror=None): argument 221 if ignore_errors: 247 rmtree(fullname, ignore_errors, onerror)
|
D | codecs.py | 1075 ignore_errors = lookup_error("ignore") variable 1082 ignore_errors = None variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | shutil.py | 207 def rmtree(path, ignore_errors=False, onerror=None): argument 218 if ignore_errors: 244 rmtree(fullname, ignore_errors, onerror)
|
D | codecs.py | 1072 ignore_errors = lookup_error("ignore") variable 1079 ignore_errors = None variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | codecs.c | 758 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/ |
D | codecs.c | 741 static PyObject *ignore_errors(PyObject *self, PyObject *exc) in ignore_errors() function 787 ignore_errors, in _PyCodecRegistry_Init()
|