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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
errors.c 67 PyErr_SetString(PyObject *exception, const char *string)
291 PyErr_SetString(PyExc_TypeError,
590 PyErr_SetString(PyExc_SystemError,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
errors.c 67 PyErr_SetString(PyObject *exception, const char *string)
269 PyErr_SetString(PyExc_TypeError,
568 PyErr_SetString(PyExc_SystemError,
  /external/python/cpython2/Python/
errors.c 67 PyErr_SetString(PyObject *exception, const char *string)
288 PyErr_SetString(PyExc_TypeError,
587 PyErr_SetString(PyExc_SystemError,
  /external/python/cpython3/Python/
errors.c 153 PyErr_SetString(PyObject *exception, const char *string)
450 PyErr_SetString(PyExc_TypeError,
755 PyErr_SetString(PyExc_TypeError, "expected a subclass of ImportError");
760 PyErr_SetString(PyExc_TypeError, "expected a message argument");
863 PyErr_SetString(PyExc_SystemError,

Completed in 1640 milliseconds