Searched defs:Template (Results 1 - 25 of 96) sorted by relevance

1234

/external/mesa3d/src/compiler/nir/
H A Dnir_builder_opcodes_h.py48 from mako.template import Template namespace
50 print Template(template).render(opcodes=opcodes)
H A Dnir_opcodes_c.py28 from mako.template import Template namespace
30 template = Template("""
H A Dnir_opcodes_h.py45 from mako.template import Template namespace
47 print Template(template).render(opcodes=opcodes)
H A Dnir_constant_expressions.py405 from mako.template import Template namespace
407 print Template(template).render(opcodes=opcodes, type_sizes=type_sizes,
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTemplateParserRuleReturnScope`2.cs39 public TTemplate Template property in class:Antlr.Runtime.TemplateParserRuleReturnScope
52 object ITemplateRuleReturnScope.Template
56 return Template;
H A DITemplateRuleReturnScope.cs37 object Template property in interface:Antlr.Runtime.ITemplateRuleReturnScope
H A DITemplateRuleReturnScope`1.cs37 new TTemplate Template property in interface:Antlr.Runtime.ITemplateRuleReturnScope
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file.rb7 purpose: Loads the ANTLR recognition code for ANTLR Template Group files
14 module Template module in class:ANTLR3
H A Dparameter.rb4 module Template module in class:ANTLR3
H A Dgroup-file-parser.rb64 module Template module in class:ANTLR3
120 unless group.is_a?( ANTLR3::Template::Group )
124 group = ANTLR3::Template::Group.new
204 group = ANTLR3::Template::Group.new
490 list = ANTLR3::Template::ParameterList.new
576 param = ANTLR3::Template::Parameter.new( name.text )
650 end # module Template
661 defined?( ANTLR3::Template::GroupFile::Lexer ) or require 'antlr3/template/group-file'
662 ANTLR3::Template::GroupFile::Parser.main( ARGV )
H A Dgroup-file-lexer.rb64 module Template module in class:ANTLR3
985 end # module Template
/external/mesa3d/src/mesa/main/
H A Dformat_pack.py3 from mako.template import Template namespace
1001 template = Template(string);
H A Dformat_unpack.py3 from mako.template import Template namespace
892 template = Template(string);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTemplateTreeRuleReturnScope`2.cs39 public TTemplate Template property in class:Antlr.Runtime.Tree.TemplateTreeRuleReturnScope
52 object ITemplateRuleReturnScope.Template
56 return Template;
/external/clang/test/SemaCXX/
H A Dnonnull.cpp16 namespace Template { namespace
/external/toolchain-utils/crosperf/
H A Dresults_report_templates.py8 from string import Template namespace
10 _TabMenuTemplate = Template("""
39 _ResultsSectionHTML = Template("""
64 _MainHTML = Template("""
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/
H A Dgen_knobs.py28 from mako.template import Template namespace
33 template = Template(filename=os.path.abspath(template_filename))
H A Dgen_archrast.py28 from mako.template import Template namespace
33 template = Template(filename=template_filename)
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
H A Dcmd.py9 from mako.template import Template namespace
40 template = Template(sys.stdin.read(), lookup=lookup)
50 template = Template(filename=filename, lookup=lookup)
H A Dlookup.py9 from mako.template import Template namespace
17 """Represent a collection of :class:`.Template` objects,
24 to a string URI that is passed to that :class:`.Template`
34 capable of returning a :class:`.Template` object for the
47 """Return a :class:`.Template` object corresponding to the given
76 :class:`.Template` objects it constructs and have them come back
94 The :class:`.TemplateLookup` can also be given :class:`.Template` objects
117 relate URI strings to :class:`.Template` instances.
125 which an existing :class:`.Template` object was created.
127 new :class:`.Template` wheneve
[all...]
/external/autotest/client/cros/image_comparison/
H A Dpublisher.py13 from string import Template namespace
97 html = Template(f.read())
/external/jsilver/src/com/google/clearsilver/jsilver/template/
H A DTemplate.java28 public interface Template { interface
/external/autotest/contrib/
H A Dmodelviz.py42 from django.template import Template, Context namespace
172 t = Template(body_template)
/external/clang/unittests/AST/
H A DASTImporterTest.cpp250 const NamedDecl *Template = Node.getTemplatedDecl(); local
251 return Template && InnerMatcher.matches(*Template, Finder, Builder);
/external/devlib/devlib/instrument/
H A Dacmecape.py8 from string import Template namespace
16 IIOCAP_CMD_TEMPLATE = Template("""

Completed in 426 milliseconds

1234