/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/ |
D | pycore_object.h | 297 (*(PyCFunctionWithKeywords)(void(*)(void))meth), self, args, NULL) 299 PyCFunctionWithKeywords meth, PyObject *, PyObject *, PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_object.h | 297 (*(PyCFunctionWithKeywords)(void(*)(void))meth), self, args, NULL) 299 PyCFunctionWithKeywords meth, PyObject *, PyObject *, PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_object.h | 297 (*(PyCFunctionWithKeywords)(void(*)(void))meth), self, args, NULL) 299 PyCFunctionWithKeywords meth, PyObject *, PyObject *, PyObject *);
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_object.h | 297 (*(PyCFunctionWithKeywords)(void(*)(void))meth), self, args, NULL) 299 PyCFunctionWithKeywords meth, PyObject *, PyObject *, PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_object.h | 297 (*(PyCFunctionWithKeywords)(void(*)(void))meth), self, args, NULL) 299 PyCFunctionWithKeywords meth, PyObject *, PyObject *, PyObject *);
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | pycfunction_helpers.h | 7 inline PyCFunction castPyCFunctionWithKeywords(PyCFunctionWithKeywords func) { in castPyCFunctionWithKeywords()
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | methodobject.h | 19 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | methodobject.c | 543 (*(PyCFunctionWithKeywords)(void(*)(void))meth), in cfunction_call() 561 EM_JS(PyObject*, _PyCFunctionWithKeywords_TrampolineCall, (PyCFunctionWithKeywords func, PyObject *…
|
D | descrobject.c | 359 PyCFunctionWithKeywords meth = (PyCFunctionWithKeywords) in method_vectorcall_VARARGS_KEYWORDS()
|
D | call.c | 215 (PyCFunctionWithKeywords)call, callable, argstuple, kwdict); in _PyObject_MakeTpCall()
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | methodobject.h | 21 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | methodobject.h | 21 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | methodobject.h | 21 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | methodobject.h | 21 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | methodobject.h | 21 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | structures.rst | 198 .. c:type:: PyCFunctionWithKeywords 204 PyObject *PyCFunctionWithKeywords(PyObject *self, 291 Methods with these flags must be of type :c:type:`PyCFunctionWithKeywords`.
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | methodobject.c | 85 return (*(PyCFunctionWithKeywords)meth)(self, arg, kw); in PyCFunction_Call()
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | structures.rst | 178 Methods with these flags must be of type :c:type:`PyCFunctionWithKeywords`.
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 44 type,PyCFunctionWithKeywords,3.2,,
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 354 [typedef.PyCFunctionWithKeywords]
|