Searched defs:recorder (Results 1 – 9 of 9) sorted by relevance
94 final ArrayList<Integer> recorder = new ArrayList<>(); in testIntIterator_forEachRemaining_Consumer() local111 final ArrayList<Integer> recorder = new ArrayList<>(); in testIntIterator_forEachRemaining_boxedConsumer() local141 final ArrayList<Long> recorder = new ArrayList<>(); in testLongIterator_forEachRemaining_Consumer() local158 final ArrayList<Long> recorder = new ArrayList<>(); in testLongIterator_forEachRemaining_boxedConsumer() local188 final ArrayList<Double> recorder = new ArrayList<>(); in testDoubleIterator_forEachRemaining_Consumer() local205 final ArrayList<Double> recorder = new ArrayList<>(); in testDoubleIterator_forEachRemaining_boxedConsumer() local
222 PrimitiveIntArrayList recorder = new PrimitiveIntArrayList(16); in test_spliterator_int() local252 PrimitiveIntArrayList recorder = new PrimitiveIntArrayList(4); in test_spliterator_intOffsetBasic() local265 PrimitiveLongArrayList recorder = new PrimitiveLongArrayList(4); in test_spliterator_longOffsetBasic() local278 PrimitiveDoubleArrayList recorder = new PrimitiveDoubleArrayList(4); in test_spliterator_doubleOffsetBasic() local298 PrimitiveLongArrayList recorder = new PrimitiveLongArrayList(16); in test_spliterator_long() local335 PrimitiveDoubleArrayList recorder = new PrimitiveDoubleArrayList(16); in test_spliterator_double() local592 PrimitiveIntArrayList recorder = new PrimitiveIntArrayList(16); in test_spliterator_intPrimitiveIterator() local626 PrimitiveIntArrayList recorder = new PrimitiveIntArrayList(16); in test_spliterator_intPrimitiveIterator_unsized() local663 PrimitiveLongArrayList recorder = new PrimitiveLongArrayList(16); in test_spliterator_longPrimitiveIterator() local697 PrimitiveLongArrayList recorder = new PrimitiveLongArrayList(16); in test_spliterator_longPrimitiveIterator_unsized() local[all …]
55 ArrayList<T> recorder = new ArrayList<>(); in test_forEachRemaining_list() local71 ArrayList<T> recorder = new ArrayList<>(); in test_forEachRemaining() local
45 List<T> recorder = new ArrayList<T>(expectedElements.size()); in runBasicIterationTests() local63 ArrayList<T> recorder = new ArrayList<T>(expectedElements.size()); in runBasicIterationTests_unordered() local86 Spliterator<T> spliterator, ArrayList<T> recorder) { in recordAndAssertBasicIteration()120 ArrayList<T> recorder = new ArrayList<>(); in runBasicSplitTests() local
56 DoubleConsumer recorder = value -> reference.set(value); in testIfPresent() local
54 LongConsumer recorder = (long value) -> reference.set(value); in testIfPresent() local
54 IntConsumer recorder = value -> reference.set(value);; in testIfPresent() local
38 private RecordingPolicy recorder = new RecordingPolicy(); field in BlockGuardTest
4238 ArrayList<String> recorder = new ArrayList<>(); in test_spliterator_ref() local4263 ArrayList<String> recorder = new ArrayList<>(); in test_spliterator_ref_bounds() local4336 PrimitiveIntArrayList recorder = new PrimitiveIntArrayList(16); in test_spliterator_int() local4366 PrimitiveIntArrayList recorder = new PrimitiveIntArrayList(4); in test_spliterator_intOffsetBasic() local4379 PrimitiveLongArrayList recorder = new PrimitiveLongArrayList(4); in test_spliterator_longOffsetBasic() local4392 PrimitiveDoubleArrayList recorder = new PrimitiveDoubleArrayList(4); in test_spliterator_doubleOffsetBasic() local4413 PrimitiveLongArrayList recorder = new PrimitiveLongArrayList(16); in test_spliterator_long() local4452 PrimitiveDoubleArrayList recorder = new PrimitiveDoubleArrayList(16); in test_spliterator_double() local