HomeSort by relevance Sort by last modified time
    Searched refs:template (Results 126 - 150 of 589) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
FmClassNameToResourceMethodTest.java 18 import freemarker.template.SimpleScalar;
19 import freemarker.template.TemplateModelException;
FmEscapeXmlAttributeMethodTest.java 18 import freemarker.template.SimpleScalar;
19 import freemarker.template.TemplateModelException;
FmEscapeXmlStringMethodTest.java 18 import freemarker.template.SimpleScalar;
19 import freemarker.template.TemplateModelException;
FmEscapeXmlTextMethodTest.java 18 import freemarker.template.SimpleScalar;
19 import freemarker.template.TemplateModelException;
FmExtractLettersMethodTest.java 18 import freemarker.template.SimpleScalar;
19 import freemarker.template.TemplateModelException;
FmLayoutToActivityMethodTest.java 18 import freemarker.template.SimpleScalar;
19 import freemarker.template.TemplateModelException;
FmSlashedPackageNameMethodTest.java 18 import freemarker.template.SimpleScalar;
19 import freemarker.template.TemplateModelException;
FmUnderscoreToCamelCaseMethodTest.java 18 import freemarker.template.SimpleScalar;
19 import freemarker.template.TemplateModelException;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
Makefile 16 include ../../Makefile.template
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
Makefile 21 include ../../Makefile.template
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Makefile 19 include ../../Makefile.template
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
Makefile 19 include ../../../Makefile.template
  /external/jsilver/src/com/google/clearsilver/jsilver/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/mesa3d/src/gallium/drivers/nouveau/
Makefile 16 include ../../Makefile.template
  /external/mesa3d/src/gallium/drivers/radeonsi/
Makefile 21 include ../../Makefile.template
  /external/mesa3d/src/gallium/drivers/svga/
Makefile 19 include ../../Makefile.template
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
Makefile 19 include ../../../Makefile.template
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemApplyTemplates.java 48 * @see <a href="http://www.w3.org/TR/xslt#section-Applying-Template-Rules">section-Applying-Template-Rules in XSLT Specification</a>
82 * Tells if this belongs to a default template,
97 * Set if this belongs to a default template,
122 * recomposed, and allows the template to set remaining
143 * @see <a href="http://www.w3.org/TR/xslt#section-Applying-Template-Rules">section-Applying-Template-Rules in XSLT Specification</a>
237 // section of each called template.
277 ElemTemplate template = tl.getTemplateFast(xctxt, child, exNodeType, mode, local
280 // If that didn't locate a node, fall back to a default template rule
    [all...]
  /external/ceres-solver/internal/ceres/
generate_eliminator_specialization.py 31 # Script for explicitly generating template specialization of the
41 # where, the x indicates the template parameters and
51 # Set of template specializations to generate
98 // Template specialization of SchurEliminator.
119 template class SchurEliminator<%s, %s, %s>;
134 template class SchurEliminator<%s, %s, %s>;
164 VLOG(1) << "Template specializations not found for <"
204 template = SPECIALIZATION_FILE
208 template = DYNAMIC_FILE
210 fptr.write(template % (row_block_size, e_block_size, f_block_size)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 19 function jstWrap(data, template) {
20 return jstProcess(new JsEvalContext(data), template);
24 // Template cardinality from jsselect.
70 // Reprocessing with empty data -- the last template instance is
103 // Check that 'this' within js expressions is the template node
241 assertTrue('Expected newly loaded template to be in document',
243 assertTrue('Expected wrapper to be grandparent of template',
246 // Make sure the next template loaded with the same wrapper id re-uses the
251 assertTrue('Expected newly loaded template to be in document',
253 assertTrue('Expected wrapper to be grandparent of template',
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 19 function jstWrap(data, template) {
20 return jstProcess(new JsEvalContext(data), template);
24 // Template cardinality from jsselect.
70 // Reprocessing with empty data -- the last template instance is
103 // Check that 'this' within js expressions is the template node
241 assertTrue('Expected newly loaded template to be in document',
243 assertTrue('Expected wrapper to be grandparent of template',
246 // Make sure the next template loaded with the same wrapper id re-uses the
251 assertTrue('Expected newly loaded template to be in document',
253 assertTrue('Expected wrapper to be grandparent of template',
    [all...]
  /external/chromium_org/third_party/jstemplate/
jstemplate_test.js 19 function jstWrap(data, template) {
20 return jstProcess(new JsEvalContext(data), template);
24 // Template cardinality from jsselect.
70 // Reprocessing with empty data -- the last template instance is
103 // Check that 'this' within js expressions is the template node
241 assertTrue('Expected newly loaded template to be in document',
243 assertTrue('Expected wrapper to be grandparent of template',
246 // Make sure the next template loaded with the same wrapper id re-uses the
251 assertTrue('Expected newly loaded template to be in document',
253 assertTrue('Expected wrapper to be grandparent of template',
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
InterpretedTemplateLoader.java 23 import com.google.clearsilver.jsilver.template.DelegatingTemplateLoader;
24 import com.google.clearsilver.jsilver.template.Template;
25 import com.google.clearsilver.jsilver.template.TemplateLoader;
51 public Template load(String templateName, ResourceLoader resourceLoader, EscapeMode escapeMode) {
58 public Template createTemp(String name, String content, EscapeMode escapingMode) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkManager.java 63 // Launch our template to set up the project contents
64 TemplateCore template = TemplateEngine.getDefault().getTemplateById("AddNdkSupport"); //$NON-NLS-1$ local
65 Map<String, String> valueStore = template.getValueStore();
68 template.executeTemplateProcesses(monitor, false);
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
template_writer.py 17 config: A dictionary of information required to generate the template.
121 this method must be called as first step of each template generation
126 def WriteTemplate(self, template):
127 '''Writes the given template definition.
130 template: Template definition to write.
133 Generated output for the passed template definition.
135 self.messages = template['messages']
137 template['policy_definitions'] = \
138 self.PreprocessPolicies(template['policy_definitions']
    [all...]

Completed in 1061 milliseconds

1 2 3 4 56 7 8 91011>>