Home
last modified time | relevance | path

Searched refs:ml_meth (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
Dfunction.py44 ml_meth = None variable in _ArgumentList
64 self.ml_meth = METH_NOARGS
74 self.ml_meth = METH_O
83 self.ml_meth = METH_VARARGS
150 if self.args.ml_meth == METH_VARARGS:
164 v["MethType"] = self.args.ml_meth
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dmethodobject.c47 return ((PyCFunctionObject *)op) -> m_ml -> ml_meth; in PyCFunction_GetFunction()
218 if (a->m_ml->ml_meth == b->m_ml->ml_meth) in meth_compare()
251 eq = a->m_ml->ml_meth == b->m_ml->ml_meth; in meth_richcompare()
271 y = _Py_HashPointer((void*)(a->m_ml->ml_meth)); in meth_hash()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dmethodobject.c47 return ((PyCFunctionObject *)op) -> m_ml -> ml_meth; in PyCFunction_GetFunction()
218 if (a->m_ml->ml_meth == b->m_ml->ml_meth) in meth_compare()
251 eq = a->m_ml->ml_meth == b->m_ml->ml_meth; in meth_richcompare()
271 y = _Py_HashPointer((void*)(a->m_ml->ml_meth)); in meth_hash()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dmethodobject.h30 (((PyCFunctionObject *)func) -> m_ml -> ml_meth)
39 PyCFunction ml_meth; /* The C function that implements it */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dmethodobject.h30 (((PyCFunctionObject *)func) -> m_ml -> ml_meth)
39 PyCFunction ml_meth; /* The C function that implements it */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_elementtree.c3049 if (mp->ml_meth == (PyCFunction) element_reduce) {