Home | History | Annotate | Download | only in util

Lines Matching defs:expectedModCount

61         int pos, expectedModCount;
69 expectedModCount = list.modCount;
90 if (expectedModCount == list.modCount) {
98 expectedModCount++;
115 if (expectedModCount == list.modCount) {
132 if (expectedModCount == list.modCount) {
149 if (expectedModCount == list.modCount) {
160 expectedModCount++;
172 if (expectedModCount == list.modCount) {
189 private int expectedModCount;
199 expectedModCount = list.modCount;
209 if (expectedModCount == list.modCount) {
222 if (expectedModCount == list.modCount) {
231 expectedModCount++;