HomeSort by relevance Sort by last modified time
    Searched refs:html_module (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
html_module_unittest.py 12 from py_vulcanize import html_module
84 metadata = html_module.Parse(
103 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents),
118 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents),
134 metadata = html_module.Parse(
150 metadata = html_module.Parse(
167 metadata = html_module.Parse(
resource_loader.py 13 from py_vulcanize import html_module
103 if html_module.IsHTMLResourceTheModuleGivenConflictingResourceNames(
133 m = html_module.HTMLModule(self, module_name, resource)
  /external/python/cpython3/Tools/scripts/
highlight.py 8 import html as html_module
105 result.append(html_module.escape(text))
144 title = html_module.escape(title)

Completed in 171 milliseconds