Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/io/
DMultiInputStreamTest.java48 final ByteSource source = newByteSource(0, 50); in testOnlyOneOpen()
74 sources.add(newByteSource(start, span)); in joinHelper()
78 assertTrue(newByteSource(0, start).contentEquals(joined)); in joinHelper()
82 ByteSource source = newByteSource(0, 10); in testReadSingleByte()
136 private static ByteSource newByteSource(final int start, final int size) { in newByteSource() method in MultiInputStreamTest
/external/guava/guava-tests/test/com/google/common/io/
DMultiInputStreamTest.java48 final ByteSource source = newByteSource(0, 50); in testOnlyOneOpen()
74 sources.add(newByteSource(start, span)); in joinHelper()
78 assertTrue(newByteSource(0, start).contentEquals(joined)); in joinHelper()
82 ByteSource source = newByteSource(0, 10); in testReadSingleByte()
136 private static ByteSource newByteSource(final int start, final int size) { in newByteSource() method in MultiInputStreamTest