Home
last modified time | relevance | path

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

12

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSpliteratorTester.java60 <E> void forEach(Spliterator<E> spliterator, Consumer<? super E> consumer) { in forEach() method
66 <E> void forEach(Spliterator<E> spliterator, Consumer<? super E> consumer) { in forEach() method
74 <E> void forEach(Spliterator<E> spliterator, Consumer<? super E> consumer) { in forEach() method
94 <E> void forEach(Spliterator<E> spliterator, Consumer<? super E> consumer) { in forEach() method
104 abstract <E> void forEach(Spliterator<E> spliterator, Consumer<? super E> consumer); in forEach() method in SpliteratorTester.SpliteratorDecompositionStrategy
/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/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/guava/guava/src/com/google/common/collect/
DCompactLinkedHashMap.java196 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in CompactLinkedHashMap
235 public void forEach(Consumer<? super K> action) { in createKeySet() method in CompactLinkedHashMap.KeySetImpl
265 public void forEach(Consumer<? super V> action) { in createValues() method in CompactLinkedHashMap.ValuesImpl
DRegularImmutableBiMap.java155 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in RegularImmutableBiMap
206 public void forEach(BiConsumer<? super V, ? super K> action) { in forEach() method in RegularImmutableBiMap.Inverse
260 public void forEach(Consumer<? super Entry<V, K>> action) { in forEach() method in RegularImmutableBiMap.Inverse.InverseEntrySet
DIndexedImmutableSet.java41 public void forEach(Consumer<? super E> consumer) { in forEach() method in IndexedImmutableSet
DRegularImmutableAsList.java61 public void forEach(Consumer<? super E> action) { in forEach() method in RegularImmutableAsList
DImmutableMapKeySet.java68 public void forEach(Consumer<? super K> action) { in forEach() method in ImmutableMapKeySet
DJdkBackedImmutableMap.java74 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in JdkBackedImmutableMap
DSingletonImmutableBiMap.java64 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in SingletonImmutableBiMap
DImmutableEnumSet.java77 public void forEach(Consumer<? super E> action) { in forEach() method in ImmutableEnumSet
DImmutableEnumMap.java103 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in ImmutableEnumMap
DImmutableMapEntrySet.java71 public void forEach(Consumer<? super Entry<K, V>> action) { in forEach() method in ImmutableMapEntrySet.RegularEntrySet
DMultimap.java338 default void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method
DMultiset.java458 default void forEach(Consumer<? super E> action) { in forEach() method
DCompactLinkedHashSet.java227 public void forEach(Consumer<? super E> action) { in forEach() method in CompactLinkedHashSet
DCollections2.java186 public void forEach(Consumer<? super E> action) { in forEach() method in Collections2.FilteredCollection
294 public void forEach(Consumer<? super T> action) { in forEach() method in Collections2.TransformedCollection
DIterables.java105 public void forEach(Consumer<? super T> action) { in forEach() method in Iterables.UnmodifiableIterable
DImmutableSortedMap.java582 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in ImmutableSortedMap
622 public void forEach(Consumer<? super Entry<K, V>> action) { in createEntrySet() method in ImmutableSortedMap.EntrySet
/external/opencensus-java/contrib/log_correlation/log4j2/src/main/java/io/opencensus/contrib/logcorrelation/log4j2/
DContextDataUtils.java173 public <V> void forEach(BiConsumer<String, ? super V> action) { in forEach() method in ContextDataUtils.UnmodifiableReadOnlyStringMap
181 public <V, S> void forEach(TriConsumer<String, ? super V, S> action, S state) { in forEach() method in ContextDataUtils.UnmodifiableReadOnlyStringMap
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLockFreeLinkedList.common.kt41 public inline fun <reified T : LockFreeLinkedListNode> forEach(block: (T) -> Unit) in addLast() method in kotlinx.coroutines.internal.LockFreeLinkedListHead
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DMigration.kt275 public fun <T> Flow<T>.forEach(action: suspend (value: T) -> Unit): Unit = noImpl() in <lambda>() method
/external/protobuf/js/
Dmap.js330 jspb.Map.prototype.forEach = function(cb, opt_thisArg) { method in jspb.Map
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
DLinkedList.kt148 public inline fun <reified T : Node> forEach(block: (T) -> Unit) { in complete() method in kotlinx.coroutines.internal.LinkedListHead
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
DLinkedList.kt150 public inline fun <reified T : Node> forEach(block: (T) -> Unit) { in complete() method in kotlinx.coroutines.internal.LinkedListHead

12