Home
last modified time | relevance | path

Searched defs:type (Results 19801 - 19825 of 23111) sorted by relevance

1...<<791792793794795796797798799800>>...925

/third_party/python/Python/
H A Derrors.c32 _PyErr_Restore(PyThreadState *tstate, PyObject *type, PyObject *value, in _PyErr_Restore() argument
60 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore() argument
314 PyObject *type, *value, *initial_tb; in _PyErr_NormalizeException() local
467 PyObject *type = PyExceptionInstance_Class(exc_value); get_exc_type() local
541 PyErr_SetExcInfo(PyObject *type, PyObject *value, PyObject *traceback) PyErr_SetExcInfo() argument
[all...]
H A Dhamt.c2591 hamt_baseiter_new(PyTypeObject *type, binaryfunc yield, PyHamtObject *o) in hamt_baseiter_new() argument
2701 hamt_tp_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in hamt_tp_new() argument
H A Dimport.c637 PyObject *type, *value, *traceback; in remove_module() local
H A Dmarshal.c990 int type, code = r_byte(p); in r_object() local
[all...]
H A Dpythonrun.c1021 print_exception_message(struct exception_print_context *ctx, PyObject *type, in print_exception_message() argument
1229 PyObject *type = (PyObject *) Py_TYPE(value); in print_exception() local
1662 PyObject *type, *value, *traceback; in flush_io() local
[all...]
/third_party/python/Modules/
H A D_testbuffer.c208 ndarray_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in ndarray_new() argument
2396 long type; in get_contiguous() local
2713 staticarray_new(PyTypeObject *type, PyObject *args, PyObject *kwds) staticarray_new() argument
[all...]
H A D_zoneinfo.c182 zoneinfo_new_instance(PyTypeObject *type, PyObject *key) in zoneinfo_new_instance() argument
247 get_weak_cache(PyTypeObject *type) in get_weak_cache() argument
264 zoneinfo_new(PyTypeObject *type, PyObject *args, PyObject *kw) zoneinfo_new() argument
342 zoneinfo_from_file(PyTypeObject *type, PyObject *args, PyObject *kwargs) zoneinfo_from_file() argument
410 PyTypeObject *type = (PyTypeObject *)cls; zoneinfo_clear_cache() local
2371 eject_from_strong_cache(const PyTypeObject *const type, PyObject *key) eject_from_strong_cache() argument
2424 zone_from_strong_cache(const PyTypeObject *const type, PyObject *const key) zone_from_strong_cache() argument
2448 update_strong_cache(const PyTypeObject *const type, PyObject *key, PyObject *zone) update_strong_cache() argument
2482 clear_strong_cache(const PyTypeObject *const type) clear_strong_cache() argument
[all...]
H A Doverlapped.c77 DWORD type; member
631 _overlapped_Overlapped_impl(PyTypeObject *type, HANDLE event) in _overlapped_Overlapped_impl() argument
[all...]
H A D_struct.c1437 s_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in s_new() argument
1724 PyObject *unpackiter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) { in unpackiter_new() argument
[all...]
H A D_winapi.c2009 wchar_t type[CB_TYPE / sizeof(wchar_t) + 1]; in _winapi__mimetypes_read_windows_registry_impl() member
2019 LPWSTR type in _winapi__mimetypes_read_windows_registry_impl() local
[all...]
H A D_xxsubinterpretersmodule.c1528 PyTypeObject *type = Py_TYPE(self); in channelid_repr() local
H A D_tracemalloc.c1463 PyTypeObject *type; in _tracemalloc__get_object_traceback() local
1788 PyTypeObject *type = Py_TYPE(op); in _PyTraceMalloc_NewReference() local
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c34 _multibyte_codec_find_state_by_type(PyTypeObject *type) in _multibyte_codec_find_state_by_type() argument
1031 mbiencoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbiencoder_new() argument
1306 mbidecoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) mbidecoder_new() argument
1623 mbstreamreader_new(PyTypeObject *type, PyObject *args, PyObject *kwds) mbstreamreader_new() argument
1847 mbstreamwriter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) mbstreamwriter_new() argument
[all...]
/third_party/python/Objects/
H A Dcodeobject.c1522 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount, in code_new_impl() argument
H A Dlistobject.c2799 list_vectorcall(PyObject *type, PyObject * const*args, in list_vectorcall() argument
H A Dgenobject.c893 make_gen(PyTypeObject *type, PyFunctionObject *func) in make_gen() argument
962 gen_new_with_qualname(PyTypeObject *type, PyFrameObject *f, in gen_new_with_qualname() argument
H A Dobject.c378 PyTypeObject *type = Py_TYPE(op); in _PyObject_Dump() local
881 PyObject *type, *value, *traceback; set_attribute_error_context() local
1634 none_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) none_new() argument
1753 notimplemented_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) notimplemented_new() argument
1985 PyTypeObject *type = static_types[i]; _PyTypes_InitTypes() local
2016 PyTypeObject *type = static_types[i]; _PyTypes_FiniTypes() local
2351 PyTypeObject *type = Py_TYPE(obj); _PyObject_AssertFailed() local
2375 PyTypeObject *type = Py_TYPE(op); _Py_Dealloc() local
[all...]
H A Dbytearrayobject.c2049 bytearray_fromhex_impl(PyTypeObject *type, PyObject *string) in bytearray_fromhex_impl() argument
H A Dfloatobject.c1310 float_fromhex(PyTypeObject *type, PyObject *string) in float_fromhex() argument
1652 float_new_impl(PyTypeObject *type, PyObject *x) float_new_impl() argument
1678 float_subtype_new(PyTypeObject *type, PyObject *x) float_subtype_new() argument
1698 float_vectorcall(PyObject *type, PyObject * const*args, size_t nargsf, PyObject *kwnames) float_vectorcall() argument
1752 float___getformat___impl(PyTypeObject *type, const char *typestr) float___getformat___impl() argument
[all...]
H A Ddescrobject.c107 classmethod_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in classmethod_get() argument
149 method_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) method_get() argument
173 member_get(PyMemberDescrObject *descr, PyObject *obj, PyObject *type) member_get() argument
193 getset_get(PyGetSetDescrObject *descr, PyObject *obj, PyObject *type) getset_get() argument
212 wrapperdescr_get(PyWrapperDescrObject *descr, PyObject *obj, PyObject *type) wrapperdescr_get() argument
900 descr_new(PyTypeObject *descrtype, PyTypeObject *type, const char *name) descr_new() argument
921 PyDescr_NewMethod(PyTypeObject *type, PyMethodDef *method) PyDescr_NewMethod() argument
967 PyDescr_NewClassMethod(PyTypeObject *type, PyMethodDef *method) PyDescr_NewClassMethod() argument
979 PyDescr_NewMember(PyTypeObject *type, PyMemberDef *member) PyDescr_NewMember() argument
991 PyDescr_NewGetSet(PyTypeObject *type, PyGetSetDef *getset) PyDescr_NewGetSet() argument
1003 PyDescr_NewWrapper(PyTypeObject *type, struct wrapperbase *base, void *wrapped) PyDescr_NewWrapper() argument
1229 mappingproxy_new_impl(PyTypeObject *type, PyObject *mapping) mappingproxy_new_impl() argument
1602 property_descr_get(PyObject *self, PyObject *obj, PyObject *type) property_descr_get() argument
1696 PyObject *new, *type, *doc; property_copy() local
[all...]
H A Dsetobject.c952 make_new_set(PyTypeObject *type, PyObject *iterable) in make_new_set() argument
980 make_new_set_basetype(PyTypeObject *type, PyObject *iterable) in make_new_set_basetype() argument
992 make_new_frozenset(PyTypeObject *type, PyObject *iterable) make_new_frozenset() argument
1007 frozenset_new(PyTypeObject *type, PyObject *args, PyObject *kwds) frozenset_new() argument
1025 frozenset_vectorcall(PyObject *type, PyObject * const*args, size_t nargsf, PyObject *kwnames) frozenset_vectorcall() argument
1042 set_new(PyTypeObject *type, PyObject *args, PyObject *kwds) set_new() argument
1999 set_vectorcall(PyObject *type, PyObject * const*args, size_t nargsf, PyObject *kwnames) set_vectorcall() argument
[all...]
/third_party/python/Modules/_sqlite/
H A Dconnection.c1313 trace_callback(unsigned int type, void *ctx, void *stmt, void *sql) in trace_callback() argument
2395 PyObject *type = PyType_FromModuleAndSpec(module, &connection_spec, NULL); in pysqlite_connection_setup_types() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageV3.java2269 protected final Class<?> type; global() field in GeneratedMessageV3.FieldAccessorTable.SingularFieldAccessor
2472 protected final Class type; global() field in GeneratedMessageV3.FieldAccessorTable.RepeatedFieldAccessor
[all...]
H A DGeneratedMessage.java2278 protected final Class<?> type; global() field in GeneratedMessage.FieldAccessorTable.SingularFieldAccessor
2401 protected final Class type; global() field in GeneratedMessage.FieldAccessorTable.RepeatedFieldAccessor
[all...]
H A DGeneratedMessageLite.java1044 newSingularGeneratedExtension( final ContainingType containingTypeDefaultInstance, final Type defaultValue, final MessageLite messageDefaultInstance, final Internal.EnumLiteMap<?> enumTypeMap, final int number, final WireFormat.FieldType type, final Class singularType) newSingularGeneratedExtension() argument
1063 newRepeatedGeneratedExtension( final ContainingType containingTypeDefaultInstance, final MessageLite messageDefaultInstance, final Internal.EnumLiteMap<?> enumTypeMap, final int number, final WireFormat.FieldType type, final boolean isPacked, final Class singularType) newRepeatedGeneratedExtension() argument
1083 ExtensionDescriptor( final Internal.EnumLiteMap<?> enumTypeMap, final int number, final WireFormat.FieldType type, final boolean isRepeated, final boolean isPacked) ExtensionDescriptor() argument
1098 final WireFormat.FieldType type; global() field in GeneratedMessageLite.ExtensionDescriptor
[all...]

Completed in 73 milliseconds

1...<<791792793794795796797798799800>>...925