Home
last modified time | relevance | path

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

12

/external/auto/value/src/test/java/com/google/auto/value/processor/
DPropertyNamesTest.java41 .forEach( in decapitalizeLikeJavaBeans() method
53 .forEach( in decapitalizeNormally() method
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSpliteratorTester.java155 <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/
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/llvm-project/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/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/llvm-project/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/
DRegularImmutableBiMap.java154 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
DIndexedImmutableSet.java41 public void forEach(Consumer<? super E> consumer) { in forEach() method in IndexedImmutableSet
DImmutableMapKeySet.java68 public void forEach(Consumer<? super K> action) { in forEach() method in ImmutableMapKeySet
DRegularImmutableAsList.java61 public void forEach(Consumer<? super E> action) { in forEach() method in RegularImmutableAsList
DJdkBackedImmutableMap.java74 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in JdkBackedImmutableMap
DSingletonImmutableBiMap.java65 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.java70 public void forEach(Consumer<? super Entry<K, V>> action) { in forEach() method in ImmutableMapEntrySet.RegularEntrySet
DMultimap.java340 default void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method
DMultiset.java458 default void forEach(Consumer<? super E> action) { in forEach() method
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
/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/flow/
DMigration.kt265 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/common/src/internal/
DLockFreeLinkedList.common.kt45 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/
DReparser.java206 private Node parseForEach(ForEachTokenNode forEach) { in parseForEach()

12