Home
last modified time | relevance | path

Searched refs:objecttype (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
DbgenObjectDefinition.py25 self.objecttype = name + 'Object'
33 g.setselftype(self.objecttype, self.itselftype)
50 Output("typedef struct %s {", self.objecttype)
55 Output("} %s;", self.objecttype)
104 Output("%s *it;", self.objecttype)
106 Output("it = PyObject_NEW(%s, &%s);", self.objecttype, self.typename)
131 Output("*p_itself = ((%s *)v)->ob_itself;", self.objecttype)
140 Output("static void %s_dealloc(%s *self)", self.prefix, self.objecttype)
160 Output("static PyObject *%s_getattr(%s *self, char *name)", self.prefix, self.objecttype)
200 Output("sizeof(%s), /*tp_basicsize*/", self.objecttype)
[all …]
DbgenGenerator.py26 self.objecttype = "PyObject" # Type of _self argument to function
52 self.prefix, self.name, self.objecttype)
108 self.objecttype = selftype
134 self.objecttype = selftype
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dexceptions.c1562 PyTypeObject *objecttype) in UnicodeError_init() argument
1570 objecttype, &self->object, in UnicodeError_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dexceptions.c1566 PyTypeObject *objecttype) in UnicodeError_init() argument
1574 objecttype, &self->object, in UnicodeError_init()