Searched refs:expectedTag1 (Results 1 – 1 of 1) sorted by relevance
166 long expectedTag1 = (i * 2) + 1; in stress() local167 if (Main.getTag(saved[i]) != expectedTag1) { in stress()169 + expectedTag1 + " got " + Main.getTag(saved[i])); in stress()171 if (getTag2(saved[i]) != 1 + expectedTag1) { in stress()173 + (expectedTag1 + 1) + " got " + getTag2(saved[i])); in stress()175 if (Arrays.binarySearch(freedTags1, expectedTag1) >= 0) { in stress()177 + expectedTag1); in stress()179 if (Arrays.binarySearch(freedTags2, expectedTag1 + 1) >= 0) { in stress()181 + (expectedTag1 + 1)); in stress()