Searched refs:testSet (Results 1 – 11 of 11) sorted by relevance
123 testSet(); in main()181 BitSet testSet = new BitSet(); in testNextSetBit() local189 testSet.set(nextBitToSet); in testNextSetBit()194 for(int x=testSet.nextSetBit(0); x>=0; x=testSet.nextSetBit(x+1)) { in testNextSetBit()199 checkSanity(testSet); in testNextSetBit()253 BitSet testSet = new BitSet(); in testSetGetClearFlip() local264 testSet.set(nextBitToSet); in testSetGetClearFlip()269 if (testSet.get(x) != history.contains(new Integer(x))) in testSetGetClearFlip()277 testSet.clear(setBit.intValue()); in testSetGetClearFlip()282 if (testSet.get(x)) in testSetGetClearFlip()[all …]
253 Set<BaseStreamTestScenario> testSet = new HashSet<>(); field in OpTestCase.ExerciseDataStreamBuilder279 testSet.addAll(testScenarios.get(shape)); in ExerciseDataStreamBuilder()335 testSet.remove(ts); in without()339 if (testSet.isEmpty()) { in without()351 testSet = new HashSet<>(); in with()355 testSet.add(ts); in with()359 if (testSet.isEmpty()) { in with()390 for (BaseStreamTestScenario test : testSet) { in exercise()
254 Set<BaseStreamTestScenario> testSet = new HashSet<>(); field in OpTestCase.ExerciseDataStreamBuilder280 testSet.addAll(testScenarios.get(shape)); in ExerciseDataStreamBuilder()336 testSet.remove(ts); in without()340 if (testSet.isEmpty()) { in without()352 testSet = new HashSet<>(); in with()356 testSet.add(ts); in with()360 if (testSet.isEmpty()) { in with()391 for (BaseStreamTestScenario test : testSet) { in exercise()
129 public void testSet(int size, int[] hashes) { in testSet() method in TreeBinAssert
112 public void testSet() { in testSet() method in SocketTaggerTest
173 public void testSet() { in testSet() method in OldListIteratorTest
78 public void testSet() { in testSet() method in ConcurrentModTest
449 public void testSet() { in testSet() method in CopyOnWriteArrayListTest
327 public void testSet() throws Exception { in testSet() method in FutureTaskTest
411 public void testSet() { in testSet() method in CopyOnWriteArrayListTest
304 public void testSet() throws Exception { in testSet() method in FutureTaskTest