Searched refs:followingBreaks (Results 1 – 3 of 3) sorted by relevance
1665 boolean[] followingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()1747 Arrays.fill(followingBreaks, false); in RunMonkey()1809 followingBreaks[0] = true; in RunMonkey()1822 followingBreaks[breakPos] = true; in RunMonkey()1858 } else if (followingBreaks[i] != expectedBreaks[i]) { in RunMonkey()
1669 boolean[] followingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()1751 Arrays.fill(followingBreaks, false); in RunMonkey()1813 followingBreaks[0] = true; in RunMonkey()1826 followingBreaks[breakPos] = true; in RunMonkey()1862 } else if (followingBreaks[i] != expectedBreaks[i]) { in RunMonkey()
4133 char followingBreaks[TESTSTRINGLEN*2+1]; in RunMonkey() local4248 memset(followingBreaks, 0, sizeof(followingBreaks)); in RunMonkey()4250 followingBreaks[0] = 1; in RunMonkey()4263 followingBreaks[breakPos] = 1; in RunMonkey()4301 } else if (followingBreaks[i] != expectedBreaks[i]) { in RunMonkey()