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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
cobject.c 137 PyObject_DEL(self);
capsule.c 263 PyObject_DEL(o);
bufferobject.c 263 PyObject_DEL(self);
codeobject.c 320 PyObject_DEL(co);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
cobject.c 137 PyObject_DEL(self);
capsule.c 263 PyObject_DEL(o);
bufferobject.c 263 PyObject_DEL(self);
codeobject.c 320 PyObject_DEL(co);
  /external/python/cpython2/Objects/
cobject.c 137 PyObject_DEL(self);
capsule.c 263 PyObject_DEL(o);
bufferobject.c 263 PyObject_DEL(self);
codeobject.c 360 PyObject_DEL(co);
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 100 /* Add PyObject_Del for old Pythons */
102 # define PyObject_Del(op) PyMem_DEL((op))
104 #ifndef PyObject_DEL
105 # define PyObject_DEL PyObject_Del
pyrun.swg 542 PyObject_DEL(v);
898 PyObject_DEL(v);
999 PyObject_DEL((PyObject *) sobj);
    [all...]
  /external/python/cpython2/Mac/Modules/
icgluemodule.c 370 PyObject_DEL(self);
381 PyObject_DEL(self);
MacOS.c 245 PyObject_DEL(self);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h 41 - PyObject_Del(op) releases the memory allocated for an object. It does not
138 #define PyObject_Del PyObject_Free
139 #define PyObject_DEL PyObject_FREE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h 41 - PyObject_Del(op) releases the memory allocated for an object. It does not
138 #define PyObject_Del PyObject_Free
139 #define PyObject_DEL PyObject_FREE
  /external/python/cpython2/Include/
objimpl.h 41 - PyObject_Del(op) releases the memory allocated for an object. It does not
138 #define PyObject_Del PyObject_Free
139 #define PyObject_DEL PyObject_FREE
  /prebuilts/gdb/darwin-x86/include/python2.7/
objimpl.h 41 - PyObject_Del(op) releases the memory allocated for an object. It does not
138 #define PyObject_Del PyObject_Free
139 #define PyObject_DEL PyObject_FREE
  /prebuilts/gdb/linux-x86/include/python2.7/
objimpl.h 41 - PyObject_Del(op) releases the memory allocated for an object. It does not
138 #define PyObject_Del PyObject_Free
139 #define PyObject_DEL PyObject_FREE
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 41 - PyObject_Del(op) releases the memory allocated for an object. It does not
138 #define PyObject_Del PyObject_Free
139 #define PyObject_DEL PyObject_FREE
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 41 - PyObject_Del(op) releases the memory allocated for an object. It does not
138 #define PyObject_Del PyObject_Free
139 #define PyObject_DEL PyObject_FREE
  /external/python/cpython2/Modules/
_curses_panel.c 204 PyObject_DEL(po);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c 94 #define PyObject_DEL(op) PyMem_DEL((op))
    [all...]

Completed in 1265 milliseconds

1 2