/external/python/cpython3/Modules/ |
D | _queuemodule.c | 22 PyObject *weakreflist; member 37 if (self->weakreflist != NULL) in simplequeue_dealloc() 64 self->weakreflist = NULL; in simplequeue_new_impl() 336 offsetof(simplequeueobject, weakreflist), /*tp_weaklistoffset*/
|
D | _threadmodule.c | 593 PyObject *weakreflist; /* List of weak references to self */ member 599 if (self->weakreflist != NULL) in localdummy_dealloc() 629 /* tp_weaklistoffset */ offsetof(localdummyobject, weakreflist) 638 PyObject *weakreflist; /* List of weak references to self */ member 794 if (self->weakreflist != NULL) in local_dealloc() 892 /* tp_weaklistoffset */ offsetof(localobject, weakreflist),
|
D | sre.h | 35 PyObject *weakreflist; /* List of weak references */ member
|
D | mmapmodule.c | 112 PyObject *weakreflist; member 139 if (m_obj->weakreflist != NULL) in mmap_object_dealloc() 1006 offsetof(mmap_object, weakreflist), /* tp_weaklistoffset */ 1137 m_obj->weakreflist = NULL; in new_mmap_object() 1340 m_obj->weakreflist = NULL; in new_mmap_object()
|
/external/python/cpython2/Modules/ |
D | threadmodule.c | 223 PyObject *weakreflist; /* List of weak references to self */ member 229 if (self->weakreflist != NULL) in localdummy_dealloc() 259 /* tp_weaklistoffset */ offsetof(localdummyobject, weakreflist) 268 PyObject *weakreflist; /* List of weak references to self */ member 422 if (self->weakreflist != NULL) in local_dealloc() 520 /* tp_weaklistoffset */ offsetof(localobject, weakreflist),
|
D | _functoolsmodule.c | 98 PyObject *weakreflist; /* List of weak references */ member 148 if (pto->weakreflist != NULL) in partial_dealloc() 364 offsetof(partialobject, weakreflist), /* tp_weaklistoffset */
|
D | sre.h | 42 PyObject *weakreflist; /* List of weak references */ member
|
D | socketmodule.h | 135 PyObject *weakreflist; member
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | connection.h | 65 self->weakreflist = NULL; in connection_new() 81 if (self->weakreflist != NULL) in connection_dealloc() 503 /* tp_weaklistoffset */ offsetof(ConnectionObject, weakreflist),
|
D | multiprocessing.h | 174 PyObject *weakreflist; member
|
/external/python/cpython3/Modules/_io/ |
D | fileio.c | 66 PyObject *weakreflist; member 187 self->weakreflist = NULL; in fileio_new() 519 if (self->weakreflist != NULL) 1212 offsetof(fileio, weakreflist), /* tp_weaklistoffset */
|
D | winconsoleio.c | 153 PyObject *weakreflist; member 238 self->weakreflist = NULL; in winconsoleio_new() 440 if (self->weakreflist != NULL) in winconsoleio_dealloc() 1149 offsetof(winconsoleio, weakreflist), /* tp_weaklistoffset */
|
D | iobase.c | 31 PyObject *weakreflist; member 346 if (self->weakreflist != NULL) in iobase_dealloc() 846 offsetof(iobase, weakreflist), /* tp_weaklistoffset */
|
D | bufferedio.c | 241 PyObject *weakreflist; member 390 if (self->weakreflist != NULL) in buffered_dealloc() 2078 PyObject *weakreflist; member 2144 if (self->weakreflist != NULL) in bufferedrwpair_dealloc() 2452 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/ 2539 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/ 2618 offsetof(rwpair, weakreflist), /*tp_weaklistoffset*/ 2713 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/
|
D | bytesio.c | 17 PyObject *weakreflist; member 873 if (self->weakreflist != NULL) in bytesio_dealloc() 1024 offsetof(bytesio, weakreflist), /*tp_weaklistoffset*/
|
/external/python/cpython3/Include/ |
D | memoryobject.h | 64 PyObject *weakreflist; member
|
D | setobject.h | 64 PyObject *weakreflist; /* List of weak references */ member
|
/external/python/cpython2/Modules/_io/ |
D | fileio.c | 56 PyObject *weakreflist; member 134 self->weakreflist = NULL; in fileio_new() 438 if (self->weakreflist != NULL) in fileio_dealloc() 1152 offsetof(fileio, weakreflist), /* tp_weaklistoffset */
|
D | iobase.c | 24 PyObject *weakreflist; member 302 if (self->weakreflist != NULL) in iobase_dealloc() 766 offsetof(iobase, weakreflist), /* tp_weaklistoffset */
|
D | bytesio.c | 12 PyObject *weakreflist; member 755 if (self->weakreflist != NULL) in bytesio_dealloc() 896 offsetof(bytesio, weakreflist), /*tp_weaklistoffset*/
|
D | stringio.c | 26 PyObject *weakreflist; member 526 if (self->weakreflist != NULL) in stringio_dealloc() 881 offsetof(stringio, weakreflist), /*tp_weaklistoffset*/
|
D | bufferedio.c | 233 PyObject *weakreflist; member 371 if (self->weakreflist != NULL) in buffered_dealloc() 1619 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/ 2011 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/ 2054 PyObject *weakreflist; member 2112 if (self->weakreflist != NULL) in bufferedrwpair_dealloc() 2287 offsetof(rwpair, weakreflist), /*tp_weaklistoffset*/ 2426 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/
|
/external/python/cpython2/Include/ |
D | fileobject.h | 28 PyObject *weakreflist; /* List of weak references */ member
|
D | setobject.h | 56 PyObject *weakreflist; /* List of weak references */ member
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tensor.cc | 311 PyObject* weakreflist; /* List of weak references */ member 369 self->weakreflist = nullptr; in EagerTensor_init() 795 offsetof(EagerTensor, weakreflist), /* tp_weaklistoffset */ 839 t->weakreflist = nullptr; in EagerTensorFromHandle()
|