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

12

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c 95 #define PyObject_DEL(op) PyMem_DEL((op))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_sre.c 94 #define PyObject_DEL(op) PyMem_DEL((op))
    [all...]
  /external/python/cpython2/Mac/Modules/
Nav.c 300 PyObject_DEL(self);
  /external/python/cpython2/Modules/
_sre.c 81 #define PyObject_DEL(op) PyMem_DEL((op))
    [all...]
_cursesmodule.c 365 PyObject_DEL(wo);
    [all...]
  /external/python/cpython2/PC/
_winreg.c 424 PyObject_DEL(ob);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 342 PyObject_DEL(unicode->str);
383 PyObject_Del(unicode);
394 PyObject_DEL(unicode->str);
407 PyObject_DEL(unicode->str);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 329 PyObject_DEL(unicode->str);
370 PyObject_Del(unicode);
381 PyObject_DEL(unicode->str);
394 PyObject_DEL(unicode->str);
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 342 PyObject_DEL(unicode->str);
383 PyObject_Del(unicode);
394 PyObject_DEL(unicode->str);
407 PyObject_DEL(unicode->str);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 822 /* Add PyObject_Del for old Pythons */
824 # define PyObject_Del(op) PyMem_DEL((op))
826 #ifndef PyObject_DEL
827 # define PyObject_DEL PyObject_Del
    [all...]

Completed in 501 milliseconds

12