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

  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
jinja2.py 24 #: compiled_path
46 'compiled_path': None,
112 compiled_path = config['compiled_path']
115 if compiled_path and use_compiled:
117 kwargs['loader'] = jinja2.ModuleLoader(compiled_path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkgimport.py 40 compiled_path = self.module_path + extension
41 if os.path.exists(compiled_path):
42 os.remove(compiled_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkgimport.py 40 compiled_path = self.module_path + extension
41 if os.path.exists(compiled_path):
42 os.remove(compiled_path)
  /external/chromium-trace/trace-viewer/third_party/webapp2/tests/
extras_jinja2_test.py 11 compiled_path = os.path.join(current_dir, 'resources', variable
57 'compiled_path': compiled_path,

Completed in 78 milliseconds