/external/python/cpython2/Python/ |
D | errors.c | 424 int ierr, in PyErr_SetExcFromWindowsErrWithFilenameObject() argument 432 DWORD err = (DWORD)ierr; in PyErr_SetExcFromWindowsErrWithFilenameObject() 471 int ierr, in PyErr_SetExcFromWindowsErrWithFilename() argument 476 ierr, in PyErr_SetExcFromWindowsErrWithFilename() 484 int ierr, in PyErr_SetExcFromWindowsErrWithUnicodeFilename() argument 491 ierr, in PyErr_SetExcFromWindowsErrWithUnicodeFilename() 497 PyObject *PyErr_SetExcFromWindowsErr(PyObject *exc, int ierr) in PyErr_SetExcFromWindowsErr() argument 499 return PyErr_SetExcFromWindowsErrWithFilename(exc, ierr, NULL); in PyErr_SetExcFromWindowsErr() 502 PyObject *PyErr_SetFromWindowsErr(int ierr) in PyErr_SetFromWindowsErr() argument 505 ierr, NULL); in PyErr_SetFromWindowsErr() [all …]
|
/external/python/cpython3/Python/ |
D | errors.c | 614 int ierr, in PyErr_SetExcFromWindowsErrWithFilenameObject() argument 617 return PyErr_SetExcFromWindowsErrWithFilenameObjects(exc, ierr, in PyErr_SetExcFromWindowsErrWithFilenameObject() 623 int ierr, in PyErr_SetExcFromWindowsErrWithFilenameObjects() argument 631 DWORD err = (DWORD)ierr; in PyErr_SetExcFromWindowsErrWithFilenameObjects() 687 int ierr, in PyErr_SetExcFromWindowsErrWithFilename() argument 692 ierr, in PyErr_SetExcFromWindowsErrWithFilename() 701 int ierr, in PyErr_SetExcFromWindowsErrWithUnicodeFilename() argument 706 ierr, in PyErr_SetExcFromWindowsErrWithUnicodeFilename() 713 PyObject *PyErr_SetExcFromWindowsErr(PyObject *exc, int ierr) in PyErr_SetExcFromWindowsErr() argument 715 return PyErr_SetExcFromWindowsErrWithFilename(exc, ierr, NULL); in PyErr_SetExcFromWindowsErr() [all …]
|
/external/eigen/unsupported/Eigen/src/Eigenvalues/ |
D | ArpackSelfAdjointEigenSolver.h | 660 float *workl, int *lworkl, int *ierr); 675 double *workl, int *lworkl, int *ierr); 695 Scalar *workl, int *lworkl, int *ierr) in seupd() 716 float *workl, int *lworkl, int *ierr) 719 workd, workl, lworkl, ierr); 738 double *workl, int *lworkl, int *ierr) 741 workd, workl, lworkl, ierr);
|
/external/python/cpython2/Doc/c-api/ |
D | exceptions.rst | 210 .. c:function:: PyObject* PyErr_SetFromWindowsErr(int ierr) 213 *ierr* of :c:data:`0`, the error code returned by a call to :c:func:`GetLastError` 215 the Windows description of error code given by *ierr* or :c:func:`GetLastError`, 216 then it constructs a tuple object whose first item is the *ierr* value and whose 222 .. c:function:: PyObject* PyErr_SetExcFromWindowsErr(PyObject *type, int ierr) 230 .. c:function:: PyObject* PyErr_SetFromWindowsErrWithFilenameObject(int ierr, PyObject *filenameObj… 237 .. c:function:: PyObject* PyErr_SetFromWindowsErrWithFilename(int ierr, const char *filename) 243 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilenameObject(PyObject *type, int ierr, Py… 252 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilename(PyObject *type, int ierr, const ch…
|
/external/python/cpython3/Include/ |
D | pyerrors.h | 282 int ierr, 299 int ierr,
|
/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 184 .. c:function:: PyObject* PyErr_SetFromWindowsErr(int ierr) 187 *ierr* of :c:data:`0`, the error code returned by a call to :c:func:`GetLastError` 189 the Windows description of error code given by *ierr* or :c:func:`GetLastError`, 190 then it constructs a tuple object whose first item is the *ierr* value and whose 198 .. c:function:: PyObject* PyErr_SetExcFromWindowsErr(PyObject *type, int ierr) 206 .. c:function:: PyObject* PyErr_SetFromWindowsErrWithFilename(int ierr, const char *filename) 215 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilenameObject(PyObject *type, int ierr, Py… 223 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilenameObjects(PyObject *type, int ierr, P… 233 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilename(PyObject *type, int ierr, const ch…
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 308 PyErr_SetExcFromWindowsErr:int:ierr:: 312 PyErr_SetExcFromWindowsErrWithFilename:int:ierr:: 323 PyErr_SetFromWindowsErr:int:ierr:: 326 PyErr_SetFromWindowsErrWithFilename:int:ierr::
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 623 PyErr_SetExcFromWindowsErr:int:ierr:: 627 PyErr_SetExcFromWindowsErrWithFilename:int:ierr:: 632 PyErr_SetExcFromWindowsErrWithFilenameObject:int:ierr:: 637 PyErr_SetExcFromWindowsErrWithFilenameObjects:int:ierr:: 663 PyErr_SetFromWindowsErr:int:ierr:: 666 PyErr_SetFromWindowsErrWithFilename:int:ierr::
|