Home
last modified time | relevance | path

Searched defs:methods (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dmodsupport.h121 #define Py_InitModule(name, methods) \ argument
125 #define Py_InitModule3(name, methods, doc) \ argument
Dmethodobject.h74 PyMethodDef *methods; /* Methods of this type */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dmodsupport.h121 #define Py_InitModule(name, methods) \ argument
125 #define Py_InitModule3(name, methods, doc) \ argument
Dmethodobject.h74 PyMethodDef *methods; /* Methods of this type */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DDocXMLRPCServer.py26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): argument
68 funcs={}, classes={}, methods={}, cl=None): argument
109 def docserver(self, server_name, package_documentation, methods): argument
Dpydoc.py526 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): argument
852 funcs={}, classes={}, methods={}, cl=None): argument
/device/generic/goldfish-opengl/fuchsia/include/hardware/
Dhardware.h24 struct hw_module_methods_t* methods; member
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
Dhardware.h39 hw_module_methods_t* methods; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_operator.py28 methods = """ variable in FixOperator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dmethodobject.c384 Py_FindMethod(PyMethodDef *methods, PyObject *self, const char *name) in Py_FindMethod()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dmethodobject.c384 Py_FindMethod(PyMethodDef *methods, PyObject *self, const char *name) in Py_FindMethod()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_xml_etree.py947 def methods(): function
Dtest_urllib2.py314 def __init__(self, methods): argument
316 def _define_methods(self, methods): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmodsupport.c32 Py_InitModule4(const char *name, PyMethodDef *methods, const char *doc, in Py_InitModule4()
Dcodecs.c770 } methods[] = in _PyCodecRegistry_Init() local
Dceval.c4599 build_class(PyObject *methods, PyObject *bases, PyObject *name) in build_class()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dmodsupport.c32 Py_InitModule4(const char *name, PyMethodDef *methods, const char *doc, in Py_InitModule4()
Dcodecs.c787 } methods[] = in _PyCodecRegistry_Init() local
Dceval.c4621 build_class(PyObject *methods, PyObject *bases, PyObject *name) in build_class()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dpydoc.py526 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): argument
852 funcs={}, classes={}, methods={}, cl=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dpydoc.py572 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): argument
915 funcs={}, classes={}, methods={}, cl=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dflmodule.c391 newgenericobject(FL_OBJECT *generic, PyMethodDef *methods) in newgenericobject()