Searched defs:recorder (Results 1 – 11 of 11) 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
226 PrimitiveIntArrayList recorder = new PrimitiveIntArrayList(16); in test_spliterator_int() local256 PrimitiveIntArrayList recorder = new PrimitiveIntArrayList(4); in test_spliterator_intOffsetBasic() local269 PrimitiveLongArrayList recorder = new PrimitiveLongArrayList(4); in test_spliterator_longOffsetBasic() local282 PrimitiveDoubleArrayList recorder = new PrimitiveDoubleArrayList(4); in test_spliterator_doubleOffsetBasic() local302 PrimitiveLongArrayList recorder = new PrimitiveLongArrayList(16); in test_spliterator_long() local339 PrimitiveDoubleArrayList recorder = new PrimitiveDoubleArrayList(16); in test_spliterator_double() local596 PrimitiveIntArrayList recorder = new PrimitiveIntArrayList(16); in test_spliterator_intPrimitiveIterator() local630 PrimitiveIntArrayList recorder = new PrimitiveIntArrayList(16); in test_spliterator_intPrimitiveIterator_unsized() local667 PrimitiveLongArrayList recorder = new PrimitiveLongArrayList(16); in test_spliterator_longPrimitiveIterator() local701 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
54 IntConsumer recorder = value -> reference.set(value);; in testIfPresent() local
56 DoubleConsumer recorder = value -> reference.set(value); in testIfPresent() local
59 LongConsumer recorder = (long value) -> reference.set(value); in testIfPresent() local
298 final Recorder recorder = new Recorder(); in test() local
89 StackRecorderUtil recorder; field in StackWalkTest
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