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

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h 164 ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
object.h 671 The macro _Py_NewReference(op) initialize reference counts to 1, and
703 * e.g, defining _Py_NewReference five different times in a maze of nested
744 PyAPI_FUNC(void) _Py_NewReference(PyObject *);
755 #define _Py_NewReference(op) ( \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h 164 ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
object.h 659 The macro _Py_NewReference(op) initialize reference counts to 1, and
691 * e.g, defining _Py_NewReference five different times in a maze of nested
732 PyAPI_FUNC(void) _Py_NewReference(PyObject *);
743 #define _Py_NewReference(op) ( \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
genobject.c 187 _Py_NewReference(self);
193 /* If Py_REF_DEBUG, _Py_NewReference bumped _Py_RefTotal, so
196 /* If Py_TRACE_REFS, _Py_NewReference re-added self to the object
199 * _Py_NewReference bumped tp_allocs: both of those need to be
frameobject.c 670 _Py_NewReference((PyObject *)f);
699 _Py_NewReference((PyObject *)f);
    [all...]
tupleobject.c 77 _Py_NewReference((PyObject *)op);
891 _Py_NewReference((PyObject *) sv);
  /external/python/cpython2/Include/
objimpl.h 164 ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
object.h 671 The macro _Py_NewReference(op) initialize reference counts to 1, and
703 * e.g, defining _Py_NewReference five different times in a maze of nested
744 PyAPI_FUNC(void) _Py_NewReference(PyObject *);
755 #define _Py_NewReference(op) ( \
    [all...]
  /external/python/cpython3/Include/
objimpl.h 144 ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
object.h 685 The macro _Py_NewReference(op) initialize reference counts to 1, and
711 * e.g, defining _Py_NewReference five different times in a maze of nested
756 PyAPI_FUNC(void) _Py_NewReference(PyObject *);
767 #define _Py_NewReference(op) ( \
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
objimpl.h 164 ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
object.h 669 The macro _Py_NewReference(op) initialize reference counts to 1, and
701 * e.g, defining _Py_NewReference five different times in a maze of nested
742 PyAPI_FUNC(void) _Py_NewReference(PyObject *);
753 #define _Py_NewReference(op) ( \
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
objimpl.h 164 ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
object.h 669 The macro _Py_NewReference(op) initialize reference counts to 1, and
701 * e.g, defining _Py_NewReference five different times in a maze of nested
742 PyAPI_FUNC(void) _Py_NewReference(PyObject *);
753 #define _Py_NewReference(op) ( \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 164 ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
object.h 669 The macro _Py_NewReference(op) initialize reference counts to 1, and
701 * e.g, defining _Py_NewReference five different times in a maze of nested
742 PyAPI_FUNC(void) _Py_NewReference(PyObject *);
753 #define _Py_NewReference(op) ( \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 164 ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
object.h 669 The macro _Py_NewReference(op) initialize reference counts to 1, and
701 * e.g, defining _Py_NewReference five different times in a maze of nested
742 PyAPI_FUNC(void) _Py_NewReference(PyObject *);
753 #define _Py_NewReference(op) ( \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
genobject.c 190 _Py_NewReference(self);
196 /* If Py_REF_DEBUG, _Py_NewReference bumped _Py_RefTotal, so
199 /* If Py_TRACE_REFS, _Py_NewReference re-added self to the object
202 * _Py_NewReference bumped tp_allocs: both of those need to be
frameobject.c 672 _Py_NewReference((PyObject *)f);
701 _Py_NewReference((PyObject *)f);
    [all...]
tupleobject.c 77 _Py_NewReference((PyObject *)op);
880 _Py_NewReference((PyObject *) sv);
  /external/python/cpython2/Objects/
genobject.c 190 _Py_NewReference(self);
196 /* If Py_REF_DEBUG, _Py_NewReference bumped _Py_RefTotal, so
199 /* If Py_TRACE_REFS, _Py_NewReference re-added self to the object
202 * _Py_NewReference bumped tp_allocs: both of those need to be
  /external/python/cpython3/Objects/
object.c 65 * Note that objects are normally added to the list via _Py_NewReference,
246 _Py_NewReference(op);
258 _Py_NewReference((PyObject *)op);
327 _Py_NewReference(self);
333 /* If Py_REF_DEBUG, _Py_NewReference bumped _Py_RefTotal, so
336 /* If Py_TRACE_REFS, _Py_NewReference re-added self to the object
339 * _Py_NewReference bumped tp_allocs: both of those need to be
    [all...]
sliceobject.c 120 _Py_NewReference((PyObject *)obj);

Completed in 870 milliseconds

1 2 3