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

/dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
H A DDataLine.java116 void drain(); method in interface:DataLine
/dalvik/libcore/luni/src/main/java/java/io/
H A DObjectOutputStream.java430 protected void drain() throws IOException { method in class:ObjectOutputStream
526 drain();
674 drain();
918 drain(); // flush primitive types in the annotation
1246 drain();
1581 drain();
1698 drain();
1898 drain(); // flush primitive types in the annotation
/dalvik/libcore-disabled/SoundTest/src/com/android/tests/soundtest/
H A DSoundTest.java116 sdl.drain();
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/sampled/
H A DAndroidClip.java112 public void drain() { method in class:AndroidClip
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
H A DObjectOutputStreamTest.java551 public void drain() throws IOException { method in class:ObjectOutputStreamTest.BasicObjectOutputStream
552 super.drain();
768 * @tests java.io.ObjectOutputStream#drain()
772 method = "drain",
785 boos.drain();

Completed in 164 milliseconds