Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dmethodobject.c121 if (!PyCFunction_Check(op)) { in PyCFunction_GetFunction()
131 if (!PyCFunction_Check(op)) { in PyCFunction_GetSelf()
141 if (!PyCFunction_Check(op)) { in PyCFunction_GetFlags()
151 if (!PyCFunction_Check(op)) { in PyCMethod_GetClass()
303 !PyCFunction_Check(self) || in meth_richcompare()
304 !PyCFunction_Check(other)) in meth_richcompare()
388 assert(PyCFunction_Check(func)); in cfunction_check_kwargs()
Dtypeobject.c5099 if (PyCFunction_Check(getstate) && in object_getstate()
/aosp_15_r20/external/python/cpython2/Objects/
Dmethodobject.c43 if (!PyCFunction_Check(op)) { in PyCFunction_GetFunction()
53 if (!PyCFunction_Check(op)) { in PyCFunction_GetSelf()
63 if (!PyCFunction_Check(op)) { in PyCFunction_GetFlags()
243 else if (!PyCFunction_Check(self) || !PyCFunction_Check(other)) { in meth_richcompare()
/aosp_15_r20/external/python/cpython2/Modules/
D_lsprof.c169 if (!PyCFunction_Check(obj)) { in normalizeUserObj()
463 && PyCFunction_Check(arg)) { in profiler_callback()
475 && PyCFunction_Check(arg)) { in profiler_callback()
D_json.c1849 …s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunc… in encoder_new()
/aosp_15_r20/external/python/cpython3/Modules/
D_lsprof.c130 if (!PyCFunction_Check(obj)) { in normalizeUserObj()
439 && PyCFunction_Check(arg)) { in profiler_callback()
451 && PyCFunction_Check(arg)) { in profiler_callback()
D_json.c1274 if (PyCFunction_Check(s->encoder)) { in encoder_new()
/aosp_15_r20/external/tensorflow/tensorflow/python/profiler/internal/
H A Dpython_hooks.cc317 if (PyCFunction_Check(arg)) { in ProfileFast()
326 if (PyCFunction_Check(arg)) { in ProfileFast()
/aosp_15_r20/external/python/cpython2/Include/
Dmethodobject.h16 #define PyCFunction_Check(op) (Py_TYPE(op) == &PyCFunction_Type) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dmethodobject.h17 (assert(PyCFunction_Check(func)), \
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dmethodobject.h17 (assert(PyCFunction_Check(func)), \
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dmethodobject.h17 (assert(PyCFunction_Check(func)), \
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dmethodobject.h17 (assert(PyCFunction_Check(func)), \
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dmethodobject.h17 (assert(PyCFunction_Check(func)), \
/aosp_15_r20/external/python/cpython3/Include/
Dmethodobject.h17 #define PyCFunction_Check(op) PyObject_TypeCheck(op, &PyCFunction_Type) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmethodobject.h17 #define PyCFunction_Check(op) PyObject_TypeCheck(op, &PyCFunction_Type) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmethodobject.h17 #define PyCFunction_Check(op) PyObject_TypeCheck(op, &PyCFunction_Type) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmethodobject.h17 #define PyCFunction_Check(op) PyObject_TypeCheck(op, &PyCFunction_Type) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dmethodobject.h17 #define PyCFunction_Check(op) PyObject_TypeCheck(op, &PyCFunction_Type) macro
/aosp_15_r20/external/python/cpython2/Python/
Dceval.c4253 else if (PyCFunction_Check(func)) in PyEval_GetFuncName()
4272 else if (PyCFunction_Check(func)) in PyEval_GetFuncDesc()
4347 if (PyCFunction_Check(func) && nk == 0) { in call_function()
4579 else if (PyCFunction_Check(func)) in do_call()
4584 if (PyCFunction_Check(func)) { in do_call()
4676 else if (PyCFunction_Check(func)) in ext_do_call()
4681 if (PyCFunction_Check(func)) { in ext_do_call()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp889 TORCH_INTERNAL_ASSERT_DEBUG_ONLY(PyCFunction_Check(arg)); in recordCCall()
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c7233 else if (PyCFunction_Check(func))
7246 else if (PyCFunction_Check(func))
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c2451 if (!PyCFunction_Check(obj)) { in SWIG_Python_ConvertFunctionPtr()
/aosp_15_r20/external/marisa-trie/bindings/python/
H A Dmarisa-swig_wrap.cxx2247 if (!PyCFunction_Check(obj)) { in SWIG_Python_ConvertFunctionPtr()