Searched defs:iterators (Results 1 - 25 of 28) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
H A DIterables.java48 * produced in this class are <i>lazy</i>, which means that their iterators
374 * Returns an iterable whose iterators cycle indefinitely over the elements of
404 * Returns an iterable whose iterators cycle indefinitely over the provided
428 * in {@code b}. The source iterators are not polled until necessary.
442 * iterators are not polled until necessary.
456 * the elements in {@code d}. The source iterators are not polled until
471 * {@code inputs}. The input iterators are not polled until necessary.
485 * {@code inputs}. The input iterators are not polled until necessary.
490 * iterators is null.
498 return Iterators.concat(iterators(input
506 private static <T> Iterator<Iterator<? extends T>> iterators( method in class:Iterables
[all...]
H A DIterators.java56 * <p><i>Performance notes:</i> Unless otherwise noted, all of the iterators
258 * Determines whether two iterators contain equal elements in the same order.
264 * <p>Note that this will modify the supplied iterators, since they will have
440 * Combines two iterators into a single iterator. The returned iterator
442 * {@code b}. The source iterators are not polled until necessary.
448 * concatenated iterators, i.e. the following should be avoided when in a loop:
458 * Combines three iterators into a single iterator. The returned iterator
460 * {@code b}, followed by the elements in {@code c}. The source iterators
467 * concatenated iterators, i.e. the following should be avoided when in a loop:
477 * Combines four iterators int
1254 mergeSorted( Iterable<? extends Iterator<? extends T>> iterators, Comparator<? super T> comparator) argument
1275 MergingIterator(Iterable<? extends Iterator<? extends T>> iterators, final Comparator<? super T> itemComparator) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterables.java46 * produced in this class are <i>lazy</i>, which means that their iterators
357 * Returns an iterable whose iterators cycle indefinitely over the elements of
387 * Returns an iterable whose iterators cycle indefinitely over the provided
411 * in {@code b}. The source iterators are not polled until necessary.
425 * iterators are not polled until necessary.
439 * the elements in {@code d}. The source iterators are not polled until
454 * {@code inputs}. The input iterators are not polled until necessary.
468 * {@code inputs}. The input iterators are not polled until necessary.
473 * iterators is null.
481 return Iterators.concat(iterators(input
489 private static <T> Iterator<Iterator<? extends T>> iterators( method in class:Iterables
[all...]
H A DIterators.java54 * <p><i>Performance notes:</i> Unless otherwise noted, all of the iterators
256 * Determines whether two iterators contain equal elements in the same order.
262 * <p>Note that this will modify the supplied iterators, since they will have
422 * Combines two iterators into a single iterator. The returned iterator
424 * {@code b}. The source iterators are not polled until necessary.
430 * concatenated iterators, i.e. the following should be avoided when in a loop:
440 * Combines three iterators into a single iterator. The returned iterator
442 * {@code b}, followed by the elements in {@code c}. The source iterators
449 * concatenated iterators, i.e. the following should be avoided when in a loop:
459 * Combines four iterators int
1219 mergeSorted( Iterable<? extends Iterator<? extends T>> iterators, Comparator<? super T> comparator) argument
1240 MergingIterator(Iterable<? extends Iterator<? extends T>> iterators, final Comparator<? super T> itemComparator) argument
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_xml_etree.py979 def iterators(): function
981 Test iterators.
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h254 // bidirectional iterators for this to work.
265 /// An iterator adaptor that filters the elements of given inner iterators.
362 std::tuple<Iters...> iterators; member in class:llvm::detail::zip_first
366 return value_type(*std::get<Ns>(iterators)...);
369 template <size_t... Ns> decltype(iterators) tup_inc(index_sequence<Ns...>) {
370 return std::tuple<Iters...>(std::next(std::get<Ns>(iterators))...);
376 void operator++() { iterators = tup_inc(index_sequence_for<Iters...>{}); }
379 return std::get<0>(iterators) != std::get<0>(other.iterators);
381 zip_first(Iters &&... ts) : iterators(st
[all...]
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
H A Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/python/cpython2/Lib/email/test/
H A Dtest_email_renamed.py31 from email import iterators namespace
1362 iterators._structure(msg, sfp)
1380 iterators._structure(msg, sfp)
2149 'header', 'iterators', 'message', 'message_from_file',
2349 iterators._structure(msg, sfp)
2392 it = iterators.body_line_iterator(msg)
2398 it = iterators.body_line_iterator(msg)
2410 it = iterators.typed_subpart_iterator(msg, 'text')
2427 it = iterators.typed_subpart_iterator(msg, 'text', 'plain')
/external/python/cpython3/Lib/test/test_email/
H A Dtest_email.py39 from email import iterators namespace
2006 iterators._structure(msg, sfp)
2024 iterators._structure(msg, sfp)
2934 'generator', 'header', 'iterators', 'message',
3279 iterators._structure(msg, sfp)
3392 it = iterators.body_line_iterator(msg)
3398 it = iterators.body_line_iterator(msg)
3407 it = iterators.typed_subpart_iterator(msg, 'text')
3424 it = iterators.typed_subpart_iterator(msg, 'text', 'plain')
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/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/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 4748 milliseconds

12