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

1 2 34 5 6

  /libcore/luni/src/main/java/org/apache/xalan/transformer/
KeyIterator.java 29 import org.apache.xalan.templates.KeyDeclaration;
CountersTable.java 28 import org.apache.xalan.templates.ElemNumber;
SerializerSwitcher.java 33 import org.apache.xalan.templates.OutputProperties;
TransformerImpl.java 55 import org.apache.xalan.templates.AVT;
56 import org.apache.xalan.templates.Constants;
57 import org.apache.xalan.templates.ElemAttributeSet;
58 import org.apache.xalan.templates.ElemForEach;
59 import org.apache.xalan.templates.ElemSort;
60 import org.apache.xalan.templates.ElemTemplate;
61 import org.apache.xalan.templates.ElemTemplateElement;
62 import org.apache.xalan.templates.ElemTextLiteral;
63 import org.apache.xalan.templates.ElemVariable;
64 import org.apache.xalan.templates.OutputProperties
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/functions/
FuncExtElementAvailable.java 23 import org.apache.xalan.templates.Constants;
  /external/openssl/crypto/asn1/
tasn_prn.c 227 if(it->templates)
230 it->templates, pctx))
274 tt = it->templates + i;
308 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++)
tasn_enc.c 151 if (it->templates)
152 return asn1_template_ex_i2d(pval, out, it->templates,
168 chtt = it->templates + i;
222 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
240 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
STADExternalIf.h 376 TKeepAliveTemplate templates[ KEEP_ALIVE_MAX_USER_MESSAGES ]; /**< Buffer which holds the maximum Keep Alive Template member in struct:__anon10577
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemAttribute.java 21 package org.apache.xalan.templates;
53 * @see org.apache.xalan.templates.Constants
ElemExsltFunction.java 21 package org.apache.xalan.templates;
47 * @see org.apache.xalan.templates.Constants
57 * @see org.apache.xalan.templates.Constants
ElemPI.java 21 package org.apache.xalan.templates;
95 * @see org.apache.xalan.templates.Constants
ElemTemplate.java 21 package org.apache.xalan.templates;
165 * attribute (see [6 Named Templates]). It is an error for the
181 * attribute (see [6 Named Templates]). It is an error for the
203 * @see <a href="http://www.w3.org/TR/xslt#named-templates">named-templates in XSLT Specification</a>
217 * @see <a href="http://www.w3.org/TR/xslt#named-templates">named-templates in XSLT Specification</a>
300 * @see org.apache.xalan.templates.Constants
ElemValueOf.java 21 package org.apache.xalan.templates;
158 * @see org.apache.xalan.templates.Constants
ElemWithParam.java 21 package org.apache.xalan.templates;
36 * both xsl:call-template and xsl:apply-templates.
125 * @see org.apache.xalan.templates.Constants
FuncKey.java 21 package org.apache.xalan.templates;
ElemCallTemplate.java 21 package org.apache.xalan.templates;
42 * @see <a href="http://www.w3.org/TR/xslt#named-templates">named-templates in XSLT Specification</a>
88 * @see org.apache.xalan.templates.Constants
117 // Call compose on each param no matter if this is apply-templates
118 // or call templates.
185 * @see <a href="http://www.w3.org/TR/xslt#named-templates">named-templates in XSLT Specification</a>
318 * <!ELEMENT xsl:apply-templates (xsl:sort|xsl:with-param)*>
319 * <!ATTLIST xsl:apply-templates
    [all...]
ElemCopyOf.java 21 package org.apache.xalan.templates;
94 * @see org.apache.xalan.templates.Constants
ElemElement.java 21 package org.apache.xalan.templates;
143 * @see org.apache.xalan.templates.Constants
  /sdk/build/
tools.atree 51 # sdk.git Ant templates for project build files
52 sdk/templates/build.template tools/lib/build.template
53 sdk/templates/build.export.template tools/lib/build.export.template
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
STADExternalIf.h 375 TKeepAliveTemplate templates[ KEEP_ALIVE_MAX_USER_MESSAGES ]; /**< Buffer which holds the maximum Keep Alive Template member in struct:__anon18898
  /build/core/
droiddoc.mk 44 LOCAL_DROIDDOC_TEMPLATE_DIR := $(SRC_DROIDDOC_DIR)/templates
47 LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR := $(SRC_DROIDDOC_DIR)/templates
  /cts/tools/signature-tools/
Android.mk 22 LOCAL_JAVA_RESOURCE_DIRS := templates
  /libcore/luni/src/main/java/org/apache/xalan/processor/
XSLTElementProcessor.java 31 import org.apache.xalan.templates.ElemTemplateElement;
83 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
102 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
120 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
140 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
151 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
171 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
191 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
209 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
227 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates
    [all...]
StylesheetHandler.java 28 import javax.xml.transform.Templates;
36 import org.apache.xalan.templates.Constants;
37 import org.apache.xalan.templates.ElemForEach;
38 import org.apache.xalan.templates.ElemTemplateElement;
39 import org.apache.xalan.templates.Stylesheet;
40 import org.apache.xalan.templates.StylesheetRoot;
103 Class func = org.apache.xalan.templates.FuncDocument.class;
106 // func = new org.apache.xalan.templates.FuncKey();
108 func = org.apache.xalan.templates.FuncFormatNumb.class;
253 * create a Templates object, which the caller can get onc
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/extensions/
ExtensionsTable.java 28 import org.apache.xalan.templates.StylesheetRoot;

Completed in 1375 milliseconds

1 2 34 5 6