Lines Matching refs:appendSection
494 def appendSection(self, section, text): member in ObjectTrackerOutputGenerator
920 self.appendSection('command', '')
921 self.appendSection('command', '#ifdef '+ feature_extra_protect)
945 self.appendSection('command', pre_cv_func_decl)
950 self.appendSection('command', pre_cr_func_decl)
957 self.appendSection('command', post_cr_func_decl)
963 self.appendSection('command', '')
964 self.appendSection('command', pre_cv_func_decl)
965 self.appendSection('command', ' bool skip = false;')
966 self.appendSection('command', pre_call_validate)
967 self.appendSection('command', ' return skip;')
968 self.appendSection('command', '}')
973 self.appendSection('command', '')
974 self.appendSection('command', pre_cr_func_decl)
975 self.appendSection('command', pre_call_record)
976 self.appendSection('command', '}')
981 self.appendSection('command', '')
988 self.appendSection('command', post_cr_func_decl)
990 self.appendSection('command', post_call_record)
991 self.appendSection('command', '}')
994 self.appendSection('command', '#endif // '+ feature_extra_protect)