Searched refs:drain (Results 1 - 25 of 42) sorted by relevance

12

/openjdk7/langtools/test/tools/apt/Compile/
H A DClassDeclApf.java71 // Simple inefficient drain
72 void drain(InputStream is, OutputStream os) { method in class:ClassDeclApf.ClassDeclAp
90 drain(new FileInputStream("./tmp/classes/Round1Class.class"),
98 drain(new FileInputStream("./tmp/classes/AhOneClass.class"),
101 drain(new FileInputStream("./tmp/classes/AndAhTwoClass.class"),
H A DClassDeclApf2.java71 // Simple inefficient drain
72 void drain(InputStream is, OutputStream os) { method in class:ClassDeclApf2.ClassDeclAp
90 drain(new FileInputStream("./tmp/classes/Round1Class.class"),
100 drain(new FileInputStream("./tmp/classes/AndAhTwoClass.class"),
/openjdk7/jdk/src/macosx/native/jobjc/src/tests/java/com/apple/jobjc/
H A DPooledTestCase.java45 pool.drain();
H A DIntroTest.java123 pool.drain();
H A DGUIDemo.java114 pool.drain();
/openjdk7/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A Dmain.m57 [argParsingPool drain];
77 [pool drain];
H A DJavaAppLauncher.m101 [pool drain];
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DLeftOverInputStream.java39 * bytes may be drained to consume them (by calling drain() ).
69 eof = drain (ServerConfig.getDrainAmount());
108 public boolean drain (long l) throws IOException { method in class:LeftOverInputStream
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1HotCardCache.hpp102 void drain(int worker_i, G1RemSet* g1rs, DirtyCardQueue* into_cset_dcq);
H A Dg1HotCardCache.cpp92 void G1HotCardCache::drain(int worker_i, function in class:G1HotCardCache
/openjdk7/jdk/test/java/io/Serializable/subclass/
H A DAbstractObjectOutputStream.java160 abstract protected void drain() throws IOException; method in class:AbstractObjectOutputStream
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DPollSelectorImpl.java83 IOUtil.drain(fd0);
H A DDevPollSelectorImpl.java95 IOUtil.drain(fd0);
H A DEPollSelectorImpl.java90 IOUtil.drain(fd0);
/openjdk7/jdk/src/macosx/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.m167 [pool drain];
244 [pool drain];
262 [pool drain];
367 [pool drain];
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DChangingInterests.java61 static void drain(SocketChannel sc) throws IOException { method in class:ChangingInterests
169 drain(sc);
/openjdk7/jdk/src/share/classes/sun/tools/jinfo/
H A DJInfo.java142 drain(vm, in);
162 private static void drain(VirtualMachine vm, InputStream in) throws IOException { method in class:JInfo
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectOutputStream.java726 protected void drain() throws IOException { method in class:ObjectOutputStream
727 bout.drain();
1779 drain();
1801 drain();
1815 drain();
1834 drain();
1841 drain();
1863 void drain() throws IOException { method in class:ObjectOutputStream.BlockDataOutputStream
1901 drain();
1908 drain();
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jmap/
H A DJMap.java221 drain(vm, in);
245 drain(vm, in);
314 private static void drain(VirtualMachine vm, InputStream in) throws IOException { method in class:JMap
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DDataLine.java31 * transport-control methods that start, stop, drain, and flush
42 * <code>{@link #drain()}</code> method blocks until this internal buffer
75 * blocking method, it should be used with care. If <code>drain()</code>
78 * <code>drain()</code> is invoked by one thread, and another continues to
84 public void drain(); method in interface:DataLine
98 * @see #drain()
/openjdk7/jdk/src/macosx/classes/sun/nio/ch/
H A DKQueueSelectorImpl.java114 * If the interrupt fd has been selected, drain it and clear the interrupt.
167 IOUtil.drain(fd0);
/openjdk7/jdk/src/macosx/native/sun/osxapp/
H A DNSApplicationAWT.m303 [pool drain];
363 [pool drain];
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/
H A DDummySourceDataLine.java158 public void drain() { method in class:DummySourceDataLine
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/
H A DDummySourceDataLine.java158 public void drain() { method in class:DummySourceDataLine
/openjdk7/jdk/src/macosx/bundle/appbundler/native/
H A Dmain.m70 [pool drain];

Completed in 100 milliseconds

12