Searched refs:skipRead (Results 1 - 9 of 9) sorted by relevance

/libcore/luni/src/test/java/libcore/java/io/
H A DOldAndroidByteArrayInputStreamTest.java40 Assert.assertEquals("bdfhjlnprtvxz", skipRead(c));
64 public static String skipRead(InputStream a) throws IOException { method in class:OldAndroidByteArrayInputStreamTest
H A DOldAndroidCharArrayReaderTest.java39 Assert.assertEquals("bdfhjlnprtvxz", skipRead(c));
63 public static String skipRead(Reader a) throws IOException { method in class:OldAndroidCharArrayReaderTest
H A DOldAndroidPushbackReaderTest.java52 Assert.assertEquals("bdfhjlnprtvxz", skipRead(c));
78 public static String skipRead(Reader a) throws IOException { method in class:OldAndroidPushbackReaderTest
H A DOldAndroidStringReaderTest.java37 Assert.assertEquals("bdfhjlnprtvxz", skipRead(c));
61 public static String skipRead(Reader a) throws IOException { method in class:OldAndroidStringReaderTest
H A DOldAndroidBufferedInputStreamTest.java55 assertEquals("bdfhjl\nprtvxz", skipRead(c));
93 public static String skipRead(InputStream a) throws IOException { method in class:OldAndroidBufferedInputStreamTest
H A DOldAndroidBufferedReaderTest.java53 assertEquals("bdfhjlnprtvxz", skipRead(c));
86 public static String skipRead(Reader a) throws IOException { method in class:OldAndroidBufferedReaderTest
H A DOldAndroidLineNumberReaderTest.java60 Assert.assertEquals("bdfhjl\nprtvxz", skipRead(c));
100 public static String skipRead(Reader a) throws IOException { method in class:OldAndroidLineNumberReaderTest
H A DOldAndroidPushbackInputStreamTest.java52 Assert.assertEquals("bdfhjl\nprtvxz", skipRead(c));
78 public static String skipRead(InputStream a) throws IOException { method in class:OldAndroidPushbackInputStreamTest
H A DOldAndroidDataInputStreamTest.java53 Assert.assertEquals("bdfhjl\np\rtvxz", skipRead(c));
128 public static String skipRead(InputStream a) throws IOException { method in class:OldAndroidDataInputStreamTest

Completed in 243 milliseconds