Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/io/InputStream/
DTransferTo.java142 checkTransferredContents(new byte[0]); in contents()
143 checkTransferredContents(createRandomBytes(1024, 4096)); in contents()
145 checkTransferredContents(createRandomBytes(16384, 16384)); in contents()
148 private static void checkTransferredContents(byte[] bytes) in checkTransferredContents() method in TransferTo
/libcore/ojluni/src/test/java/io/Reader/
DTransferTo.java143 checkTransferredContents(new char[0]); in contents()
144 checkTransferredContents(createRandomChars(1024, 4096)); in contents()
146 checkTransferredContents(createRandomChars(16384, 16384)); in contents()
149 private static void checkTransferredContents(char[] chars) in checkTransferredContents() method in TransferTo