Searched defs:source (Results 51 - 75 of 587) sorted by relevance

1234567891011>>

/openjdk7/langtools/src/share/classes/com/sun/source/tree/
H A DTypeCastTree.java26 package com.sun.source.tree;
H A DTypeParameterTree.java26 package com.sun.source.tree;
H A DUnaryTree.java26 package com.sun.source.tree;
H A DUnionTypeTree.java26 package com.sun.source.tree;
H A DWhileLoopTree.java26 package com.sun.source.tree;
H A DWildcardTree.java26 package com.sun.source.tree;
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DPipeImpl.java38 private final SourceChannel source; field in class:PipeImpl
47 source = new SourceChannelImpl(sp, sourcefd);
53 public SourceChannel source() { method in class:PipeImpl
54 return source;
/openjdk7/jaxp/src/javax/xml/xpath/
H A DXPathExpression.java162 * <p>If <code>source</code> or <code>returnType</code> is <code>null</code>,
165 * @param source The <code>InputSource</code> of the document to evaluate over.
173 * @throws NullPointerException If <code>source</code> or <code>returnType</code> is <code>null</code>.
175 public Object evaluate(InputSource source, QName returnType) argument
182 * <p>This method calls {@link #evaluate(InputSource source, QName returnType)} with a <code>returnType</code> of
188 * <p>If <code>source</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p>
190 * @param source The <code>InputSource</code> of the document to evaluate over.
196 * @throws NullPointerException If <code>source</code> is <code>null</code>.
198 public String evaluate(InputSource source) argument
/openjdk7/jdk/src/share/classes/javax/print/event/
H A DPrintJobAttributeEvent.java46 * @param source the print job generating this event
48 * @throws IllegalArgumentException if <code>source</code> is
51 public PrintJobAttributeEvent (DocPrintJob source, argument
53 super(source);
H A DPrintServiceAttributeEvent.java48 * @param source the print job generating this event
50 * @throws IllegalArgumentException if <code>source</code> is
53 public PrintServiceAttributeEvent(PrintService source, argument
56 super(source);
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DUndoableEditEvent.java50 * @param source the Object that originated the event
54 public UndoableEditEvent(Object source, UndoableEdit edit) { argument
55 super(source);
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletEvent.java43 public AppletEvent(Object source, int id, Object argument) { argument
44 super(source);
58 String str = getClass().getName() + "[source=" + source + " + id="+ id;
/openjdk7/jdk/src/share/classes/sun/awt/
H A DModalityEvent.java40 public ModalityEvent(Object source, ModalityListener listener, int id) { argument
41 super(source, id);
H A DTimedWindowEvent.java39 public TimedWindowEvent(Window source, int id, Window opposite, long time) { argument
40 super(source, id, opposite);
44 public TimedWindowEvent(Window source, int id, Window opposite, argument
47 super(source, id, opposite, oldState, newState);
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DTileObserver.java45 * @param source the image that owns the tile.
51 public void tileUpdate(WritableRenderedImage source, argument
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DMulticastChannel.java45 * It may optionally support source filtering as specified by <a
59 * underlying platform supports source filtering then the {@link MembershipKey#block
61 * unblock multicast datagrams from particular source addresses.
64 * is used to begin receiving datagrams sent to a group whose source address matches
65 * a given source address. This method throws {@link UnsupportedOperationException}
66 * if the underlying platform does not support source filtering. Membership is
68 * and interface to allow receiving datagrams from other source addresses. The
70 * datagrams from the given source address. Invoking the key's {@link
72 * source address can no longer be received.
149 * is not {@link MembershipKey#sourceAddress source
228 join(InetAddress group, NetworkInterface interf, InetAddress source) argument
[all...]
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DAtomicMoveNotSupportedException.java43 * @param source
44 * a string identifying the source file or {@code null} if not known
50 public AtomicMoveNotSupportedException(String source, argument
54 super(source, target, reason);
/openjdk7/jdk/src/share/classes/java/text/
H A DCollationKey.java30 * The original version of this source code and documentation is copyrighted
117 return source;
133 * @param source - the source string.
134 * @exception NullPointerException if <code>source</code> is null.
137 protected CollationKey(String source) { argument
138 if (source==null){
141 this.source = source;
144 final private String source; field in class:CollationKey
[all...]
H A DRuleBasedCollationKey.java30 * The original version of this source code and documentation is copyrighted
117 RuleBasedCollationKey(String source, String key) { argument
118 super(source);
/openjdk7/jdk/src/share/classes/javax/imageio/event/
H A DIIOWriteWarningListener.java54 * @param source the <code>ImageWriter</code> object calling this method.
59 void warningOccurred(ImageWriter source, argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DNotificationBufferFilter.java39 ObjectName source, Notification notif);
38 apply(List<TargetedNotification> targetedNotifs, ObjectName source, Notification notif) argument
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSourcepathChangedEvent.java27 * This source code is provided to illustrate the usage of a given feature
43 public SourcepathChangedEvent(Object source) { argument
44 super(source);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DChangedListener.java32 public void changed(T source); argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DSchemaCache.java52 private final URL source; field in class:SchemaCache
54 public SchemaCache(URL source) { argument
55 this.source = source;
62 schema = SchemaFactory.newInstance(WellKnownNamespace.XML_SCHEMA).newSchema(source);
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DPipeImpl.java52 private SourceChannel source; field in class:PipeImpl
115 // Create source and sink channels
116 source = new SourceChannelImpl(sp, sc1);
148 public SourceChannel source() { method in class:PipeImpl
149 return source;

Completed in 71 milliseconds

1234567891011>>