Home
last modified time | relevance | path

Searched defs:entrySet (Results 1 – 25 of 1642) sorted by relevance

12345678910>>...66

/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DMapInterfaceTest.java176 Set<Entry<K, V>> entrySet = map.entrySet(); in assertInvariants() local
258 private void assertEntrySetNotContainsString(Set<Entry<K, V>> entrySet) { in assertEntrySetNotContainsString()
343 Set<Entry<K, V>> entrySet; in testEntrySet() local
379 Set<Entry<K, V>> entrySet; in testEntrySetContainsEntryIncompatibleKey() local
406 Set<Entry<K, V>> entrySet; in testEntrySetContainsEntryNullKeyPresent() local
431 Set<Entry<K, V>> entrySet; in testEntrySetContainsEntryNullKeyMissing() local
468 Set<Entry<K, V>> entrySet = map.entrySet(); in testEntrySetIteratorRemove() local
506 Set<Entry<K, V>> entrySet = map.entrySet(); in testEntrySetRemove() local
532 Set<Entry<K, V>> entrySet = map.entrySet(); in testEntrySetRemoveMissingKey() local
558 Set<Entry<K, V>> entrySet = map.entrySet(); in testEntrySetRemoveDifferentValue() local
[all …]
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
H A DMapInterfaceTest.java176 Set<Entry<K, V>> entrySet = map.entrySet(); in assertInvariants() local
258 private void assertEntrySetNotContainsString(Set<Entry<K, V>> entrySet) { in assertEntrySetNotContainsString()
343 Set<Entry<K, V>> entrySet; in testEntrySet() local
379 Set<Entry<K, V>> entrySet; in testEntrySetContainsEntryIncompatibleKey() local
406 Set<Entry<K, V>> entrySet; in testEntrySetContainsEntryNullKeyPresent() local
431 Set<Entry<K, V>> entrySet; in testEntrySetContainsEntryNullKeyMissing() local
468 Set<Entry<K, V>> entrySet = map.entrySet(); in testEntrySetIteratorRemove() local
506 Set<Entry<K, V>> entrySet = map.entrySet(); in testEntrySetRemove() local
532 Set<Entry<K, V>> entrySet = map.entrySet(); in testEntrySetRemoveMissingKey() local
558 Set<Entry<K, V>> entrySet = map.entrySet(); in testEntrySetRemoveDifferentValue() local
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DSmallSortedMapTest.java243 Set<Map.Entry<Integer, Integer>> entrySet = map.entrySet(); in testEntrySetContains() local
253 Set<Map.Entry<Integer, Integer>> entrySet = map.entrySet(); in testEntrySetAdd() local
270 Set<Map.Entry<Integer, Integer>> entrySet = map.entrySet(); in testEntrySetRemove() local
382 Set<Map.Entry<Integer, Integer>> entrySet = map.entrySet(); in testMakeImmutable() local
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DSmallSortedMapTest.java243 Set<Map.Entry<Integer, Integer>> entrySet = map.entrySet(); in testEntrySetContains() local
253 Set<Map.Entry<Integer, Integer>> entrySet = map.entrySet(); in testEntrySetAdd() local
270 Set<Map.Entry<Integer, Integer>> entrySet = map.entrySet(); in testEntrySetRemove() local
382 Set<Map.Entry<Integer, Integer>> entrySet = map.entrySet(); in testMakeImmutable() local
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DAbstractMapTest.java68 public Set entrySet() { in entrySet() method in AbstractMapTest.MyMap
159 public Set entrySet() { in entrySet() method in AbstractMapTest.MocAbstractMap
258 public Set entrySet() { in test_clone() method in AbstractMapTest.MyMap
294 public Set entrySet() { in entrySet() method in AbstractMapTest.AMT
H A DTreeMapExtendTest.java325 Set entrySet = subMap_default.entrySet(); in test_SubMap_entrySet() local
1756 Set entrySet; in test_AscendingSubMap_subMap() local
3424 Set entrySet = checkedMap.entrySet(); in test_Entry_setValue() local
3436 Set entrySet; in test_DescendingSubMapEntrySet_comparator() local
H A DTreeMapTest.java315 Set<Map.Entry<Integer, Double>> entrySet = smap.entrySet(); in test_headMapLjava_lang_Object() local
588 Set entrySet = subMap.entrySet(); in test_subMap_Iterator() local
846 Set entrySet = subMap.entrySet(); in test_subMap_Iterator2() local
1797 Set<Entry<String, String>> entrySet = map.entrySet(); in illegalFirstNullKeyMapTester() local
H A DHashMapTest.java44 public Set entrySet() { in entrySet() method in HashMapTest.MockMap
54 public Set entrySet() { in entrySet() method in HashMapTest.MockMapNull
687 Set entrySet = map.entrySet(); in test_EntrySet() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/cache/
H A DEmptyCachesTest.java260 Set<Entry<Object, Object>> entrySet = cache.asMap().entrySet(); in testEntrySet_clear() local
269 Set<Entry<Object, Object>> entrySet = cache.asMap().entrySet(); in testEntrySet_empty_remove() local
285 Set<Entry<Object, Object>> entrySet = cache.asMap().entrySet(); in testEntrySet_remove() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/cache/
H A DEmptyCachesTest.java260 Set<Entry<Object, Object>> entrySet = cache.asMap().entrySet(); in testEntrySet_clear() local
269 Set<Entry<Object, Object>> entrySet = cache.asMap().entrySet(); in testEntrySet_empty_remove() local
285 Set<Entry<Object, Object>> entrySet = cache.asMap().entrySet(); in testEntrySet_remove() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
H A DTestTypeBindings.java22 public Set<java.util.Map.Entry<K, Collection<V>>> entrySet() { in entrySet() method in TestTypeBindings.InnerGenericTyping
27 public Set<java.util.Map.Entry<K, Collection<V>>> entrySet() { in entrySet() method in TestTypeBindings.InnerGenericTyping.InnerClass
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DDescendingMultiset.java115 @Nullable private transient Set<Entry<E>> entrySet; field in DescendingMultiset
118 public Set<Entry<E>> entrySet() { in entrySet() method in DescendingMultiset
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collections/
H A DDelegatingIteratorForEachRemaining.java136 @Override public Set<Entry<K, V>> entrySet() { return delegate.entrySet(); } in entrySet() method in DelegatingIteratorForEachRemaining.ForwardingMap
158 public ThrowingSet<Entry<K, V>> entrySet() { in entrySet() method in DelegatingIteratorForEachRemaining.ThrowingMap
197 Set<Map.Entry<String, Object>> entrySet = map().entrySet(); in test_entrySet_checkedSet() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DDescendingMultiset.java120 @LazyInit @CheckForNull private transient Set<Entry<E>> entrySet; field in DescendingMultiset
123 public Set<Entry<E>> entrySet() { in entrySet() method in DescendingMultiset
H A DAbstractMultiset.java164 @LazyInit @CheckForNull private transient Set<Entry<E>> entrySet; field in AbstractMultiset
167 public Set<Entry<E>> entrySet() { in entrySet() method in AbstractMultiset
H A DMultisets.java151 @LazyInit @CheckForNull transient Set<Multiset.Entry<E>> entrySet; field in Multisets.UnmodifiableMultiset
155 public Set<Multiset.Entry<E>> entrySet() { in entrySet() method in Multisets.UnmodifiableMultiset
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DDescendingMultiset.java120 @LazyInit @CheckForNull private transient Set<Entry<E>> entrySet; field in DescendingMultiset
123 public Set<Entry<E>> entrySet() { in entrySet() method in DescendingMultiset
H A DAbstractMultiset.java164 @LazyInit @CheckForNull private transient Set<Entry<E>> entrySet; field in AbstractMultiset
167 public Set<Entry<E>> entrySet() { in entrySet() method in AbstractMultiset
/aosp_15_r20/libcore/ojluni/src/test/java/util/IdentityHashMap/
H A DBasic.java368 Set<Map.Entry<Box,Box>> entrySet = map.entrySet(); in testEntrySet() local
382 Set<Map.Entry<Box, Box>> entrySet = map.entrySet(); in testEntrySetNoRemove() local
397 Set<Map.Entry<Box, Box>> entrySet = map.entrySet(); in testEntrySetRemove() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DRegexLookup.java221 Set<Entry<Finder, T>> entrySet(); in entrySet() method
343 public Set<Entry<Finder, T>> entrySet() { in entrySet() method in RegexLookup.RegexTree
732 public Set<Entry<Finder, T>> entrySet() { in entrySet() method in RegexLookup.StarPatternMap
1046 Set<Map.Entry<Finder, T>> entrySet; in getUnmatchedPatterns() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DSynchronizedMapTest.java129 public Set<Entry<K, V>> entrySet() { in entrySet() method in SynchronizedMapTest.TestMap
214 Set<Entry<String, Integer>> entrySet = map.entrySet(); in testEntrySet() local
H A DTreeBasedTableTest.java353 Set<Entry<Integer, Character>> entrySet = row.entrySet(); in testRowEntrySetContains() local
370 Set<Entry<Integer, Character>> entrySet = row.tailMap(15).entrySet(); in testRowEntrySetRemove() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DSynchronizedMapTest.java129 public Set<Entry<K, V>> entrySet() { in entrySet() method in SynchronizedMapTest.TestMap
214 Set<Entry<String, Integer>> entrySet = map.entrySet(); in testEntrySet() local
H A DTreeBasedTableTest.java353 Set<Entry<Integer, Character>> entrySet = row.entrySet(); in testRowEntrySetContains() local
370 Set<Entry<Integer, Character>> entrySet = row.tailMap(15).entrySet(); in testRowEntrySetRemove() local
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/
H A DX509CRLObject.java319 Set entrySet = new HashSet(); in loadCRLEntries() local
372 Set entrySet = loadCRLEntries(); in getRevokedCertificates() local

12345678910>>...66