Searched refs:followingBreaks (Results 1 – 3 of 3) sorted by relevance
1823 boolean[] followingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()1906 Arrays.fill(followingBreaks, false); in RunMonkey()1968 followingBreaks[0] = true; in RunMonkey()1981 followingBreaks[breakPos] = true; in RunMonkey()2017 } else if (followingBreaks[i] != expectedBreaks[i]) { in RunMonkey()
1826 boolean[] followingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()1909 Arrays.fill(followingBreaks, false); in RunMonkey()1971 followingBreaks[0] = true; in RunMonkey()1984 followingBreaks[breakPos] = true; in RunMonkey()2020 } else if (followingBreaks[i] != expectedBreaks[i]) { in RunMonkey()
3832 char followingBreaks[TESTSTRINGLEN*2+1]; in RunMonkey() local3953 memset(followingBreaks, 0, sizeof(followingBreaks)); in RunMonkey()3955 followingBreaks[0] = 1; in RunMonkey()3968 followingBreaks[breakPos] = 1; in RunMonkey()4006 } else if (followingBreaks[i] != expectedBreaks[i]) { in RunMonkey()