| /external/apache-commons-io/src/main/java/org/apache/commons/io/function/ |
| D | IOConsumer.java | 92 …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
|
| D | IOStreams.java | 46 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/ |
| D | SpliteratorTester.java | 160 <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/ |
| 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/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/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 | 167 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
|
| D | IndexedImmutableSet.java | 44 public void forEach(Consumer<? super E> consumer) { in forEach() method in IndexedImmutableSet
|
| D | ImmutableMapKeySet.java | 70 public void forEach(Consumer<? super K> action) { in forEach() method in ImmutableMapKeySet
|
| D | RegularImmutableAsList.java | 65 public void forEach(Consumer<? super E> action) { in forEach() method in RegularImmutableAsList
|
| D | SingletonImmutableBiMap.java | 69 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in SingletonImmutableBiMap
|
| D | ImmutableEnumSet.java | 81 public void forEach(Consumer<? super E> action) { in forEach() method in ImmutableEnumSet
|
| D | JdkBackedImmutableMap.java | 116 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in JdkBackedImmutableMap
|
| D | ImmutableEnumMap.java | 108 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in ImmutableEnumMap
|
| D | Multimap.java | 346 default void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method
|
| D | ImmutableMapEntrySet.java | 75 public void forEach(Consumer<? super Entry<K, V>> action) { in forEach() method in ImmutableMapEntrySet.RegularEntrySet
|
| D | Multiset.java | 471 default void forEach(Consumer<? super E> action) { in forEach() method
|
| /external/cronet/third_party/protobuf/js/experimental/runtime/kernel/ |
| D | storage.js | 46 forEach(callback) {} method in Storage
|
| D | binary_storage.js | 104 forEach(callback) { method in BinaryStorage
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
| D | LockFreeLinkedList.common.kt | 26 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/ |
| D | TransferListenerInvoker.java | 71 private void forEach(Consumer<TransferListener> action) { in forEach() method in TransferListenerInvoker
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/ |
| D | LinkedList.kt | 108 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/ |
| D | BufferUtils.kt | 184 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/ |
| D | HybridComponentManager.h | 95 void forEach(IterFunc func) { in forEach() function
|
| /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
|