Home
last modified time | relevance | path

Searched refs:Py_FindMethod (Results 1 – 25 of 36) sorted by relevance

12

/external/python/cpython2/Include/
Dmethodobject.h46 PyAPI_FUNC(PyObject *) Py_FindMethod(PyMethodDef[], PyObject *, const char *);
/external/python/cpython2/Modules/
Dsunaudiodev.c327 return Py_FindMethod(sad_methods+CTL_METHODS, in sad_getattr()
330 return Py_FindMethod(sad_methods, (PyObject *)xp, name); in sad_getattr()
Dxxmodule.c75 return Py_FindMethod(Xxo_methods, (PyObject *)self, name); in Xxo_getattr()
Dfmmodule.c136 return Py_FindMethod(fh_methods, (PyObject *)fhp, name); in fh_getattr()
Ddlmodule.c139 return Py_FindMethod(dlobject_methods, (PyObject *)xp, name); in dl_getattr()
Dcdmodule.c391 return Py_FindMethod(cdplayer_methods, (PyObject *)self, name); in cdplayer_getattr()
680 return Py_FindMethod(cdparser_methods, (PyObject *)self, name); in cdparser_getattr()
Dsvmodule.c290 return Py_FindMethod(capture_methods, (PyObject *)self, name); in capture_getattr()
894 return Py_FindMethod(svideo_methods, (PyObject *)self, name); in svideo_getattr()
Ddbmmodule.c338 return Py_FindMethod(dbm_methods, (PyObject *)dp, name); in dbm_getattr()
D_curses_panel.c351 return Py_FindMethod(PyCursesPanel_Methods, (PyObject *)self, name); in PyCursesPanel_GetAttr()
Dgdbmmodule.c403 return Py_FindMethod(dbm_methods, (PyObject *)dp, name); in dbm_getattr()
Dossaudiodev.c831 rval = Py_FindMethod(oss_methods, (PyObject *)self, name); in oss_getattr()
839 return Py_FindMethod(oss_mixer_methods, (PyObject *)self, name); in oss_mixer_getattr()
Dzlibmodule.c969 return Py_FindMethod(comp_methods, (PyObject *)self, name); in Comp_getattr()
986 retval = Py_FindMethod(Decomp_methods, (PyObject *)self, name); in Decomp_getattr()
Dlinuxaudiodev.c440 return Py_FindMethod(lad_methods, (PyObject *)xp, name); in lad_getattr()
Dflmodule.c310 meth = Py_FindMethod(g->ob_methods, (PyObject *)g, name); in generic_getattr()
315 meth = Py_FindMethod(generic_methods, (PyObject *)g, name); in generic_getattr()
1568 meth = Py_FindMethod(form_methods, (PyObject *)f, name); in form_getattr()
D_elementtree.c1550 res = Py_FindMethod(element_methods, (PyObject*) self, name);
1988 return Py_FindMethod(treebuilder_methods, (PyObject*) self, name);
2833 res = Py_FindMethod(xmlparser_methods, (PyObject*) self, name);
Dbsddbmodule.c658 return Py_FindMethod(bsddb_methods, dp, name); in bsddb_getattr()
/external/python/cpython2/PC/os2vacpp/
Dpython.def419 Py_FindMethod
/external/python/cpython2/Mac/Modules/
Dicgluemodule.c387 return Py_FindMethod(ici_methods, (PyObject *)self, name); in ici_getattr()
DMacOS.c251 return Py_FindMethod(rf_methods, (PyObject *)self, name); in rf_getattr()
DNav.c398 return Py_FindMethod(navrr_methods, (PyObject *)self, name); in navrr_getattr()
/external/python/cpython2/Objects/
Dmethodobject.c384 Py_FindMethod(PyMethodDef *methods, PyObject *self, const char *name) in Py_FindMethod() function
/external/python/cpython2/PC/
D_subprocess.c127 return Py_FindMethod(sp_handle_methods, (PyObject*) self, name); in sp_handle_getattr()
/external/python/cpython2/Doc/data/
Drefcounts.dat1767 Py_FindMethod:PyObject*::+1:
1768 Py_FindMethod:PyMethodDef[]:methods::
1769 Py_FindMethod:PyObject*:self:+1:
1770 Py_FindMethod:char*:name::
/external/python/cpython2/RISCOS/Modules/
Dswimodule.c306 return Py_FindMethod(PyBlock_Methods, (PyObject*) s,name); in PyBlock_GetAttr()
Ddrawfmodule.c618 return Py_FindMethod(PyDrawF_Methods, (PyObject*) s,name); in PyDrawF_GetAttr()

12