Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dmethodobject.h16 #define PyCFunction_Check(op) (Py_TYPE(op) == &PyCFunction_Type) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dmethodobject.h16 #define PyCFunction_Check(op) (Py_TYPE(op) == &PyCFunction_Type) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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.c1854 …s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunc… in encoder_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c3916 else if (PyCFunction_Check(func)) in PyEval_GetFuncName()
3935 else if (PyCFunction_Check(func)) in PyEval_GetFuncDesc()
4010 if (PyCFunction_Check(func) && nk == 0) { in call_function()
4243 else if (PyCFunction_Check(func)) in do_call()
4248 if (PyCFunction_Check(func)) { in do_call()
4338 else if (PyCFunction_Check(func)) in ext_do_call()
4343 if (PyCFunction_Check(func)) { in ext_do_call()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dceval.c3894 else if (PyCFunction_Check(func)) in PyEval_GetFuncName()
3913 else if (PyCFunction_Check(func)) in PyEval_GetFuncDesc()
3988 if (PyCFunction_Check(func) && nk == 0) { in call_function()
4221 else if (PyCFunction_Check(func)) in do_call()
4226 if (PyCFunction_Check(func)) { in do_call()
4316 else if (PyCFunction_Check(func)) in ext_do_call()
4321 if (PyCFunction_Check(func)) { in ext_do_call()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_json.c1846 …s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunc… in encoder_init()