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

  /external/python/cpython2/Doc/includes/
typestruct.h 63 descrsetfunc tp_descr_set;
  /external/python/cpython3/Doc/includes/
typestruct.h 61 descrsetfunc tp_descr_set;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 319 typedef int (*descrsetfunc) (PyObject *, PyObject *, PyObject *); typedef
386 descrsetfunc tp_descr_set;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 319 typedef int (*descrsetfunc) (PyObject *, PyObject *, PyObject *); typedef
386 descrsetfunc tp_descr_set;
    [all...]
  /external/python/cpython2/Include/
object.h 319 typedef int (*descrsetfunc) (PyObject *, PyObject *, PyObject *); typedef
386 descrsetfunc tp_descr_set;
    [all...]
  /external/python/cpython3/Include/
object.h 338 typedef int (*descrsetfunc) (PyObject *, PyObject *, PyObject *); typedef
408 descrsetfunc tp_descr_set;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
descrobject.c 532 (descrsetfunc)member_set, /* tp_descr_set */
569 (descrsetfunc)getset_set, /* tp_descr_set */
    [all...]
typeobject.c     [all...]
object.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
descrobject.c 495 (descrsetfunc)member_set, /* tp_descr_set */
532 (descrsetfunc)getset_set, /* tp_descr_set */
    [all...]
typeobject.c     [all...]
object.c     [all...]
  /external/python/cpython2/Objects/
descrobject.c 532 (descrsetfunc)member_set, /* tp_descr_set */
569 (descrsetfunc)getset_set, /* tp_descr_set */
    [all...]
typeobject.c     [all...]
object.c     [all...]
  /external/python/cpython3/Objects/
descrobject.c 642 (descrsetfunc)member_set, /* tp_descr_set */
679 (descrsetfunc)getset_set, /* tp_descr_set */
    [all...]
typeobject.c     [all...]
object.c     [all...]
  /external/python/cpython2/Modules/_ctypes/
cfield.c 344 (descrsetfunc)PyCField_set, /* tp_descr_set */
    [all...]
  /external/python/cpython3/Modules/_ctypes/
cfield.c 336 (descrsetfunc)PyCField_set, /* tp_descr_set */
    [all...]

Completed in 6357 milliseconds