HomeSort by relevance Sort by last modified time
    Searched refs:PyErr_GivenExceptionMatches (Results 1 - 25 of 33) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
errors.c 85 PyErr_GivenExceptionMatches(PyObject *err, PyObject *exc)
96 if (PyErr_GivenExceptionMatches(
137 return PyErr_GivenExceptionMatches(PyErr_Occurred(), exc);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
errors.c 85 PyErr_GivenExceptionMatches(PyObject *err, PyObject *exc)
96 if (PyErr_GivenExceptionMatches(
135 return PyErr_GivenExceptionMatches(PyErr_Occurred(), exc);
mactoolboxglue.c 141 if (exc && PyErr_GivenExceptionMatches(exc,
  /external/python/cpython2/Python/
errors.c 85 PyErr_GivenExceptionMatches(PyObject *err, PyObject *exc)
96 if (PyErr_GivenExceptionMatches(
137 return PyErr_GivenExceptionMatches(PyErr_Occurred(), exc);
mactoolboxglue.c 141 if (exc && PyErr_GivenExceptionMatches(exc,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyerrors.h 91 PyAPI_FUNC(int) PyErr_GivenExceptionMatches(PyObject *, PyObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyerrors.h 91 PyAPI_FUNC(int) PyErr_GivenExceptionMatches(PyObject *, PyObject *);
  /external/python/cpython2/Include/
pyerrors.h 91 PyAPI_FUNC(int) PyErr_GivenExceptionMatches(PyObject *, PyObject *);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyerrors.h 91 PyAPI_FUNC(int) PyErr_GivenExceptionMatches(PyObject *, PyObject *);
  /prebuilts/gdb/linux-x86/include/python2.7/
pyerrors.h 91 PyAPI_FUNC(int) PyErr_GivenExceptionMatches(PyObject *, PyObject *);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyerrors.h 91 PyAPI_FUNC(int) PyErr_GivenExceptionMatches(PyObject *, PyObject *);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyerrors.h 91 PyAPI_FUNC(int) PyErr_GivenExceptionMatches(PyObject *, PyObject *);
  /external/python/cpython3/Python/
errors.c 170 PyErr_GivenExceptionMatches(PyObject *err, PyObject *exc)
181 if (PyErr_GivenExceptionMatches(
216 return PyErr_GivenExceptionMatches(PyErr_Occurred(), exc);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.c 569 if (!PyErr_GivenExceptionMatches(runerr, PyExc_OverflowError))
bufferedio.c 611 if (v == NULL || !PyErr_GivenExceptionMatches(v, PyExc_BlockingIOError)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.c 560 if (!PyErr_GivenExceptionMatches(runerr, PyExc_OverflowError))
bufferedio.c 583 if (v == NULL || !PyErr_GivenExceptionMatches(v, PyExc_BlockingIOError)) {
    [all...]
  /external/python/cpython2/Modules/_io/
_iomodule.c 569 if (!PyErr_GivenExceptionMatches(runerr, PyExc_OverflowError))
bufferedio.c 610 if (v == NULL || !PyErr_GivenExceptionMatches(v, PyExc_BlockingIOError)) {
    [all...]
  /external/python/cpython3/Include/
pyerrors.h 114 PyAPI_FUNC(int) PyErr_GivenExceptionMatches(PyObject *, PyObject *);
  /external/python/cpython3/Modules/_io/
_iomodule.c 517 if (!PyErr_GivenExceptionMatches(runerr, PyExc_OverflowError))
bufferedio.c 682 if (v == NULL || !PyErr_GivenExceptionMatches(v, PyExc_BlockingIOError)) {
    [all...]
  /external/python/cpython3/Objects/
bytes_methods.c 432 if (err && !PyErr_GivenExceptionMatches(err, PyExc_OverflowError)) {
genobject.c 426 if (PyErr_GivenExceptionMatches(typ, PyExc_GeneratorExit) &&
    [all...]
  /external/python/cpython3/Modules/
_asynciomodule.c     [all...]

Completed in 984 milliseconds

1 2