HomeSort by relevance Sort by last modified time
    Searched full:templates (Results 201 - 225 of 2115) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/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
  /packages/apps/Test/connectivity/sl4n/rapidjson/bin/data/
webapp.json 14 "templatePath": "templates",
74 "removeTemplateCache": "/content/admin/remove?cache=templates&id=",
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractHtmlTemplates.java 32 * Renders data into very simple string-substitution HTML templates.
34 * Templates should be UTF-8 encoded HTML with '%s' placeholders to be substituted upon render.
  /prebuilts/go/darwin-x86/doc/articles/wiki/
final.go 61 var templates = template.Must(template.ParseFiles("edit.html", "view.html"))
64 err := templates.ExecuteTemplate(w, tmpl+".html", p)
  /prebuilts/go/linux-x86/doc/articles/wiki/
final.go 61 var templates = template.Must(template.ParseFiles("edit.html", "view.html"))
64 err := templates.ExecuteTemplate(w, tmpl+".html", p)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmClassNameToResourceMethod.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectPage.ACTIVITY_NAME_SUFFIX;
  /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...]

Completed in 2259 milliseconds

1 2 3 4 5 6 7 891011>>