HomeSort by relevance Sort by last modified time
    Searched defs:Templates (Results 1 - 25 of 50) sorted by null

1 2

  /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,
  /external/clang/test/SemaCXX/
local-classes.cpp 35 namespace Templates {
format-strings.cpp 81 namespace Templates {
cxx1y-deduced-return-type.cpp 102 namespace Templates {
  /prebuilts/go/darwin-x86/src/text/template/
template.go 13 // common holds the information shared by related templates.
15 tmpl map[string]*Template // Map from name to defined templates.
76 // templates. The actual representation is not copied, but the name space of
77 // associated templates is, so further calls to Parse in the copy will add
78 // templates to the copy but not to the original. Clone can be used to prepare
79 // common templates and use them with variant definitions for other templates
92 // The associated templates share nt's common structure.
136 // Templates returns a slice of defined templates associated with t
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
template.go 13 // common holds the information shared by related templates.
15 tmpl map[string]*Template // Map from name to defined templates.
76 // templates. The actual representation is not copied, but the name space of
77 // associated templates is, so further calls to Parse in the copy will add
78 // templates to the copy but not to the original. Clone can be used to prepare
79 // common templates and use them with variant definitions for other templates
92 // The associated templates share nt's common structure.
136 // Templates returns a slice of defined templates associated with t
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
template.go 28 *nameSpace // common to all associated templates
34 // nameSpace is the data structure shared by all templates in an association.
41 // Templates returns a slice of the templates associated with t, including t
43 func (t *Template) Templates() []*Template {
78 // checkCanParse checks whether it is OK to parse templates.
92 // escape escapes all associated templates.
163 // DefinedTemplates returns a string listing the defined templates,
164 // prefixed by the string "; defined templates are: ". If there are none,
172 // define additional templates associated with t and are removed from th
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
template.go 28 *nameSpace // common to all associated templates
34 // nameSpace is the data structure shared by all templates in an association.
41 // Templates returns a slice of the templates associated with t, including t
43 func (t *Template) Templates() []*Template {
78 // checkCanParse checks whether it is OK to parse templates.
92 // escape escapes all associated templates.
163 // DefinedTemplates returns a string listing the defined templates,
164 // prefixed by the string "; defined templates are: ". If there are none,
172 // define additional templates associated with t and are removed from th
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 25 NoneT > struct Templates;
27 template < typename > class T2 > struct Templates <T1, T2 >
67 typedef Templates < A >::type gtest_AllTests_;
80 typedef Templates < A >::type gtest_AllTests_;
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-type-util.h 106 // template Types. This allows us to simulate variadic templates
111 // The following family of struct and struct templates are used to
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-type-util.h 105 // template Types. This allows us to simulate variadic templates
110 // The following family of struct and struct templates are used to
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-type-util.h 105 // template Types. This allows us to simulate variadic templates
110 // The following family of struct and struct templates are used to
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-type-util.h 106 // template Types. This allows us to simulate variadic templates
111 // The following family of struct and struct templates are used to
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-type-util.h 106 // template Types. This allows us to simulate variadic templates
111 // The following family of struct and struct templates are used to
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-type-util.h 97 // template Types. This allows us to simulate variadic templates
102 // The following family of struct and struct templates are used to
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-type-util.h 106 // template Types. This allows us to simulate variadic templates
111 // The following family of struct and struct templates are used to
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-type-util.h 105 // template Types. This allows us to simulate variadic templates
110 // The following family of struct and struct templates are used to
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-type-util.h 105 // template Types. This allows us to simulate variadic templates
111 // The following family of struct and struct templates are used to
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-type-util.h 105 // template Types. This allows us to simulate variadic templates
110 // The following family of struct and struct templates are used to
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-type-util.h 105 // template Types. This allows us to simulate variadic templates
110 // The following family of struct and struct templates are used to
    [all...]
  /prebuilts/tools/common/m2/repository/me/tatarka/retrolambda/projectlombok/lombok.ast/0.2.3.a2/
lombok.ast-0.2.3.a2.jar 
  /prebuilts/devtools/tools/lib/
lombok-ast-0.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 

Completed in 1639 milliseconds

1 2