/external/auto/value/src/test/java/com/google/auto/value/processor/ |
D | PropertyNamesTest.java | 41 .forEach( in decapitalizeLikeJavaBeans() method 53 .forEach( in decapitalizeNormally() method
|
/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/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/llvm-project/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/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/llvm-project/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/guava/guava/src/com/google/common/collect/ |
D | RegularImmutableBiMap.java | 154 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in RegularImmutableBiMap 205 public void forEach(BiConsumer<? super V, ? super K> action) { in forEach() method in RegularImmutableBiMap.Inverse 258 public void forEach(Consumer<? super Entry<V, K>> action) { in forEach() method in RegularImmutableBiMap.Inverse.InverseEntrySet
|
D | IndexedImmutableSet.java | 41 public void forEach(Consumer<? super E> consumer) { in forEach() method in IndexedImmutableSet
|
D | ImmutableMapKeySet.java | 68 public void forEach(Consumer<? super K> action) { in forEach() method in ImmutableMapKeySet
|
D | RegularImmutableAsList.java | 61 public void forEach(Consumer<? super E> action) { in forEach() method in RegularImmutableAsList
|
D | JdkBackedImmutableMap.java | 74 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in JdkBackedImmutableMap
|
D | SingletonImmutableBiMap.java | 65 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in SingletonImmutableBiMap
|
D | ImmutableEnumSet.java | 77 public void forEach(Consumer<? super E> action) { in forEach() method in ImmutableEnumSet
|
D | ImmutableEnumMap.java | 103 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in ImmutableEnumMap
|
D | ImmutableMapEntrySet.java | 70 public void forEach(Consumer<? super Entry<K, V>> action) { in forEach() method in ImmutableMapEntrySet.RegularEntrySet
|
D | Multimap.java | 340 default void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method
|
D | Multiset.java | 458 default void forEach(Consumer<? super E> action) { in forEach() method
|
D | Collections2.java | 186 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
|
D | Iterables.java | 105 public void forEach(Consumer<? super T> action) { in forEach() method in Iterables.UnmodifiableIterable
|
/external/opencensus-java/contrib/log_correlation/log4j2/src/main/java/io/opencensus/contrib/logcorrelation/log4j2/ |
D | ContextDataUtils.java | 173 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/flow/ |
D | Migration.kt | 265 public fun <T> Flow<T>.forEach(action: suspend (value: T) -> Unit): Unit = noImpl() in <lambda>() method
|
/external/protobuf/js/ |
D | map.js | 330 jspb.Map.prototype.forEach = function(cb, opt_thisArg) { method in jspb.Map
|
/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/escapevelocity/src/main/java/com/google/escapevelocity/ |
D | Reparser.java | 206 private Node parseForEach(ForEachTokenNode forEach) { in parseForEach()
|