/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | modsupport.h | 121 #define Py_InitModule(name, methods) \ argument 125 #define Py_InitModule3(name, methods, doc) \ argument
|
D | methodobject.h | 74 PyMethodDef *methods; /* Methods of this type */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | modsupport.h | 121 #define Py_InitModule(name, methods) \ argument 125 #define Py_InitModule3(name, methods, doc) \ argument
|
D | methodobject.h | 74 PyMethodDef *methods; /* Methods of this type */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | DocXMLRPCServer.py | 26 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
|
D | pydoc.py | 526 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): argument 852 funcs={}, classes={}, methods={}, cl=None): argument
|
/device/generic/goldfish-opengl/fuchsia/include/hardware/ |
D | hardware.h | 24 struct hw_module_methods_t* methods; member
|
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/ |
D | hardware.h | 39 hw_module_methods_t* methods; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
D | fix_operator.py | 28 methods = """ variable in FixOperator
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | methodobject.c | 384 Py_FindMethod(PyMethodDef *methods, PyObject *self, const char *name) in Py_FindMethod()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | methodobject.c | 384 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/ |
D | test_xml_etree.py | 947 def methods(): function
|
D | test_urllib2.py | 314 def __init__(self, methods): argument 316 def _define_methods(self, methods): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | modsupport.c | 32 Py_InitModule4(const char *name, PyMethodDef *methods, const char *doc, in Py_InitModule4()
|
D | codecs.c | 770 } methods[] = in _PyCodecRegistry_Init() local
|
D | ceval.c | 4599 build_class(PyObject *methods, PyObject *bases, PyObject *name) in build_class()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | modsupport.c | 32 Py_InitModule4(const char *name, PyMethodDef *methods, const char *doc, in Py_InitModule4()
|
D | codecs.c | 787 } methods[] = in _PyCodecRegistry_Init() local
|
D | ceval.c | 4621 build_class(PyObject *methods, PyObject *bases, PyObject *name) in build_class()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | pydoc.py | 526 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/ |
D | pydoc.py | 572 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/ |
D | flmodule.c | 391 newgenericobject(FL_OBJECT *generic, PyMethodDef *methods) in newgenericobject()
|