Home
last modified time | relevance | path

Searched defs:hm (Results 1 – 17 of 17) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserTest.java312 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
DSAXParserTestSupport.java180 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/
DOldTreeSetTest.java44 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
DOldAndroidTreeMapTest.java43 HashMap<Integer, String> hm = new HashMap<Integer, String>(); in doTest() local
DOldMapEntryTest.java29 HashMap hm = null; field in OldMapEntryTest
DOldTreeMapTest.java114 HashMap hm = new HashMap(); in test_ConstructorLjava_util_Map() local
DOldCollectionsTest.java777 HashMap hm = new HashMap<Integer, String>(); in test_checkedMapLjava_util_MapLjava_lang_ClassLjava_lang_Class() local
/libcore/luni/src/test/java/libcore/java/text/
DOldAttributedStringTest.java358 …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/
DProviderTest.java143 HashMap hm = new HashMap(); in testPutAllMap() local
208 HashMap<String, String> hm = new HashMap<>(); in testForEach() local
DProviderServiceTest.java102 HashMap<String, String> hm = new HashMap<String, String>(); in testGetAttribute() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DHashMapTest.java95 HashMap hm; field in HashMapTest
962 HashMap<String, String> hm = new HashMap<String, String>(); in testSerializationSelf() local
DIdentityHashMap2Test.java46 private IdentityHashMap hm; field in IdentityHashMap2Test
DIdentityHashMapTest.java57 IdentityHashMap hm; field in IdentityHashMapTest
DLinkedHashMapTest.java44 LinkedHashMap hm; field in LinkedHashMapTest
DCollectionsTest.java71 private HashMap hm; field in CollectionsTest
/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentSkipListSetTest.java796 NavigableSet<Integer> hm = set.headSet(midPoint, incl); in bashSubSet() local
DTreeSetTest.java798 NavigableSet<Integer> hm = set.headSet(midPoint, incl); in bashSubSet() local