| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| D | pprint.py | 52 def pprint(object, stream=None, indent=1, width=80, depth=None): argument 58 def pformat(object, indent=1, width=80, depth=None): argument 62 def saferepr(object): argument 66 def isreadable(object): argument 70 def isrecursive(object): argument 113 def pprint(self, object): argument 117 def pformat(self, object): argument 122 def isrecursive(self, object): argument 125 def isreadable(self, object): argument 129 def _format(self, object, stream, indent, allowance, context, level): argument [all …]
|
| D | inspect.py | 51 def ismodule(object): argument 59 def isclass(object): argument 67 def ismethod(object): argument 78 def ismethoddescriptor(object): argument 98 def isdatadescriptor(object): argument 110 def ismemberdescriptor(object): argument 118 def ismemberdescriptor(object): argument 127 def isgetsetdescriptor(object): argument 135 def isgetsetdescriptor(object): argument 142 def isfunction(object): argument [all …]
|
| D | pydoc.py | 81 def getdoc(object): argument 95 def classname(object, modname): argument 102 def isdata(object): argument 176 def classify_class_attrs(object): argument 319 def document(self, object, name=None, *args): argument 337 def fail(self, object, name=None, *args): argument 345 def getdocloc(self, object): argument 385 def repr(self, object): argument 499 def classlink(self, object, modname): argument 507 def modulelink(self, object): argument [all …]
|
| D | Bastion.py | 87 def Bastion(object, filter = lambda name: name[:1] != '_', argument 117 def get1(name, object=object, filter=filter): argument
|
| D | copy_reg.py | 27 def constructor(object): argument
|
| D | DocXMLRPCServer.py | 67 def docroutine(self, object, name, mod=None, argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
| D | inspect.py | 51 def ismodule(object): argument 59 def isclass(object): argument 67 def ismethod(object): argument 78 def ismethoddescriptor(object): argument 98 def isdatadescriptor(object): argument 110 def ismemberdescriptor(object): argument 118 def ismemberdescriptor(object): argument 127 def isgetsetdescriptor(object): argument 135 def isgetsetdescriptor(object): argument 142 def isfunction(object): argument [all …]
|
| D | copy_reg.py | 27 def constructor(object): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
| D | pymactoolbox.h | 74 #define PyMac_INIT_TOOLBOX_OBJECT_NEW(object, rtn) { \ argument 78 #define PyMac_INIT_TOOLBOX_OBJECT_CONVERT(object, rtn) { \ argument 87 #define PyMac_INIT_TOOLBOX_OBJECT_NEW(object, rtn) argument 88 #define PyMac_INIT_TOOLBOX_OBJECT_CONVERT(object, rtn) argument
|
| D | asdl.h | 6 typedef PyObject * object; typedef
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
| D | pymactoolbox.h | 74 #define PyMac_INIT_TOOLBOX_OBJECT_NEW(object, rtn) { \ argument 78 #define PyMac_INIT_TOOLBOX_OBJECT_CONVERT(object, rtn) { \ argument 87 #define PyMac_INIT_TOOLBOX_OBJECT_NEW(object, rtn) argument 88 #define PyMac_INIT_TOOLBOX_OBJECT_CONVERT(object, rtn) argument
|
| D | asdl.h | 6 typedef PyObject * object; typedef
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| D | _weakref.c | 13 weakref_getweakrefcount(PyObject *self, PyObject *object) in weakref_getweakrefcount() 34 weakref_getweakrefs(PyObject *self, PyObject *object) in weakref_getweakrefs() 68 PyObject *object; in weakref_proxy() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | _weakref.c | 13 weakref_getweakrefcount(PyObject *self, PyObject *object) in weakref_getweakrefcount() 34 weakref_getweakrefs(PyObject *self, PyObject *object) in weakref_getweakrefs() 68 PyObject *object; in weakref_proxy() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| D | test_userstring.py | 22 def checkequal(self, result, object, methodname, *args): argument 32 def checkraises(self, exc, object, methodname, *args): argument 41 def checkcall(self, object, methodname, *args): argument
|
| D | test_string.py | 12 def checkequal(self, result, object, methodname, *args): argument 19 def checkraises(self, exc, object, methodname, *args): argument 27 def checkcall(self, object, methodname, *args): argument
|
| D | string_tests.py | 49 def checkequal(self, result, object, methodname, *args): argument 68 def checkraises(self, exc, object, methodname, *args): argument 78 def checkcall(self, object, methodname, *args): argument
|
| D | test_pprint.py | 416 def format(self, object, context, maxlevels, level): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
| D | pydoc.py | 95 def getdoc(object): argument 110 def classname(object, modname): argument 117 def isdata(object): argument 191 def classify_class_attrs(object): argument 364 def document(self, object, name=None, *args): argument 382 def fail(self, object, name=None, *args): argument 390 def getdocloc(self, object): argument 430 def repr(self, object): argument 545 def classlink(self, object, modname): argument 553 def modulelink(self, object): argument [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
| D | pydoc.py | 81 def getdoc(object): argument 95 def classname(object, modname): argument 102 def isdata(object): argument 176 def classify_class_attrs(object): argument 319 def document(self, object, name=None, *args): argument 337 def fail(self, object, name=None, *args): argument 345 def getdocloc(self, object): argument 385 def repr(self, object): argument 499 def classlink(self, object, modname): argument 507 def modulelink(self, object): argument [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | codecs.c | 180 PyObject *args_tuple(PyObject *object, in args_tuple() 314 PyObject *PyCodec_Encode(PyObject *object, in PyCodec_Encode() 361 PyObject *PyCodec_Decode(PyObject *object, in PyCodec_Decode() 553 PyObject *object; in PyCodec_XMLCharRefReplaceErrors() local 678 PyObject *object; in PyCodec_BackslashReplaceErrors() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | codecs.c | 180 PyObject *args_tuple(PyObject *object, in args_tuple() 314 PyObject *PyCodec_Encode(PyObject *object, in PyCodec_Encode() 361 PyObject *PyCodec_Decode(PyObject *object, in PyCodec_Decode() 553 PyObject *object; in PyCodec_XMLCharRefReplaceErrors() local 665 PyObject *object; in PyCodec_BackslashReplaceErrors() local
|
| D | mactoolboxglue.c | 354 #define GLUE_NEW(object, routinename, module) \ argument 368 #define GLUE_CONVERT(object, routinename, module) \ argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
| D | fancy_getopt.py | 234 def getopt (self, args=None, object=None): argument 402 def fancy_getopt (options, negative_opt, object, args): argument
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
| D | AToken_traditional.h | 100 char object[200]; variable
|