Searched refs:templates (Results 426 - 450 of 461) sorted by relevance

<<111213141516171819

/external/chromium_org/third_party/libxslt/
H A Dlibxslt.target.darwin-x86_64.mk38 third_party/libxslt/libxslt/templates.c \
H A Dlibxslt.target.linux-arm.mk38 third_party/libxslt/libxslt/templates.c \
H A Dlibxslt.target.linux-mips.mk38 third_party/libxslt/libxslt/templates.c \
H A Dlibxslt.target.linux-mips64.mk38 third_party/libxslt/libxslt/templates.c \
H A Dlibxslt.target.linux-x86.mk38 third_party/libxslt/libxslt/templates.c \
H A Dlibxslt.target.linux-x86_64.mk38 third_party/libxslt/libxslt/templates.c \
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java21 package org.apache.xalan.templates;
1195 * @see org.apache.xalan.templates.Constants
1423 * Compiling templates requires that we be able to list the AVTs
H A DElemTemplateElement.java21 package org.apache.xalan.templates;
87 * @see org.apache.xalan.templates.Constants
H A DStylesheetRoot.java21 package org.apache.xalan.templates;
97 throw new TransformerConfigurationException(XSLMessages.createMessage(XSLTErrorResources.ER_CANNOT_INIT_DEFAULT_TEMPLATES, null), se); //"Can't init default templates!", se);
779 * access templates that have been overridden.
H A DTemplateList.java21 package org.apache.xalan.templates;
41 * Encapsulates a template list, and helps locate individual templates.
58 * Add a template to the table of named templates and/or the table of templates
170 * After all templates have been added, this function
484 * access templates that have been overridden.
648 * access templates that have been overridden.
801 * as the keys, and {@link org.apache.xalan.templates.ElemTemplate}s as the
815 * as the keys, and {@link org.apache.xalan.templates.ElemTemplate}s as the
857 * stored in this TemplateList. The compiler can replace returned templates
[all...]
H A DRedundentExprEliminator.java21 package org.apache.xalan.templates;
641 // Change all globals in xsl:templates, etc, to global vars no matter what.
731 // Change all globals in xsl:templates, etc, to global vars no matter what.
H A DElemNumber.java21 package org.apache.xalan.templates;
528 * @see org.apache.xalan.templates.Constants
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerIdentityImpl.java48 import org.apache.xalan.templates.OutputProperties;
627 * defined in the templates object.</p>
668 // and we are to revert back to those in the templates object (i.e. Stylesheet).
/external/chromium_org/tools/deep_memory_profiler/lib/
H A Dsorter.py31 DEFAULT_TEMPLATES = os.path.join(BASE_PATH, 'templates.json')
474 def templates(self): member in class:SorterSet
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c1086 const struct pipe_sampler_state **templates)
1096 temp = single_sampler(ctx, info, i, templates[i]);
1083 cso_set_samplers(struct cso_context *ctx, unsigned shader_stage, unsigned nr, const struct pipe_sampler_state **templates) argument
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c1086 const struct pipe_sampler_state **templates)
1096 temp = single_sampler(ctx, info, i, templates[i]);
1083 cso_set_samplers(struct cso_context *ctx, unsigned shader_stage, unsigned nr, const struct pipe_sampler_state **templates) argument
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestAttributes.java64 STGroup templates =
66 ST actionST = new ST(templates, "<action>");
84 generator.genRecognizer(); // forces load of templates
106 generator.genRecognizer(); // forces load of templates
131 generator.genRecognizer(); // forces load of templates
153 generator.genRecognizer(); // forces load of templates
184 generator.genRecognizer(); // forces load of templates
220 generator.genRecognizer(); // forces load of templates
245 generator.genRecognizer(); // forces load of templates
276 generator.genRecognizer(); // forces load of templates
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-xml-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/xml/ASMContentHandler$AnnotationDefaultRule.class " package org.objectweb ...
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dasn1t.h518 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */ member in struct:ASN1_ITEM_st
519 long tcount; /* Number of templates if SEQUENCE or CHOICE */
533 * Otherwise templates must contain a single
537 * For SEQUENCE types the templates field points
541 * For CHOICE types the templates field points
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DModuleNode.py765 if type.is_cpp_class and type.templates:
766 code.putln("template <typename %s>" % ", typename ".join([T.declaration_code("") for T in type.templates]))
815 if type.templates:
816 code.putln("template <class %s>" % ", class ".join([T.declaration_code("") for T in type.templates]))
/external/chromium_org/third_party/libxslt/libxslt/
H A DxsltInternals.h404 * stylesheet language like xsl:if or xsl:apply-templates.
740 * <xsl:apply-templates
744 * </xsl:apply-templates>
752 const xmlChar *mode; /* apply-templates */
753 const xmlChar *modeURI; /* apply-templates */
754 const xmlChar *select; /* sort, copy-of, value-of, apply-templates */
1027 * Allowed parents: xsl:apply-templates, xsl:for-each
1056 const xmlChar *select; /* sort, copy-of, value-of, apply-templates */
1396 const xmlChar *mode; /* apply-templates */
1397 const xmlChar *modeURI; /* apply-templates */
1508 xsltTemplatePtr templates; /* the ordered list of templates */ member in struct:_xsltStylesheet
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A DMakefile453 template_dir = share/perf-core/templates
/external/openssl/crypto/asn1/
H A Dasn1t.h571 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */ member in struct:ASN1_ITEM_st
572 long tcount; /* Number of templates if SEQUENCE or CHOICE */
586 * Otherwise templates must contain a single
590 * For SEQUENCE types the templates field points
594 * For CHOICE types the templates field points
/external/openssl/include/openssl/
H A Dasn1t.h571 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */ member in struct:ASN1_ITEM_st
572 long tcount; /* Number of templates if SEQUENCE or CHOICE */
586 * Otherwise templates must contain a single
590 * For SEQUENCE types the templates field points
594 * For CHOICE types the templates field points
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jar ... templates/CPP/ org/antlr/codegen/templates/CSharp2/ org/antlr/codegen/templates/CSharp3/ org/antlr/codegen/templates/Delphi/ org/antlr/codegen/templates ...

Completed in 2119 milliseconds

<<111213141516171819