Searched defs:setValuesBad (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DArrayRangeTest.java248 void setValuesBad(Sample samp, int index, int[] valArray, method in class:ArrayRangeTest
427 setValuesBad(full, -1, new int[] {30, 31, 32, 33, 34, 35}, 0, 0);
428 setValuesBad(full, -1, new int[] {30, 31, 32, 33, 34, 35}, 0, -1);
429 setValuesBad(full, -2, new int[] {30, 31, 32, 33, 34, 35}, 0, -1);
430 setValuesBad(empty, -1, new int[] {}, 0, 0);
431 setValuesBad(empty, -2, new int[] {}, 0, 0);
434 setValuesBad(full, 6, new int[] {30, 31, 32, 33, 34, 35}, 0, 1);
435 setValuesBad(full, 6, new int[] {30, 31, 32, 33, 34, 35}, 0, -1);
436 setValuesBad(empty, 1, new int[] {4}, 0, 0);
437 setValuesBad(empt
[all...]

Completed in 30 milliseconds