/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
D | CombinerHeightMap.java | 61 private AbstractHeightMap map2; field in CombinerHeightMap 82 AbstractHeightMap map2, in CombinerHeightMap() argument 87 if (null == map1 || null == map2) { in CombinerHeightMap() 92 if (map1.getSize() != map2.getSize()) { in CombinerHeightMap() 104 this.map2 = map2; in CombinerHeightMap() 132 AbstractHeightMap map2, in CombinerHeightMap() argument 138 if (null == map1 || null == map2) { in CombinerHeightMap() 143 if (map1.getSize() != map2.getSize()) { in CombinerHeightMap() 158 this.map2 = map2; in CombinerHeightMap() 196 public void setHeightMaps(AbstractHeightMap map1, AbstractHeightMap map2) throws Exception { in setHeightMaps() argument [all …]
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | IdentityHashMap2Test.java | 160 AbstractMap map2 = (AbstractMap) map.clone(); in test_clone() local 161 map2.put("key", "value2"); in test_clone() 162 Collection values2 = map2.values(); in test_clone() 167 map2.clear(); in test_clone() 168 map2.put("key2", "value3"); in test_clone() 169 Set key2 = map2.keySet(); in test_clone() 287 Map map2 = new IdentityHashMap(101); in test_keySet() local 288 map2.put(new Integer(1), "1"); in test_keySet() 289 map2.put(new Integer(4), "4"); in test_keySet() 290 Iterator it2 = map2.keySet().iterator(); in test_keySet() [all …]
|
D | HashMapTest.java | 188 SubMap map2 = new SubMap(map); in test_ConstructorLjava_util_Map() local 189 assertTrue(map2.containsKey("a")); in test_ConstructorLjava_util_Map() 190 assertTrue(map2.containsValue("a")); in test_ConstructorLjava_util_Map() 235 AbstractMap map2 = (AbstractMap) map.clone(); in test_clone() local 236 map2.put("key", "value2"); in test_clone() 237 Collection values2 = map2.values(); in test_clone() 242 map2.clear(); in test_clone() 243 map2.put("key2", "value3"); in test_clone() 244 Set key2 = map2.keySet(); in test_clone() 426 Map map2 = new HashMap(101); in test_keySet() local [all …]
|
D | LinkedHashMapTest.java | 260 Map map2 = new LinkedHashMap(101); in test_keySet() local 261 map2.put(new Integer(1), "1"); in test_keySet() 262 map2.put(new Integer(4), "4"); in test_keySet() 263 Iterator it2 = map2.keySet().iterator(); in test_keySet() 273 assertEquals("Wrong size 2", 1, map2.size()); in test_keySet() 274 assertTrue("Wrong contents 2", map2.keySet().iterator().next().equals( in test_keySet() 359 AbstractMap map2 = (AbstractMap) map.clone(); in test_clone() local 360 map2.put("key", "value2"); in test_clone() 361 Collection values2 = map2.values(); in test_clone() 367 map2.clear(); in test_clone() [all …]
|
D | AbstractMapTest.java | 80 AbstractMap map2 = new HashMap(10); in test_keySet() local 81 assertSame("HashMap(10)", map2.keySet(), map2.keySet()); in test_keySet() 232 AbstractMap map2 = new HashMap(10); in test_values() local 233 assertSame("HashMap(10)", map2.values(), map2.values()); in test_values()
|
D | SortedMapTestBase.java | 363 SortedMap<Integer, Integer> map2 = (SortedMap<Integer, Integer>) mapClone.invoke(map, null); in testClone() local 364 assertEquals(refClone.invoke(ref, null), map2); in testClone() local 365 map2.remove(map2.lastKey()); in testClone() 366 assertFalse(ref.equals(map2)); in testClone()
|
D | HashtableTest.java | 442 Map map2 = new Hashtable(101); in test_keySet() local 443 map2.put(new Integer(1), "1"); in test_keySet() 444 map2.put(new Integer(4), "4"); in test_keySet() 445 Iterator it2 = map2.keySet().iterator(); in test_keySet() 455 assertEquals("Wrong size 2", 1, map2.size()); in test_keySet() 456 assertTrue("Wrong contents 2", map2.keySet().iterator().next().equals( in test_keySet()
|
D | TreeMapTest.java | 195 AbstractMap map2 = (AbstractMap) map.clone(); in test_clone() local 196 map2.put("key", "value2"); in test_clone() 197 Collection values2 = map2.values(); in test_clone() 202 map2.clear(); in test_clone() 203 map2.put("key2", "value3"); in test_clone() 204 Set key2 = map2.keySet(); in test_clone() 1828 TreeMap<Integer, String> map2 = new TreeMap<Integer, String>(); in test_illegalFirstNullKey() local 1829 map2.put(null, ""); in test_illegalFirstNullKey() 1830 map2.firstEntry(); in test_illegalFirstNullKey() 1832 map2.headMap(100).firstKey(); in test_illegalFirstNullKey() [all …]
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | MultiType.java | 190 Map map2 = getAllMultiInterfaces(type2); in mergeMultiInterfaces() local 192 return findCommonInterfaces(map1, map2); in mergeMultiInterfaces() 197 Map map2 = getAllInterfaces(single.getCtClass(), null); in mergeMultiAndSingle() local 199 return findCommonInterfaces(map1, map2); in mergeMultiAndSingle()
|
/external/e2fsprogs/intl/ |
D | localealias.c | 147 const struct alias_map *map2); 387 alias_compare (const struct alias_map *map1, const struct alias_map *map2) in alias_compare() argument 390 return strcasecmp (map1->alias, map2->alias); in alias_compare() 393 const unsigned char *p2 = (const unsigned char *) map2->alias; in alias_compare()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | NamespaceMappings.java | 189 MappingRecord map2 = getMappingFromPrefix(prefix); in getMappingFromURI() local 190 if (map2 != null && (map2.m_uri).equals(uri)) in getMappingFromURI() 192 foundMap = map2; in getMappingFromURI()
|
/external/freetype/src/psnames/ |
D | psmodule.c | 172 PS_UniMap* map2 = (PS_UniMap*)b; in compare_uni_maps() local 174 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode ); in compare_uni_maps() 180 if ( map1->unicode > map2->unicode ) in compare_uni_maps() 182 else if ( map1->unicode < map2->unicode ) in compare_uni_maps()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | AbstractListMultimapTest.java | 465 Multimap<String, Integer> map2 = ArrayListMultimap.create(); in testListEquals() local 466 map2.putAll(map1); in testListEquals() 467 assertTrue(map1.equals(map2)); in testListEquals() 468 assertTrue(map2.equals(map1)); in testListEquals() 478 Multimap<String, Integer> map2 = ArrayListMultimap.create(); in testListHashCode() local 479 map2.putAll(map1); in testListHashCode() 480 assertEquals(map1.hashCode(), map2.hashCode()); in testListHashCode()
|
D | MapsTest.java | 134 HashMap<Integer, Void> map2 = Maps.newHashMapWithExpectedSize(size); in testNewHashMapWithExpectedSize_wontGrow() local 135 map2.putAll(map1); in testNewHashMapWithExpectedSize_wontGrow() 137 startSize, sizeOf(map2)); in testNewHashMapWithExpectedSize_wontGrow() 1161 Map<Object, Number> map2 = ImmutableMap.<Object, Number>of(1, 2);
|
/external/kernel-headers/original/asm-x86/ |
D | mpspec_32.h | 55 #define physids_equal(map1, map2) bitmap_equal((map1).mask, (map2).mask, MAX_APICS) argument
|
/external/chromium/chrome/common/extensions/ |
D | extension_message_bundle_unittest.cc | 404 ExtensionToL10nMessagesMap* map2 = GetExtensionToL10nMessagesMap(); in TEST() local 405 ASSERT_EQ(map1, map2); in TEST()
|
/external/valgrind/main/helgrind/ |
D | libhb_core.c | 4671 UWord* map2; in event_map_maybe_GC() local 4674 map2 = HG_(zalloc)( "libhb.emmG.1b", in event_map_maybe_GC() 4676 VG_(memcpy)( &map2[more], genMap, genMap_size * sizeof(UWord) ); in event_map_maybe_GC() 4678 genMap = map2; in event_map_maybe_GC() 4691 UWord* map2; in event_map_maybe_GC() local 4695 map2 = HG_(zalloc)( "libhb.emmG.1c", in event_map_maybe_GC() 4697 VG_(memcpy)( &map2[0], genMap, genMap_size * sizeof(UWord) ); in event_map_maybe_GC() 4699 genMap = map2; in event_map_maybe_GC()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 4595 accessibility/image-map2.html
|