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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
errors.c 61 PyErr_SetNone(PyObject *exception)
158 /* If PyErr_SetNone() was used, the value will have been actually
310 PyErr_SetNone(PyExc_MemoryError);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
errors.c 61 PyErr_SetNone(PyObject *exception)
156 /* If PyErr_SetNone() was used, the value will have been actually
288 PyErr_SetNone(PyExc_MemoryError);
  /external/python/cpython2/Python/
errors.c 61 PyErr_SetNone(PyObject *exception)
158 /* If PyErr_SetNone() was used, the value will have been actually
307 PyErr_SetNone(PyExc_MemoryError);
  /external/python/cpython3/Python/
errors.c 147 PyErr_SetNone(PyObject *exception)
240 /* If PyErr_SetNone() was used, the value will have been actually
464 PyErr_SetNone(PyExc_MemoryError);

Completed in 54 milliseconds