Searched refs:templates (Results 1 - 25 of 27) sorted by relevance

12

/openjdk10/hotspot/test/runtime/SelectionResolution/classes/selectionresolution/
H A DSelectionResolutionTest.java63 * templates, by running them in order on an empty
68 private final Template[] templates; field in class:SelectionResolutionTest.TestGroup.Simple
72 final Template... templates) {
73 this.templates = templates;
83 for(int i = templates.length - 1; i >= 0; i--) {
85 final Template template = templates[i];
71 Simple(final SelectionResolutionTestCase.Builder initBuilder, final Template... templates) argument
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/transform/
H A DTemplatesTest.java52 * @param templates an instance of Templates
55 @Test(dataProvider = "templates", expectedExceptions = NotSerializableException.class)
56 public void testSerialization(Templates templates) throws Exception { argument
57 Transformer xformer = templates.newTransformer();
60 out.writeObject(templates);
68 @DataProvider(name = "templates")
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/transform/sax/
H A DSAXTransformerFactory.java59 * and {@link #newXMLFilter(Templates templates)} methods are supported.
88 * @param templates The compiled transformation instructions.
96 Templates templates) throws TransformerConfigurationException;
143 * @param templates The compiled transformation instructions.
150 public abstract XMLFilter newXMLFilter(Templates templates) argument
95 newTransformerHandler( Templates templates) argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTrAXFilter.java58 public TrAXFilter(Templates templates) throws argument
61 _templates = templates;
62 _transformer = (TransformerImpl) templates.newTransformer();
H A DTransformerFactoryImpl.java179 * Set to <code>true</code> when templates are inlined.
716 * case the prefered templates will be used (i.e. alternate = no).
832 final Templates templates = newTemplates(source);
833 final Transformer transformer = templates.newTransformer();
896 TemplatesImpl templates;
910 templates = new TemplatesImpl(new Class<?>[]{clazz}, transletName, null, _indentNumber, this);
912 templates.setURIResolver(_uriResolver);
914 return templates;
955 templates = new TemplatesImpl(bytecodes, transletClassName, null, _indentNumber, this);
957 templates
1180 newTransformerHandler(Templates templates) argument
1216 newXMLFilter(Templates templates) argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DLoadDocument.java121 TemplatesImpl templates = (TemplatesImpl)translet.getTemplates();
123 if (templates != null) {
124 sdom = templates.getStylesheetDOM();
223 TemplatesImpl templates = (TemplatesImpl)translet.getTemplates();
224 if (templates != null) {
225 templates.setStylesheetDOM(enhancedDOM);
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/
H A DFuncExtElementAvailable.java24 import com.sun.org.apache.xalan.internal.templates.Constants;
H A DFuncExtFunctionAvailable.java24 import com.sun.org.apache.xalan.internal.templates.Constants;
/openjdk10/langtools/test/lib/combo/tools/javac/combo/
H A DJavacTemplateTestBase.java63 * <p>Manages a set of templates (which have embedded tags of the form
64 * {@code #\{NAME\}}), source files (which are also templates), and compile
65 * options. Test cases can register templates and source files, cause them to
78 protected final Map<String, Template> templates = new HashMap<>(); field in class:JavacTemplateTestBase
83 protected final Template.Resolver defaultResolver = new MapResolver(templates);
89 templates.put(name, t);
94 templates.put(name, new StringTemplate(s));
121 /** Remove all templates */
122 protected void resetTemplates() { templates.clear(); }
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMode.java57 * Mode gathers all the templates belonging to a given mode;
84 * A vector of all the templates in this mode.
130 * A mapping between templates and test sequences.
135 * A mapping between named templates and Mode objects.
140 * A mapping between templates and instruction handles.
145 * A mapping between templates and instruction lists.
220 private Vector quicksort(Vector templates, int p, int r) { argument
222 final int q = partition(templates, p, r);
223 quicksort(templates, p, q);
224 quicksort(templates,
229 partition(Vector templates, int p, int r) argument
[all...]
H A DTestSeq.java38 * (1) occured in templates in the same mode
178 * Returns, by reference, the templates that are included in
182 public void findTemplates(Map<Template, Object> templates) { argument
184 templates.put(_default, this);
189 templates.put(pattern.getTemplate(), this);
H A DStylesheet.java107 * Contains all templates defined in this stylesheet
464 Vector templates = getAllValidTemplates();
465 final int n = templates.size();
467 final Template template = (Template)templates.elementAt(i);
706 // Translate all non-template elements and filter out all templates
712 // Separate templates by modes
729 // elements outside of templates will never be output.
1418 // Return templates if no imported/included stylesheets
1425 Vector templates = new Vector();
1426 templates
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DByteCodePrinter.java31 final char[][] templates; field in class:ByteCodePrinter
222 templates = regex.templates;
327 pLenStringFromTemplate(sb, len, templates[tm], idx);
347 pLenStringFromTemplate(sb, len, templates[tm], idx);
H A DArrayCompiler.java46 private char[][] templates; field in class:ArrayCompiler
67 regex.templates = templates;
941 templates = new char[2][];
942 } else if (templateNum == templates.length) {
944 System.arraycopy(templates, 0, tmp, 0, templateNum);
945 templates = tmp;
947 templates[templateNum++] = chars;
H A DRegex.java73 char[][] templates; field in class:Regex
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DPINoOpHandlerImpl.java91 templates, short newState )
90 adapterStateChanged( ObjectReferenceTemplate[] templates, short newState ) argument
H A DInterceptorInvoker.java182 void adapterStateChanged( ObjectReferenceTemplate[] templates, argument
196 interceptor30.adapter_state_changed( templates, newState );
H A DPIHandlerImpl.java317 templates, short newState )
322 interceptorInvoker.adapterStateChanged( templates, newState ) ;
316 adapterStateChanged( ObjectReferenceTemplate[] templates, short newState ) argument
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/spi/protocol/
H A DPIHandler.java92 * @param templates The templates that are changing state.
94 * templates.
96 void adapterStateChanged( ObjectReferenceTemplate[] templates, argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DSnippetCounterNode.java99 SnippetCounterSnippets.Templates templates = tool.getReplacements().getSnippetTemplateCache(SnippetCounterSnippets.Templates.class);
100 templates.lower(this, tool);
H A DReplacementsImpl.java463 public void registerSnippetTemplateCache(SnippetTemplateCache templates) { argument
464 assert snippetTemplateCache.get(templates.getClass().getName()) == null;
465 snippetTemplateCache.put(templates.getClass().getName(), templates);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/replacements/arraycopy/
H A DUnsafeArrayCopyNode.java113 UnsafeArrayCopySnippets.Templates templates = tool.getReplacements().getSnippetTemplateCache(UnsafeArrayCopySnippets.Templates.class);
114 templates.lower(this, tool);
/openjdk10/make/scripts/
H A Dlic_check.sh29 # It works with the templates in the make/templates directory of the jdk source.
64 # set up a variable for the templates directory
65 template_dir=${script_dir}/../templates
69 echo "ERROR: The templates directory "${template_dir}" doesn't exist." 1>&2
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/templates/
H A DConstants.java22 package com.sun.org.apache.xalan.internal.templates;
105 ELEMNAME_APPLY_TEMPLATES_STRING = "apply-templates",
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DAbstractTranslet.java758 public void setTemplates(Templates templates) { argument
759 _templates = templates;

Completed in 251 milliseconds

12