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

  /external/python/cpython2/Modules/
cPickle.c 814 PyObject *py_ob_id = 0, *memo_len = 0, *t = 0; local
830 if (!( py_ob_id = PyLong_FromVoidPtr(ob)))
844 if (PyDict_SetItem(self->memo, py_ob_id, t) < 0)
881 Py_XDECREF(py_ob_id);
2538 PyObject *py_ob_id = PyLong_FromVoidPtr(ob); local
2583 PyObject *py_ob_id = 0, *__reduce__ = 0, *t = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 816 PyObject *py_ob_id = 0, *memo_len = 0, *t = 0; local
832 if (!( py_ob_id = PyLong_FromVoidPtr(ob)))
846 if (PyDict_SetItem(self->memo, py_ob_id, t) < 0)
883 Py_XDECREF(py_ob_id);
2564 PyObject *py_ob_id = 0, *__reduce__ = 0, *t = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 786 PyObject *py_ob_id = 0, *memo_len = 0, *t = 0; local
802 if (!( py_ob_id = PyLong_FromVoidPtr(ob)))
816 if (PyDict_SetItem(self->memo, py_ob_id, t) < 0)
852 Py_XDECREF(py_ob_id);
2532 PyObject *py_ob_id = 0, *__reduce__ = 0, *t = 0; local
    [all...]

Completed in 132 milliseconds