Home
last modified time | relevance | path

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

1234567

/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.c361 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()
Dsymtablemodule.c91 if (PyType_Ready(&PySTEntry_Type) < 0) in PyInit__symtable()
/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()
Dnoddy2.c177 if (PyType_Ready(&NoddyType) < 0) in initnoddy2()
/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/Modules/_sqlite/
Dprepare_protocol.c82 return PyType_Ready(&pysqlite_PrepareProtocolType); in pysqlite_prepare_protocol_setup_types()
Dcache.c355 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/
Dcffi1_module.c29 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/
Dcustom.c30 if (PyType_Ready(&CustomType) < 0) in PyInit_custom()
Dsublist.c54 if (PyType_Ready(&SubListType) < 0) in PyInit_sublist()
Dcustom2.c123 if (PyType_Ready(&CustomType) < 0) in PyInit_custom2()
/external/python/pybind11/include/pybind11/detail/
Dclass.h84 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/
Ddescriptor.cc1910 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.c5567 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/
Dcontext.c1301 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.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()

1234567