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

  /prebuilts/misc/common/swig/include/2.0.11/python/
pyerrors.swg 61 Py_XINCREF(type);
pycontainer.swg 52 Py_XINCREF(obj);
85 Py_XINCREF(obj);
183 Py_XINCREF(val);
pyrun.swg     [all...]
  /external/libxml2/python/
libxml.c 785 Py_XINCREF(pythonExternalEntityLoaderObjext);
913 Py_XINCREF(Py_None);
925 Py_XINCREF(Py_None);
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 668 NULL pointer. If it may be NULL, use Py_XINCREF/Py_XDECREF instead.
822 #define Py_XINCREF(op) do { if ((op) == NULL) ; else Py_INCREF(op); } while (0)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 668 NULL pointer. If it may be NULL, use Py_XINCREF/Py_XDECREF instead.
822 #define Py_XINCREF(op) do { if ((op) == NULL) ; else Py_INCREF(op); } while (0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 668 NULL pointer. If it may be NULL, use Py_XINCREF/Py_XDECREF instead.
822 #define Py_XINCREF(op) do { if ((op) == NULL) ; else Py_INCREF(op); } while (0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 668 NULL pointer. If it may be NULL, use Py_XINCREF/Py_XDECREF instead.
822 #define Py_XINCREF(op) do { if ((op) == NULL) ; else Py_INCREF(op); } while (0)
    [all...]

Completed in 177 milliseconds