HomeSort by relevance Sort by last modified time
    Searched refs:Template (Results 1 - 25 of 607) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ITemplateRuleReturnScope.cs 37 object Template
ITemplateRuleReturnScope`1.cs 37 new TTemplate Template
TemplateParserRuleReturnScope`2.cs 39 public TTemplate Template
52 object ITemplateRuleReturnScope.Template
56 return Template;
  /external/mesa3d/src/compiler/nir/
nir_builder_opcodes_h.py 3 template = """\
48 from mako.template import Template
50 print Template(template).render(opcodes=opcodes)
nir_opcodes_h.py 3 template = """\
45 from mako.template import Template
47 print Template(template).render(opcodes=opcodes)
nir_opcodes_c.py 28 from mako.template import Template
30 template = Template("""
55 print template.render(opcodes=opcodes)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TemplateTreeRuleReturnScope`2.cs 39 public TTemplate Template
52 object ITemplateRuleReturnScope.Template
56 return Template;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
CmdTemplate.c 44 GLOBAL_REMOVE_IF_UNREFERENCED const EBL_COMMAND_TABLE mCmd%CommandName%Template[] =
63 EblAddCommands (mCmd%CommandName%Template, sizeof (mCmd%CommandName%Template)/sizeof (EBL_COMMAND_TABLE));
  /external/clang/tools/libclang/
CIndexCXX.cpp 59 if (const TemplateDecl *Template
61 return MakeCXCursor(Template->getTemplatedDecl(), getCursorTU(C)).kind;
93 Decl *Template = nullptr;
97 Template = PartialSpec->getSpecializedTemplate();
104 Template = Result.get<ClassTemplateDecl *>();
106 Template = Result.get<ClassTemplatePartialSpecializationDecl *>();
109 Template = CXXRecord->getInstantiatedFromMemberClass();
111 Template = Function->getPrimaryTemplate();
112 if (!Template)
113 Template = Function->getInstantiatedFromMemberFunction()
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
Macro.java 17 package com.google.clearsilver.jsilver.template;
22 * An executable macro. This exhibits all the same characteristics of a Template.
24 public interface Macro extends Template {
TemplateLoader.java 17 package com.google.clearsilver.jsilver.template;
23 * Loads a Template.
28 * Load a template from a named resource, with the provided escape mode. If the mode is
30 * template. If the mode is ESCAPE_AUTO, enable <a href="http://go/autoescapecs">auto escaping</a>
31 * on templates. For each variable in the template, this will determine what type of escaping
34 * @param templateName e.g. some/path/to/template.cs
37 * @param escapeMode the type of escaping to apply to the entire template.
39 Template load(String templateName, ResourceLoader resourceLoader, EscapeMode escapeMode);
42 * Create a temporary template from content, with the provided escape mode. If the mode is
44 * template. If the mode is ESCAPE_AUTO, enable <a href="http://go/autoescapecs">auto escaping</a
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file.rb 7 purpose: Loads the ANTLR recognition code for ANTLR Template Group files
10 require 'antlr3/template/group-file-lexer'
11 require 'antlr3/template/group-file-parser'
14 module Template
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pep292.py 6 from string import Template
25 s = Template('$who likes to eat a bag of $what worth $$100')
31 s = Template('$who likes ${what} for ${meal}')
39 s = Template('$who likes to eat a bag of $$what worth $$100')
42 s = Template('$who likes $$')
47 s = Template('%(foo)s $foo ${foo}')
54 s = Template('tim has eaten $count bags of ham today')
58 s = Template('tim has eaten ${count} bags of ham today')
63 s = Template('$who ate ${meal}')
70 s = Template('$who likes ${what} for ${meal}')
    [all...]
test_pipes.py 21 t = pipes.Template()
32 t = pipes.Template()
41 t = pipes.Template()
53 t=pipes.Template()
63 t=pipes.Template()
70 t = pipes.Template()
91 t = pipes.Template()
92 self.assertEqual(repr(t), "<Template instance, steps=[]>")
95 "<Template instance, steps=[('tr a-z A-Z', '--')]>")
98 t = pipes.Template()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pep292.py 6 from string import Template
25 s = Template('$who likes to eat a bag of $what worth $$100')
31 s = Template('$who likes ${what} for ${meal}')
39 s = Template('$who likes to eat a bag of $$what worth $$100')
42 s = Template('$who likes $$')
47 s = Template('%(foo)s $foo ${foo}')
54 s = Template('tim has eaten $count bags of ham today')
58 s = Template('tim has eaten ${count} bags of ham today')
63 s = Template('$who ate ${meal}')
70 s = Template('$who likes ${what} for ${meal}'
    [all...]
test_pipes.py 21 t = pipes.Template()
32 t = pipes.Template()
41 t = pipes.Template()
53 t=pipes.Template()
63 t=pipes.Template()
70 t = pipes.Template()
91 t = pipes.Template()
92 self.assertEqual(repr(t), "<Template instance, steps=[]>")
95 "<Template instance, steps=[('tr a-z A-Z', '--')]>")
98 t = pipes.Template()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pep292.py 6 from string import Template
25 s = Template('$who likes to eat a bag of $what worth $$100')
31 s = Template('$who likes ${what} for ${meal}')
39 s = Template('$who likes to eat a bag of $$what worth $$100')
42 s = Template('$who likes $$')
47 s = Template('%(foo)s $foo ${foo}')
54 s = Template('tim has eaten $count bags of ham today')
58 s = Template('tim has eaten ${count} bags of ham today')
63 s = Template('$who ate ${meal}')
70 s = Template('$who likes ${what} for ${meal}'
    [all...]
test_pipes.py 21 t = pipes.Template()
32 t = pipes.Template()
41 t = pipes.Template()
53 t=pipes.Template()
63 t=pipes.Template()
70 t = pipes.Template()
91 t = pipes.Template()
92 self.assertEqual(repr(t), "<Template instance, steps=[]>")
95 "<Template instance, steps=[('tr a-z A-Z', '--')]>")
98 t = pipes.Template()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep292.py 6 from string import Template
25 s = Template('$who likes to eat a bag of $what worth $$100')
31 s = Template('$who likes ${what} for ${meal}')
39 s = Template('$who likes to eat a bag of $$what worth $$100')
42 s = Template('$who likes $$')
47 s = Template('%(foo)s $foo ${foo}')
54 s = Template('tim has eaten $count bags of ham today')
58 s = Template('tim has eaten ${count} bags of ham today')
63 s = Template('$who ate ${meal}')
70 s = Template('$who likes ${what} for ${meal}'
    [all...]
test_pipes.py 21 t = pipes.Template()
32 t = pipes.Template()
41 t = pipes.Template()
53 t=pipes.Template()
63 t=pipes.Template()
70 t = pipes.Template()
91 t = pipes.Template()
92 self.assertEqual(repr(t), "<Template instance, steps=[]>")
95 "<Template instance, steps=[('tr a-z A-Z', '--')]>")
98 t = pipes.Template()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep292.py 6 from string import Template
25 s = Template('$who likes to eat a bag of $what worth $$100')
31 s = Template('$who likes ${what} for ${meal}')
39 s = Template('$who likes to eat a bag of $$what worth $$100')
42 s = Template('$who likes $$')
47 s = Template('%(foo)s $foo ${foo}')
54 s = Template('tim has eaten $count bags of ham today')
58 s = Template('tim has eaten ${count} bags of ham today')
63 s = Template('$who ate ${meal}')
70 s = Template('$who likes ${what} for ${meal}'
    [all...]
test_pipes.py 21 t = pipes.Template()
32 t = pipes.Template()
41 t = pipes.Template()
53 t=pipes.Template()
63 t=pipes.Template()
70 t = pipes.Template()
91 t = pipes.Template()
92 self.assertEqual(repr(t), "<Template instance, steps=[]>")
95 "<Template instance, steps=[('tr a-z A-Z', '--')]>")
98 t = pipes.Template()
    [all...]
  /external/python/cpython2/Lib/test/
test_pipes.py 21 t = pipes.Template()
32 t = pipes.Template()
41 t = pipes.Template()
53 t=pipes.Template()
63 t=pipes.Template()
70 t = pipes.Template()
91 t = pipes.Template()
92 self.assertEqual(repr(t), "<Template instance, steps=[]>")
95 "<Template instance, steps=[('tr a-z A-Z', '--')]>")
98 t = pipes.Template()
    [all...]
  /external/python/cpython3/Lib/test/
test_pipes.py 24 t = pipes.Template()
37 t = pipes.Template()
48 t = pipes.Template()
63 t=pipes.Template()
73 t=pipes.Template()
83 t = pipes.Template()
90 t = pipes.Template()
91 self.assertEqual(repr(t), "<Template instance, steps=[]>")
94 "<Template instance, steps=[('tr a-z A-Z', '--')]>")
97 t = pipes.Template()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
toaiff.py 23 t = pipes.Template()
33 t = pipes.Template()
37 t = pipes.Template()
41 t = pipes.Template()
45 t = pipes.Template()
49 t = pipes.Template()
53 t = pipes.Template()
57 uncompress = pipes.Template()

Completed in 992 milliseconds

1 2 3 4 5 6 7 8 91011>>