HomeSort by relevance Sort by last modified time
    Searched defs:PyErr_ExceptionMatches (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
errors.c 135 PyErr_ExceptionMatches(PyObject *exc)
299 if (PyErr_ExceptionMatches(PyExc_MemoryError))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
errors.c 133 PyErr_ExceptionMatches(PyObject *exc)
277 if (PyErr_ExceptionMatches(PyExc_MemoryError))
  /external/python/cpython2/Python/
errors.c 135 PyErr_ExceptionMatches(PyObject *exc)
296 if (PyErr_ExceptionMatches(PyExc_MemoryError))
  /external/python/cpython3/Python/
errors.c 214 PyErr_ExceptionMatches(PyObject *exc)

Completed in 202 milliseconds