Searched refs:templates (Results 401 - 425 of 461) sorted by relevance

<<111213141516171819

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLTUnicodeSort.cpp34 #include <libxslt/templates.h>
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_dec.c178 if (it->templates)
192 it->templates, opt, ctx);
313 for (i = 0, tt=it->templates; i < it->tcount; i++, tt++)
396 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++)
/external/chromium_org/tools/deep_memory_profiler/subcommands/
H A Dcat.py50 json_root['templates'] = sorters.templates.as_dict()
/external/openssl/crypto/asn1/
H A Dtasn_dec.c181 if (it->templates)
196 it->templates, opt, ctx);
323 for (i = 0, tt=it->templates; i < it->tcount; i++, tt++)
411 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++)
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DSymtab.py528 visibility = 'extern', templates = None):
538 name, scope, cname, base_classes, templates = templates)
557 if templates or entry.type.templates:
558 if templates != entry.type.templates:
2072 def __init__(self, name, outer_scope, templates=None):
2076 if templates is not None:
2077 for T in templates
[all...]
H A DNodes.py470 # Only C++ functions have templates.
573 # templates [TemplatePlaceholderType]
586 templates = None variable in class:CFuncDeclaratorNode
599 self.templates = []
602 self.templates.append(PyrexTypes.TemplatePlaceholderType(template.name))
606 return self.templates
695 templates = self.templates)
953 if self.templates:
954 if not self.name in self.templates
[all...]
/external/chromium_org/third_party/cython/src/Cython/
H A DCodeWriter.py195 if node.templates:
196 extras = u"[%s]" % ", ".join(node.templates)
/external/chromium_org/third_party/libxslt/
H A Dlibxslt.target.darwin-arm64.mk38 third_party/libxslt/libxslt/templates.c \
H A Dlibxslt.target.linux-arm64.mk38 third_party/libxslt/libxslt/templates.c \
H A Dlibxslt.target.darwin-arm.mk38 third_party/libxslt/libxslt/templates.c \
H A Dlibxslt.target.darwin-mips.mk38 third_party/libxslt/libxslt/templates.c \
H A Dlibxslt.target.darwin-mips64.mk38 third_party/libxslt/libxslt/templates.c \
H A Dlibxslt.target.darwin-x86.mk38 third_party/libxslt/libxslt/templates.c \
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DFuncDocument.java21 package org.apache.xalan.templates;
H A DOutputProperties.java21 package org.apache.xalan.templates;
40 * because it must be part of the {@link org.apache.xalan.templates.ElemTemplateElement}
H A DStylesheet.java21 package org.apache.xalan.templates;
1056 * @param v ElemTemplate to add to list of templates
1343 * @see org.apache.xalan.templates.Constants
1442 // Next comes the templates
/external/chromium_org/native_client_sdk/src/doc/_sphinxext/
H A Ddevsite_builder.py250 self.templates = None # no template bridge necessary
/external/chromium_org/third_party/libxslt/libxslt/
H A Dimports.c384 * templates to be in the string dict, so if the
388 * transformation-time if we hard-wire the called templates
403 cur = style->templates;
H A Dxslt.c957 xsltFreeTemplateList(style->templates);
3090 * xsl:apply-templates,
3130 if (xmlStrEqual(name, BAD_CAST "apply-templates") ||
3720 if (IS_XSLT_NAME(node, "apply-templates"))
4394 * xsl:apply-templates, xsl:call-template, xsl:apply-imports,
4730 * Compile attribute value templates (AVT).
5156 templ->next = cctxt->style->templates;
5157 cctxt->style->templates = templ;
5311 ret->next = style->templates;
5312 style->templates
5593 int templates = 0; local
6039 int templates = 0; local
[all...]
/external/clang/test/SemaCXX/
H A Dcompare.cpp359 namespace templates { namespace
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java32 import org.apache.xalan.templates.AVT;
33 import org.apache.xalan.templates.Constants;
34 import org.apache.xalan.templates.ElemTemplateElement;
H A DXSLTElementDef.java26 import org.apache.xalan.templates.Constants;
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DFunctionTable.java184 org.apache.xalan.templates.FuncKey.class;
/external/doclava/src/com/google/doclava/
H A DDoclava.java288 ClearPage.addBundledTemplateDir("assets/templates");
291 List<String> templates = ClearPage.getTemplateDirs();
292 for (String tmpl : templates) {
296 templates = ClearPage.getBundledTemplateDirs();
297 for (String tmpl : templates) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1200 milliseconds

<<111213141516171819