Searched refs:template (Results 26 - 50 of 53) sorted by relevance

123

/openjdk7/langtools/test/tools/javap/
H A DTestSuperclass.java158 static final String template = field in class:TestSuperclass.JavaSource
165 source = template
/openjdk7/jdk/make/sun/jconsole/
H A DMakefile73 $(SHARE_SRC)/classes/sun/tools/jconsole/Version.java.template
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DParam.java55 * True if this Param is declared in a simple named template.
142 Template template = (Template) parent;
144 template.addParameter(this);
145 if (template.isSimpleNamedTemplate()) {
191 * If simple named template then generate a conditional init of the
H A DSymbolTable.java82 public Template addTemplate(Template template) { argument
83 final QName name = template.getName();
85 return (Template)_templates.put(name, template);
H A DStylesheet.java181 * Flag indicating if this is a simplified stylesheets. A template
202 * Set to true to enable template inlining optimization.
457 * Returns true if at least one template in the stylesheet has params
466 final Template template = (Template)templates.elementAt(i);
467 if (template.hasParams()) {
546 // If this is a simplified stylesheet we must create a template that
547 // grabs the root node of the input doc ( <xsl:template match="/"/> ).
548 // This template needs the current element (the one passed to this
553 Template template = new Template();
554 template
1443 addTemplate(Template template) argument
[all...]
H A DCallTemplate.java50 * Name of template to call.
62 * The corresponding template which this CallTemplate calls.
93 * Verify that a template with this name exists.
96 final Template template = stable.lookupTemplate(_name);
97 if (template != null) {
116 // Build the parameter list if the called template is simple named
120 // This is only needed when the called template is not
121 // a simple named template.
148 // If calling a simply named template, push actual arguments
174 // calling a simple named template
[all...]
H A DTemplate.java50 private QName _name; // The name of the template (if any)
51 private QName _mode; // Mode in which this template is instantiated.
52 private Pattern _pattern; // Matching pattern defined for this template.
53 private double _priority; // Matching priority of this template.
59 // True if this is a simple named template. A simple named
60 // template is a template which only has a name but no match pattern.
63 // The list of parameters in this template. This is only used
128 * Compare this template to another. First checks priority, then position.
130 public int compareTo(Object template) { argument
[all...]
/openjdk7/langtools/test/tools/javac/Diagnostics/6769027/
H A DT6769027.java231 String template = outKind == OutputKind.RAW ?
235 template = template.replaceAll("E", errMsg1);
236 return template.replaceAll("Q", errMsg2);
/openjdk7/jdk/make/tools/src/build/tools/charsetmapping/
H A DDBCS.java67 genClass0(args[0], args[1], "DoubleByte-X.java.template",
81 private static void genClass0(String srcDir, String dstDir, String template, argument
191 Scanner s = new Scanner(new File(srcDir, template));
H A DSBCS.java58 genClass0(args[0], args[1], "SingleByte-X.java.template",
112 String template,
211 Scanner s = new Scanner(new File(srcDir, template));
111 genClass0(String srcDir, String dstDir, String template, String clzName, String csName, String hisName, String pkgName, boolean isASCII) argument
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DGenerator.java49 /** A map of variables that are used for variable substitution in the template files. */
149 //construct the map which is used to do variable substitution of the template
223 "resources/" + templateName + ".template");
250 TemplateReader(Map<String, String> variables, InputStream template) { argument
251 super(new InputStreamReader(template));
/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DInterruptedExceptionTest.java161 String template = "#S1 #CK Resource#G #EC AutoCloseable {\n" + field in class:InterruptedExceptionTest.JavaSource
174 source = template.replace("#S1", suppress_decl.getSuppressAnno())
H A DUnusedResourcesTest.java113 String template = "class Resource implements AutoCloseable {\n" + field in class:UnusedResourcesTest.JavaSource
142 source = template.replace("#S", suppressLevel.getSuppressAnno()).
/openjdk7/langtools/test/tools/javac/generics/diamond/7030150/
H A DGenericConstructorAndDiamondTest.java200 String template = "class Foo<X #BK> {\n" + field in class:GenericConstructorAndDiamondTest.JavaSource
213 source = template.replace("#BK", boundKind.boundStr).
/openjdk7/langtools/test/tools/javac/generics/rawOverride/7062745/
H A DGenericOverrideTest.java179 String template = "import java.util.*;\n" + field in class:GenericOverrideTest.JavaSource
191 source = template.replace("#S1", sig1.paramStr).
/openjdk7/jdk/make/java/java/
H A Dgenlocales.gmk71 LocaleDataMetaInfo_Src=$(SHARE_SRC)/classes/sun/util/LocaleDataMetaInfo-XLocales.java.template
/openjdk7/jdk/make/java/net/
H A DMakefile126 # SDP configuration template
129 SDP_PATH = sdp/sdp.conf.template
/openjdk7/langtools/test/tools/javac/varargs/warning/
H A DWarn5.java276 String template = "import com.sun.tools.javac.api.*;\n" + field in class:Warn5.JavaSource
288 source = template.replace("#T", trustMe.anno).
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DGenerateCharacter.java46 * <li> Character class template file
53 * The Character class template file is filled in with additional
55 * compiled by a Java compiler. The template file contains certain
76 static String DefaultJavaTemplateFileName = ROOT + "Character.java.template";
78 static String DefaultCTemplateFileName = ROOT + "Character.c.template";
664 * template file for the source code to be generated and writes out the final
669 * reading a line from the template file, performing macro replacements,
676 * Macro calls to be replaced are indicated in the template file by
682 * the file name for the template input file
695 " This file was generated AUTOMATICALLY from a template fil
[all...]
/openjdk7/make/scripts/
H A Dwebrev.ksh1150 comm=`hg log $rev_opt --follow --template 'rev {rev} : {desc}\n' $logf`
1152 comm=`hg log --rev $FIRST_CREV:tip --follow --template 'rev {rev} : {desc}\n' $logf`
1154 comm=`hg log -l1 --follow --template 'rev {rev} : {desc}\n' $logf`
1406 hg foutgoing --template 'rev: {rev}\n' $OUTPWS | $FILTER | $AWK '
1428 A=`hg -R $CWS/$TREE log --rev $REV --template '{node}'`
1821 prev=`hg log -r $crev --template '{parents}\n'`
2245 ALL_CREV=`hg outgoing -q --template '{rev}\n' $OUTPWS | sort -n`
2265 FIRST_CREV=`hg log --rev $PARENT_REV --template '{rev}'`
/openjdk7/jdk/make/java/nio/
H A DMakefile436 HEAP_X_BUF_TEMPLATE=$(BUF_SRC)/Heap-X-Buffer.java.template
437 BYTE_X_BUF_TEMPLATE=$(BUF_SRC)/ByteBufferAs-X-Buffer.java.template
438 X_BUF_TEMPLATE=$(BUF_SRC)/X-Buffer.java.template
439 X_BUF_BIN_TEMPLATE=$(BUF_SRC)/X-Buffer-bin.java.template
440 DIRECT_X_BUF_TEMPLATE=$(BUF_SRC)/Direct-X-Buffer.java.template
441 DIRECT_X_BUF_BIN_TEMPLATE=$(BUF_SRC)/Direct-X-Buffer-bin.java.template
442 CHARSET_X_CODER_TEMPLATE=$(CS_SRC)/Charset-X-Coder.java.template
945 $(FILES_gensbcs_out): $(GENCSSRC)/SingleByte-X.java.template $(GENCSSRC)/sbcs
/openjdk7/jdk/make/javax/swing/beaninfo/
H A DSwingBeans.gmk116 then $(JAVADOC_CMD) $(DOCLETFLAGS) -x $(DEBUG_FLAG) -d $(BEANSRCDIR) -t $(DOCLETSRC)/SwingBeanInfo.template -docletpath $(DOCLETDST) \
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt.h272 template <class T>
/openjdk7/jdk/make/common/shared/
H A DDefs.gmk651 "$${i}" `$(HG) tip --repository $${i} --template '{node|short}\n'` ; \
662 $(HG) tip --repository $1 --template '{node|short}\n' > $1/$(HGTIP_FILENAME);\
/openjdk7/jdk/make/javax/swing/
H A DFILES.gmk35 $(BUILDDIR)/tools/swing-beans/SwingBeanInfo.template

Completed in 68 milliseconds

123