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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
cellobject.h 20 PyAPI_FUNC(int) PyCell_Set(PyObject *, PyObject *);
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
cellobject.h 20 PyAPI_FUNC(int) PyCell_Set(PyObject *, PyObject *);
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
  /prebuilts/gdb/darwin-x86/include/python2.7/
cellobject.h 20 PyAPI_FUNC(int) PyCell_Set(PyObject *, PyObject *);
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
  /prebuilts/gdb/linux-x86/include/python2.7/
cellobject.h 20 PyAPI_FUNC(int) PyCell_Set(PyObject *, PyObject *);
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cellobject.h 20 PyAPI_FUNC(int) PyCell_Set(PyObject *, PyObject *);
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
cellobject.h 20 PyAPI_FUNC(int) PyCell_Set(PyObject *, PyObject *);
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
cellobject.c 32 PyCell_Set(PyObject *op, PyObject *obj)
41 PyCell_SET(op, obj);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
cellobject.c 32 PyCell_Set(PyObject *op, PyObject *obj)
41 PyCell_SET(op, obj);

Completed in 500 milliseconds