Home
last modified time | relevance | path

Searched defs:trySplit (Results 1 – 8 of 8) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSpliteratorTester.java71 abstract GeneralSpliterator<E> trySplit(); in trySplit() method in SpliteratorTester.GeneralSpliterator
110 @Nullable GeneralSpliterator<E> trySplit() { in trySplit() method in SpliteratorTester.GeneralSpliteratorOfObject
147 @Nullable GeneralSpliterator<E> trySplit() { in trySplit() method in SpliteratorTester.GeneralSpliteratorOfPrimitive
214 GeneralSpliterator<E> trySplit = spliterator.trySplit(); in trySplitTestingSize() local
/external/guava/guava/src/com/google/common/collect/
DCollectSpliterators.java77 public Spliterator<T> trySplit() { in indexed() method in CollectSpliterators.WithCharacteristics
133 public Spliterator<OutElementT> trySplit() { in map() method in CollectSpliterators
/external/apache-commons-io/src/main/java/org/apache/commons/io/function/
DUncheckedIOSpliterator.java79 public Spliterator<T> trySplit() { in trySplit() method in UncheckedIOSpliterator
DIOSpliterator.java132 default IOSpliterator<T> trySplit() { in trySplit() method
/external/apache-commons-io/src/test/java/org/apache/commons/io/function/
DIOSpliteratorTest.java133 final IOSpliterator<Path> trySplit = spliterator.trySplit(); in testTrySplit() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1700 unsigned RAGreedy::trySplit(const LiveInterval &VirtReg, AllocationOrder &Order, in trySplit() function in RAGreedy
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1952 unsigned RAGreedy::trySplit(LiveInterval &VirtReg, AllocationOrder &Order, in trySplit() function in RAGreedy
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2460 unsigned RAGreedy::trySplit(LiveInterval &VirtReg, AllocationOrder &Order, in trySplit() function in RAGreedy