/external/python/cpython3/Objects/ |
D | object.c | 798 if (PyType_Ready(tp) < 0) in PyObject_Hash() 1141 if (tp->tp_dict == NULL && PyType_Ready(tp) < 0) in _PyObject_GetMethod() 1224 if (PyType_Ready(tp) < 0) in _PyObject_GenericGetAttrWithDict() 1326 if (tp->tp_dict == NULL && PyType_Ready(tp) < 0) in _PyObject_GenericSetAttrWithDict() 1738 if (PyType_Ready(&PyBaseObject_Type) < 0) in _Py_ReadyTypes() 1741 if (PyType_Ready(&PyType_Type) < 0) in _Py_ReadyTypes() 1744 if (PyType_Ready(&_PyWeakref_RefType) < 0) in _Py_ReadyTypes() 1747 if (PyType_Ready(&_PyWeakref_CallableProxyType) < 0) in _Py_ReadyTypes() 1750 if (PyType_Ready(&_PyWeakref_ProxyType) < 0) in _Py_ReadyTypes() 1753 if (PyType_Ready(&PyLong_Type) < 0) in _Py_ReadyTypes() [all …]
|
/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 | 358 if (PyType_Ready(&Xxo_Type) < 0) in xx_exec() 371 if (PyType_Ready(&Str_Type) < 0) in xx_exec() 376 if (PyType_Ready(&Null_Type) < 0) in xx_exec()
|
D | symtablemodule.c | 79 if (PyType_Ready(&PySTEntry_Type) < 0) in PyInit__symtable()
|
D | _threadmodule.c | 1356 if (PyType_Ready(&localdummytype) < 0) in PyInit__thread() 1358 if (PyType_Ready(&localtype) < 0) in PyInit__thread() 1360 if (PyType_Ready(&Locktype) < 0) in PyInit__thread() 1362 if (PyType_Ready(&RLocktype) < 0) in PyInit__thread()
|
/external/python/cpython3/Modules/_blake2/ |
D | blake2module.c | 66 if (PyType_Ready(&PyBlake2_BLAKE2bType) < 0) { in PyInit__blake2() 86 if (PyType_Ready(&PyBlake2_BLAKE2sType) < 0) { in PyInit__blake2()
|
/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()
|
/external/python/cpython3/Modules/_sqlite/ |
D | prepare_protocol.c | 82 return PyType_Ready(&pysqlite_PrepareProtocolType); in pysqlite_prepare_protocol_setup_types()
|
D | cache.c | 349 rc = PyType_Ready(&pysqlite_NodeType); in pysqlite_cache_setup_types() 354 rc = PyType_Ready(&pysqlite_CacheType); in pysqlite_cache_setup_types()
|
/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/Doc/includes/ |
D | custom.c | 29 if (PyType_Ready(&CustomType) < 0) in PyInit_custom()
|
D | sublist.c | 53 if (PyType_Ready(&SubListType) < 0) in PyInit_sublist()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 1534 if (PyType_Ready(&PyMessageDescriptor_Type) < 0) in InitDescriptor() 1537 if (PyType_Ready(&PyFieldDescriptor_Type) < 0) in InitDescriptor() 1564 if (PyType_Ready(&PyEnumDescriptor_Type) < 0) in InitDescriptor() 1567 if (PyType_Ready(&PyEnumValueDescriptor_Type) < 0) in InitDescriptor() 1570 if (PyType_Ready(&PyFileDescriptor_Type) < 0) in InitDescriptor() 1573 if (PyType_Ready(&PyOneofDescriptor_Type) < 0) in InitDescriptor()
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 5310 if (PyType_Ready(&PyComError_Type) < 0) in create_comerror() 5456 if (PyType_Ready(&PyCArg_Type) < 0) in PyInit__ctypes() 5459 if (PyType_Ready(&PyCThunk_Type) < 0) in PyInit__ctypes() 5464 if (PyType_Ready(&PyCStgDict_Type) < 0) in PyInit__ctypes() 5473 if (PyType_Ready(&PyCStructType_Type) < 0) in PyInit__ctypes() 5477 if (PyType_Ready(&UnionType_Type) < 0) in PyInit__ctypes() 5481 if (PyType_Ready(&PyCPointerType_Type) < 0) in PyInit__ctypes() 5485 if (PyType_Ready(&PyCArrayType_Type) < 0) in PyInit__ctypes() 5489 if (PyType_Ready(&PyCSimpleType_Type) < 0) in PyInit__ctypes() 5493 if (PyType_Ready(&PyCFuncPtrType_Type) < 0) in PyInit__ctypes() [all …]
|
/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()
|
/external/python/cpython3/Python/ |
D | context.c | 1252 if ((PyType_Ready(&PyContext_Type) < 0) || in _PyContext_Init() 1253 (PyType_Ready(&PyContextVar_Type) < 0) || in _PyContext_Init() 1254 (PyType_Ready(&PyContextToken_Type) < 0) || in _PyContext_Init() 1255 (PyType_Ready(&PyContextTokenMissing_Type) < 0)) in _PyContext_Init()
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 5693 if (PyType_Ready(&PyCArg_Type) < 0) in init_ctypes() 5696 if (PyType_Ready(&PyCThunk_Type) < 0) in init_ctypes() 5701 if (PyType_Ready(&PyCStgDict_Type) < 0) in init_ctypes() 5710 if (PyType_Ready(&PyCStructType_Type) < 0) in init_ctypes() 5714 if (PyType_Ready(&UnionType_Type) < 0) in init_ctypes() 5718 if (PyType_Ready(&PyCPointerType_Type) < 0) in init_ctypes() 5722 if (PyType_Ready(&PyCArrayType_Type) < 0) in init_ctypes() 5726 if (PyType_Ready(&PyCSimpleType_Type) < 0) in init_ctypes() 5730 if (PyType_Ready(&PyCFuncPtrType_Type) < 0) in init_ctypes() 5738 if (PyType_Ready(&PyCData_Type) < 0) in init_ctypes() [all …]
|