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

  /external/chromium_org/third_party/jinja2/
meta.py 77 for template_name in node.template.items:
80 if isinstance(template_name, nodes.Const):
81 if isinstance(template_name.value, string_types):
82 yield template_name.value
98 for template_name in node.template.value:
99 if isinstance(template_name, string_types):
100 yield template_name
runtime.py 53 def new_context(environment, template_name, blocks, vars=None,
70 return Context(environment, parent, template_name, blocks)
nodes.py 81 def __init__(self, environment, template_name=None):
84 self.autoescape = environment.autoescape(template_name)
  /external/chromium_org/tools/gn/
function_template.cc 162 std::string template_name = args[0].string_value();
164 const Template* existing_template = scope->GetTemplate(template_name);
173 scope->AddTemplate(template_name, new Template(scope, function));
  /external/chromium_org/remoting/webapp/
build-html.py 96 template_name = m.group(2)
97 if not self.validateTemplate(template_name):
99 template_name)
100 self.processTemplate(output, template_name, indent + len(prefix))
build-webapp.py 70 (template_path, template_name) = os.path.split(input_file)
72 template = env.get_template(template_name)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
generate_manifest.py 27 (template_path, template_name) = os.path.split(input_file)
30 template = env.get_template(template_name)
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
template_expander.py 35 template_directory, template_name = os.path.split(path_to_template)
45 template = jinja_env.get_template(template_name)
  /external/chromium_org/remoting/tools/
register_local_nm_hosts.sh 21 local template_name="$(basename ${manifest_template})"
22 local manifest_name="${template_name%.*}"
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-template.rb 84 for template_name in TEMPLATE_NAMES
85 names.should include template_name
86 template_class = templates[ template_name ]
  /external/chromium_org/chrome/common/extensions/
PRESUBMIT.py 48 def _FindMatchingTemplates(template_name, template_path_list):
50 unix_name = _UnixName(template_name)
  /system/media/camera/docs/
metadata_parser_xml.py 326 template_name = sys.argv[2] variable in class:MetadataParserXml
329 parser.render(template_name, output_name)
  /external/chromium_org/remoting/tools/build/
remoting_localize.py 691 (template_path, template_name) = os.path.split(source)
708 template = env.get_template(template_name)
  /external/chromium_org/third_party/cython/src/Cython/Tempita/
_tempita.py     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Nodes.py     [all...]

Completed in 1225 milliseconds