Home | History | Annotate | Download | only in src

Lines Matching defs:appendSection

255     def appendSection(self, section, text):
648 self.appendSection('command', '')
649 self.appendSection('command', '// Declare only')
650 self.appendSection('command', decls[0])
713 self.appendSection('command', '')
714 self.appendSection('command', decls[0][:-1])
715 self.appendSection('command', '{')
720 self.appendSection('command', ' layer_data *dev_data = get_my_data_ptr(get_dispatch_key('+dispatchable_name+'), layer_data_map);')
731 self.appendSection('command', "\n".join(str(api_decls).rstrip().split("\n")))
733 self.appendSection('command', "\n".join(str(api_pre).rstrip().split("\n")))
754 self.appendSection('command', ' ' + assignresult + API + '(' + paramstext + ');')
756 self.appendSection('command', "\n".join(str(api_post).rstrip().split("\n")))
759 self.appendSection('command', ' return result;')
760 self.appendSection('command', '}')