/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | IdentityHashMap2Test.java | 52 IdentityHashMap hm; field in IdentityHashMap2Test 110 assertTrue("Failed to construct correct IdentityHashMap", hm in test_ConstructorLjava_util_Map() 132 hm.clear(); in test_clear() 133 assertEquals("Clear failed to reset size", 0, hm.size()); in test_clear() 136 hm.get(objArray2[i])); in test_clear() 145 IdentityHashMap hm2 = (IdentityHashMap) hm.clone(); in test_clone() 146 assertTrue("Clone answered equivalent IdentityHashMap", hm2 != hm); in test_clone() 148 assertTrue("Clone answered unequal IdentityHashMap", hm in test_clone() 181 assertTrue("Returned false for valid key", hm in test_containsKeyLjava_lang_Object() 183 assertTrue("Returned true for copy of valid key", !hm in test_containsKeyLjava_lang_Object() [all …]
|
D | HashMapTest.java | 96 HashMap hm; field in HashMapTest 175 assertTrue("Failed to construct correct HashMap", hm in test_ConstructorLjava_util_Map() 180 hm = new HashMap(mockMap); in test_ConstructorLjava_util_Map() 197 hm.clear(); in test_clear() 198 assertEquals("Clear failed to reset size", 0, hm.size()); in test_clear() 201 hm.get(objArray2[i])); in test_clear() 209 assertEquals("Failed to reset size on large integer map", 0, hm.size()); in test_clear() 220 HashMap hm2 = (HashMap) hm.clone(); in test_clone() 221 assertTrue("Clone answered equivalent HashMap", hm2 != hm); in test_clone() 223 assertTrue("Clone answered unequal HashMap", hm in test_clone() [all …]
|
D | LinkedHashMapTest.java | 41 LinkedHashMap hm; field in LinkedHashMapTest 134 assertTrue("Failed to construct correct LinkedHashMap", hm in test_ConstructorLjava_util_Map() 145 hm.get("T")); in test_getLjava_lang_Object() 146 hm.put("T", "HELLO"); in test_getLjava_lang_Object() 147 assertEquals("Get returned incorecct value for existing key", "HELLO", hm.get("T") in test_getLjava_lang_Object() 163 hm.put("KEY", "VALUE"); in test_putLjava_lang_ObjectLjava_lang_Object() 165 "VALUE", hm.get("KEY")); in test_putLjava_lang_ObjectLjava_lang_Object() 183 hm2.putAll(hm); in test_putAllLjava_util_Map() 214 Set s = hm.entrySet(); in test_entrySet() 216 assertTrue("Returned set of incorrect size", hm.size() == s.size()); in test_entrySet() [all …]
|
/external/clang/test/SemaCXX/ |
D | member-pointer.cpp | 74 HasMembers hm; in g() local 78 int *pmii = &hm.i; in g() 82 &hm.f; // expected-error {{cannot create a non-constant pointer to member function}} in g() 94 HasMembers hm, *phm = &hm; in h() local 97 hm.*pi = 0; in h() 99 (void)&(hm.*pi); in h() 101 (void)&((&hm)->*pi); in h() 104 (hm.*pf)(); in h() 107 …(void)(hm->*pi); // expected-error {{left hand operand to ->* must be a pointer to class compatibl… in h() 121 (void)(hm.*i); // expected-error {{pointer-to-member}} in h()
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
D | ProviderService_ImplTest.java | 47 HashMap hm = new HashMap(); in testToString() local 48 hm.put("attribute", "value"); in testToString() 49 hm.put("KeySize", "1024"); in testToString() 50 hm.put("AAA", "BBB"); in testToString() 53 null, hm); in testToString()
|
/external/apache-harmony/security/src/test/impl/java.injected/java/security/ |
D | Provider_ImplTest.java | 53 HashMap hm = new HashMap(); in testImplementsAlg() local 54 hm.put("KeySize", "1024"); in testImplementsAlg() 55 hm.put("AAA", "BBB"); in testImplementsAlg() 57 "className", null, hm); in testImplementsAlg()
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | ProviderServiceTest.java | 89 HashMap hm = new HashMap(); in testGetAttribute() local 90 hm.put("attribute", "value"); in testGetAttribute() 91 hm.put("KeySize", "1024"); in testGetAttribute() 92 hm.put("AAA", "BBB"); in testGetAttribute() 95 null, hm); in testGetAttribute()
|
D | ProviderTest.java | 98 HashMap hm = new HashMap(); in testPutAllMap() local 99 hm.put("MessageDigest.SHA-1", "aaa.bbb.ccc.ddd"); in testPutAllMap() 100 hm.put("Property 1", "value 1"); in testPutAllMap() 101 hm.put("serviceName.algName attrName", "attrValue"); in testPutAllMap() 102 hm.put("Alg.Alias.engineClassName.aliasName", "standardName"); in testPutAllMap() 103 p.putAll(hm); in testPutAllMap()
|
/external/apache-harmony/security/src/test/api/java.injected/java/security/ |
D | ProviderTest.java | 150 HashMap hm = new HashMap(); in testPutService() local 151 hm.put("KeySize", "1024"); in testPutService() 152 hm.put("AAA", "BBB"); in testPutService() 154 "className", null, hm); in testPutService()
|
/external/icu4c/data/locales/ |
D | zh_Hant.txt | 116 hm{"ah:mm"} 185 hm{"ah:mm"} 319 hm{ 479 hm{"ah:mm"} 516 hm{"ah:mm"} 795 hm{"ah:mm"}
|
D | zh.txt | 117 hm{"ah:mm"} 172 hm{"ah:mm"} 302 hm{ 472 hm{"ah:mm"} 511 hm{"ah:mm"} 789 hm{"ah:mm"}
|
D | ja.txt | 123 hm{"ah:mm"} 172 hm{"ah:mm"} 326 hm{ 455 hm{"ah:mm"} 737 hm{"ah:mm"}
|
D | en.txt | 74 hm{"h:mm a"} 117 hm{"h:mm a"} 249 hm{ 399 hm{"h:mm a"} 498 hm{"h:mm a"} 537 hm{"h:mm a"}
|
D | ko.txt | 98 hm{"a h:mm"} 157 hm{"a h:mm"} 295 hm{ 428 hm{"a h:mm"} 718 hm{"a h:mm"}
|
D | nb.txt | 72 hm{"h:mm a"} 121 hm{"h:mm a"} 268 hm{ 411 hm{"h:mm a"} 456 hm{"h:mm a"} 501 hm{"h:mm a"}
|
D | da.txt | 74 hm{"h.mm a"} 127 hm{"h.mm a"} 283 hm{ 442 hm{"h.mm a"} 487 hm{"h.mm a"} 533 hm{"h.mm a"}
|
D | pl.txt | 74 hm{"hh:mm a"} 125 hm{"hh:mm a"} 279 hm{ 446 hm{"hh:mm a"} 489 hm{"hh:mm a"} 534 hm{"hh:mm a"}
|
D | es.txt | 75 hm{"hh:mm a"} 130 hm{"hh:mm a"} 278 hm{ 424 hm{"hh:mm a"} 532 hm{"hh:mm a"} 580 hm{"hh:mm a"}
|
D | it.txt | 66 hm{"hh:mm a"} 118 hm{"hh:mm a"} 281 hm{ 440 hm{"hh:mm a"} 547 hm{"hh:mm a"} 593 hm{"hh:mm a"}
|
D | fi.txt | 73 hm{"h.mm a"} 125 hm{"h.mm a"} 290 hm{ 534 hm{"h.mm a"} 594 hm{"h.mm a"} 630 hm{"h.mm a"}
|
D | sv.txt | 76 hm{"h:mm a"} 132 hm{"h:mm a"} 273 hm{ 470 hm{"h:mm a"} 519 hm{"h:mm a"} 568 hm{"h:mm a"}
|
D | tr.txt | 72 hm{"h:mm a"} 169 hm{"h:mm a"} 326 hm{ 491 hm{"h:mm a"} 556 hm{"h:mm a"} 623 hm{"h:mm a"}
|
D | bs.txt | 55 hm{"hh:mm a"} 183 hm{"hh:mm a"}
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
D | SDL_gsvideo.c | 182 unsigned long long *hm, in loadimage_nonblock() argument 197 packet[pnum].ptr = hm; in loadimage_nonblock() 200 hm[2] = ((unsigned long long)image->fbp << 32) | in loadimage_nonblock() 203 hm[4] = ((unsigned long long)image->x << 32) | in loadimage_nonblock() 205 hm[6] = (unsigned long long)image->w | in loadimage_nonblock()
|
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
D | diff_match_patch.java | 235 String[] hm = diff_halfMatch(text1, text2); in diff_compute() local 236 if (hm != null) { in diff_compute() 238 String text1_a = hm[0]; in diff_compute() 239 String text1_b = hm[1]; in diff_compute() 240 String text2_a = hm[2]; in diff_compute() 241 String text2_b = hm[3]; in diff_compute() 242 String mid_common = hm[4]; in diff_compute() 721 String[] hm; in diff_halfMatch() local 725 hm = hm1; in diff_halfMatch() 727 hm = hm2; in diff_halfMatch() [all …]
|