/external/python/cpython2/Objects/ |
D | object.c | 1121 if (PyType_Ready(tp) < 0) in PyObject_Hash() 1364 if (PyType_Ready(tp) < 0) in _PyObject_GenericGetAttrWithDict() 1502 if (PyType_Ready(tp) < 0) in _PyObject_GenericSetAttrWithDict() 2076 if (PyType_Ready(&PyType_Type) < 0) in _Py_ReadyTypes() 2079 if (PyType_Ready(&_PyWeakref_RefType) < 0) in _Py_ReadyTypes() 2082 if (PyType_Ready(&_PyWeakref_CallableProxyType) < 0) in _Py_ReadyTypes() 2085 if (PyType_Ready(&_PyWeakref_ProxyType) < 0) in _Py_ReadyTypes() 2088 if (PyType_Ready(&PyBool_Type) < 0) in _Py_ReadyTypes() 2091 if (PyType_Ready(&PyString_Type) < 0) in _Py_ReadyTypes() 2094 if (PyType_Ready(&PyByteArray_Type) < 0) in _Py_ReadyTypes() [all …]
|
/external/python/cpython2/Modules/ |
D | xxsubtype.c | 270 if (PyType_Ready(&spamdict_type) < 0) in initxxsubtype() 274 if (PyType_Ready(&spamlist_type) < 0) in initxxsubtype() 283 if (PyType_Ready(&spamlist_type) < 0) in initxxsubtype() 285 if (PyType_Ready(&spamdict_type) < 0) in initxxsubtype()
|
D | xxmodule.c | 353 if (PyType_Ready(&Xxo_Type) < 0) in initxx() 371 if (PyType_Ready(&Str_Type) < 0) in initxx() 376 if (PyType_Ready(&Null_Type) < 0) in initxx()
|
D | symtablemodule.c | 55 if (PyType_Ready(&PySTEntry_Type) < 0) in init_symtable()
|
D | threadmodule.c | 908 if (PyType_Ready(&localdummytype) < 0) in initthread() 910 if (PyType_Ready(&localtype) < 0) in initthread() 923 if (PyType_Ready(&Locktype) < 0) in initthread()
|
/external/python/cpython3/Modules/ |
D | xxsubtype.c | 268 if (PyType_Ready(&spamdict_type) < 0) in xxsubtype_exec() 272 if (PyType_Ready(&spamlist_type) < 0) in xxsubtype_exec() 275 if (PyType_Ready(&spamlist_type) < 0) in xxsubtype_exec() 277 if (PyType_Ready(&spamdict_type) < 0) in xxsubtype_exec()
|
D | xxmodule.c | 361 if (PyType_Ready(&Xxo_Type) < 0) in xx_exec() 374 if (PyType_Ready(&Str_Type) < 0) in xx_exec() 379 if (PyType_Ready(&Null_Type) < 0) in xx_exec()
|
D | symtablemodule.c | 91 if (PyType_Ready(&PySTEntry_Type) < 0) in PyInit__symtable()
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | multiprocessing.c | 271 if (PyType_Ready(&ConnectionType) < 0) in init_multiprocessing() 279 if (PyType_Ready(&SemLockType) < 0) in init_multiprocessing() 300 if (PyType_Ready(&PipeConnectionType) < 0) in init_multiprocessing()
|
/external/python/cpython2/Doc/includes/ |
D | noddy.c | 45 if (PyType_Ready(&noddy_NoddyType) < 0) in initnoddy()
|
D | shoddy.c | 81 if (PyType_Ready(&ShoddyType) < 0) in initshoddy()
|
D | noddy2.c | 177 if (PyType_Ready(&NoddyType) < 0) in initnoddy2()
|
/external/python/cpython2/Modules/_sqlite/ |
D | prepare_protocol.c | 83 return PyType_Ready(&pysqlite_PrepareProtocolType); in pysqlite_prepare_protocol_setup_types()
|
D | cache.c | 368 rc = PyType_Ready(&pysqlite_NodeType); in pysqlite_cache_setup_types() 373 rc = PyType_Ready(&pysqlite_CacheType); in pysqlite_cache_setup_types()
|
/external/python/cpython3/Modules/_sqlite/ |
D | prepare_protocol.c | 82 return PyType_Ready(&pysqlite_PrepareProtocolType); in pysqlite_prepare_protocol_setup_types()
|
D | cache.c | 355 rc = PyType_Ready(&pysqlite_NodeType); in pysqlite_cache_setup_types() 360 rc = PyType_Ready(&pysqlite_CacheType); in pysqlite_cache_setup_types()
|
/external/python/cffi/c/ |
D | cffi1_module.c | 29 if (PyType_Ready(&FFI_Type) < 0) in init_ffi_lib() 31 if (PyType_Ready(&Lib_Type) < 0) in init_ffi_lib()
|
/external/python/cpython3/Doc/includes/ |
D | custom.c | 30 if (PyType_Ready(&CustomType) < 0) in PyInit_custom()
|
D | sublist.c | 54 if (PyType_Ready(&SubListType) < 0) in PyInit_sublist()
|
D | custom2.c | 123 if (PyType_Ready(&CustomType) < 0) in PyInit_custom2()
|
/external/python/pybind11/include/pybind11/detail/ |
D | class.h | 84 if (PyType_Ready(type) < 0) in make_static_property_type() 268 if (PyType_Ready(type) < 0) in make_default_metaclass() 473 if (PyType_Ready(type) < 0) in make_object_base_type() 687 if (PyType_Ready(type) < 0) in make_new_python_type()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 1910 if (PyType_Ready(&PyMessageDescriptor_Type) < 0) in InitDescriptor() 1913 if (PyType_Ready(&PyFieldDescriptor_Type) < 0) in InitDescriptor() 1940 if (PyType_Ready(&PyEnumDescriptor_Type) < 0) in InitDescriptor() 1943 if (PyType_Ready(&PyEnumValueDescriptor_Type) < 0) in InitDescriptor() 1946 if (PyType_Ready(&PyFileDescriptor_Type) < 0) in InitDescriptor() 1949 if (PyType_Ready(&PyOneofDescriptor_Type) < 0) in InitDescriptor() 1952 if (PyType_Ready(&PyServiceDescriptor_Type) < 0) in InitDescriptor() 1955 if (PyType_Ready(&PyMethodDescriptor_Type) < 0) in InitDescriptor()
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 5567 if (PyType_Ready(&PyComError_Type) < 0) in create_comerror() 5718 if (PyType_Ready(&PyCArg_Type) < 0) in PyInit__ctypes() 5721 if (PyType_Ready(&PyCThunk_Type) < 0) in PyInit__ctypes() 5726 if (PyType_Ready(&PyCStgDict_Type) < 0) in PyInit__ctypes() 5735 if (PyType_Ready(&PyCStructType_Type) < 0) in PyInit__ctypes() 5739 if (PyType_Ready(&UnionType_Type) < 0) in PyInit__ctypes() 5743 if (PyType_Ready(&PyCPointerType_Type) < 0) in PyInit__ctypes() 5747 if (PyType_Ready(&PyCArrayType_Type) < 0) in PyInit__ctypes() 5751 if (PyType_Ready(&PyCSimpleType_Type) < 0) in PyInit__ctypes() 5755 if (PyType_Ready(&PyCFuncPtrType_Type) < 0) in PyInit__ctypes() [all …]
|
/external/python/cpython3/Python/ |
D | context.c | 1301 if ((PyType_Ready(&PyContext_Type) < 0) || in _PyContext_Init() 1302 (PyType_Ready(&PyContextVar_Type) < 0) || in _PyContext_Init() 1303 (PyType_Ready(&PyContextToken_Type) < 0) || in _PyContext_Init() 1304 (PyType_Ready(&PyContextTokenMissing_Type) < 0)) in _PyContext_Init()
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
D | _CarbonEvtmodule.c | 2159 if (PyType_Ready(&EventRef_Type) < 0) return; in init_CarbonEvt() 2166 if (PyType_Ready(&EventQueueRef_Type) < 0) return; in init_CarbonEvt() 2173 if (PyType_Ready(&EventLoopRef_Type) < 0) return; in init_CarbonEvt() 2180 if (PyType_Ready(&EventLoopTimerRef_Type) < 0) return; in init_CarbonEvt() 2187 if (PyType_Ready(&EventHandlerRef_Type) < 0) return; in init_CarbonEvt() 2194 if (PyType_Ready(&EventHandlerCallRef_Type) < 0) return; in init_CarbonEvt() 2201 if (PyType_Ready(&EventTargetRef_Type) < 0) return; in init_CarbonEvt() 2208 if (PyType_Ready(&EventHotKeyRef_Type) < 0) return; in init_CarbonEvt()
|