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

1 2 3 4 5 6

  /libcore/luni/src/main/java/org/apache/xalan/templates/
XSLTVisitable.java 21 package org.apache.xalan.templates;
ElemEmpty.java 21 package org.apache.xalan.templates;
ElemOtherwise.java 21 package org.apache.xalan.templates;
39 * @see org.apache.xalan.templates.Constants
ElemExtensionScript.java 21 package org.apache.xalan.templates;
95 * @see org.apache.xalan.templates.Constants
ElemVariablePsuedo.java 21 package org.apache.xalan.templates;
WhiteSpaceInfo.java 21 package org.apache.xalan.templates;
XMLNSDecl.java 21 package org.apache.xalan.templates;
XSLTVisitor.java 21 package org.apache.xalan.templates;
AVTPart.java 21 package org.apache.xalan.templates;
AVTPartSimple.java 21 package org.apache.xalan.templates;
ElemFallback.java 21 package org.apache.xalan.templates;
42 * @see org.apache.xalan.templates.Constants
  /libcore/luni/src/main/java/org/apache/xalan/processor/
ProcessorExsltFunction.java 23 import org.apache.xalan.templates.ElemApplyImport;
24 import org.apache.xalan.templates.ElemApplyTemplates;
25 import org.apache.xalan.templates.ElemAttribute;
26 import org.apache.xalan.templates.ElemCallTemplate;
27 import org.apache.xalan.templates.ElemComment;
28 import org.apache.xalan.templates.ElemCopy;
29 import org.apache.xalan.templates.ElemCopyOf;
30 import org.apache.xalan.templates.ElemElement;
31 import org.apache.xalan.templates.ElemExsltFuncResult;
32 import org.apache.xalan.templates.ElemExsltFunction
    [all...]
ProcessorTemplate.java 23 import org.apache.xalan.templates.ElemTemplate;
24 import org.apache.xalan.templates.ElemTemplateElement;
38 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
39 * @param elem Must be a non-null reference to a {@link org.apache.xalan.templates.ElemTemplate} object.
WhitespaceInfoPaths.java 25 import org.apache.xalan.templates.Stylesheet;
26 import org.apache.xalan.templates.WhiteSpaceInfo;
ProcessorExsltFuncResult.java 23 import org.apache.xalan.templates.ElemExsltFuncResult;
24 import org.apache.xalan.templates.ElemExsltFunction;
25 import org.apache.xalan.templates.ElemParam;
26 import org.apache.xalan.templates.ElemTemplateElement;
27 import org.apache.xalan.templates.ElemVariable;
ProcessorGlobalParamDecl.java 23 import org.apache.xalan.templates.ElemParam;
24 import org.apache.xalan.templates.ElemTemplateElement;
40 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
61 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
ProcessorGlobalVariableDecl.java 23 import org.apache.xalan.templates.ElemTemplateElement;
24 import org.apache.xalan.templates.ElemVariable;
40 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
61 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
ProcessorText.java 23 import org.apache.xalan.templates.ElemTemplateElement;
24 import org.apache.xalan.templates.ElemText;
40 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
41 * @param elem non-null reference to a {@link org.apache.xalan.templates.ElemText}.
66 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
ProcessorStylesheetElement.java 26 import org.apache.xalan.templates.Stylesheet;
27 import org.apache.xalan.templates.StylesheetComposed;
28 import org.apache.xalan.templates.StylesheetRoot;
134 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TransformState.java 25 import org.apache.xalan.templates.ElemTemplate;
26 import org.apache.xalan.templates.ElemTemplateElement;
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
PowerMgrKeepAlive.c 150 pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag = TI_FALSE;
161 * Set all configured templates to the FW
179 /* download all enabled templates to the FW (through TWD)*/
186 if (TI_TRUE == pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag)
199 * Delete all configured templates from the FW and internal storage
220 pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag = TI_FALSE;
266 if (TI_TRUE == pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag)
269 pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag = TI_FALSE;
270 status = TWD_CfgKeepAlive (pPowerMgrKL->hTWD, &(pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams));
279 os_memoryCopy (pPowerMgrKL->hOs, &(pPowerMgrKL->tCurrentConfig.templates[ uIndex ])
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
PowerMgrKeepAlive.c 150 pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag = TI_FALSE;
161 * Set all configured templates to the FW
179 /* download all enabled templates to the FW (through TWD)*/
186 if (TI_TRUE == pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag)
199 * Delete all configured templates from the FW and internal storage
220 pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag = TI_FALSE;
266 if (TI_TRUE == pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag)
269 pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag = TI_FALSE;
270 status = TWD_CfgKeepAlive (pPowerMgrKL->hTWD, &(pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams));
279 os_memoryCopy (pPowerMgrKL->hOs, &(pPowerMgrKL->tCurrentConfig.templates[ uIndex ])
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXTransformerFactory.java 23 import javax.xml.transform.Templates;
31 * one for creating Transformers, the other for creating Templates
53 * and {@link #newXMLFilter(Templates templates)} methods are supported.
80 * ContentHandler events into a Result, based on the Templates argument.
82 * @param templates The compiled transformation instructions.
90 Templates templates) throws TransformerConfigurationException;
109 * ContentHandler events into a Templates object.
135 * Create an XMLFilter, based on the Templates argument.
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/operations/
Variable.java 242 // org.apache.xalan.templates.ElemVariable vvar= getElemVariable();
260 public org.apache.xalan.templates.ElemVariable getElemVariable()
269 org.apache.xalan.templates.ElemVariable vvar = null;
272 if (null != owner && owner instanceof org.apache.xalan.templates.ElemTemplateElement)
275 org.apache.xalan.templates.ElemTemplateElement prev =
276 (org.apache.xalan.templates.ElemTemplateElement) owner;
278 if (!(prev instanceof org.apache.xalan.templates.Stylesheet))
280 while ( prev != null && !(prev.getParentNode() instanceof org.apache.xalan.templates.Stylesheet) )
282 org.apache.xalan.templates.ElemTemplateElement savedprev = prev;
286 if(prev instanceof org.apache.xalan.templates.ElemVariable
    [all...]
  /development/build/
sdk.atree 85 # sdk.git Ant templates for project files
86 sdk/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template
87 sdk/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template
88 sdk/templates/java_file.template platforms/${PLATFORM_NAME}/templates/java_file.template
89 sdk/templates/java_tests_file.template platforms/${PLATFORM_NAME}/templates/java_tests_file.template
90 sdk/templates/layout.template platforms/${PLATFORM_NAME}/templates/layout.templat
    [all...]

Completed in 942 milliseconds

1 2 3 4 5 6