HomeSort by relevance Sort by last modified time
    Searched full:spl1 (Results 1 - 4 of 4) sorted by null

  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
SpliteratorTestHelper.java 302 Spliterator<T> spl1, spl2, spl3; local
307 spl1 = spl2.trySplit();
308 if (spl1 != null) {
309 spl1.tryAdvance(b);
310 spl1.forEachRemaining(b);
634 Spliterator<U> spl1, spl2, spl3; local
639 spl1 = spl2.trySplit();
640 if (spl1 != null) {
641 spl1.tryAdvance(b);
642 spl1.forEachRemaining(b)
658 Spliterator.OfInt spl1, spl2, spl3; local
681 Spliterator.OfLong spl1, spl2, spl3; local
705 Spliterator.OfDouble spl1, spl2, spl3; local
    [all...]
  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
SpliteratorTestHelper.java 302 Spliterator<T> spl1, spl2, spl3; local
307 spl1 = spl2.trySplit();
308 if (spl1 != null) {
309 spl1.tryAdvance(b);
310 spl1.forEachRemaining(b);
634 Spliterator<U> spl1, spl2, spl3; local
639 spl1 = spl2.trySplit();
640 if (spl1 != null) {
641 spl1.tryAdvance(b);
642 spl1.forEachRemaining(b)
658 Spliterator.OfInt spl1, spl2, spl3; local
681 Spliterator.OfLong spl1, spl2, spl3; local
705 Spliterator.OfDouble spl1, spl2, spl3; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 76 /* {SPL0, SPL1, SPL2, SPL3, CPL1, CPL2, CPL2, CPL2} , SPL0: Simple Profile@Level0 , CPL1: Core Profile@Level1 */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 71 /* {SPL0, SPL1, SPL2, SPL3, CPL1, CPL2, CPL2, CPL2} , SPL0: Simple Profile@Level0, CPL1: Core Profile@Level1, the last two are redundant for easy table manipulation */
    [all...]

Completed in 288 milliseconds