HomeSort by relevance Sort by last modified time
    Searched refs:PyObject_NEW (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/python/cpython2/Misc/
pymemcompat.h 25 PyObject_New, PyObject_NewVar, PyObject_Del
54 #define PyObject_New PyObject_NEW
78 #define PyObject_GC_New PyObject_New
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
cobject.c 28 self = PyObject_NEW(PyCObject, &PyCObject_Type);
54 self = PyObject_NEW(PyCObject, &PyCObject_Type);
capsule.c 53 capsule = PyObject_NEW(PyCapsule, &PyCapsule_Type);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
cobject.c 28 self = PyObject_NEW(PyCObject, &PyCObject_Type);
54 self = PyObject_NEW(PyCObject, &PyCObject_Type);
capsule.c 53 capsule = PyObject_NEW(PyCapsule, &PyCapsule_Type);
  /external/python/cpython2/Objects/
cobject.c 28 self = PyObject_NEW(PyCObject, &PyCObject_Type);
54 self = PyObject_NEW(PyCObject, &PyCObject_Type);
capsule.c 53 capsule = PyObject_NEW(PyCapsule, &PyCapsule_Type);
  /external/python/cpython3/Objects/
capsule.c 53 capsule = PyObject_NEW(PyCapsule, &PyCapsule_Type);
  /external/python/cpython2/Mac/Modules/carbonevt/
_CarbonEvtmodule.c 122 it = PyObject_NEW(EventRefObject, &EventRef_Type);
467 it = PyObject_NEW(EventQueueRefObject, &EventQueueRef_Type);
688 it = PyObject_NEW(EventLoopRefObject, &EventLoopRef_Type);
818 it = PyObject_NEW(EventLoopTimerRefObject, &EventLoopTimerRef_Type);
967 it = PyObject_NEW(EventHandlerRefObject, &EventHandlerRef_Type);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h 29 - PyObject_New(type, typeobj) allocates memory for a new object of the given
156 #define PyObject_New(type, typeobj) \
192 #define PyObject_NEW(type, typeobj) \
202 allocator, where PyObject_New is inlined, and shows the important
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h 29 - PyObject_New(type, typeobj) allocates memory for a new object of the given
156 #define PyObject_New(type, typeobj) \
192 #define PyObject_NEW(type, typeobj) \
202 allocator, where PyObject_New is inlined, and shows the important
  /external/python/cpython2/Include/
objimpl.h 29 - PyObject_New(type, typeobj) allocates memory for a new object of the given
156 #define PyObject_New(type, typeobj) \
192 #define PyObject_NEW(type, typeobj) \
202 allocator, where PyObject_New is inlined, and shows the important
  /external/python/cpython2/Mac/Modules/ibcarbon/
_IBCarbon.c 33 it = PyObject_NEW(IBNibRefObject, &IBNibRef_Type);
  /external/python/cpython2/Mac/Modules/snd/
sndsupport.py 255 Output("it = PyObject_NEW(%s, &%s);", self.objecttype, self.typename)
  /external/python/cpython2/PC/
_msi.c 518 msiobj *result = PyObject_NEW(struct msiobj, &record_Type);
848 result = PyObject_NEW(struct msiobj, &msiview_Type);
885 oresult = PyObject_NEW(struct msiobj, &summary_Type);
978 result = PyObject_NEW(struct msiobj, &msidb_Type);
_subprocess.c 63 self = PyObject_NEW(sp_handle_object, &sp_handle_type);
  /external/python/cpython3/Include/
objimpl.h 29 - PyObject_New(type, typeobj) allocates memory for a new object of the given
136 #define PyObject_New(type, typeobj) \
169 #define PyObject_NEW(type, typeobj) \
179 allocator, where PyObject_New is inlined, and shows the important
  /external/python/cpython3/PC/
_msi.c 534 msiobj *result = PyObject_NEW(struct msiobj, &record_Type);
882 result = PyObject_NEW(struct msiobj, &msiview_Type);
918 oresult = PyObject_NEW(struct msiobj, &summary_Type);
1013 result = PyObject_NEW(struct msiobj, &msidb_Type);
    [all...]
  /external/python/cpython2/RISCOS/Modules/
swimodule.c 59 b=PyObject_NEW(PyBlockObject,&PyBlockType);
101 b=PyObject_NEW(PyBlockObject,&PyBlockType);
  /external/python/cpython2/Mac/Modules/
icgluemodule.c 365 self = PyObject_NEW(iciobject, &Icitype);
MacOS.c 233 self = PyObject_NEW(rfobject, &Rftype);
  /external/python/cpython2/Mac/Modules/scrap/
_Scrapmodule.c 37 it = PyObject_NEW(ScrapObject, &Scrap_Type);
  /external/python/cpython2/Modules/
_curses_panel.c 178 po = PyObject_NEW(PyCursesPanelObject, &PyCursesPanel_Type);
  /external/python/cpython2/Mac/Modules/cf/
_CFmodule.c 134 it = PyObject_NEW(CFTypeRefObject, &CFTypeRef_Type);
496 it = PyObject_NEW(CFArrayRefObject, &CFArrayRef_Type);
707 it = PyObject_NEW(CFMutableArrayRefObject, &CFMutableArrayRef_Type);
947 it = PyObject_NEW(CFDictionaryRefObject, &CFDictionaryRef_Type);
    [all...]
  /external/python/cpython3/Modules/
_curses_panel.c 205 po = PyObject_NEW(PyCursesPanelObject,

Completed in 660 milliseconds

1 2 3