HomeSort by relevance Sort by last modified time
    Searched refs:PyWindowsErrorObject (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
exceptions.c 834 WindowsError_clear(PyWindowsErrorObject *self)
844 WindowsError_dealloc(PyWindowsErrorObject *self)
852 WindowsError_traverse(PyWindowsErrorObject *self, visitproc visit, void *arg)
862 WindowsError_init(PyWindowsErrorObject *self, PyObject *args, PyObject *kwds)
896 WindowsError_str(PyWindowsErrorObject *self)
988 {"errno", T_OBJECT, offsetof(PyWindowsErrorObject, myerrno), 0,
990 {"strerror", T_OBJECT, offsetof(PyWindowsErrorObject, strerror), 0,
992 {"filename", T_OBJECT, offsetof(PyWindowsErrorObject, filename), 0,
994 {"winerror", T_OBJECT, offsetof(PyWindowsErrorObject, winerror), 0,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
exceptions.c 833 WindowsError_clear(PyWindowsErrorObject *self)
843 WindowsError_dealloc(PyWindowsErrorObject *self)
851 WindowsError_traverse(PyWindowsErrorObject *self, visitproc visit, void *arg)
861 WindowsError_init(PyWindowsErrorObject *self, PyObject *args, PyObject *kwds)
895 WindowsError_str(PyWindowsErrorObject *self)
987 {"errno", T_OBJECT, offsetof(PyWindowsErrorObject, myerrno), 0,
989 {"strerror", T_OBJECT, offsetof(PyWindowsErrorObject, strerror), 0,
991 {"filename", T_OBJECT, offsetof(PyWindowsErrorObject, filename), 0,
993 {"winerror", T_OBJECT, offsetof(PyWindowsErrorObject, winerror), 0,
    [all...]
  /external/python/cpython2/Objects/
exceptions.c 828 WindowsError_clear(PyWindowsErrorObject *self)
838 WindowsError_dealloc(PyWindowsErrorObject *self)
846 WindowsError_traverse(PyWindowsErrorObject *self, visitproc visit, void *arg)
856 WindowsError_init(PyWindowsErrorObject *self, PyObject *args, PyObject *kwds)
889 WindowsError_str(PyWindowsErrorObject *self)
981 {"errno", T_OBJECT, offsetof(PyWindowsErrorObject, myerrno), 0,
983 {"strerror", T_OBJECT, offsetof(PyWindowsErrorObject, strerror), 0,
985 {"filename", T_OBJECT, offsetof(PyWindowsErrorObject, filename), 0,
987 {"winerror", T_OBJECT, offsetof(PyWindowsErrorObject, winerror), 0,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyerrors.h 71 } PyWindowsErrorObject;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyerrors.h 71 } PyWindowsErrorObject;
  /external/python/cpython2/Include/
pyerrors.h 71 } PyWindowsErrorObject;
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyerrors.h 71 } PyWindowsErrorObject;
  /prebuilts/gdb/linux-x86/include/python2.7/
pyerrors.h 71 } PyWindowsErrorObject;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyerrors.h 71 } PyWindowsErrorObject;
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyerrors.h 71 } PyWindowsErrorObject;
  /external/python/cpython3/Include/
pyerrors.h 71 typedef PyOSErrorObject PyWindowsErrorObject;

Completed in 259 milliseconds