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

  /external/chromium_org/native_client_sdk/src/build_tools/
generate_index.py 17 def GeneratePage(self, template_path):
18 with open(template_path) as template_file:
  /external/chromium_org/components/policy/resources/
PRESUBMIT.py 12 def _GetPolicyTemplates(template_path):
17 with open(template_path) as f:
107 template_path = os_path.join(local_path, 'policy_templates.json')
109 if any(f.AbsoluteLocalPath() == template_path for f in affected_files):
111 policies = _GetPolicyTemplates(template_path)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
generate_manifest.py 27 (template_path, template_name) = os.path.split(input_file)
28 env = jinja2.Environment(loader=jinja2.FileSystemLoader(template_path),
  /external/chromium_org/remoting/webapp/
build-html.py 65 def validateTemplate(self, template_path):
66 template = os.path.basename(template_path)
build-webapp.py 70 (template_path, template_name) = os.path.split(input_file)
71 env = jinja2.Environment(loader=jinja2.FileSystemLoader(template_path))
  /packages/apps/Browser/tools/
get_search_engines.py 242 def generateXmlFromTemplate(self, template_path, out_path, text):
244 template_text = open(template_path).read()
  /external/chromium_org/remoting/tools/build/
remoting_localize.py 691 (template_path, template_name) = os.path.split(source)
692 env = Environment(loader=FileSystemLoader(template_path),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner.py 254 template_path = filesystem.join(self._port.perf_tests_dir(), 'resources/results-template.html')
255 template = filesystem.read_text_file(template_path)

Completed in 6978 milliseconds