Home
last modified time | relevance | path

Searched defs:forEach (Results 1 – 25 of 69) sorted by relevance

123

/external/apache-commons-io/src/main/java/org/apache/commons/io/function/
DIOConsumer.java92 …static <T> void forEach(final Iterable<T> iterable, final IOConsumer<T> action) throws IOException… in forEach() method
105 static <T> void forEach(final Stream<T> stream, final IOConsumer<T> action) throws IOException { in forEach() method
118 static <T> void forEach(final T[] array, final IOConsumer<T> action) throws IOException { in forEach() method
DIOStreams.java46 static <T> void forEach(final Stream<T> stream, final IOConsumer<T> action) throws IOException { in forEach() method in IOStreams
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSpliteratorTester.java160 <E> void forEach(GeneralSpliterator<E> spliterator, Consumer<? super E> consumer) { in forEach() method
166 <E> void forEach(GeneralSpliterator<E> spliterator, Consumer<? super E> consumer) { in forEach() method
174 <E> void forEach(GeneralSpliterator<E> spliterator, Consumer<? super E> consumer) { in forEach() method
194 <E> void forEach(GeneralSpliterator<E> spliterator, Consumer<? super E> consumer) { in forEach() method
204 abstract <E> void forEach(GeneralSpliterator<E> spliterator, Consumer<? super E> consumer); in forEach() method in SpliteratorTester.SpliteratorDecompositionStrategy
/external/clang/tools/scan-build-py/libscanbuild/resources/
Dsorttable.js449 Array.forEach = function(array, block, context) { function
457 Function.prototype.forEach = function(object, block, context) { function
466 String.forEach = function(string, block, context) { function
/external/clang/tools/scan-build/share/scan-build/
Dsorttable.js449 Array.forEach = function(array, block, context) { function
457 Function.prototype.forEach = function(object, block, context) { function
466 String.forEach = function(string, block, context) { function
/external/libchrome/base/android/java/src/org/chromium/base/
DCollectionUtil.java86 public static <T> void forEach(Collection<? extends T> collection, Callback<T> worker) { in forEach() method in CollectionUtil
93 public static <K, V> void forEach( in forEach() method in CollectionUtil
/external/guava/guava/src/com/google/common/collect/
DRegularImmutableBiMap.java167 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in RegularImmutableBiMap
218 public void forEach(BiConsumer<? super V, ? super K> action) { in forEach() method in RegularImmutableBiMap.Inverse
272 public void forEach(Consumer<? super Entry<V, K>> action) { in forEach() method in RegularImmutableBiMap.Inverse.InverseEntrySet
DIndexedImmutableSet.java44 public void forEach(Consumer<? super E> consumer) { in forEach() method in IndexedImmutableSet
DImmutableMapKeySet.java70 public void forEach(Consumer<? super K> action) { in forEach() method in ImmutableMapKeySet
DRegularImmutableAsList.java65 public void forEach(Consumer<? super E> action) { in forEach() method in RegularImmutableAsList
DSingletonImmutableBiMap.java69 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in SingletonImmutableBiMap
DImmutableEnumSet.java81 public void forEach(Consumer<? super E> action) { in forEach() method in ImmutableEnumSet
DJdkBackedImmutableMap.java116 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in JdkBackedImmutableMap
DImmutableEnumMap.java108 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in ImmutableEnumMap
DMultimap.java346 default void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method
DImmutableMapEntrySet.java75 public void forEach(Consumer<? super Entry<K, V>> action) { in forEach() method in ImmutableMapEntrySet.RegularEntrySet
DMultiset.java471 default void forEach(Consumer<? super E> action) { in forEach() method
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dstorage.js46 forEach(callback) {} method in Storage
Dbinary_storage.js104 forEach(callback) { method in BinaryStorage
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLockFreeLinkedList.common.kt26 public inline fun <reified T : LockFreeLinkedListNode> forEach(block: (T) -> Unit) in addLast() method in kotlinx.coroutines.internal.LockFreeLinkedListHead
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/internal/progress/
DTransferListenerInvoker.java71 private void forEach(Consumer<TransferListener> action) { in forEach() method in TransferListenerInvoker
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
DLinkedList.kt108 public inline fun <reified T : Node> forEach(block: (T) -> Unit) { in forEach() method in kotlinx.coroutines.internal.LinkedListHead
/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
DBufferUtils.kt184 fun forEach(restriction: Range2d?, work: (Int, Int) -> (Unit)) { in plus() method
232 fun forEach(restriction: Range2d?, work: (Int, Int) -> (Unit)) { in indexOfVector() method
/external/mesa3d/src/gfxstream/guest/android-emu/aemu/base/containers/
DHybridComponentManager.h95 void forEach(IterFunc func) { in forEach() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DMigration.kt265 public fun <T> Flow<T>.forEach(action: suspend (value: T) -> Unit): Unit = noImpl() in <lambda>() method

123