HomeSort by relevance Sort by last modified time
    Searched defs:templates (Results 26 - 50 of 97) sorted by null

12 3 4

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemAttribute.java 21 package org.apache.xalan.templates;
53 * @see org.apache.xalan.templates.Constants
ElemAttributeSet.java 21 package org.apache.xalan.templates;
76 * @see org.apache.xalan.templates.Constants
ElemCopy.java 21 package org.apache.xalan.templates;
50 * @see org.apache.xalan.templates.Constants
ElemExsltFunction.java 21 package org.apache.xalan.templates;
47 * @see org.apache.xalan.templates.Constants
57 * @see org.apache.xalan.templates.Constants
ElemIf.java 21 package org.apache.xalan.templates;
97 * @see org.apache.xalan.templates.Constants
ElemPI.java 21 package org.apache.xalan.templates;
95 * @see org.apache.xalan.templates.Constants
ElemTextLiteral.java 21 package org.apache.xalan.templates;
176 * @see org.apache.xalan.templates.Constants
FuncFormatNumb.java 21 package org.apache.xalan.templates;
KeyDeclaration.java 21 package org.apache.xalan.templates;
162 * @see org.apache.xalan.templates.Constants
NamespaceAlias.java 21 package org.apache.xalan.templates;
TemplateSubPatternAssociation.java 21 package org.apache.xalan.templates;
XUnresolvedVariable.java 21 package org.apache.xalan.templates;
DecimalFormatProperties.java 21 package org.apache.xalan.templates;
311 * @see org.apache.xalan.templates.Constants
ElemExtensionDecl.java 21 package org.apache.xalan.templates;
190 * @see org.apache.xalan.templates.Constants
ElemSort.java 21 package org.apache.xalan.templates;
287 * @see org.apache.xalan.templates.Constants
ElemWithParam.java 21 package org.apache.xalan.templates;
36 * both xsl:call-template and xsl:apply-templates.
125 * @see org.apache.xalan.templates.Constants
FuncKey.java 21 package org.apache.xalan.templates;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SetFolders.java 17 package com.android.ide.eclipse.ndk.internal.templates;
SimpleFile.java 17 package com.android.ide.eclipse.ndk.internal.templates;
TemplatedInputStream.java 17 package com.android.ide.eclipse.ndk.internal.templates;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 39 templates = @templates || options.fetch( :templates ) do
43 self.templates = templates
46 shared_attribute( :templates )
49 @templates.new( source, values )
53 @templates.fetch( name, values )
117 const_set( :TEMPLATES, {} )
132 self::TEMPLATES.fetch( name.to_s ).new( values
135 def templates method in class:ANTLR3.Template
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
BuildDependencyGenerator.java 83 protected STGroup templates; field in class:BuildDependencyGenerator
204 ST dependenciesST = templates.getInstanceOf("dependencies");
212 if (templates != null) return;
213 String fileName = "org/antlr/tool/templates/depend.stg";
214 templates = new STGroupFile(fileName);
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTemplates.java 43 /** Test templates in actions; %... shorthands */
68 generator.genRecognizer(); // forces load of templates
75 STGroup templates = local
77 ST actionST = new ST(templates, rawTranslation);
105 generator.genRecognizer(); // forces load of templates
112 STGroup templates = local
114 ST actionST = new ST(templates, rawTranslation);
143 generator.genRecognizer(); // forces load of templates
150 STGroup templates = local
152 ST actionST = new ST(templates, rawTranslation)
185 STGroup templates = local
221 STGroup templates = local
256 STGroup templates = local
    [all...]
  /external/clang/test/SemaCXX/
nullptr.cpp 159 namespace templates { namespace
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestSuiteFactory.java 47 private static StringTemplateGroup templates; field in class:TestSuiteFactory
55 throw new RuntimeException("internal error: Can't find templates "+TEMPLATE_FILE);
58 templates = new StringTemplateGroup(rd);
137 StringTemplate gUnitScript = templates.getInstanceOf("gUnitFile");

Completed in 720 milliseconds

12 3 4