Searched refs:source (Results 501 - 525 of 878) sorted by relevance

<<21222324252627282930>>

/openjdk7/langtools/test/tools/javac/parser/netbeans/
H A DJavacParserTest.java31 import com.sun.source.tree.BinaryTree;
32 import com.sun.source.tree.BlockTree;
33 import com.sun.source.tree.ClassTree;
34 import com.sun.source.tree.CompilationUnitTree;
35 import com.sun.source.tree.ExpressionStatementTree;
36 import com.sun.source.tree.ExpressionTree;
37 import com.sun.source.tree.MethodInvocationTree;
38 import com.sun.source.tree.MethodTree;
39 import com.sun.source.tree.ModifiersTree;
40 import com.sun.source
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/grammars/
H A DXMLGrammarLoader.java137 * entity pointed to by source.
139 * @param source the location of the entity which forms
145 public Grammar loadGrammar(XMLInputSource source) argument
/openjdk7/jaxp/src/org/w3c/dom/
H A DDocument.java233 * or removing the source node from the original document; this method
234 * creates a new copy of the source node. The returned node has no
237 * importing document, with attribute values identical to the source
241 * <code>cloneNode</code> operation, the source node is not altered.
248 * a fragment of XML or HTML source was copied from one document to
257 * descendants of the source <code>Attr</code> are recursively imported
264 * was set to <code>true</code>, the descendants of the source
277 * <dd><em>Specified</em> attribute nodes of the source element are imported, and the generated
282 * <code>true</code>, the descendants of the source element are
293 * of the the source <cod
728 adoptNode(Node source) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageConsumerQueue.java74 if (ir.image.source != src) {
75 throw new SecurityException("ImageRep added to wrong image source");
/openjdk7/jdk/src/share/classes/java/awt/image/renderable/
H A DParameterBlock.java37 * source Vector, users of this class may impose semantic constraints
40 * performs no checking on source or parameter types.
55 * added source, one might be tempted to write:
67 * to its source Vector. Both pb and pb1 share their source Vector,
71 * the source Vector:
82 * perform a clone of both the source and parameter Vectors for
99 /** A Vector of non-source parameters, stored as arbitrary Objects. */
108 * @param sources a <code>Vector</code> of source images
117 * @param sources a <code>Vector</code> of source image
182 addSource(Object source) argument
214 setSource(Object source, int index) argument
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWListPeer.java207 final JList source = (JList) e.getSource();
208 for(int i = 0 ; i < source.getModel().getSize(); i++) {
211 final boolean isSelected = source.isSelectedIndex(i);
222 oldSelectedIndices = source.getSelectedIndices();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/
H A DSchemaCompiler.java93 * from an external source.
95 * @param source
98 void parseSchema( InputSource source );
104 * If null, XJC will generate the source code that
137 * from the given source.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/source/
H A DPayloadSourceMessage.java26 package com.sun.xml.internal.ws.message.source;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/provider/
H A DSOAPProviderArgumentBuilder.java84 protected Message getResponseMessage(Source source) { argument
85 return Messages.createUsingPayload(source, soapVersion);
103 protected Message getResponseMessage(Source source) { argument
104 return Messages.create(source, soapVersion);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPPart.java246 * @param source the <code>javax.xml.transform.Source</code> object with the
249 * @exception SOAPException if there is a problem in setting the source
252 public abstract void setContent(Source source) throws SOAPException; argument
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DShaderGen.c66 D3DShaderGen_WriteShader(char *source, char *target, char *name, int flags) argument
73 // write source to tmp.hlsl
75 fprintf(fpTmp, "%s\n", source);
130 D3DShaderGen_WritePixelShader(char *source, char *name, int flags) argument
132 D3DShaderGen_WriteShader(source, "ps_2_0", name, flags);
202 * source code is generated.
223 // EDGE_NO_OP: use the source pixel color at the edges
227 // compose the final source code string from the various pieces
252 // rescale source value
264 * source cod
[all...]
/openjdk7/jdk/src/share/classes/sun/swing/
H A DDefaultLayoutStyle.java100 * @param source First component
106 protected int getButtonGap(JComponent source, JComponent target, argument
108 offset -= getButtonGap(source, position);
125 * @param source Component
130 protected int getButtonGap(JComponent source, int position, int offset) { argument
131 offset -= getButtonGap(source, position);
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DRangeMenu.java4 * Redistribution and use in source and binary forms, with or without
8 * - Redistributions of source code must retain the above copyright
33 * This source code is provided to illustrate the usage of a given feature
181 Object source = e.getSource();
183 if ( source instanceof JComboBox ) {
184 String rangeName = (String)((JComboBox)source).getSelectedItem();
196 else if ( source instanceof JButton ) {
/openjdk7/langtools/test/tools/javac/
H A DT6395974.java33 import com.sun.source.util.*;
H A DT6397286.java33 import com.sun.source.util.*;
H A DT6410706.java38 import com.sun.source.util.JavacTask;
/openjdk7/langtools/test/tools/javac/annotations/
H A DTestAnnotationPackageInfo.java34 import com.sun.source.util.*;
/openjdk7/langtools/test/tools/javac/api/6431435/
H A DT6431435.java27 * @summary Tree API: source files loaded implicitly from source path
34 import com.sun.source.util.*;
/openjdk7/langtools/test/tools/javac/api/6733837/
H A DT6733837.java42 import com.sun.source.util.JavacTask;
68 throw new Error("Bad source name in diagnostic");
/openjdk7/langtools/test/tools/javac/processing/6348499/
H A DT6348499.java42 import com.sun.source.util.*;
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/ui/
H A DCommonUI.java275 public static void centerComponent(Component source, Component parent) argument
277 Dimension dim = source.getSize();
289 source.setLocation(x, y);
292 public static void centerComponent(Component source) argument
294 centerComponent(source, null);
297 public static JFrame getParentFrame(Component source) argument
300 for(parent = source.getParent(); parent != null; parent = parent.getParent())
/openjdk7/jdk/src/share/classes/javax/swing/
H A DMenuSelectionManager.java71 * event's only state is the source property. The source of events
220 Component source = event.getComponent();
222 if ((source != null) && !source.isShowing()) {
238 if (source != null) {
239 SwingUtilities.convertPointToScreen(p, source);
363 * @param source The component in whose coordinate space sourcePoint
367 * contains sourcePoint (relative to the source component's
371 public Component componentForPoint(Component source, Poin argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsimportOptions.java320 public void addWSDL(File source) { argument
321 addWSDL(fileToInputSource(source));
328 public void addSchema(File source) { argument
329 addSchema(fileToInputSource(source));
336 private InputSource fileToInputSource(File source) { argument
338 String url = source.toURL().toExternalForm();
341 return new InputSource(source.getPath());
/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DWrapper.java142 public boolean isConvertibleFrom(Wrapper source) { argument
143 if (this == source) return true;
144 if (this.compareTo(source) < 0) {
150 boolean floatOrSigned = (((this.format & source.format) & Format.SIGNED) != 0);
154 if (source.format == Format.CHAR) return true;
160 assert(source.isFloating() || source.isSigned());
478 Wrapper source = findWrapperType(sourceType);
479 if (source == null || !this.isConvertibleFrom(source)) {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathExpressionImpl.java258 *<p>If <code>source</code> or <code>returnType</code> is <code>null</code>,
261 * @param source The <code>InputSource</code> of the document to evaluate
272 * @throws NullPointerException If <code>source</code> or
275 public Object evaluate(InputSource source, QName returnType) argument
277 if ( ( source == null ) || ( returnType == null ) ) {
298 Document document = db.parse( source );
309 * <p>This method calls {@link #evaluate(InputSource source, QName returnType)} with a <code>returnType</code> of
316 * <p>If <code>source</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p>
318 * @param source The <code>InputSource</code> of the document to evaluate over.
324 * @throws NullPointerException If <code>source</cod
326 evaluate(InputSource source) argument
[all...]

Completed in 5756 milliseconds

<<21222324252627282930>>