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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h 38 const char *ml_name; /* The name of the built-in function/method */ member in struct:PyMethodDef
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 38 const char *ml_name; /* The name of the built-in function/method */ member in struct:PyMethodDef
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
python.c 661 .ml_name = "open",
666 { .ml_name = NULL, }
865 .ml_name = "mmap",
871 .ml_name = "open",
877 .ml_name = "poll",
883 .ml_name = "get_pollfd",
889 .ml_name = "add",
895 .ml_name = "read_on_cpu",
900 { .ml_name = NULL, }
1024 { .ml_name = NULL,
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Utility/
CythonFunction.c 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);
580 f->m_ml->ml_name, size);
591 f->m_ml->ml_name, size);
603 f->m_ml->ml_name);
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyinit.swg 272 for (i = 0; methods[i].ml_name; ++i) {
435 for (i = 0; SwigMethods[i].ml_name != NULL; ++i)
436 SwigPyBuiltin_AddPublicSymbol(public_interface, SwigMethods[i].ml_name);
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py 602 def __init__(self, ml_name):
603 self.ml_name = ml_name
606 return "<built-in function %s>" % self.ml_name
609 def __init__(self, ml_name, pyop_m_self):
610 self.ml_name = ml_name
615 % (self.ml_name,
629 ml_name = m_ml['ml_name'].string(
    [all...]

Completed in 184 milliseconds