HomeSort by relevance Sort by last modified time
    Searched refs:m_ml (Results 1 - 5 of 5) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h 30 (((PyCFunctionObject *)func) -> m_ml -> ml_meth)
34 (((PyCFunctionObject *)func) -> m_ml -> ml_flags)
83 PyMethodDef *m_ml; /* Description of the C function to call */ member in struct:__anon83990
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 30 (((PyCFunctionObject *)func) -> m_ml -> ml_meth)
34 (((PyCFunctionObject *)func) -> m_ml -> ml_flags)
83 PyMethodDef *m_ml; /* Description of the C function to call */ member in struct:__anon84113
  /external/chromium_org/third_party/cython/src/Cython/Utility/
CythonFunction.c 79 if (op->func.m_ml->ml_doc) {
81 op->func_doc = PyUnicode_FromString(op->func.m_ml->ml_doc);
83 op->func_doc = PyString_FromString(op->func.m_ml->ml_doc);
113 op->func_name = PyUnicode_InternFromString(op->func.m_ml->ml_name);
115 op->func_name = PyString_InternFromString(op->func.m_ml->ml_name);
414 return PyUnicode_FromString(m->func.m_ml->ml_name);
416 return PyString_FromString(m->func.m_ml->ml_name);
433 op->func.m_ml = ml;
580 f->m_ml->ml_name, size);
591 f->m_ml->ml_name, size)
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py 628 m_ml = self.field('m_ml') # m_ml is a (PyMethodDef*)
629 ml_name = m_ml['ml_name'].string()
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg     [all...]

Completed in 852 milliseconds