/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/ |
junit-frames.xsl | 51 <xsl:apply-templates select="." mode="overview.packages"/> 56 <xsl:apply-templates select="." mode="all.packages"/> 61 <xsl:apply-templates select="." mode="all.classes"/> 66 <xsl:apply-templates select="." mode="all.tests"/> 71 <xsl:apply-templates select="." mode="all.tests"> 73 </xsl:apply-templates> 78 <xsl:apply-templates select="." mode="all.tests"> 80 </xsl:apply-templates> 117 <xsl:apply-templates select="." mode="class.details"/> 131 <xsl:apply-templates select="." mode="class.details" [all...] |
/external/valgrind/docs/lib/ |
vg-html-common.xsl | 137 <xsl:apply-templates select="$prev" mode="object.title.markup"/> 168 <xsl:apply-templates select="$next" mode="object.title.markup"/> 199 <xsl:apply-templates select="/*[1]" mode="recursive-chunk-filename"/> 218 <!-- these templates have been carefully tweaked to correct the --> 236 <xsl:apply-templates select="$title"/> 240 <xsl:apply-templates select="qandaentry|qandadiv"/> 254 <xsl:apply-templates select="(blockinfo/title|title)[1]"/> 280 <xsl:apply-templates select="qandadiv|qandaentry"/> 287 <b><xsl:apply-templates/></b> 313 <xsl:apply-templates select="." mode="label.markup"/ [all...] |
/external/apache-xml/src/main/java/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...] |
/external/libxml2/test/namespaces/reconcile/ |
tests-to-c.xsl | 14 <xsl:apply-templates select="tests/test"/> 18 <xsl:apply-templates select="tests/test" mode="call"/> 86 <xsl:apply-templates select="following-sibling::*[1]"/> 125 <xsl:apply-templates select="following-sibling::*[1]"/> 133 <xsl:apply-templates select="following-sibling::*[1]"/> 142 <xsl:apply-templates select="following-sibling::*[1]"/> 163 <xsl:apply-templates select="following-sibling::*[1]"/> 172 <xsl:apply-templates select="following-sibling::*[1]"/> 201 <xsl:apply-templates select="*" mode="define"/> 205 <xsl:apply-templates select="child::*[1]"/ [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-template.rb | 77 templates = @group.templates 78 templates.should_not be_empty 79 templates.should equal @group::TEMPLATES 81 names = templates.keys 86 template_class = templates[ template_name ]
|
/external/eigen/doc/ |
TemplateKeyword.dox | 6 amongst programmers: to define templates. The other use is more obscure: to specify that an expression refers 13 \section TopicTemplateKeywordToDefineTemplates Using the template and typename keywords to define templates 15 The \c template and \c typename keywords are routinely used to define templates. This is not the topic of this 73 templates are supposed to be compiled in C++. The compiler has to check the code for correct syntax at the 127 - http://www.parashift.com/c++-faq-lite/templates.html#faq-35.18 128 - http://www.comeaucomputing.com/techtalk/templates/#templateprefix 129 - http://www.comeaucomputing.com/techtalk/templates/#typename
|
/external/libxml2/test/xsdtest/ |
xsdtest.xsl | 10 <xsl:apply-templates/> 29 <xsl:apply-templates select="valid|invalid"/> 31 <xsl:apply-templates select="equiv/class|length|lessThan|incomparable"/> 45 <xsl:apply-templates select="@internalSubset"/> 55 <xsl:apply-templates select="@internalSubset"/> 81 <xsl:apply-templates select="@internalSubset"> 83 </xsl:apply-templates>
|
/external/libxml2/doc/ |
newapi.xsl | 155 <xsl:apply-templates select="$ctxt" mode='dumptoken'> 157 </xsl:apply-templates> 543 <xsl:apply-templates select="key('symbols', string(@symbol))[1]" mode="toc"/> 547 <xsl:apply-templates select="key('symbols', string(@symbol))[1]"/> 562 <xsl:apply-templates select="exports[@type='macro']" mode="$mode"> 564 </xsl:apply-templates> 565 <xsl:apply-templates select="exports[@type='enum']" mode="$mode"> 567 </xsl:apply-templates> 568 <xsl:apply-templates select="exports[@type='typedef']" mode="$mode"> 570 </xsl:apply-templates> [all...] |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kdoc/0.12.613/ |
kdoc-0.12.613.jar | |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/ |
template-output.rb | 16 group = options[ :templates ] and parser_options[ :templates ] = group 33 example 'inline templates' do 55 templates = ANTLR3::Template::Group.new do 61 text = parse( <<-'END', 'a + b', :templates => templates ) 179 templates = ANTLR3::Template::Group.new do 185 text = parse( <<-'END', 'abc', :templates => templates )
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestAttributes.java | 64 STGroup templates = local 66 ST actionST = new ST(templates, "<action>"); 84 generator.genRecognizer(); // forces load of templates 106 generator.genRecognizer(); // forces load of templates 131 generator.genRecognizer(); // forces load of templates 153 generator.genRecognizer(); // forces load of templates 184 generator.genRecognizer(); // forces load of templates 220 generator.genRecognizer(); // forces load of templates 245 generator.genRecognizer(); // forces load of templates 276 generator.genRecognizer(); // forces load of templates 2816 STGroup templates = local 2973 STGroup templates = local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/checkstyle/ |
checkstyle-frames.xsl | 43 <xsl:apply-templates select="." mode="overview"/> 48 <xsl:apply-templates select="." mode="all.classes"/> 52 <xsl:apply-templates select="file[count(error) != 0]"/> 98 <xsl:apply-templates select="." mode="summary"/> 102 <xsl:apply-templates select="." mode="filelist"/> 172 <xsl:apply-templates select="file[count(error) != 0]" mode="all.classes"> 174 </xsl:apply-templates> 188 <xsl:apply-templates select="file[count(error) != 0]" mode="filelist"> 190 </xsl:apply-templates>
|
checkstyle-xdoc.xsl | 37 <xsl:apply-templates select="." mode="summary"/> 39 <xsl:apply-templates select="." mode="filelist"/> 40 <xsl:apply-templates select="file[count(error) != 0]"/> 52 <xsl:apply-templates select="file[count(error) != 0]" mode="filelist"> 54 </xsl:apply-templates>
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorCharacters.java | 25 import org.apache.xalan.templates.ElemTemplateElement; 26 import org.apache.xalan.templates.ElemText; 27 import org.apache.xalan.templates.ElemTextLiteral; 45 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates. 100 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
|
ProcessorAttributeSet.java | 25 import org.apache.xalan.templates.ElemAttributeSet; 26 import org.apache.xalan.templates.ElemTemplateElement; 94 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
|
ProcessorDecimalFormat.java | 23 import org.apache.xalan.templates.DecimalFormatProperties; 30 * @see org.apache.xalan.templates.Stylesheet#setDecimalFormat 31 * @see org.apache.xalan.templates.DecimalFormatProperties
|
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...] |
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/ |
templates.rst | 1 .. _tutorials.gettingstarted.templates: 3 Using Templates 20 Using Django Templates 83 model objects directly as values, and access their properties from templates. 95 code, via templates or some other mechanism. Most web applications also need
|
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/ |
mako.py | 22 #: Directory for templates. Default is `templates`. 24 'template_path': 'templates', 49 Then extended handlers can render templates directly:: 80 The template filename, related to the templates directory.
|
/external/clang/test/SemaTemplate/ |
class-template-decl.cpp | 14 template<typename T> class D; // expected-error{{templates must have C++ linkage}} 19 template<typename T> class D; // expected-error{{templates must have C++ linkage}} 20 template<typename T> void f(); // expected-error{{templates must have C++ linkage}} 60 template<typename T> class X1 var; // expected-warning{{variable templates are a C++14 extension}} \ 150 extern "C" template <typename T> // expected-error{{templates must have C++ linkage}}
|
/frameworks/base/docs/html/google/play/billing/ |
index.jd | 23 <li><strong>Pricing Templates</strong>—Developers can add pricing 24 templates and link these templates to app prices or in-app product prices. 25 These templates include local prices across all markets. By using a 95 <dd>Learn how to set up your product list, add pricing templates, register test accounts, and handle refunds.</dd>
|
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3-sources.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3-sources.jar | |
/external/chromium-trace/catapult/dashboard/dashboard/ |
request_handler.py | 5 """Simple Request handler using Jinja2 templates.""" 20 [os.path.join(os.path.dirname(__file__), 'templates')]), 33 template_file: string. File name under templates directory.
|
/external/clang/test/CodeGenCXX/ |
mangle-variadic-templates.cpp | 10 template<template<typename> class ...Templates> struct template_tuple { }; 65 template<template<typename> class ...Templates> 66 template_tuple<Templates...> f7() {}
|