Searched refs:addSource (Results 1 - 10 of 10) sorted by relevance

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DModule.java110 public void addSource(String pkg, Source src) { method in class:Module
113 p.addSource(src);
H A DSource.java264 currentModule.addSource(pkg, s);
H A DBuildState.java269 lastPackage.addSource(s);
H A DPackage.java133 public void addSource(Source s) { method in class:Package
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DModelConnectionBlock.java130 public void addSource(ModelSource source) { method in class:ModelConnectionBlock
H A DDLSInstrument.java256 block.addSource(s);
270 block.addSource(s);
H A DSoftPerformer.java515 newconnection.addSource(new ModelSource(
534 conn.addSource(new ModelSource(new ModelIdentifier("midi_rpn",
H A DSF2Instrument.java686 conn.addSource(extrasrc[0]);
/openjdk10/jaxp/src/java.xml/share/classes/org/w3c/dom/bootstrap/
H A DDOMImplementationRegistry.java273 public void addSource(final DOMImplementationSource s) { method in class:DOMImplementationRegistry
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/image/renderable/
H A DParameterBlock.java58 * ParameterBlock addSource(ParameterBlock pb, RenderableImage im) {
60 * pb1.addSource(im);
70 * <p> A correct way to write the addSource function is to clone
74 * ParameterBlock addSource (ParameterBlock pb, RenderableImage im) {
76 * pb1.addSource(im);
86 * <p> The addSource, setSource, add, and set methods are
185 public ParameterBlock addSource(Object source) { method in class:ParameterBlock

Completed in 114 milliseconds