/third_party/python/Python/ |
H A D | errors.c | 32 _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 D | hamt.c | 2591 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 D | import.c | 637 PyObject *type, *value, *traceback; in remove_module() local
|
H A D | marshal.c | 990 int type, code = r_byte(p); in r_object() local [all...] |
H A D | pythonrun.c | 1021 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.c | 208 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.c | 182 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 D | overlapped.c | 77 DWORD type; member 631 _overlapped_Overlapped_impl(PyTypeObject *type, HANDLE event) in _overlapped_Overlapped_impl() argument [all...] |
H A D | _struct.c | 1437 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.c | 2009 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.c | 1528 PyTypeObject *type = Py_TYPE(self); in channelid_repr() local
|
H A D | _tracemalloc.c | 1463 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 D | multibytecodec.c | 34 _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 D | codeobject.c | 1522 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount, in code_new_impl() argument
|
H A D | listobject.c | 2799 list_vectorcall(PyObject *type, PyObject * const*args, in list_vectorcall() argument
|
H A D | genobject.c | 893 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 D | object.c | 378 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 D | bytearrayobject.c | 2049 bytearray_fromhex_impl(PyTypeObject *type, PyObject *string) in bytearray_fromhex_impl() argument
|
H A D | floatobject.c | 1310 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 D | descrobject.c | 107 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 D | setobject.c | 952 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 D | connection.c | 1313 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 D | GeneratedMessageV3.java | 2269 protected final Class<?> type; global() field in GeneratedMessageV3.FieldAccessorTable.SingularFieldAccessor 2472 protected final Class type; global() field in GeneratedMessageV3.FieldAccessorTable.RepeatedFieldAccessor [all...] |
H A D | GeneratedMessage.java | 2278 protected final Class<?> type; global() field in GeneratedMessage.FieldAccessorTable.SingularFieldAccessor 2401 protected final Class type; global() field in GeneratedMessage.FieldAccessorTable.RepeatedFieldAccessor [all...] |
H A D | GeneratedMessageLite.java | 1044 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...] |