Home
last modified time | relevance | path

Searched refs:PyHeapTypeObject (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c467 PyHeapTypeObject* et = (PyHeapTypeObject*)type; in type_name()
481 PyHeapTypeObject* et = (PyHeapTypeObject*)type; in type_qualname()
516 Py_SETREF(((PyHeapTypeObject*)type)->ht_name, value); in type_set_name()
524 PyHeapTypeObject* et; in type_set_qualname()
535 et = (PyHeapTypeObject*)type; in type_set_qualname()
1183 mp = _PyHeapType_GET_MEMBERS((PyHeapTypeObject *)type); in traverse_slots()
1255 mp = _PyHeapType_GET_MEMBERS((PyHeapTypeObject *)type); in clear_slots()
2757 PyHeapTypeObject *et = (PyHeapTypeObject *)type; in type_new_alloc()
2845 PyHeapTypeObject *et = (PyHeapTypeObject *)type; in type_new_set_ht_name()
2967 PyHeapTypeObject *et = (PyHeapTypeObject *)type; in type_new_descriptors()
[all …]
Ddictobject.c5346 #define CACHED_KEYS(tp) (((PyHeapTypeObject*)tp)->ht_cached_keys)
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dsharded_device_array.cc163 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in RegisterTypes()
189 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in RegisterTypes()
H A Dpy_buffer.cc493 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in RegisterTypes()
519 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in RegisterTypes()
H A Dpmap_lib.cc834 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in BuildPmapSubmodule()
H A Djax_jit.cc1285 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in BuildJaxjitSubmodule()
/aosp_15_r20/external/python/cpython2/Objects/
Dtypeobject.c229 PyHeapTypeObject* et = (PyHeapTypeObject*)type; in type_name()
247 PyHeapTypeObject* et; in type_set_name()
273 et = (PyHeapTypeObject*)type; in type_set_name()
818 mp = PyHeapType_GET_MEMBERS((PyHeapTypeObject *)type); in traverse_slots()
877 mp = PyHeapType_GET_MEMBERS((PyHeapTypeObject *)type); in clear_slots()
2100 PyHeapTypeObject *et; in type_new()
2348 et = (PyHeapTypeObject *)type; in type_new()
2745 PyHeapTypeObject *et; in type_dealloc()
2751 et = (PyHeapTypeObject *)type; in type_dealloc()
2882 sizeof(PyHeapTypeObject), /* tp_basicsize */
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.h153 PyHeapTypeObject super;
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.h153 PyHeapTypeObject super;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dobject.h259 } PyHeapTypeObject; typedef
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dobject.h259 } PyHeapTypeObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dobject.h259 } PyHeapTypeObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dobject.h259 } PyHeapTypeObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dobject.h259 } PyHeapTypeObject; typedef
/aosp_15_r20/external/python/cpython3/Python/
Dspecialize.c623 PyDictKeysObject *keys = ((PyHeapTypeObject *)type)->ht_cached_keys; in specialize_dict_access()
962 keys = ((PyHeapTypeObject *)owner_cls)->ht_cached_keys; in _Py_Specialize_LoadMethod()
1246 ((PyHeapTypeObject *)container_type)->_spec_cache.getitem = descriptor; in _Py_Specialize_BinarySubscr()
Dceval.c2244 PyObject *cached = ((PyHeapTypeObject *)tp)->_spec_cache.getitem;
4556 PyHeapTypeObject *self_heap_type = (PyHeapTypeObject *)self_cls;
/aosp_15_r20/external/pytorch/torch/csrc/
H A DStorage.cpp588 PyHeapTypeObject base;
/aosp_15_r20/external/python/cpython2/Include/
Dobject.h429 } PyHeapTypeObject; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmessage.c151 assert(bits->type_basicsize == sizeof(PyHeapTypeObject)); in PyUpb_CPythonBits_Init()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.cpp1778 PyHeapTypeObject base;
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c1274 PyHeapTypeObject *class_ht = (PyHeapTypeObject *)class; in test_type_from_ephemeral_spec()
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c942 } PyHeapTypeObject; typedef
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY4458 exported from object.h as PyHeapTypeObject. (SF patch #696193.)
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY21842 exported from object.h as PyHeapTypeObject. (SF patch #696193.)