/aosp_15_r20/external/python/cpython3/Objects/ |
D | typeobject.c | 467 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 …]
|
D | dictobject.c | 5346 #define CACHED_KEYS(tp) (((PyHeapTypeObject*)tp)->ht_cached_keys)
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | sharded_device_array.cc | 163 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in RegisterTypes() 189 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in RegisterTypes()
|
H A D | py_buffer.cc | 493 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in RegisterTypes() 519 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in RegisterTypes()
|
H A D | pmap_lib.cc | 834 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in BuildPmapSubmodule()
|
H A D | jax_jit.cc | 1285 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in BuildJaxjitSubmodule()
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | typeobject.c | 229 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 D | message.h | 153 PyHeapTypeObject super;
|
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | message.h | 153 PyHeapTypeObject super;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | object.h | 259 } PyHeapTypeObject; typedef
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | object.h | 259 } PyHeapTypeObject; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | object.h | 259 } PyHeapTypeObject; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | object.h | 259 } PyHeapTypeObject; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | object.h | 259 } PyHeapTypeObject; typedef
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | specialize.c | 623 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()
|
D | ceval.c | 2244 PyObject *cached = ((PyHeapTypeObject *)tp)->_spec_cache.getitem; 4556 PyHeapTypeObject *self_heap_type = (PyHeapTypeObject *)self_cls;
|
/aosp_15_r20/external/pytorch/torch/csrc/ |
H A D | Storage.cpp | 588 PyHeapTypeObject base;
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | object.h | 429 } PyHeapTypeObject; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | message.c | 151 assert(bits->type_basicsize == sizeof(PyHeapTypeObject)); in PyUpb_CPythonBits_Init()
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | python_variable.cpp | 1778 PyHeapTypeObject base;
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 1274 PyHeapTypeObject *class_ht = (PyHeapTypeObject *)class; in test_type_from_ephemeral_spec()
|
/aosp_15_r20/external/webp/swig/ |
H A D | libwebp_python_wrap.c | 942 } PyHeapTypeObject; typedef
|
/aosp_15_r20/external/python/cpython2/Misc/ |
D | HISTORY | 4458 exported from object.h as PyHeapTypeObject. (SF patch #696193.)
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | HISTORY | 21842 exported from object.h as PyHeapTypeObject. (SF patch #696193.)
|