Home
last modified time | relevance | path

Searched refs:Py_TPFLAGS_HAVE_WEAKREFS (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.h160 #ifndef Py_TPFLAGS_HAVE_WEAKREFS
161 # define Py_TPFLAGS_HAVE_WEAKREFS 0 macro
Dconnection.h498 Py_TPFLAGS_HAVE_WEAKREFS,
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
Dcext.h69 #ifndef Py_TPFLAGS_HAVE_WEAKREFS
70 #define Py_TPFLAGS_HAVE_WEAKREFS (0) macro
/external/python/cpython2/Include/
Dobjimpl.h360 (PyType_HasFeature((t), Py_TPFLAGS_HAVE_WEAKREFS) \
Dobject.h585 #define Py_TPFLAGS_HAVE_WEAKREFS (1L<<6) macro
644 Py_TPFLAGS_HAVE_WEAKREFS | \
/external/python/cpython2/Modules/
D_functoolsmodule.c359 Py_TPFLAGS_BASETYPE | Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
Dthreadmodule.c149 Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
D_collectionsmodule.c1221 Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
1719 Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
D_bsddb.c9198 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
9241 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
9284 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
9327 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
9370 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
9413 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
9456 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
9494 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
D_struct.c1789 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE | Py_TPFLAGS_HAVE_WEAKREFS,/* tp_flags */
Darraymodule.c2164 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE | Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
/external/python/cpython2/Modules/_sqlite/
Dstatement.c522 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
Dcursor.c1093 …Py_TPFLAGS_DEFAULT|Py_TPFLAGS_HAVE_ITER|Py_TPFLAGS_BASETYPE|Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags …
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst497 .. data:: Py_TPFLAGS_HAVE_WEAKREFS
567 :const:`Py_TPFLAGS_HAVE_RICHCOMPARE`, :const:`Py_TPFLAGS_HAVE_WEAKREFS`,
721 The next field only exists if the :const:`Py_TPFLAGS_HAVE_WEAKREFS` flag bit is
/external/python/cpython2/Objects/
Dfileobject.c2532 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE | Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
Dclassobject.c2651 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC | Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
Dtypeobject.c3881 if (type->tp_flags & base->tp_flags & Py_TPFLAGS_HAVE_WEAKREFS) {
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx2357 #ifdef Py_TPFLAGS_HAVE_WEAKREFS in SWIG_Python_NewShadowInstance()