/external/clang/test/SemaCXX/ |
access.cpp | 74 namespace templates { namespace in namespace:PR15209 93 template<A::I> struct D { }; // expected-error {{'I' is a private member of 'PR15209::templates::A'}} 107 (void)A::x; // expected-error {{'x' is a private member of 'PR15209::templates::A'}}
|
/external/slf4j/slf4j-site/src/site/pages/ |
bug-reporting.html | 15 <script src="templates/header.js" type="text/javascript"></script> 17 <script src="templates/left.js" type="text/javascript"></script> 85 <script src="templates/footer.js" type="text/javascript"></script>
|
license.html | 13 <script src="templates/header.js" type="text/javascript"></script> 15 <script src="templates/left.js" type="text/javascript"></script> 64 <script src="templates/footer.js" type="text/javascript"></script>
|
/toolchain/binutils/binutils-2.25/gold/ |
README | 38 possible. In order to do this, many classes are actually templates 42 class templates also have an endianness parameter: true for 55 The gold source code uses templates heavily. Building it requires a
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TrAXFilter.java | 27 import javax.xml.transform.Templates; 44 private Templates m_templates; 57 public TrAXFilter (Templates templates) 60 m_templates = templates; 61 m_transformer = (TransformerImpl)templates.newTransformer();
|
package.html | 28 template to apply: one of the templates in the StylesheetRoot, a default template rule as specified in the XSLT spec, or 33 <p>To the degree possible, the parsing of the XML source and application of the Templates object to that source are performed
|
/prebuilts/go/darwin-x86/src/html/template/ |
error.go | 30 // We define codes for each error that manifests while escaping templates, but 31 // escaped templates may also fail at runtime. 102 // Executed templates should produce a DocumentFragment of HTML. 103 // Templates that end without closing tags will trigger this error. 104 // Templates that should not be used in an HTML context or that 135 // Maybe refactor recursive templates to not be recursive.
|
/prebuilts/go/linux-x86/src/html/template/ |
error.go | 30 // We define codes for each error that manifests while escaping templates, but 31 // escaped templates may also fail at runtime. 102 // Executed templates should produce a DocumentFragment of HTML. 103 // Templates that end without closing tags will trigger this error. 104 // Templates that should not be used in an HTML context or that 135 // Maybe refactor recursive templates to not be recursive.
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorPreserveSpace.java | 25 import org.apache.xalan.templates.Stylesheet; 26 import org.apache.xalan.templates.WhiteSpaceInfo;
|
ProcessorStripSpace.java | 25 import org.apache.xalan.templates.Stylesheet; 26 import org.apache.xalan.templates.WhiteSpaceInfo;
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
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
|
ElemUnknown.java | 21 package org.apache.xalan.templates; 38 * @see org.apache.xalan.templates.Constants
|
/external/autotest/puppylab/ |
templates.py | 5 """Templates for results a test can emit. 11 # * The templates are a lot easier to understand at first glance, which
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
p6.cpp | 3 // Test class template partial specializations of member templates. 25 // for member templates (and instantiate them).
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
partial-ordering.cpp | 4 // Various tests related to partial ordering of variadic templates. 33 // Partial ordering of function templates.
|
/external/clang/test/SemaTemplate/ |
ms-lookup-template-base-classes.cpp | 16 f(a); // expected-warning 2{{use of identifier 'f' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}} 17 g(); // expected-warning 2{{use of identifier 'g' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}} 91 static_func(); // expected-warning {{use of identifier 'static_func' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}} 92 func(); // expected-warning {{use of identifier 'func' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}} expected-error {{call to non-static member function without an object argument}} 113 void g1(int p = f1());// expected-warning {{use of identifier 'f1' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}} 114 void g2(int p = f2());// expected-warning {{use of identifier 'f2' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}} expected-error {{call to non-static member function without an object argument}} 139 g(); // expected-warning {{use of identifier 'g' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}} 188 return base_fun(rhs); // expected-warning {{use of identifier 'base_fun' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}} 309 NameFromBase m; // expected-error {{member 'NameFromBase' found in multiple base classes of different types}} expected-warning {{use of identifier 'NameFromBase' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}} 390 struct C : B<T> { NameFromBase m; }; // expected-warning {{use of identifier 'NameFromBase' found via unqualified lookup into dependent bases of class templates is a Microsoft extension} [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/ |
coverage-frames.xsl | 59 <xsl:apply-templates select="." mode="overview.packages"/> 64 <xsl:apply-templates select="." mode="all.packages"/> 69 <xsl:apply-templates select="." mode="all.classes"/> 73 <xsl:apply-templates select="./package" mode="write"/> 250 <xsl:apply-templates select="package[1]" mode="stats.header"/> 279 <xsl:apply-templates select="." mode="classes.list"/> 284 <xsl:apply-templates select="." mode="package.summary"/> 290 <xsl:apply-templates select="." mode="class.details"/> 340 <xsl:apply-templates select="." mode="stats.header"/> 341 <xsl:apply-templates select="." mode="stats"/ [all...] |
maudit-frames.xsl | 50 <xsl:apply-templates select="." mode="overview.packages"/> 55 <xsl:apply-templates select="." mode="all.packages"/> 60 <xsl:apply-templates select="." mode="all.classes"/> 97 <xsl:apply-templates select="." mode="class.details"/> 191 <xsl:apply-templates select="." mode="print.audit"/> 197 <xsl:apply-templates select="./violation" mode="print.audit"> 199 </xsl:apply-templates> 227 <xsl:apply-templates select="/classes/class[./@package = $name]" mode="classes.list"> 229 </xsl:apply-templates> 259 <xsl:apply-templates select=".//class" mode="all.classes" [all...] |
/external/icu/icu4c/source/test/intltest/ |
simplepatternformattertest.cpp | 67 SimplePatternFormatter fmt("This doesn''t have templates '{0}", status); 72 "This doesn't have templates {0}", 78 "This doesn't have templates {0}", 83 "This doesn't have templates {0}", 152 "Templates {2}{1}{5} and {4} are out of order.", status); 166 "Prefix: Templates frogtommy{0} and leg are out of order.", 199 "Templates frogtommy{0} and leg are out of order.", 213 "Templates frogtommy{0} and leg are out of order.",
|
/external/icu/icu4j/tools/build/ |
build-tools-build.launch | 15 <mapEntry key="eclipse.pdebuild.templates" value="/D:/eclipse-SDK-3.4.2-win32/eclipse/plugins/org.eclipse.pde.build_3.4.1.R34x_v20081217/templates/"/>
|
/external/icu/icu4j/tools/misc/ |
tools-build.launch | 15 <mapEntry key="eclipse.pdebuild.templates" value="/D:/eclipse-SDK-3.4.2-win32/eclipse/plugins/org.eclipse.pde.build_3.4.1.R34x_v20081217/templates/"/>
|
/external/jsilver/src/com/google/clearsilver/jsilver/template/ |
TemplateLoader.java | 31 * on templates. For each variable in the template, this will determine what type of escaping 45 * on templates. For each variable in the template, this will determine what type of escaping
|
/external/libxml2/doc/ |
xsa.xsl | 27 <xsl:apply-templates select="//xhtml:h3[2]/following-sibling::*[1]"/> 35 <xsl:apply-templates select=".//xhtml:li"/>
|
/external/tagsoup/tssl/ |
tssl-models.xslt | 31 <xsl:apply-templates select="tssl:group"> 33 </xsl:apply-templates>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
begin_end_impl.hpp | 46 // 'begin/end' templates 87 // templates, then we end up here
|