Searched refs:doBoundsTest (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/io/ByteArrayOutputStream/ |
D | Write.java | 43 private static void doBoundsTest(byte[] b, int off, int len, in doBoundsTest() method in Write 87 doBoundsTest(array1, 0, Integer.MAX_VALUE , y1); in boundsTest() 88 doBoundsTest(array1, 0, array1.length+100, y1); in boundsTest() 89 doBoundsTest(array1, -1, 2, y1); in boundsTest() 90 doBoundsTest(array1, 0, -1, y1); in boundsTest() 91 doBoundsTest(null, 0, 2, y1); in boundsTest()
|