/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | setobject.h | 23 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) argument 24 #define PyFrozenSet_Check(ob) \ argument 28 #define PyAnySet_CheckExact(ob) \ argument 30 #define PyAnySet_Check(ob) \ argument 36 #define PySet_Check(ob) \ argument
|
D | object.h | 123 static inline Py_ssize_t Py_REFCNT(PyObject *ob) { in Py_REFCNT() 127 # define Py_REFCNT(ob) Py_REFCNT(_PyObject_CAST(ob)) argument 132 static inline PyTypeObject* Py_TYPE(PyObject *ob) { in Py_TYPE() 136 # define Py_TYPE(ob) Py_TYPE(_PyObject_CAST(ob)) argument 140 static inline Py_ssize_t Py_SIZE(PyObject *ob) { in Py_SIZE() 145 # define Py_SIZE(ob) Py_SIZE(_PyObject_CAST(ob)) argument 149 static inline int Py_IS_TYPE(PyObject *ob, PyTypeObject *type) { in Py_IS_TYPE() 153 # define Py_IS_TYPE(ob, type) Py_IS_TYPE(_PyObject_CAST(ob), type) argument 157 static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) { in Py_SET_REFCNT() 161 # define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), refcnt) argument [all …]
|
/prebuilts/build-tools/common/py3-headers/Include/ |
D | setobject.h | 23 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE((ob), &PyFrozenSet_Type) argument 24 #define PyFrozenSet_Check(ob) \ argument 28 #define PyAnySet_CheckExact(ob) \ argument 30 #define PyAnySet_Check(ob) \ argument 36 #define PySet_Check(ob) \ argument
|
D | object.h | 306 _Py_IsOwnedByCurrentThread(PyObject *ob) in _Py_IsOwnedByCurrentThread() 316 static inline Py_ssize_t Py_REFCNT(PyObject *ob) { in Py_REFCNT() 330 # define Py_REFCNT(ob) Py_REFCNT(_PyObject_CAST(ob)) argument 335 static inline PyTypeObject* Py_TYPE(PyObject *ob) { in Py_TYPE() 339 # define Py_TYPE(ob) Py_TYPE(_PyObject_CAST(ob)) argument 346 static inline Py_ssize_t Py_SIZE(PyObject *ob) { in Py_SIZE() 352 # define Py_SIZE(ob) Py_SIZE(_PyObject_CAST(ob)) argument 368 static inline int Py_IS_TYPE(PyObject *ob, PyTypeObject *type) { in Py_IS_TYPE() 372 # define Py_IS_TYPE(ob, type) Py_IS_TYPE(_PyObject_CAST(ob), (type)) argument 379 static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) { in Py_SET_REFCNT() [all …]
|
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | setobject.h | 23 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) argument 24 #define PyFrozenSet_Check(ob) \ argument 28 #define PyAnySet_CheckExact(ob) \ argument 30 #define PyAnySet_Check(ob) \ argument 36 #define PySet_Check(ob) \ argument
|
D | object.h | 123 static inline Py_ssize_t Py_REFCNT(PyObject *ob) { in Py_REFCNT() 127 # define Py_REFCNT(ob) Py_REFCNT(_PyObject_CAST(ob)) argument 132 static inline PyTypeObject* Py_TYPE(PyObject *ob) { in Py_TYPE() 136 # define Py_TYPE(ob) Py_TYPE(_PyObject_CAST(ob)) argument 140 static inline Py_ssize_t Py_SIZE(PyObject *ob) { in Py_SIZE() 145 # define Py_SIZE(ob) Py_SIZE(_PyObject_CAST(ob)) argument 149 static inline int Py_IS_TYPE(PyObject *ob, PyTypeObject *type) { in Py_IS_TYPE() 153 # define Py_IS_TYPE(ob, type) Py_IS_TYPE(_PyObject_CAST(ob), type) argument 157 static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) { in Py_SET_REFCNT() 161 # define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), refcnt) argument [all …]
|
/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/ |
D | setobject.h | 23 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) argument 24 #define PyFrozenSet_Check(ob) \ argument 28 #define PyAnySet_CheckExact(ob) \ argument 30 #define PyAnySet_Check(ob) \ argument 36 #define PySet_Check(ob) \ argument
|
D | object.h | 123 static inline Py_ssize_t Py_REFCNT(PyObject *ob) { in Py_REFCNT() 127 # define Py_REFCNT(ob) Py_REFCNT(_PyObject_CAST(ob)) argument 132 static inline PyTypeObject* Py_TYPE(PyObject *ob) { in Py_TYPE() 136 # define Py_TYPE(ob) Py_TYPE(_PyObject_CAST(ob)) argument 140 static inline Py_ssize_t Py_SIZE(PyObject *ob) { in Py_SIZE() 145 # define Py_SIZE(ob) Py_SIZE(_PyObject_CAST(ob)) argument 149 static inline int Py_IS_TYPE(PyObject *ob, PyTypeObject *type) { in Py_IS_TYPE() 153 # define Py_IS_TYPE(ob, type) Py_IS_TYPE(_PyObject_CAST(ob), type) argument 157 static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) { in Py_SET_REFCNT() 161 # define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), refcnt) argument [all …]
|
/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | setobject.h | 23 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) argument 24 #define PyFrozenSet_Check(ob) \ argument 28 #define PyAnySet_CheckExact(ob) \ argument 30 #define PyAnySet_Check(ob) \ argument 36 #define PySet_Check(ob) \ argument
|
D | object.h | 123 static inline Py_ssize_t Py_REFCNT(PyObject *ob) { in Py_REFCNT() 127 # define Py_REFCNT(ob) Py_REFCNT(_PyObject_CAST(ob)) argument 132 static inline PyTypeObject* Py_TYPE(PyObject *ob) { in Py_TYPE() 136 # define Py_TYPE(ob) Py_TYPE(_PyObject_CAST(ob)) argument 140 static inline Py_ssize_t Py_SIZE(PyObject *ob) { in Py_SIZE() 145 # define Py_SIZE(ob) Py_SIZE(_PyObject_CAST(ob)) argument 149 static inline int Py_IS_TYPE(PyObject *ob, PyTypeObject *type) { in Py_IS_TYPE() 153 # define Py_IS_TYPE(ob, type) Py_IS_TYPE(_PyObject_CAST(ob), type) argument 157 static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) { in Py_SET_REFCNT() 161 # define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), refcnt) argument [all …]
|
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/setuptools/_distutils/command/ |
D | install.py | 130 def _select_scheme(ob, name): argument 135 def _remove_set(ob, attrs): argument
|
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/command/ |
D | install.py | 130 def _select_scheme(ob, name): argument 135 def _remove_set(ob, attrs): argument
|
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/command/ |
D | install.py | 130 def _select_scheme(ob, name): argument 135 def _remove_set(ob, attrs): argument
|
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/command/ |
D | install.py | 130 def _select_scheme(ob, name): argument 135 def _remove_set(ob, attrs): argument
|
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | pyclbr.py | 89 def _nest_function(ob, func_name, lineno, end_lineno, is_async=False): argument 94 def _nest_class(ob, class_name, lineno, end_lineno, super=None): argument
|
/prebuilts/build-tools/common/py3-stdlib/ |
D | pyclbr.py | 89 def _nest_function(ob, func_name, lineno, end_lineno, is_async=False): argument 94 def _nest_class(ob, class_name, lineno, end_lineno, super=None): argument
|
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | pyclbr.py | 89 def _nest_function(ob, func_name, lineno, end_lineno, is_async=False): argument 94 def _nest_class(ob, class_name, lineno, end_lineno, super=None): argument
|
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/ |
D | pyclbr.py | 89 def _nest_function(ob, func_name, lineno, end_lineno, is_async=False): argument 94 def _nest_class(ob, class_name, lineno, end_lineno, super=None): argument
|
D | weakref.py | 347 def __new__(type, ob, callback, key): argument 352 def __init__(self, ob, callback, key): argument
|
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | pyclbr.py | 89 def _nest_function(ob, func_name, lineno, end_lineno, is_async=False): argument 94 def _nest_class(ob, class_name, lineno, end_lineno, super=None): argument
|
/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_global_objects.h | 39 PyBytesObject ob; member
|
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_global_objects.h | 39 PyBytesObject ob; member
|
/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/internal/ |
D | pycore_global_objects.h | 39 PyBytesObject ob; member
|
/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_global_objects.h | 39 PyBytesObject ob; member
|
/prebuilts/build-tools/common/py3-headers/Include/internal/ |
D | pycore_global_objects.h | 48 PyBytesObject ob; member
|