Searched defs:paddedPartition (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DIterables.java562 public static <T> Iterable<List<T>> paddedPartition( method in class:Iterables
569 return Iterators.paddedPartition(iterable.iterator(), size);
H A DIterators.java602 public static <T> UnmodifiableIterator<List<T>> paddedPartition( method in class:Iterators
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterables.java544 public static <T> Iterable<List<T>> paddedPartition( method in class:Iterables
551 return Iterators.paddedPartition(iterable.iterator(), size);
H A DIterators.java584 public static <T> UnmodifiableIterator<List<T>> paddedPartition( method in class:Iterators
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 271 milliseconds