Home
last modified time | relevance | path

Searched refs:intMap (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DMapForProto2LiteTest.java195 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testSanityCopyOnWrite() local
196 intMap.put(1, 2); in testSanityCopyOnWrite()
200 intMap.put(2, 3); in testSanityCopyOnWrite()
214 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle() local
215 intMap.put(1, 2); in testMutableMapLifecycle()
218 intMap.put(2, 3); in testMutableMapLifecycle()
278 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle_collections() local
279 intMap.put(1, 2); in testMutableMapLifecycle_collections()
282 intMap.remove(2); in testMutableMapLifecycle_collections()
288 intMap.entrySet().remove(new Object()); in testMutableMapLifecycle_collections()
[all …]
DMapForProto2Test.java193 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle() local
194 intMap.put(1, 2); in testMutableMapLifecycle()
197 intMap.put(2, 3); in testMutableMapLifecycle()
257 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle_collections() local
258 intMap.put(1, 2); in testMutableMapLifecycle_collections()
261 intMap.remove(2); in testMutableMapLifecycle_collections()
267 intMap.entrySet().remove(new Object()); in testMutableMapLifecycle_collections()
273 intMap.entrySet().iterator().remove(); in testMutableMapLifecycle_collections()
279 intMap.keySet().remove(new Object()); in testMutableMapLifecycle_collections()
285 intMap.values().remove(new Object()); in testMutableMapLifecycle_collections()
[all …]
DMapTest.java194 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle() local
195 intMap.put(1, 2); in testMutableMapLifecycle()
198 intMap.put(2, 3); in testMutableMapLifecycle()
258 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle_collections() local
259 intMap.put(1, 2); in testMutableMapLifecycle_collections()
262 intMap.remove(2); in testMutableMapLifecycle_collections()
268 intMap.entrySet().remove(new Object()); in testMutableMapLifecycle_collections()
274 intMap.entrySet().iterator().remove(); in testMutableMapLifecycle_collections()
280 intMap.keySet().remove(new Object()); in testMutableMapLifecycle_collections()
286 intMap.values().remove(new Object()); in testMutableMapLifecycle_collections()
[all …]
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableMapTest.java487 Map<String, Integer> intMap = ImmutableMap.of("a", 3, "b", 2); in testMutableValues() local
488 assertEquals(intMap.hashCode(), map.entrySet().hashCode()); in testMutableValues()
489 assertEquals(intMap.hashCode(), map.hashCode()); in testMutableValues()
DImmutableSortedMapTest.java604 Map<String, Integer> intMap in testMutableValues() local
606 assertEquals(intMap.hashCode(), map.entrySet().hashCode()); in testMutableValues()
607 assertEquals(intMap.hashCode(), map.hashCode()); in testMutableValues()
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableMapTest.java639 Map<String, Integer> intMap = ImmutableMap.of("a", 3, "b", 2); in testMutableValues() local
640 assertEquals(intMap.hashCode(), map.entrySet().hashCode()); in testMutableValues()
641 assertEquals(intMap.hashCode(), map.hashCode()); in testMutableValues()
DImmutableSortedMapTest.java693 Map<String, Integer> intMap in testMutableValues() local
695 assertEquals(intMap.hashCode(), map.entrySet().hashCode()); in testMutableValues()
696 assertEquals(intMap.hashCode(), map.hashCode()); in testMutableValues()
/external/kotlinc/lib/
Dkotlin-reflect.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/descriptors.jvm. ...
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...