HomeSort by relevance Sort by last modified time
    Searched refs:templates (Results 101 - 125 of 141) sorted by null

1 2 3 45 6

  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemExtensionCall.java 21 package org.apache.xalan.templates;
64 * @see org.apache.xalan.templates.Constants
ElemExtensionDecl.java 21 package org.apache.xalan.templates;
190 * @see org.apache.xalan.templates.Constants
FuncFormatNumb.java 21 package org.apache.xalan.templates;
StylesheetComposed.java 21 package org.apache.xalan.templates;
131 // Next comes the templates
AVT.java 21 package org.apache.xalan.templates;
518 * compilation of templates, by allowing simple AVTs to be
Constants.java 21 package org.apache.xalan.templates;
104 ELEMNAME_APPLY_TEMPLATES_STRING = "apply-templates",
ElemApplyTemplates.java 21 package org.apache.xalan.templates;
40 * Implement xsl:apply-templates.
42 * &!ELEMENT xsl:apply-templates (xsl:sort|xsl:with-param)*>
43 * &!ATTLIST xsl:apply-templates
111 * @see org.apache.xalan.templates.Constants
142 * Apply the context node to the matching templates.
360 // And execute the child templates.
ElemForEach.java 21 package org.apache.xalan.templates;
230 * @see org.apache.xalan.templates.Constants
376 // And execute the child templates.
423 * <!ELEMENT xsl:apply-templates (xsl:sort|xsl:with-param)*>
424 * <!ATTLIST xsl:apply-templates
ElemVariable.java 21 package org.apache.xalan.templates;
197 * @see org.apache.xalan.templates.Constants
FuncDocument.java 21 package org.apache.xalan.templates;
OutputProperties.java 21 package org.apache.xalan.templates;
40 * because it must be part of the {@link org.apache.xalan.templates.ElemTemplateElement}
Stylesheet.java 21 package org.apache.xalan.templates;
1056 * @param v ElemTemplate to add to list of templates
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
KeyTable.java 28 import org.apache.xalan.templates.KeyDeclaration;
  /ndk/toolchains/x86-4.2.1/
setup.mk 19 # its purpose is to define (or re-define) templates used to build
  /external/v8/tools/
test.py 225 def __init__(self, cases, templates):
227 self.templates = templates
246 print self.templates['stdout'] % stdout
249 print self.templates['stderr'] % stderr
265 status = self.templates['status_line'] % {
282 templates = {
287 super(ColorProgressIndicator, self).__init__(cases, templates)
296 templates = {
303 super(MonochromeProgressIndicator, self).__init__(cases, templates)
    [all...]
  /frameworks/base/
Android.mk 477 LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
504 LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
542 LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
583 LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
609 LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
  /external/gtest/test/
Android.mk 23 # TODO: Refactor these as 1st class build templates as suggested in
  /development/pdk/
Pdk.mk 47 # Source directories for appengine, templates, config & header files
56 # Destination directory for docs (templates + doxygenated headers)
76 # Add new header files to document here, also adjust the templates to have
104 # Create a rule to copy the list of PDK doc templates.
127 # (TODO) Get the latest templates
153 # Run doxygen and copy all output and templates to the final destination
195 LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR := build/tools/droiddoc/templates-pdk
245 @echo "pdk templates: $(pdk_templates_dir)"
  /external/openssl/crypto/asn1/
tasn_dec.c 181 if (it->templates)
196 it->templates, opt, ctx);
324 for (i = 0, tt=it->templates; i < it->tcount; i++, tt++)
412 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++)
529 /* Templates are handled with two separate functions.
  /libcore/luni/src/main/java/org/apache/xalan/extensions/
ExtensionNamespacesManager.java 25 import org.apache.xalan.templates.Constants;
  /ndk/toolchains/arm-eabi-4.4.0/
setup.mk 19 # its purpose is to define (or re-define) templates used to build
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 19 # its purpose is to define (or re-define) templates used to build
  /external/webkit/WebCore/xml/
XSLTUnicodeSort.cpp 35 #include <libxslt/templates.h>
  /libcore/luni/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 32 import org.apache.xalan.templates.AVT;
33 import org.apache.xalan.templates.Constants;
34 import org.apache.xalan.templates.ElemTemplateElement;
500 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
534 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
567 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
611 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
660 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
743 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
777 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates
    [all...]
XSLTElementDef.java 26 import org.apache.xalan.templates.Constants;

Completed in 449 milliseconds

1 2 3 45 6