Home
last modified time | relevance | path

Searched refs:itselftype (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Mac/Modules/file/
Dfilesupport.py494 def __init__(self, name, prefix, itselftype): argument
495 ObjectDefinition.__init__(self, name, prefix, itselftype)
506 self.objecttype, self.itselftype)
549 def __init__(self, name, prefix, itselftype): argument
550 ObjectDefinition.__init__(self, name, prefix, itselftype)
561 self.objecttype, self.itselftype)
565 Output("%s *itself = NULL;", self.itselftype)
571 self.objecttype, self.itselftype)
585 def __init__(self, name, prefix, itselftype): argument
586 ObjectDefinition.__init__(self, name, prefix, itselftype)
[all …]
/external/python/cpython2/Tools/bgen/bgen/
DbgenObjectDefinition.py12 def __init__(self, name, prefix, itselftype): argument
24 self.itselftype = itselftype
33 g.setselftype(self.objecttype, self.itselftype)
97 Output("%s ob_itself;", self.itselftype)
102 self.argconst, self.itselftype, self.argref)
123 self.itselftype)
421 Output("%s itself;", self.itselftype);
474 def __init__(self, name, prefix = None, itselftype = None): argument
475 ObjectDefinition.__init__(self, name, prefix or name, itselftype or name)
DbgenGenerator.py107 def setselftype(self, selftype, itselftype): argument
109 self.itselftype = itselftype
121 self.itselftype = None # Type of _self->ob_itself, if defined
133 def setselftype(self, selftype, itselftype): argument
135 self.itselftype = itselftype
/external/python/cpython2/Mac/Modules/dlg/
Ddlgsupport.py194 def __init__(self, name, prefix = None, itselftype = None): argument
195 GlobalObjectDefinition.__init__(self, name, prefix, itselftype)
/external/python/cpython2/Mac/Modules/res/
Dressupport.py158 Output("void (*ob_freeit)(%s ptr);", self.itselftype)
182 Output("%s itself;", self.itselftype);
/external/python/cpython2/Mac/Modules/ae/
Daesupport.py195 def __init__(self, name, prefix = None, itselftype = None): argument
196 GlobalObjectDefinition.__init__(self, name, prefix or name, itselftype or name)
/external/python/cpython2/Mac/Modules/carbonevt/
DCarbonEvtsupport.py188 Output("%s ob_itself;", self.itselftype)
/external/python/cpython2/Mac/Modules/win/
Dwinsupport.py122 Output("void (*ob_freeit)(%s ptr);", self.itselftype)
/external/python/cpython2/Mac/Modules/snd/
Dsndsupport.py277 … Output("%sint %s_Convert(PyObject *v, %s *p_itself)", self.static, self.prefix, self.itselftype)
/external/python/cpython2/Mac/Modules/qd/
Dqdsupport.py240 Output("%s ob_itself;", self.itselftype)
/external/python/cpython2/Mac/Modules/cf/
Dcfsupport.py315 Output("%s itself;", self.itselftype)