Searched defs:psp (Results 1 – 4 of 4) sorted by relevance
123 final Spliterator.OfInt psp; field in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfInt164 final Spliterator.OfLong psp; field in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfLong206 final Spliterator.OfDouble psp; field in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfDouble273 …ProxyNoExactSizeSpliterator<Integer> psp = new ProxyNoExactSizeSpliterator<>(sp, proxyEstimateSize… in testSplitting() local369 …ProxyNoExactSizeSpliterator.OfInt psp = new ProxyNoExactSizeSpliterator.OfInt(sp, proxyEstimateSiz… in testIntSplitting() local462 …ProxyNoExactSizeSpliterator.OfLong psp = new ProxyNoExactSizeSpliterator.OfLong(sp, proxyEstimateS… in testLongSplitting() local555 …ProxyNoExactSizeSpliterator.OfDouble psp = new ProxyNoExactSizeSpliterator.OfDouble(sp, proxyEstim… in testDoubleSplitting() local
177 Spliterator.OfInt psp = (Spliterator.OfInt) sp; in testNullPointerException() local182 Spliterator.OfLong psp = (Spliterator.OfLong) sp; in testNullPointerException() local187 Spliterator.OfDouble psp = (Spliterator.OfDouble) sp; in testNullPointerException() local
225 Spliterator.OfInt psp = (Spliterator.OfInt) sp; in testNullPointerException() local230 Spliterator.OfLong psp = (Spliterator.OfLong) sp; in testNullPointerException() local235 Spliterator.OfDouble psp = (Spliterator.OfDouble) sp; in testNullPointerException() local