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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
exceptions.c 74 BaseException_clear(PyBaseExceptionObject *self)
86 BaseException_clear(self);
399 (inquiry)BaseException_clear, /* tp_clear */
434 (inquiry)BaseException_clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \
537 return BaseException_clear((PyBaseExceptionObject *)self);
642 return BaseException_clear((PyBaseExceptionObject *)self);
840 return BaseException_clear((PyBaseExceptionObject *)self);
1115 return BaseException_clear((PyBaseExceptionObject *)self);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
exceptions.c 74 BaseException_clear(PyBaseExceptionObject *self)
86 BaseException_clear(self);
399 (inquiry)BaseException_clear, /* tp_clear */
434 (inquiry)BaseException_clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \
537 return BaseException_clear((PyBaseExceptionObject *)self);
642 return BaseException_clear((PyBaseExceptionObject *)self);
839 return BaseException_clear((PyBaseExceptionObject *)self);
1113 return BaseException_clear((PyBaseExceptionObject *)self);
    [all...]
  /external/python/cpython2/Objects/
exceptions.c 72 BaseException_clear(PyBaseExceptionObject *self)
84 BaseException_clear(self);
395 (inquiry)BaseException_clear, /* tp_clear */
430 (inquiry)BaseException_clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \
535 return BaseException_clear((PyBaseExceptionObject *)self);
636 return BaseException_clear((PyBaseExceptionObject *)self);
834 return BaseException_clear((PyBaseExceptionObject *)self);
1103 return BaseException_clear((PyBaseExceptionObject *)self);
    [all...]
  /external/python/cpython3/Objects/
exceptions.c 72 BaseException_clear(PyBaseExceptionObject *self)
86 BaseException_clear(self);
379 (inquiry)BaseException_clear, /* tp_clear */
413 (inquiry)BaseException_clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \
506 return BaseException_clear((PyBaseExceptionObject *)self);
573 return BaseException_clear((PyBaseExceptionObject *)self);
657 return BaseException_clear((PyBaseExceptionObject *)self);
1011 return BaseException_clear((PyBaseExceptionObject *)self);
    [all...]

Completed in 295 milliseconds