HomeSort by relevance Sort by last modified time
    Searched defs:ml_meth (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
methodobject.h 30 (((PyCFunctionObject *)func) -> m_ml -> ml_meth)
39 PyCFunction ml_meth; /* The C function that implements it */ member in struct:PyMethodDef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
methodobject.h 30 (((PyCFunctionObject *)func) -> m_ml -> ml_meth)
39 PyCFunction ml_meth; /* The C function that implements it */ member in struct:PyMethodDef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
function.py 44 ml_meth = None variable in class:_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
  /external/python/cpython2/Include/
methodobject.h 30 (((PyCFunctionObject *)func) -> m_ml -> ml_meth)
39 PyCFunction ml_meth; /* The C function that implements it */ member in struct:PyMethodDef
  /external/python/cpython2/Tools/framer/framer/
function.py 44 ml_meth = None variable in class:_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
  /external/python/cpython3/Include/
methodobject.h 33 (((PyCFunctionObject *)func) -> m_ml -> ml_meth)
56 PyCFunction ml_meth; /* The C function that implements it */ member in struct:PyMethodDef
  /prebuilts/gdb/darwin-x86/include/python2.7/
methodobject.h 30 (((PyCFunctionObject *)func) -> m_ml -> ml_meth)
39 PyCFunction ml_meth; /* The C function that implements it */ member in struct:PyMethodDef
  /prebuilts/gdb/linux-x86/include/python2.7/
methodobject.h 30 (((PyCFunctionObject *)func) -> m_ml -> ml_meth)
39 PyCFunction ml_meth; /* The C function that implements it */ member in struct:PyMethodDef
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h 30 (((PyCFunctionObject *)func) -> m_ml -> ml_meth)
39 PyCFunction ml_meth; /* The C function that implements it */ member in struct:PyMethodDef
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 30 (((PyCFunctionObject *)func) -> m_ml -> ml_meth)
39 PyCFunction ml_meth; /* The C function that implements it */ member in struct:PyMethodDef
  /external/python/cpython2/PC/bdist_wininst/
install.c 342 PyCFunction ml_meth; member in struct:PyMethodDef
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 370 PyCFunction ml_meth; member in struct:PyMethodDef
    [all...]

Completed in 1233 milliseconds