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

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/stlport/stl/config/
_mlc.h 4 #define _STLP_NO_MEMBER_TEMPLATES // Compiler does not support member templates
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 4 #define _STLP_NO_MEMBER_TEMPLATES // Compiler does not support member templates
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
build.properties 5 templates/,\
  /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.
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;
TransformerFactoryImpl.java 32 import javax.xml.transform.Templates;
70 * interface, processes XSLT stylesheets into a Templates object
108 public javax.xml.transform.Templates processFromNode(Node node)
219 * @return A Templates object capable of being used for transformation purposes.
223 javax.xml.transform.Templates processFromNode(Node node, String systemID)
247 * case the prefered templates will be used (i.e. alternate = no).
251 * @return A Source object capable of being used to create a Templates object.
371 * Templates object and fails.
622 Templates templates = newTemplates(src) local
682 Templates templates = newTemplates(src); local
    [all...]
ProcessorLRE.java 30 import org.apache.xalan.templates.Constants;
31 import org.apache.xalan.templates.ElemExtensionCall;
32 import org.apache.xalan.templates.ElemLiteralResult;
33 import org.apache.xalan.templates.ElemTemplate;
34 import org.apache.xalan.templates.ElemTemplateElement;
35 import org.apache.xalan.templates.Stylesheet;
36 import org.apache.xalan.templates.StylesheetRoot;
37 import org.apache.xalan.templates.XMLNSDecl;
47 * like one. The actual {@link org.apache.xalan.templates.ElemTemplateElement}
48 * produced may be a {@link org.apache.xalan.templates.ElemLiteralResult},
    [all...]
XSLTSchema.java 25 import org.apache.xalan.templates.Constants;
26 import org.apache.xalan.templates.ElemApplyImport;
27 import org.apache.xalan.templates.ElemApplyTemplates;
28 import org.apache.xalan.templates.ElemAttribute;
29 import org.apache.xalan.templates.ElemCallTemplate;
30 import org.apache.xalan.templates.ElemChoose;
31 import org.apache.xalan.templates.ElemComment;
32 import org.apache.xalan.templates.ElemCopy;
33 import org.apache.xalan.templates.ElemCopyOf;
34 import org.apache.xalan.templates.ElemElement
    [all...]
  /sdk/files/
sdk.properties 6 sdk.ant.templates.revision=
  /libcore/luni/src/main/java/javax/xml/transform/sax/
TemplatesHandler.java 22 import javax.xml.transform.Templates;
27 * parse events (parsing transformation instructions) into a Templates object.
35 * for the parsing of transformation instructions, it creates a Templates object,
38 * @return The Templates object that was created during
39 * the SAX event process, or null if no Templates object has
43 public Templates getTemplates();
46 * Set the base ID (URI or system ID) for the Templates object
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/xalan/templates/
package.html 20 <title>Xalan Templates Package.</title>
22 <p>Implements the {@link javax.xml.transform.Templates} interface,
25 <p>{@link org.apache.xalan.templates.StylesheetRoot} implements the {@link javax.xml.transform.Templates} interface, and
26 extends {@link org.apache.xalan.templates.StylesheetComposed},
27 which is a {@link org.apache.xalan.templates.Stylesheet} composed of itself
34 <p>{@link org.apache.xalan.templates.ElemTemplateElement} is the superclass of
  /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...]
  /libcore/luni/src/main/java/javax/xml/transform/
Templates.java 18 // $Id: Templates.java 570103 2007-08-27 13:24:55Z mrglavas $
28 * <p>Templates must be thread-safe for a given instance
32 public interface Templates {
35 * Create a new transformation context for this Templates object.
47 * without mutating the Templates object, and then handed in to
64 * <a href="http://www.w3.org/TR/xslt#attribute-value-templates">Attribute
65 * Value Templates</a> attribute values will
67 * namespace prefixes inside Attribute Value Templates will be unexpanded,
overview.html 117 <b>Templates</b>
120 instructions. The Source flows through a Templates object to be formed into the
153 <A href="#pattern-Templates">Templates</A> (in the technical
154 terminology). A <A href="#pattern-Templates">Templates</A>
162 <A href="#pattern-Templates">Templates</A> from a variety of
164 <A href="#pattern-Templates">Templates</A> object is a processe
    [all...]
  /cts/tools/signature-tools/
README.txt 15 #Report engine : Translates a delta model to a html output based on templates (utilizing the StringTemplate framework)
44 templates : templates for html output generation
  /external/bluetooth/glib/docs/reference/
README 36 templates:
55 You should only run the 'make templates' step if you
56 need to regenerate the templates for a more recent
  /external/gtest/include/gtest/internal/
gtest-type-util.h.pump 95 // template Types. This allows us to simulate variadic templates
100 // The following family of struct and struct templates are used to
180 // This trick is necessary for simulating typedef for class templates,
194 // arguments of class template Templates. This allows us to simulate
195 // variadic templates (e.g. Templates<int>, Templates<int, double>,
200 // The following family of struct and struct templates are used to
202 // TN> represents a list of N templates (T1, T2, ..., and TN). Except
224 struct Templates$i
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-type-util.h.pump 97 // template Types. This allows us to simulate variadic templates
102 // The following family of struct and struct templates are used to
182 // This trick is necessary for simulating typedef for class templates,
196 // arguments of class template Templates. This allows us to simulate
197 // variadic templates (e.g. Templates<int>, Templates<int, double>,
202 // The following family of struct and struct templates are used to
204 // TN> represents a list of N templates (T1, T2, ..., and TN). Except
226 struct Templates$i
    [all...]
  /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...]
  /external/clearsilver/man/man3/
cs_dump.3 33 This can be useful for debugging your templates.
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
index.jd 15 href="{@docRoot}shareables/icon_templates-v2.3.zip">Android Icon Templates Pack
21 The Icon Templates Pack is an archive of Photoshop and Illustrator templates and
29 graphics files and templates that will make your designer's life easier.</dd>
  /external/iptables/
iptables.xslt 21 <xsl:apply-templates select="node()"/>
26 <xsl:apply-templates select="*"/>
31 <xsl:apply-templates select="*"/>
36 <xsl:apply-templates select="*"/>
42 <xsl:apply-templates select="*"/>
61 <xsl:apply-templates select="node()"/>
72 <xsl:apply-templates select="conditions"/>
85 <xsl:apply-templates select="."/>
113 <xsl:apply-templates select="node()"/>
132 <xsl:apply-templates select="@*"/
    [all...]

Completed in 306 milliseconds

1 2 3 4 5 6 7 8 91011>>