Searched refs:source (Results 251 - 275 of 878) sorted by relevance

<<11121314151617181920>>

/openjdk7/langtools/test/tools/javac/api/
H A DTestGetTree.java39 import com.sun.source.tree.*;
40 import com.sun.source.util.Trees;
H A DT6345974.java37 import com.sun.source.tree.CompilationUnitTree;
38 import com.sun.source.tree.PrimitiveTypeTree;
39 import com.sun.source.util.JavacTask;
40 import com.sun.source.util.TreeScanner;
/openjdk7/langtools/test/tools/javac/generics/diamond/7030687/
H A DParserTest.java30 import com.sun.source.util.JavacTask;
110 JavaSource source; field in class:ParserTest
116 this.source = new JavaSource();
126 String source; field in class:ParserTest.JavaSource
130 source = template.replace("#T", qualifierArity.getType(typeArgumentKinds));
135 return source;
141 null, null, Arrays.asList(source));
158 throw new Error("invalid diagnostics for source:\n" +
159 source.getCharContent(true) +
/openjdk7/langtools/test/tools/javac/multicatch/7030606/
H A DDisjunctiveTypeWellFormednessTest.java30 import com.sun.source.util.JavacTask;
132 JavaSource source; field in class:DisjunctiveTypeWellFormednessTest
137 this.source = new JavaSource();
149 String source; field in class:DisjunctiveTypeWellFormednessTest.JavaSource
153 source = template.replace("#T", Alternative.makeDisjunctiveType(alternatives));
158 return source;
164 null, null, Arrays.asList(source));
187 throw new Error("invalid diagnostics for source:\n" +
188 source.getCharContent(true) +
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultFormatterFactory.java283 * @param source JFormattedTextField requesting
289 JFormattedTextField source) {
292 if (source == null) {
295 Object value = source.getValue();
301 if (source.hasFocus()) {
288 getFormatter( JFormattedTextField source) argument
/openjdk7/jaxp/src/org/xml/sax/
H A DParser.java41 * <em>This module, both source code and documentation, is in the
60 * may reuse a parser object (possibly with a different input source)
180 * source (a character stream, a byte stream, or a URI).</p>
186 * different input source.</p>
188 * @param source The input source for the top-level of the
202 public abstract void parse (InputSource source) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/
H A DJavaCompiler.java45 * Compiles the given annotated Java source code.
72 * @param source
73 * The caller supplied view to the annotated source code that JAXB is going to process.
82 AnnotationProcessorEnvironment source );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCClassRef.java53 public CClassRef(Model model, XSComponent source, BIClass decl, CCustomizations customizations) { argument
54 super(model, source, decl.getLocation(), customizations);
64 public CClassRef(Model model, XSComponent source, BIEnum decl, CCustomizations customizations) { argument
65 super(model, source, decl.getLocation(), customizations);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/
H A DAppinfo.java39 public Appinfo source(String value); method in interface:Appinfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DXMLParser.java44 * Parses the document identified by the given input source
63 void parse( InputSource source, ContentHandler handler, argument
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DSolarisWatchService.c64 (JNIEnv* env, jclass clazz, jint port, jint source, jlong objectAddress, jint events)
68 if (port_associate((int)port, (int)source, object, (int)events, NULL) == -1) {
75 (JNIEnv* env, jclass clazz, jint port, jint source, jlong objectAddress)
79 if (port_dissociate((int)port, (int)source, object) == -1) {
63 Java_sun_nio_fs_SolarisWatchService_portAssociate(JNIEnv* env, jclass clazz, jint port, jint source, jlong objectAddress, jint events) argument
74 Java_sun_nio_fs_SolarisWatchService_portDissociate(JNIEnv* env, jclass clazz, jint port, jint source, jlong objectAddress) argument
/openjdk7/langtools/src/share/classes/com/sun/source/tree/
H A DMethodTree.java26 package com.sun.source.tree;
/openjdk7/langtools/test/tools/javac/api/6852595/
H A DT6852595.java40 import com.sun.source.util.JavacTask;
41 import com.sun.source.tree.*;
42 import com.sun.source.util.TreePath;
43 import com.sun.source.util.Trees;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DUtil.java81 public static InputSource getInputSource(XSLTC xsltc, Source source) argument
86 String systemId = source.getSystemId();
90 if (source instanceof SAXSource) {
91 final SAXSource sax = (SAXSource)source;
161 else if (source instanceof DOMSource) {
162 final DOMSource domsrc = (DOMSource)source;
168 input = SAXSource.sourceToInputSource(source);
175 else if (source instanceof StAXSource) {
176 final StAXSource staxSource = (StAXSource)source;
190 input = SAXSource.sourceToInputSource(source);
[all...]
/openjdk7/jaxp/src/javax/xml/transform/
H A DTransformerFactory.java169 * @param source <code>Source </code> of XSLT document used to create
187 public abstract Transformer newTransformer(Source source) argument
206 * a compiled representation of the source. This Templates object
212 * @param source An object that holds a URL, input stream, etc.
220 public abstract Templates newTemplates(Source source) argument
232 * @param source The XML source document.
243 * <code>source</code>.
249 Source source,
346 * Access to external DTDs in the source fil
248 getAssociatedStylesheet( Source source, String media, String title, String charset) argument
[all...]
/openjdk7/jaxp/src/javax/xml/validation/
H A DValidator.java88 * {@link #validate(Source source, Result result)}
91 * @param source
116 * @throws NullPointerException If <code>source</code> is
119 * @see #validate(Source source, Result result)
121 public void validate(Source source) argument
124 validate(source, null);
197 * @param source
213 * (in which case <code>source.getNode()==result.getNode()</code>),
215 * node given by the source.
233 * If the <code>source</cod
237 validate(Source source, Result result) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextSourceLabel.java59 TextSource source; field in class:ExtendedTextSourceLabel
77 public ExtendedTextSourceLabel(TextSource source, Decoration decorator) { argument
78 this.source = source;
86 * the new label. Start in source corresponds to logical character offset in oldLabel.
88 public ExtendedTextSourceLabel(TextSource source, ExtendedTextSourceLabel oldLabel, int offset) { argument
90 this.source = source;
96 font = source.getFont();
101 cm = source
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpCounter64.java160 * @param source An OID representing an <CODE>SnmpCounter64</CODE> value.
161 * @param dest Where source should be appended.
163 public static void appendToOid(SnmpOid source, SnmpOid dest) { argument
164 if (source.getLength() != 1) {
167 dest.append(source) ;
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReaderSpi.java76 public boolean canDecodeInput(Object source) throws IOException { argument
77 if (!(source instanceof ImageInputStream)) {
81 ImageInputStream stream = (ImageInputStream)source;
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageReaderSpi.java66 public boolean canDecodeInput(Object source) throws IOException { argument
67 if (!(source instanceof ImageInputStream)) {
70 ImageInputStream iis = (ImageInputStream) source;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DDOMForestParser.java70 InputSource source,
76 String systemId = source.getSystemId();
85 fallbackParser.parse( source, contentHandler, errorHandler, entityResolver );
69 parse( InputSource source, ContentHandler contentHandler, ErrorHandler errorHandler, EntityResolver entityResolver ) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/developer/
H A DEPRRecipe.java115 public EPRRecipe addMetadata(Source source) { argument
116 if(source==null) throw new IllegalArgumentException();
117 metadata.add(source);
/openjdk7/jdk/test/java/beans/PropertyChangeSupport/
H A DTestEquals.java42 Object source = TestEquals.class;
43 PropertyChangeSupport pcs = new PropertyChangeSupport(source);
47 PropertyChangeEvent event = new PropertyChangeEvent(source, PROPERTY, one, two);
/openjdk7/jdk/test/java/beans/VetoableChangeSupport/
H A DTestEquals.java43 Object source = TestEquals.class;
44 VetoableChangeSupport vcs = new VetoableChangeSupport(source);
48 PropertyChangeEvent event = new PropertyChangeEvent(source, PROPERTY, one, two);
/openjdk7/langtools/test/tools/javac/7003595/
H A DT7003595.java30 import com.sun.source.util.JavacTask;
143 JavaSource source = new JavaSource();
145 null, null, Arrays.asList(source));
147 verifyBytecode(source);
150 void verifyBytecode(JavaSource source) { argument
186 source);
192 foundSig + "\n" + source + "\n" + expectedInnerSig);
199 expectedSig + "\n" + source);
213 String source; field in class:T7003595.JavaSource
220 source
[all...]

Completed in 100 milliseconds

<<11121314151617181920>>