Home
last modified time | relevance | path

Searched refs:PyType_Ready (Results 1 – 25 of 184) sorted by relevance

12345678

/external/python/cpython3/Objects/
Dobject.c798 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/
Dobject.c1121 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/
Dxxsubtype.c270 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()
Dxxmodule.c353 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()
Dsymtablemodule.c55 if (PyType_Ready(&PySTEntry_Type) < 0) in init_symtable()
Dthreadmodule.c908 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/
Dxxsubtype.c268 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()
Dxxmodule.c358 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()
Dsymtablemodule.c79 if (PyType_Ready(&PySTEntry_Type) < 0) in PyInit__symtable()
D_threadmodule.c1356 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/
Dblake2module.c66 if (PyType_Ready(&PyBlake2_BLAKE2bType) < 0) { in PyInit__blake2()
86 if (PyType_Ready(&PyBlake2_BLAKE2sType) < 0) { in PyInit__blake2()
/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.c271 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/
Dnoddy.c45 if (PyType_Ready(&noddy_NoddyType) < 0) in initnoddy()
Dshoddy.c81 if (PyType_Ready(&ShoddyType) < 0) in initshoddy()
/external/python/cpython3/Modules/_sqlite/
Dprepare_protocol.c82 return PyType_Ready(&pysqlite_PrepareProtocolType); in pysqlite_prepare_protocol_setup_types()
Dcache.c349 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/
Dprepare_protocol.c83 return PyType_Ready(&pysqlite_PrepareProtocolType); in pysqlite_prepare_protocol_setup_types()
Dcache.c368 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/
Dcustom.c29 if (PyType_Ready(&CustomType) < 0) in PyInit_custom()
Dsublist.c53 if (PyType_Ready(&SubListType) < 0) in PyInit_sublist()
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc1534 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.c5310 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.c2159 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/
Dcontext.c1252 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.c5693 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 …]

12345678