HomeSort by relevance Sort by last modified time
    Searched defs:_Py_NewReference (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 52 * Note that objects are normally added to the list via _Py_NewReference,
224 _Py_NewReference(op);
236 _Py_NewReference((PyObject *)op);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c 52 * Note that objects are normally added to the list via _Py_NewReference,
224 _Py_NewReference(op);
236 _Py_NewReference((PyObject *)op);
    [all...]
  /external/python/cpython2/Objects/
object.c 52 * Note that objects are normally added to the list via _Py_NewReference,
224 _Py_NewReference(op);
236 _Py_NewReference((PyObject *)op);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
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/
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...]
  /external/python/cpython2/Include/
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...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
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/
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/
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/
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...]

Completed in 89 milliseconds