Searched refs:enumobject (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython3/Objects/ |
D | enumobject.c | 19 } enumobject; typedef 43 enumobject *en; in enum_new_impl() 45 en = (enumobject *)type->tp_alloc(type, 0); in enum_new_impl() 82 enum_dealloc(enumobject *en) in enum_dealloc() 92 enum_traverse(enumobject *en, visitproc visit, void *arg) in enum_traverse() 101 enum_next_long(enumobject *en, PyObject* next_item) in enum_next_long() 147 enum_next(enumobject *en) in enum_next() 192 enum_reduce(enumobject *en, PyObject *Py_UNUSED(ignored)) in enum_reduce() 212 sizeof(enumobject), /* tp_basicsize */
|
/external/python/cpython2/Objects/ |
D | enumobject.c | 11 } enumobject; typedef 16 enumobject *en; in enum_new() 25 en = (enumobject *)type->tp_alloc(type, 0); in enum_new() 62 enum_dealloc(enumobject *en) in enum_dealloc() 72 enum_traverse(enumobject *en, visitproc visit, void *arg) in enum_traverse() 81 enum_next_long(enumobject *en, PyObject* next_item) in enum_next_long() 129 enum_next(enumobject *en) in enum_next() 179 sizeof(enumobject), /* tp_basicsize */
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/py/ |
D | BUILD | 94 "python_include/enumobject.h", 164 …hon_include/dtoa.h" && cp -f "/usr/include/python2.7/enumobject.h" "$(@D)/python_include/enumobjec…
|
/external/tensorflow/third_party/toolchains/preconfig/win_1803/py37/ |
D | BUILD | 95 "python_include/enumobject.h", 183 …dynamic_annotations.h" && cp -f "c:/python37/include/enumobject.h" "$(@D)/python_include/enumobjec…
|
/external/tensorflow/third_party/toolchains/preconfig/win_1803/py38/ |
D | BUILD | 109 "python_include/enumobject.h", 206 …dynamic_annotations.h" && cp -f "c:/Python38/include/enumobject.h" "$(@D)/python_include/enumobjec…
|
/external/python/cpython3/ |
D | Android.bp | 231 "Objects/enumobject.c",
|
D | Makefile.pre.in | 416 Objects/enumobject.o \ 1036 $(srcdir)/Include/enumobject.h \
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 290 ; From python27_s.lib(enumobject)
|
/external/python/cpython2/RISCOS/ |
D | Makefile | 160 @.^.Objects.o.enumobject\
|
/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 369 Objects/enumobject.c:reversed_new_impl():PyId___reversed__ _Py_IDENTIFIER(__reversed__) 712 Objects/enumobject.c:PyEnum_Type PyTypeObject PyEnum_Type 713 Objects/enumobject.c:PyReversed_Type PyTypeObject PyReversed_Type 1045 Objects/clinic/enumobject.c.h:enum_new():_parser static _PyArg_Parser _parser
|
D | known.tsv | 233 Objects/enumobject.c - enum_methods variable static PyMethodDef enum_methods 624 Objects/clinic/enumobject.c.h enum_new _parser variable static _PyArg_Parser _parser 843 Objects/enumobject.c - PyEnum_Type variable PyTypeObject PyEnum_Type 1346 Objects/enumobject.c reversed_new_impl PyId___reversed__ variable _Py_IDENTIFIER(__reversed__) 1535 Objects/enumobject.c - PyReversed_Type variable PyTypeObject PyReversed_Type 1591 Objects/enumobject.c - reversediter_methods variable static PyMethodDef reversediter_methods
|
/external/python/cpython2/PC/VC6/ |
D | pythoncore.dsp | 348 SOURCE=..\..\Objects\enumobject.c
|
/external/python/cpython2/ |
D | Android.bp | 173 "Objects/enumobject.c",
|
D | Makefile.pre.in | 360 Objects/enumobject.o \ 777 Include/enumobject.h \
|