Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/
DBase64Test.java904 int[] writeLengths = { -10, -5, -1, 0, 1, 1, 2, 2, 3, 10, 100 }; in checkRoundTrip_wrapInputStream() local
939 int l = writeLengths[random.nextInt(writeLengths.length)]; in checkRoundTrip_wrapInputStream()
1013 int[] writeLengths = { -10, -5, -1, 0, 1, 1, 2, 2, 3, 10, 100 }; in checkWrapOutputStreamConsistentWithEncode()
1016 int l = writeLengths[random.nextInt(writeLengths.length)]; in checkWrapOutputStreamConsistentWithEncode()