/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_multibytecodec_support.py | 73 def xmlcharnamereplace(exc): argument 95 def myreplace(exc): argument 104 def myreplace(exc): argument 110 def myreplace(exc): argument 117 def myreplace(exc): argument 124 def myreplace(exc): argument 137 def myreplace(exc): argument 144 def myreplace(exc): argument 197 def tempreplace(exc): argument
|
D | test_codeccallbacks.py | 10 def handle(self, exc): argument 83 def xmlcharnamereplace(exc): argument 114 def uninamereplace(exc): argument 161 def relaxedutf8(exc): argument 212 def handler_unicodeinternal(exc): argument 235 def handler1(exc): argument 244 def handler2(exc): argument 619 def unencrepl(exc): argument 669 def baddecodereturn1(exc): argument 679 def baddecodereturn2(exc): argument [all …]
|
D | test_urllib2net.py | 15 def _retry_thrice(func, exc, *args, **kwargs): argument 25 def _wrap_with_retry_thrice(func, exc): argument
|
D | test_pdb.py | 22 def __exit__(self, *exc):
|
D | test_new.py | 96 def test_closure(func, closure, exc): argument
|
D | test_exceptions.py | 26 def raise_catch(self, exc, excname): argument 483 def check_same_msg(self, exc, msg): argument
|
D | test_traceback.py | 17 def get_exception_format(self, func, exc): argument
|
D | test_userstring.py | 32 def checkraises(self, exc, object, methodname, *args): argument
|
D | test_cfgparser.py | 181 def parse_error(self, exc, src): argument 200 def get_error(self, exc, section, option): argument
|
D | test_multibytecodec.py | 43 myreplace = lambda exc: (u'', sys.maxint+1) argument
|
D | test_string.py | 19 def checkraises(self, exc, object, methodname, *args): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | errors.c | 85 PyErr_GivenExceptionMatches(PyObject *err, PyObject *exc) in PyErr_GivenExceptionMatches() 135 PyErr_ExceptionMatches(PyObject *exc) in PyErr_ExceptionMatches() 145 PyErr_NormalizeException(PyObject **exc, PyObject **val, PyObject **tb) in PyErr_NormalizeException() 271 _PyErr_ReplaceException(PyObject *exc, PyObject *val, PyObject *tb) in _PyErr_ReplaceException() 316 PyErr_SetFromErrnoWithFilenameObject(PyObject *exc, PyObject *filenameObject) in PyErr_SetFromErrnoWithFilenameObject() 396 PyErr_SetFromErrnoWithFilename(PyObject *exc, const char *filename) in PyErr_SetFromErrnoWithFilename() 406 PyErr_SetFromErrnoWithUnicodeFilename(PyObject *exc, const Py_UNICODE *filename) in PyErr_SetFromErrnoWithUnicodeFilename() 418 PyErr_SetFromErrno(PyObject *exc) in PyErr_SetFromErrno() 426 PyObject *exc, in PyErr_SetExcFromWindowsErrWithFilenameObject() 473 PyObject *exc, in PyErr_SetExcFromWindowsErrWithFilename() [all …]
|
D | codecs.c | 442 static void wrong_exception_type(PyObject *exc) in wrong_exception_type() 461 PyObject *PyCodec_StrictErrors(PyObject *exc) in PyCodec_StrictErrors() 472 PyObject *PyCodec_IgnoreErrors(PyObject *exc) in PyCodec_IgnoreErrors() 496 PyObject *PyCodec_ReplaceErrors(PyObject *exc) in PyCodec_ReplaceErrors() 549 PyObject *PyCodec_XMLCharRefReplaceErrors(PyObject *exc) in PyCodec_XMLCharRefReplaceErrors() 674 PyObject *PyCodec_BackslashReplaceErrors(PyObject *exc) in PyCodec_BackslashReplaceErrors() 751 static PyObject *strict_errors(PyObject *self, PyObject *exc) in strict_errors() 758 static PyObject *ignore_errors(PyObject *self, PyObject *exc) in ignore_errors() 764 static PyObject *replace_errors(PyObject *self, PyObject *exc) in replace_errors() 770 static PyObject *xmlcharrefreplace_errors(PyObject *self, PyObject *exc) in xmlcharrefreplace_errors() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | codecs.c | 442 static void wrong_exception_type(PyObject *exc) in wrong_exception_type() 461 PyObject *PyCodec_StrictErrors(PyObject *exc) in PyCodec_StrictErrors() 472 PyObject *PyCodec_IgnoreErrors(PyObject *exc) in PyCodec_IgnoreErrors() 496 PyObject *PyCodec_ReplaceErrors(PyObject *exc) in PyCodec_ReplaceErrors() 549 PyObject *PyCodec_XMLCharRefReplaceErrors(PyObject *exc) in PyCodec_XMLCharRefReplaceErrors() 661 PyObject *PyCodec_BackslashReplaceErrors(PyObject *exc) in PyCodec_BackslashReplaceErrors() 734 static PyObject *strict_errors(PyObject *self, PyObject *exc) in strict_errors() 741 static PyObject *ignore_errors(PyObject *self, PyObject *exc) in ignore_errors() 747 static PyObject *replace_errors(PyObject *self, PyObject *exc) in replace_errors() 753 static PyObject *xmlcharrefreplace_errors(PyObject *self, PyObject *exc) in xmlcharrefreplace_errors() [all …]
|
D | errors.c | 85 PyErr_GivenExceptionMatches(PyObject *err, PyObject *exc) in PyErr_GivenExceptionMatches() 133 PyErr_ExceptionMatches(PyObject *exc) in PyErr_ExceptionMatches() 143 PyErr_NormalizeException(PyObject **exc, PyObject **val, PyObject **tb) in PyErr_NormalizeException() 294 PyErr_SetFromErrnoWithFilenameObject(PyObject *exc, PyObject *filenameObject) in PyErr_SetFromErrnoWithFilenameObject() 374 PyErr_SetFromErrnoWithFilename(PyObject *exc, const char *filename) in PyErr_SetFromErrnoWithFilename() 384 PyErr_SetFromErrnoWithUnicodeFilename(PyObject *exc, const Py_UNICODE *filename) in PyErr_SetFromErrnoWithUnicodeFilename() 396 PyErr_SetFromErrno(PyObject *exc) in PyErr_SetFromErrno() 404 PyObject *exc, in PyErr_SetExcFromWindowsErrWithFilenameObject() 451 PyObject *exc, in PyErr_SetExcFromWindowsErrWithFilename() 464 PyObject *exc, in PyErr_SetExcFromWindowsErrWithUnicodeFilename() [all …]
|
D | mactoolboxglue.c | 113 PyObject *fs, *exc; in PyMac_GetFullPathname() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | exceptions.c | 1356 PyUnicodeEncodeError_GetEncoding(PyObject *exc) in PyUnicodeEncodeError_GetEncoding() 1362 PyUnicodeDecodeError_GetEncoding(PyObject *exc) in PyUnicodeDecodeError_GetEncoding() 1368 PyUnicodeEncodeError_GetObject(PyObject *exc) in PyUnicodeEncodeError_GetObject() 1374 PyUnicodeDecodeError_GetObject(PyObject *exc) in PyUnicodeDecodeError_GetObject() 1380 PyUnicodeTranslateError_GetObject(PyObject *exc) in PyUnicodeTranslateError_GetObject() 1386 PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeEncodeError_GetStart() 1405 PyUnicodeDecodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeDecodeError_GetStart() 1424 PyUnicodeTranslateError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeTranslateError_GetStart() 1431 PyUnicodeEncodeError_SetStart(PyObject *exc, Py_ssize_t start) in PyUnicodeEncodeError_SetStart() 1439 PyUnicodeDecodeError_SetStart(PyObject *exc, Py_ssize_t start) in PyUnicodeDecodeError_SetStart() [all …]
|
D | genobject.c | 45 gen_send_ex(PyGenObject *gen, PyObject *arg, int exc) in gen_send_ex()
|
D | unicodeobject.c | 1660 PyObject *exc = NULL; in PyUnicode_DecodeUTF7Stateful() local 1974 PyObject *exc = NULL; in PyUnicode_DecodeUTF8Stateful() local 2290 PyObject *exc = NULL; in PyUnicode_DecodeUTF32Stateful() local 2557 PyObject *exc = NULL; in PyUnicode_DecodeUTF16Stateful() local 2812 PyObject *exc = NULL; in PyUnicode_DecodeUnicodeEscape() local 3212 PyObject *exc = NULL; in PyUnicode_DecodeRawUnicodeEscape() local 3428 PyObject *exc = NULL; in _PyUnicode_DecodeUnicodeInternal() local 3628 PyObject *exc = NULL; in unicode_encode_ucs1() local 3828 PyObject *exc = NULL; in PyUnicode_DecodeASCII() local 4124 PyObject *exc = NULL; in PyUnicode_DecodeCharmap() local [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | exceptions.c | 1352 PyUnicodeEncodeError_GetEncoding(PyObject *exc) in PyUnicodeEncodeError_GetEncoding() 1358 PyUnicodeDecodeError_GetEncoding(PyObject *exc) in PyUnicodeDecodeError_GetEncoding() 1364 PyUnicodeEncodeError_GetObject(PyObject *exc) in PyUnicodeEncodeError_GetObject() 1370 PyUnicodeDecodeError_GetObject(PyObject *exc) in PyUnicodeDecodeError_GetObject() 1376 PyUnicodeTranslateError_GetObject(PyObject *exc) in PyUnicodeTranslateError_GetObject() 1382 PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeEncodeError_GetStart() 1401 PyUnicodeDecodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeDecodeError_GetStart() 1420 PyUnicodeTranslateError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeTranslateError_GetStart() 1427 PyUnicodeEncodeError_SetStart(PyObject *exc, Py_ssize_t start) in PyUnicodeEncodeError_SetStart() 1435 PyUnicodeDecodeError_SetStart(PyObject *exc, Py_ssize_t start) in PyUnicodeDecodeError_SetStart() [all …]
|
D | genobject.c | 45 gen_send_ex(PyGenObject *gen, PyObject *arg, int exc) in gen_send_ex()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | With.py | 13 def __exit__(self, exc, val, tb): argument 166 def __exit__(self, exc, val, tb): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | util.py | 290 def grok_environment_error (exc, prefix="error: "): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | tempfile.py | 410 def __exit__(self, exc, value, tb): argument 415 def __exit__(self, exc, value, tb): argument 528 def __exit__(self, exc, value, tb): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
D | fileio.c | 154 PyObject *exc; in dircheck() local 174 PyObject *exc; in check_fd() local
|