HomeSort by relevance Sort by last modified time
    Searched refs:Py_FindMethod (Results 1 - 25 of 59) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
methodobject.h 46 PyAPI_FUNC(PyObject *) Py_FindMethod(PyMethodDef[], PyObject *, const char *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
methodobject.h 46 PyAPI_FUNC(PyObject *) Py_FindMethod(PyMethodDef[], PyObject *, const char *);
  /external/python/cpython2/Include/
methodobject.h 46 PyAPI_FUNC(PyObject *) Py_FindMethod(PyMethodDef[], PyObject *, const char *);
  /prebuilts/gdb/darwin-x86/include/python2.7/
methodobject.h 46 PyAPI_FUNC(PyObject *) Py_FindMethod(PyMethodDef[], PyObject *, const char *);
  /prebuilts/gdb/linux-x86/include/python2.7/
methodobject.h 46 PyAPI_FUNC(PyObject *) Py_FindMethod(PyMethodDef[], PyObject *, const char *);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h 46 PyAPI_FUNC(PyObject *) Py_FindMethod(PyMethodDef[], PyObject *, const char *);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 46 PyAPI_FUNC(PyObject *) Py_FindMethod(PyMethodDef[], PyObject *, const char *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
xxmodule.c 75 return Py_FindMethod(Xxo_methods, (PyObject *)self, name);
fmmodule.c 136 return Py_FindMethod(fh_methods, (PyObject *)fhp, name);
  /external/python/cpython2/Modules/
xxmodule.c 75 return Py_FindMethod(Xxo_methods, (PyObject *)self, name);
sunaudiodev.c 327 return Py_FindMethod(sad_methods+CTL_METHODS,
330 return Py_FindMethod(sad_methods, (PyObject *)xp, name);
dlmodule.c 139 return Py_FindMethod(dlobject_methods, (PyObject *)xp, name);
fmmodule.c 136 return Py_FindMethod(fh_methods, (PyObject *)fhp, name);
cdmodule.c 391 return Py_FindMethod(cdplayer_methods, (PyObject *)self, name);
680 return Py_FindMethod(cdparser_methods, (PyObject *)self, name);
_curses_panel.c 351 return Py_FindMethod(PyCursesPanel_Methods, (PyObject *)self, name);
dbmmodule.c 338 return Py_FindMethod(dbm_methods, (PyObject *)dp, name);
gdbmmodule.c 403 return Py_FindMethod(dbm_methods, (PyObject *)dp, name);
linuxaudiodev.c 440 return Py_FindMethod(lad_methods, (PyObject *)xp, name);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 75 return Py_FindMethod(Xxo_methods, (PyObject *)self, name);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 75 return Py_FindMethod(Xxo_methods, (PyObject *)self, name);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
methodobject.c 384 Py_FindMethod(PyMethodDef *methods, PyObject *self, const char *name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
methodobject.c 384 Py_FindMethod(PyMethodDef *methods, PyObject *self, const char *name)
  /external/python/cpython2/Mac/Modules/
icgluemodule.c 387 return Py_FindMethod(ici_methods, (PyObject *)self, name);
MacOS.c 251 return Py_FindMethod(rf_methods, (PyObject *)self, name);
  /external/python/cpython2/Objects/
methodobject.c 384 Py_FindMethod(PyMethodDef *methods, PyObject *self, const char *name)

Completed in 1098 milliseconds

1 2 3