HomeSort by relevance Sort by last modified time
    Searched refs:mapOne (Results 1 - 9 of 9) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
IdentityHashMap2Test.java 378 IdentityHashMap mapOne = new IdentityHashMap();
390 mapOne.put(one, two);
397 assertEquals("failure of equality of IdentityHashMaps", mapOne, mapFour);
399 !mapOne.equals(mapTwo));
401 !mapOne.equals(mapThree));
412 !mapOne.equals(hashMapTwo));
415 !mapOne.equals(hashMapThree));
IdentityHashMapTest.java 405 IdentityHashMap mapOne = new IdentityHashMap();
417 mapOne.put(one, two);
424 assertEquals("failure of equality of IdentityHashMaps", mapOne, mapFour);
426 !mapOne.equals(mapTwo));
428 !mapOne.equals(mapThree));
439 !mapOne.equals(hashMapTwo));
442 !mapOne.equals(hashMapThree));
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableBiMapTest.java 177 ImmutableBiMap<String, Integer> mapOne = builder
186 assertMapEquals(mapOne, "one", 1, "two", 2);
187 assertMapEquals(mapOne.inverse(), 1, "one", 2, "two");
ImmutableMapTest.java 233 ImmutableMap<String, Integer> mapOne = builder
242 assertMapEquals(mapOne, "one", 1, "two", 2);
ImmutableSortedMapTest.java 290 ImmutableSortedMap<String, Integer> mapOne = builder
299 assertMapEquals(mapOne, "one", 1, "two", 2);
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableBiMapTest.java 218 ImmutableBiMap<String, Integer> mapOne = builder
227 assertMapEquals(mapOne, "one", 1, "two", 2);
228 assertMapEquals(mapOne.inverse(), 1, "one", 2, "two");
ImmutableMapTest.java 373 ImmutableMap<String, Integer> mapOne = builder
382 assertMapEquals(mapOne, "one", 1, "two", 2);
ImmutableSortedMapTest.java 367 ImmutableSortedMap<String, Integer> mapOne = builder
376 assertMapEquals(mapOne, "one", 1, "two", 2);
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 344 milliseconds