Home
last modified time | relevance | path

Searched refs:tenMillionEmptySources (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/io/
DMultiInputStreamTest.java123 assertEquals(-1, tenMillionEmptySources().read()); in testReadSingle_noStackOverflow()
129 assertEquals(-1, tenMillionEmptySources().read(new byte[1])); in testReadArray_noStackOverflow()
132 private static MultiInputStream tenMillionEmptySources() throws IOException { in tenMillionEmptySources() method in MultiInputStreamTest
/external/guava/guava-tests/test/com/google/common/io/
DMultiInputStreamTest.java123 assertEquals(-1, tenMillionEmptySources().read()); in testReadSingle_noStackOverflow()
129 assertEquals(-1, tenMillionEmptySources().read(new byte[1])); in testReadArray_noStackOverflow()
132 private static MultiInputStream tenMillionEmptySources() throws IOException { in tenMillionEmptySources() method in MultiInputStreamTest