/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
H A D | MapInterfaceTest.java | 176 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 D | MapInterfaceTest.java | 176 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 D | SmallSortedMapTest.java | 243 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 D | SmallSortedMapTest.java | 243 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 D | AbstractMapTest.java | 68 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 D | TreeMapExtendTest.java | 325 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 D | TreeMapTest.java | 315 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 D | HashMapTest.java | 44 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 D | EmptyCachesTest.java | 260 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 D | EmptyCachesTest.java | 260 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 D | TestTypeBindings.java | 22 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 D | DescendingMultiset.java | 115 @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 D | DelegatingIteratorForEachRemaining.java | 136 @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 D | DescendingMultiset.java | 120 @LazyInit @CheckForNull private transient Set<Entry<E>> entrySet; field in DescendingMultiset 123 public Set<Entry<E>> entrySet() { in entrySet() method in DescendingMultiset
|
H A D | AbstractMultiset.java | 164 @LazyInit @CheckForNull private transient Set<Entry<E>> entrySet; field in AbstractMultiset 167 public Set<Entry<E>> entrySet() { in entrySet() method in AbstractMultiset
|
H A D | Multisets.java | 151 @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 D | DescendingMultiset.java | 120 @LazyInit @CheckForNull private transient Set<Entry<E>> entrySet; field in DescendingMultiset 123 public Set<Entry<E>> entrySet() { in entrySet() method in DescendingMultiset
|
H A D | AbstractMultiset.java | 164 @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 D | Basic.java | 368 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 D | RegexLookup.java | 221 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 D | SynchronizedMapTest.java | 129 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 D | TreeBasedTableTest.java | 353 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 D | SynchronizedMapTest.java | 129 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 D | TreeBasedTableTest.java | 353 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 D | X509CRLObject.java | 319 Set entrySet = new HashSet(); in loadCRLEntries() local 372 Set entrySet = loadCRLEntries(); in getRevokedCertificates() local
|