/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
D | SAXParserTest.java | 312 HashMap<String, String> hm = in test_parseLjava_io_FileLorg_xml_sax_helpers_DefaultHandler() local 347 HashMap<String, String> hm = sp.readFile( in testParseFileHandlerBase() local 402 HashMap<String, String> hm = new SAXParserTestSupport().readFile( in test_parseLorg_xml_sax_InputSourceLorg_xml_sax_helpers_DefaultHandler() local 444 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath()); in testParseInputSourceHandlerBase() local 495 HashMap<String, String> hm = new SAXParserTestSupport().readFile( in test_parseLjava_io_InputStreamLorg_xml_sax_helpers_DefaultHandler() local 534 HashMap<String, String> hm = sp.readFile( in test_parseLjava_io_InputStreamLorg_xml_sax_helpers_DefaultHandlerLjava_lang_String() local 642 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath()); in testParseInputStreamHandlerBase() local 683 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath()); in testParseInputStreamHandlerBaseString() local 725 HashMap<String, String> hm = new SAXParserTestSupport().readFile( in test_parseLjava_lang_StringLorg_xml_sax_helpers_DefaultHandler() local 760 HashMap<String, String> hm = sp.readFile( in testParseStringHandlerBase() local
|
D | SAXParserTestSupport.java | 180 HashMap<String, String> hm = new HashMap<String, String>(); in createData() local 376 HashMap<String, String> hm = new HashMap<String, String>(); in createData() local
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | OldTreeSetTest.java | 44 HashMap hm = new HashMap(); in test_ConstructorLjava_util_Collection() local 79 HashMap hm = new HashMap(); in test_addLjava_lang_Object() local 101 HashMap hm = new HashMap(); in test_addAllLjava_util_Collection() local
|
D | OldAndroidTreeMapTest.java | 43 HashMap<Integer, String> hm = new HashMap<Integer, String>(); in doTest() local
|
D | OldMapEntryTest.java | 29 HashMap hm = null; field in OldMapEntryTest
|
D | OldTreeMapTest.java | 114 HashMap hm = new HashMap(); in test_ConstructorLjava_util_Map() local
|
D | OldCollectionsTest.java | 777 HashMap hm = new HashMap<Integer, String>(); in test_checkedMapLjava_util_MapLjava_lang_ClassLjava_lang_Class() local
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | OldAttributedStringTest.java | 358 …Map<AttributedCharacterIterator.Attribute, String> hm = new HashMap<AttributedCharacterIterator.At… in test_addAttributesLjava_util_MapII() local 415 …Map<AttributedCharacterIterator.Attribute, String> hm = new HashMap<AttributedCharacterIterator.At… in test_getIterator$Ljava_text_AttributedCharacterIterator$Attribute() local 446 …Map<AttributedCharacterIterator.Attribute, String> hm = new HashMap<AttributedCharacterIterator.At… in test_getIterator$Ljava_text_AttributedCharacterIterator$AttributeII() local
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | ProviderTest.java | 143 HashMap hm = new HashMap(); in testPutAllMap() local 208 HashMap<String, String> hm = new HashMap<>(); in testForEach() local
|
D | ProviderServiceTest.java | 102 HashMap<String, String> hm = new HashMap<String, String>(); in testGetAttribute() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | HashMapTest.java | 95 HashMap hm; field in HashMapTest 962 HashMap<String, String> hm = new HashMap<String, String>(); in testSerializationSelf() local
|
D | IdentityHashMap2Test.java | 46 private IdentityHashMap hm; field in IdentityHashMap2Test
|
D | IdentityHashMapTest.java | 57 IdentityHashMap hm; field in IdentityHashMapTest
|
D | LinkedHashMapTest.java | 44 LinkedHashMap hm; field in LinkedHashMapTest
|
D | CollectionsTest.java | 71 private HashMap hm; field in CollectionsTest
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ConcurrentSkipListSetTest.java | 796 NavigableSet<Integer> hm = set.headSet(midPoint, incl); in bashSubSet() local
|
D | TreeSetTest.java | 798 NavigableSet<Integer> hm = set.headSet(midPoint, incl); in bashSubSet() local
|