Home
last modified time | relevance | path

Searched defs:templates (Results 1 – 22 of 22) sorted by relevance

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestTemplates.java75 STGroup templates = in testTemplateConstructor() local
112 STGroup templates = in testTemplateConstructorNoArgs() local
150 STGroup templates = in testIndirectTemplateConstructor() local
185 STGroup templates = in testStringConstructor() local
221 STGroup templates = in testSetAttr() local
256 STGroup templates = in testSetAttrOfExpr() local
DTestAttributes.java64 STGroup templates = in testEscapedLessThanInAction() local
2816 STGroup templates = in testIllegalAssignToLocalAttr() local
2973 STGroup templates = in testDoNotTranslateScopeAttributeCompare() local
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DTransformerFactoryImpl.java622 Templates templates = newTemplates(src); in newXMLFilter() local
638 public XMLFilter newXMLFilter(Templates templates) in newXMLFilter()
682 Templates templates = newTemplates(src); in newTransformerHandler() local
697 public TransformerHandler newTransformerHandler(Templates templates) in newTransformerHandler()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DACyclicDFACodeGenerator.java44 public ST genFixedLookaheadDecision(STGroup templates, in genFixedLookaheadDecision()
51 STGroup templates, in walkFixedDFAGeneratingStateMachine()
DCodeGenerator.java105 protected STGroup templates; field in CodeGenerator
723 protected ST genLabelExpr(STGroup templates, in genLabelExpr()
742 protected ST genSemanticPredicateExpr(STGroup templates, in genSemanticPredicateExpr()
754 public ST genSetExpr(STGroup templates, in genSetExpr()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DSemanticContext.java77 STGroup templates, in genExpr()
172 STGroup templates, in genExpr()
256 STGroup templates, in genExpr()
283 STGroup templates, in genExpr()
450 STGroup templates, in genExpr()
505 STGroup templates, in genExpr()
550 STGroup templates, in genExpr()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTrAXFilter.java57 public TrAXFilter (Templates templates) in TrAXFilter()
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
DTestSuiteFactory.java47 private static StringTemplateGroup templates; field in TestSuiteFactory
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DBuildDependencyGenerator.java83 protected STGroup templates; field in BuildDependencyGenerator
/external/clang/test/SemaCXX/
Dnullptr.cpp161 namespace templates { namespace
Dwarn-unused-private-field.cpp154 namespace templates { namespace
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtemplate.rb135 def templates method in ANTLR3.Template.Group
/external/valgrind/tsan/
Dsuppressions.cc59 vector<StackTraceTemplate> templates; member
/external/libxslt/libxslt/
Dxsltutils.c1888 xsltTemplatePtr *templates; in xsltSaveProfiling() local
2006 xsltTemplatePtr *templates; in xsltGetProfileInformation() local
Dxslt.c5593 int templates = 0; in xsltParseXSLTStylesheetElemCore() local
6039 int templates = 0; in xsltParseStylesheetTop() local
DxsltInternals.h1508 xsltTemplatePtr templates; /* the ordered list of templates */ member
/external/valgrind/main/coregrind/m_demangle/
Dcp-demangle.c276 struct d_print_template *templates; member
311 struct d_print_template *templates; member
/external/doclava/src/com/google/doclava/
DDoclava.java267 List<String> templates = ClearPage.getTemplateDirs(); in start() local
/external/gcc-demangle/
Dcp-demangle.c261 struct d_print_template *templates; member
296 struct d_print_template *templates; member
/external/openssl/crypto/asn1/
Dasn1t.h571 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */ member
/external/openssl/include/openssl/
Dasn1t.h571 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */ member
/external/v8/tools/
Dtest.py227 def __init__(self, cases, templates): argument