/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SpliteratorTester.java | 155 <E> void forEach(GeneralSpliterator<E> spliterator, Consumer<? super E> consumer) { in forEach() method 161 <E> void forEach(GeneralSpliterator<E> spliterator, Consumer<? super E> consumer) { in forEach() method 169 <E> void forEach(GeneralSpliterator<E> spliterator, Consumer<? super E> consumer) { in forEach() method 189 <E> void forEach(GeneralSpliterator<E> spliterator, Consumer<? super E> consumer) { in forEach() method 199 abstract <E> void forEach(GeneralSpliterator<E> spliterator, Consumer<? super E> consumer); in forEach() method in SpliteratorTester.SpliteratorDecompositionStrategy
|
/external/clang/tools/scan-build/share/scan-build/ |
D | sorttable.js | 449 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/ |
D | sorttable.js | 449 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/ |
D | CollectionUtil.java | 86 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/ |
D | RegularImmutableBiMap.java | 160 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in RegularImmutableBiMap 211 public void forEach(BiConsumer<? super V, ? super K> action) { in forEach() method in RegularImmutableBiMap.Inverse 265 public void forEach(Consumer<? super Entry<V, K>> action) { in forEach() method in RegularImmutableBiMap.Inverse.InverseEntrySet
|
D | IndexedImmutableSet.java | 43 public void forEach(Consumer<? super E> consumer) { in forEach() method in IndexedImmutableSet
|
D | ImmutableMapKeySet.java | 69 public void forEach(Consumer<? super K> action) { in forEach() method in ImmutableMapKeySet
|
D | RegularImmutableAsList.java | 64 public void forEach(Consumer<? super E> action) { in forEach() method in RegularImmutableAsList
|
D | JdkBackedImmutableMap.java | 79 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in JdkBackedImmutableMap
|
D | SingletonImmutableBiMap.java | 67 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in SingletonImmutableBiMap
|
D | ImmutableEnumSet.java | 79 public void forEach(Consumer<? super E> action) { in forEach() method in ImmutableEnumSet
|
D | ImmutableEnumMap.java | 105 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in ImmutableEnumMap
|
D | Multimap.java | 344 default void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method
|
D | ImmutableMapEntrySet.java | 72 public void forEach(Consumer<? super Entry<K, V>> action) { in forEach() method in ImmutableMapEntrySet.RegularEntrySet
|
D | Multiset.java | 465 default void forEach(Consumer<? super E> action) { in forEach() method
|
D | Collections2.java | 190 public void forEach(Consumer<? super E> action) { in forEach() method in Collections2.FilteredCollection 300 public void forEach(Consumer<? super T> action) { in forEach() method in Collections2.TransformedCollection
|
D | Iterables.java | 109 public void forEach(Consumer<? super T> action) { in forEach() method in Iterables.UnmodifiableIterable
|
D | ImmutableSet.java | 371 public void forEach(Consumer<? super E> consumer) { in forEach() method in ImmutableSet.Indexed
|
D | RegularImmutableSortedSet.java | 87 public void forEach(Consumer<? super E> action) { in forEach() method in RegularImmutableSortedSet
|
/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/ |
D | BufferUtils.kt | 184 fun forEach(restriction: Range2d?, work: (Int, Int) -> (Unit)) { in plus() method in com.google.android.renderscript_test.Vector2dArray 232 fun forEach(restriction: Range2d?, work: (Int, Int) -> (Unit)) { in indexOfVector() method in com.google.android.renderscript_test.FloatVector2dArray
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/ |
D | Migration.kt | 265 public fun <T> Flow<T>.forEach(action: suspend (value: T) -> Unit): Unit = noImpl() in <lambda>() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
D | LockFreeLinkedList.common.kt | 45 public inline fun <reified T : LockFreeLinkedListNode> forEach(block: (T) -> Unit) in addLast() method in kotlinx.coroutines.internal.LockFreeLinkedListHead
|
/external/protobuf/js/ |
D | map.js | 330 jspb.Map.prototype.forEach = function(cb, opt_thisArg) { method in jspb.Map
|
/external/escapevelocity/src/main/java/com/google/escapevelocity/ |
D | Reparser.java | 206 private Node parseForEach(ForEachTokenNode forEach) { in parseForEach()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/ |
D | LinkedList.kt | 171 public inline fun <reified T : Node> forEach(block: (T) -> Unit) { in forEach() method in kotlinx.coroutines.internal.LinkedListHead
|