Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/HashMap/
DReplaceExisting.java49 HashMap<Integer,Integer> hm = prepHashMap(); in test() local
56 HashMap<Integer,Integer> hm = new HashMap<>(16, 0.75f); in prepHashMap() local
69 private static void testItr(HashMap<Integer,Integer> hm, int elemBeforePut) { in testItr() argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserTest.java316 HashMap<String, String> hm = in test_parseLjava_io_FileLorg_xml_sax_helpers_DefaultHandler() local
351 HashMap<String, String> hm = sp.readFile( in testParseFileHandlerBase() local
406 HashMap<String, String> hm = new SAXParserTestSupport().readFile( in test_parseLorg_xml_sax_InputSourceLorg_xml_sax_helpers_DefaultHandler() local
448 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath()); in testParseInputSourceHandlerBase() local
499 HashMap<String, String> hm = new SAXParserTestSupport().readFile( in test_parseLjava_io_InputStreamLorg_xml_sax_helpers_DefaultHandler() local
538 HashMap<String, String> hm = sp.readFile( in test_parseLjava_io_InputStreamLorg_xml_sax_helpers_DefaultHandlerLjava_lang_String() local
646 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath()); in testParseInputStreamHandlerBase() local
687 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath()); in testParseInputStreamHandlerBaseString() local
729 HashMap<String, String> hm = new SAXParserTestSupport().readFile( in test_parseLjava_lang_StringLorg_xml_sax_helpers_DefaultHandler() local
764 HashMap<String, String> hm = sp.readFile( in testParseStringHandlerBase() local
DSAXParserTestSupport.java184 HashMap<String, String> hm = new HashMap<String, String>(); in createData() local
380 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
DOldMapEntryTest.java29 HashMap hm = null; field in OldMapEntryTest
DOldAndroidTreeMapTest.java43 HashMap<Integer, String> hm = new HashMap<Integer, String>(); in doTest() local
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/ojluni/src/test/java/util/concurrent/tck/
DTreeSetTest.java822 NavigableSet<Integer> hm = set.headSet(midPoint, incl); in bashSubSet() local
DConcurrentSkipListSetTest.java827 NavigableSet<Integer> hm = set.headSet(midPoint, incl); in bashSubSet() local
/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