/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | ProcessorExsltFunction.java | 23 import org.apache.xalan.templates.ElemApplyImport; 24 import org.apache.xalan.templates.ElemApplyTemplates; 25 import org.apache.xalan.templates.ElemAttribute; 26 import org.apache.xalan.templates.ElemCallTemplate; 27 import org.apache.xalan.templates.ElemComment; 28 import org.apache.xalan.templates.ElemCopy; 29 import org.apache.xalan.templates.ElemCopyOf; 30 import org.apache.xalan.templates.ElemElement; 31 import org.apache.xalan.templates.ElemExsltFuncResult; 32 import org.apache.xalan.templates.ElemExsltFunction; [all …]
|
D | XSLTSchema.java | 25 import org.apache.xalan.templates.Constants; 26 import org.apache.xalan.templates.ElemApplyImport; 27 import org.apache.xalan.templates.ElemApplyTemplates; 28 import org.apache.xalan.templates.ElemAttribute; 29 import org.apache.xalan.templates.ElemCallTemplate; 30 import org.apache.xalan.templates.ElemChoose; 31 import org.apache.xalan.templates.ElemComment; 32 import org.apache.xalan.templates.ElemCopy; 33 import org.apache.xalan.templates.ElemCopyOf; 34 import org.apache.xalan.templates.ElemElement; [all …]
|
D | ProcessorExsltFuncResult.java | 23 import org.apache.xalan.templates.ElemExsltFuncResult; 24 import org.apache.xalan.templates.ElemExsltFunction; 25 import org.apache.xalan.templates.ElemParam; 26 import org.apache.xalan.templates.ElemTemplateElement; 27 import org.apache.xalan.templates.ElemVariable;
|
D | ProcessorLRE.java | 30 import org.apache.xalan.templates.Constants; 31 import org.apache.xalan.templates.ElemExtensionCall; 32 import org.apache.xalan.templates.ElemLiteralResult; 33 import org.apache.xalan.templates.ElemTemplate; 34 import org.apache.xalan.templates.ElemTemplateElement; 35 import org.apache.xalan.templates.Stylesheet; 36 import org.apache.xalan.templates.StylesheetRoot; 37 import org.apache.xalan.templates.XMLNSDecl;
|
D | TransformerFactoryImpl.java | 622 Templates templates = newTemplates(src); in newXMLFilter() local 623 if( templates==null ) return null; in newXMLFilter() 625 return newXMLFilter(templates); in newXMLFilter() 638 public XMLFilter newXMLFilter(Templates templates) in newXMLFilter() argument 643 return new TrAXFilter(templates); in newXMLFilter() 682 Templates templates = newTemplates(src); in newTransformerHandler() local 683 if( templates==null ) return null; in newTransformerHandler() 685 return newTransformerHandler(templates); in newTransformerHandler() 697 public TransformerHandler newTransformerHandler(Templates templates) in newTransformerHandler() argument 702 (TransformerImpl) templates.newTransformer(); in newTransformerHandler()
|
D | ProcessorStylesheetElement.java | 26 import org.apache.xalan.templates.Stylesheet; 27 import org.apache.xalan.templates.StylesheetComposed; 28 import org.apache.xalan.templates.StylesheetRoot;
|
D | ProcessorTemplate.java | 23 import org.apache.xalan.templates.ElemTemplate; 24 import org.apache.xalan.templates.ElemTemplateElement;
|
D | ProcessorCharacters.java | 25 import org.apache.xalan.templates.ElemTemplateElement; 26 import org.apache.xalan.templates.ElemText; 27 import org.apache.xalan.templates.ElemTextLiteral;
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
D | ACyclicDFACodeGenerator.java | 44 public ST genFixedLookaheadDecision(STGroup templates, in genFixedLookaheadDecision() argument 47 return walkFixedDFAGeneratingStateMachine(templates, dfa, dfa.startState, 1); in genFixedLookaheadDecision() 51 STGroup templates, in walkFixedDFAGeneratingStateMachine() argument 58 ST dfaST = templates.getInstanceOf("dfaAcceptState"); in walkFixedDFAGeneratingStateMachine() 76 ST dfaST = templates.getInstanceOf(dfaStateName); in walkFixedDFAGeneratingStateMachine() 78 dfaST = templates.getInstanceOf(dfaLoopbackStateName); in walkFixedDFAGeneratingStateMachine() 81 dfaST = templates.getInstanceOf(dfaOptionalBlockStateName); in walkFixedDFAGeneratingStateMachine() 113 ST edgeST = templates.getInstanceOf(dfaEdgeName); in walkFixedDFAGeneratingStateMachine() 127 parentGenerator.genLabelExpr(templates,edge,k)); in walkFixedDFAGeneratingStateMachine() 145 walkFixedDFAGeneratingStateMachine(templates, in walkFixedDFAGeneratingStateMachine() [all …]
|
D | CodeGenerator.java | 105 protected STGroup templates; field in CodeGenerator 216 templates = astDbgTemplates; in loadTemplates() 233 templates = astParserTemplates; in loadTemplates() 245 templates = stTemplates; in loadTemplates() 251 templates = stTemplates; in loadTemplates() 253 templates.iterateAcrossValues = true; // ST v3 compatibility with Maps in loadTemplates() 258 templates = dbgTemplates; in loadTemplates() 259 baseTemplates = templates; in loadTemplates() 263 templates = coreTemplates; in loadTemplates() 284 if ( templates==null ) { in genRecognizer() [all …]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | SemanticContext.java | 77 STGroup templates, in genExpr() argument 172 STGroup templates, in genExpr() argument 176 if ( templates!=null ) { in genExpr() 178 eST = templates.getInstanceOf("evalSynPredicate"); in genExpr() 181 eST = templates.getInstanceOf("evalPredicate"); in genExpr() 256 STGroup templates, in genExpr() argument 259 if ( templates!=null ) { in genExpr() 260 return templates.getInstanceOf("true_value"); in genExpr() 283 STGroup templates, in genExpr() argument 286 if ( templates!=null ) { in genExpr() [all …]
|
/external/libxslt/libxslt/ |
D | xsltutils.c | 1888 xsltTemplatePtr *templates; in xsltSaveProfiling() local 1899 templates = xmlMalloc(max * sizeof(xsltTemplatePtr)); in xsltSaveProfiling() 1900 if (templates == NULL) in xsltSaveProfiling() 1905 template = style->templates; in xsltSaveProfiling() 1911 templates[nb++] = template; in xsltSaveProfiling() 1920 if ((templates[i]->time <= templates[j]->time) || in xsltSaveProfiling() 1921 ((templates[i]->time == templates[j]->time) && in xsltSaveProfiling() 1922 (templates[i]->nbCalls <= templates[j]->nbCalls))) { in xsltSaveProfiling() 1923 template = templates[j]; in xsltSaveProfiling() 1924 templates[j] = templates[i]; in xsltSaveProfiling() [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/META-INF/ |
D | ECLIPSEF.SF | 9 Name: templates/headless-build/allElements.xml 36 Name: templates/headless-build/customTargets.xml 42 Name: templates/plugins/customBuildCallbacks.xml 45 Name: templates/headless-build/customAssembly.xml 51 Name: templates/packager/packager.properties 60 Name: templates/packager/packaging.properties 69 Name: templates/packager/customTargets.xml 84 Name: templates/headless-build/build.properties 87 Name: templates/features/customBuildCallbacks.xml
|
D | MANIFEST.MF | 51 Name: templates/headless-build/allElements.xml 78 Name: templates/headless-build/customTargets.xml 84 Name: templates/plugins/customBuildCallbacks.xml 87 Name: templates/headless-build/customAssembly.xml 93 Name: templates/packager/packager.properties 102 Name: templates/packager/packaging.properties 111 Name: templates/packager/customTargets.xml 126 Name: templates/headless-build/build.properties 129 Name: templates/features/customBuildCallbacks.xml
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
D | Variable.java | 260 public org.apache.xalan.templates.ElemVariable getElemVariable() in getElemVariable() 269 org.apache.xalan.templates.ElemVariable vvar = null; in getElemVariable() 272 if (null != owner && owner instanceof org.apache.xalan.templates.ElemTemplateElement) in getElemVariable() 275 org.apache.xalan.templates.ElemTemplateElement prev = in getElemVariable() 276 (org.apache.xalan.templates.ElemTemplateElement) owner; in getElemVariable() 278 if (!(prev instanceof org.apache.xalan.templates.Stylesheet)) in getElemVariable() 280 … while ( prev != null && !(prev.getParentNode() instanceof org.apache.xalan.templates.Stylesheet) ) in getElemVariable() 282 org.apache.xalan.templates.ElemTemplateElement savedprev = prev; in getElemVariable() 286 if(prev instanceof org.apache.xalan.templates.ElemVariable) in getElemVariable() 288 vvar = (org.apache.xalan.templates.ElemVariable) prev; in getElemVariable() [all …]
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestTemplates.java | 75 STGroup templates = in testTemplateConstructor() local 77 ST actionST = new ST(templates, rawTranslation); in testTemplateConstructor() 112 STGroup templates = in testTemplateConstructorNoArgs() local 114 ST actionST = new ST(templates, rawTranslation); in testTemplateConstructorNoArgs() 150 STGroup templates = in testIndirectTemplateConstructor() local 152 ST actionST = new ST(templates, rawTranslation); in testIndirectTemplateConstructor() 185 STGroup templates = in testStringConstructor() local 187 ST actionST = new ST(templates, rawTranslation); in testStringConstructor() 221 STGroup templates = in testSetAttr() local 223 ST actionST = new ST(templates, rawTranslation); in testSetAttr() [all …]
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | VariableStack.java | 511 if (prefixResolver instanceof org.apache.xalan.templates.ElemTemplateElement) in getVariableOrParam() 514 org.apache.xalan.templates.ElemVariable vvar; in getVariableOrParam() 516 org.apache.xalan.templates.ElemTemplateElement prev = in getVariableOrParam() 517 (org.apache.xalan.templates.ElemTemplateElement) prefixResolver; in getVariableOrParam() 519 if (!(prev instanceof org.apache.xalan.templates.Stylesheet)) in getVariableOrParam() 521 while ( !(prev.getParentNode() instanceof org.apache.xalan.templates.Stylesheet) ) in getVariableOrParam() 523 org.apache.xalan.templates.ElemTemplateElement savedprev = prev; in getVariableOrParam() 527 if (prev instanceof org.apache.xalan.templates.ElemVariable) in getVariableOrParam() 529 vvar = (org.apache.xalan.templates.ElemVariable) prev; in getVariableOrParam()
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
D | test-template.rb | 77 templates = @group.templates 78 templates.should_not be_empty 79 templates.should equal @group::TEMPLATES 81 names = templates.keys 86 template_class = templates[ template_name ]
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/ |
D | template-output.rb | 55 templates = ANTLR3::Template::Group.new do 61 text = parse( <<-'END', 'a + b', :templates => templates ) 179 templates = ANTLR3::Template::Group.new do 185 text = parse( <<-'END', 'abc', :templates => templates )
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | CodeGenTreeWalker.g | 116 protected STGroup templates; 156 ST elementST = templates.getInstanceOf( name ); 194 if ( tryUnchecked && templates.isDefined( name + "Unchecked" + suffix ) ) 195 elementST = templates.getInstanceOf( name + "Unchecked" + suffix ); 197 elementST = templates.getInstanceOf( name + suffix ); 292 this.templates = generator.getTemplates(); 410 // Save old templates ptr and restore later. Base templates include Dbg. 411 STGroup saveGroup = templates; 414 templates = generator.getBaseTemplates(); 461 $code = templates.getInstanceOf(stName); [all …]
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t042ast.g | 251 /** templates tested: 259 /** templates tested: 269 /** templates tested: 277 /** templates tested: 295 /** templates tested: 302 /** templates tested: 309 /** templates tested: 316 /** templates tested:
|
D | t055templates.py | 54 templates = textwrap.dedent( 64 file=StringIO(templates), 225 templates = textwrap.dedent( 235 file=StringIO(templates),
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t042ast.g | 257 /** templates tested: 265 /** templates tested: 275 /** templates tested: 283 /** templates tested: 301 /** templates tested: 308 /** templates tested: 315 /** templates tested: 322 /** templates tested:
|
/external/openssl/crypto/asn1/ |
D | tasn_fre.c | 100 if (it->templates) in asn1_item_combine_free() 101 ASN1_template_free(pval, it->templates); in asn1_item_combine_free() 121 tt = it->templates + i; in asn1_item_combine_free() 162 tt = it->templates + it->tcount - 1; in asn1_item_combine_free()
|
/external/bluetooth/glib/docs/reference/ |
D | README | 36 templates: 55 You should only run the 'make templates' step if you 56 need to regenerate the templates for a more recent
|