Home
last modified time | relevance | path

Searched refs:Py_DecRef (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dnest.cc109 Py_DecRef(flat_dictionary); in FlattenDictItems()
122 Py_DecRef(flat_dictionary); in FlattenDictItems()
135 Py_DecRef(flat_dictionary); in FlattenDictItems()
/external/python/jinja/src/jinja2/
Ddebug.py253 ctypes.pythonapi.Py_DecRef(c_tb_next)
/external/python/cpython3/Doc/c-api/
Drefcounting.rst66 ``Py_IncRef(PyObject *o)``, ``Py_DecRef(PyObject *o)``. They are
/external/python/cpython2/Doc/c-api/
Drefcounting.rst67 ``Py_IncRef(PyObject *o)``, ``Py_DecRef(PyObject *o)``. They are
/external/python/cpython3/Include/
Dobject.h508 PyAPI_FUNC(void) Py_DecRef(PyObject *);
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx1484 Py_DecRef(repr); in SwigPyObject_repr()
1485 Py_DecRef(nrep); in SwigPyObject_repr()
5758 Py_DecRef(str); in swig_varlink_str()
5759 Py_DecRef(tail); in swig_varlink_str()
5764 Py_DecRef(str); in swig_varlink_str()
5765 Py_DecRef(tail); in swig_varlink_str()
5771 Py_DecRef(str); in swig_varlink_str()
5772 Py_DecRef(tail); in swig_varlink_str()
/external/python/cpython2/Include/
Dobject.h865 PyAPI_FUNC(void) Py_DecRef(PyObject *);
/external/python/cpython3/PC/
Dpython3.def724 Py_DecRef=python39.Py_DecRef
/external/python/cpython3/Modules/
D_testcapimodule.c2371 Py_DecRef(offset); in make_timezones_capi()
2372 Py_DecRef(name); in make_timezones_capi()
2395 Py_DecRef(offset); in get_timezones_offset_zero()
2396 Py_DecRef(name); in get_timezones_offset_zero()
3739 Py_DecRef(obj); in test_incref_decref_API()
3740 Py_DecRef(obj); in test_incref_decref_API()
/external/python/cpython2/PC/os2emx/
Dpython27.def479 "Py_DecRef"
/external/python/cpython3/Objects/
Dobject.c135 Py_DecRef(PyObject *o) in Py_DecRef() function
/external/python/cpython2/Objects/
Dobject.c212 Py_DecRef(PyObject *o) in Py_DecRef() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1016 Py_DecRef(getline); in FormatErrorStatusStackTrace()
1017 Py_DecRef(linecache); in FormatErrorStatusStackTrace()
/external/python/cpython2/Misc/
DHISTORY3605 - New public functions Py_IncRef() and Py_DecRef(), exposing the
/external/python/cpython3/Misc/
DHISTORY20989 - New public functions Py_IncRef() and Py_DecRef(), exposing the