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

  /external/chromium-trace/trace-viewer/build/
generate_about_tracing_contents.py 49 assert template.find("<TEMPLATE_CONTENTS></TEMPLATE_CONTENTS>") != -1
62 template_contents = generate_templates()
69 result = result.replace("<TEMPLATE_CONTENTS></TEMPLATE_CONTENTS>",
70 template_contents)
  /external/chromium_org/tools/
licenses.py 447 template_contents = "<!-- Generated by licenses.py; do not edit. -->"
448 template_contents += EvaluateTemplate(file_template,
454 output_file.write(template_contents)
456 print template_contents

Completed in 179 milliseconds