Searched defs:template_writer (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dxml_formatted_writer.py7 from grit.format.policy_templates.writers import template_writer namespace
10 class XMLFormattedWriter(template_writer.TemplateWriter):
H A Dplist_strings_writer.py8 from grit.format.policy_templates.writers import template_writer namespace
19 class PListStringsWriter(template_writer.TemplateWriter):
H A Dtemplate_writer_unittest.py6 '''Unit tests for grit.format.policy_templates.writers.template_writer'''
15 from grit.format.policy_templates.writers import template_writer namespace
73 tw = template_writer.TemplateWriter(None, None)
78 tw = template_writer.TemplateWriter(None, None)
H A Djson_writer.py9 from grit.format.policy_templates.writers import template_writer namespace
32 class JsonWriter(template_writer.TemplateWriter):
H A Dreg_writer.py9 from grit.format.policy_templates.writers import template_writer namespace
20 class RegWriter(template_writer.TemplateWriter):
H A Dadm_writer.py7 from grit.format.policy_templates.writers import template_writer namespace
63 class AdmWriter(template_writer.TemplateWriter):
/external/chromium_org/tools/grit/grit/format/policy_templates/
H A Dpolicy_template_generator_unittest.py16 from grit.format.policy_templates.writers import template_writer namespace
356 return template_writer.TemplateWriter.IsPolicySupported(self, policy)

Completed in 574 milliseconds