/aosp_15_r20/external/python/bumble/rust/src/wrapper/ |
D | hci.rs | 70 fn into_py(self, _py: Python<'_>) -> PyObject { in into_py() 145 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object() 174 fn into_py(self, py: Python<'_>) -> PyObject { in into_py() 186 fn to_object(&self, py: Python<'_>) -> PyObject { in to_object()
|
D | common.rs | 22 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object() 31 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
|
D | link.rs | 35 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
|
D | host.rs | 79 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
|
D | gatt_client.rs | 60 pub async fn read_value(&self) -> PyResult<PyObject> { in read_value()
|
D | mod.rs | 73 impl PyObjectExt for PyObject { implementation
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | disable_torch_function.cpp | 347 PyObject* THPModule_has_torch_function(PyObject*, PyObject* arg) { in THPModule_has_torch_function() argument 371 PyObject* THPModule_has_torch_function_unary(PyObject*, PyObject* obj) { in THPModule_has_torch_function_unary() argument 379 PyObject* THPModule_has_torch_function_variadic( in THPModule_has_torch_function_variadic() argument
|
H A D | python_stub.h | 4 using PyObject = _object; variable
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | python_stub.h | 4 using PyObject = _object; variable
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | python_nested_functions_manual.cpp | 8 static PyObject* THPVariable_nested_tensor( in THPVariable_nested_tensor() argument
|
H A D | python_variable.cpp | 742 static PyObject* THPVariable_make_wrapper_subclass( in THPVariable_make_wrapper_subclass() argument
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | pytypedefs.h | 18 typedef struct _object PyObject; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | pytypedefs.h | 18 typedef struct _object PyObject; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | pytypedefs.h | 18 typedef struct _object PyObject; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | pytypedefs.h | 18 typedef struct _object PyObject; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | pytypedefs.h | 18 typedef struct _object PyObject; typedef
|
/aosp_15_r20/external/pytorch/torch/csrc/cuda/ |
H A D | Module.cpp | 187 PyObject* THCPModule_getCurrentStream_wrap( in THCPModule_getCurrentStream_wrap() argument 208 PyObject* THCPModule_getCurrentStream_raw( in THCPModule_getCurrentStream_raw() argument 220 PyObject* THCPModule_getDefaultStream_wrap( in THCPModule_getDefaultStream_wrap() argument
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | coverity_model.c | 26 typedef struct {} PyObject; typedef
|
/aosp_15_r20/external/python/bumble/rust/src/wrapper/device/ |
D | mod.rs | 80 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | py_buffer.cc | 464 void PyBuffer_bf_releasebuffer(PyObject*, Py_buffer* buffer) { in PyBuffer_bf_releasebuffer() argument
|
/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 300 typedef void PyObject; typedef
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | object.h | 108 } PyObject; typedef
|
/aosp_15_r20/external/pytorch/torch/csrc/ |
H A D | Module.cpp | 1114 PyObject* THPModule_setQEngine(PyObject* /* unused */, PyObject* arg) { in THPModule_setQEngine() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/ |
H A D | bfloat16.cc | 382 Py_hash_t HashImpl(Py_hash_t (*hash_double)(PyObject*, double), PyObject* self, in HashImpl()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | typeobject.c | 7404 SLOT1(slot_mp_subscript, __getitem__, PyObject *) in SLOT1() argument 7541 SLOT1(slot_nb_inplace_lshift, __ilshift__, PyObject *) in SLOT1() argument
|