Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/HashMap/
DReplaceExisting.java45 HashMap<Integer,Integer> hm = prepHashMap(); in main() local
52 HashMap<Integer,Integer> hm = new HashMap<>(16, 0.75f); in prepHashMap() local
65 private static void testItr(HashMap<Integer,Integer> hm, int elemBeforePut) { in testItr() argument
DHashMapCloneLeak.java52 HashMap<Integer, Object> hm = makeMap(); in main() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserTest.java323 HashMap<String, String> hm = in test_parseLjava_io_FileLorg_xml_sax_helpers_DefaultHandler() local
358 HashMap<String, String> hm = sp.readFile( in testParseFileHandlerBase() local
413 HashMap<String, String> hm = new SAXParserTestSupport().readFile( in test_parseLorg_xml_sax_InputSourceLorg_xml_sax_helpers_DefaultHandler() local
455 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath()); in testParseInputSourceHandlerBase() local
506 HashMap<String, String> hm = new SAXParserTestSupport().readFile( in test_parseLjava_io_InputStreamLorg_xml_sax_helpers_DefaultHandler() local
545 HashMap<String, String> hm = sp.readFile( in test_parseLjava_io_InputStreamLorg_xml_sax_helpers_DefaultHandlerLjava_lang_String() local
653 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath()); in testParseInputStreamHandlerBase() local
694 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath()); in testParseInputStreamHandlerBaseString() local
736 HashMap<String, String> hm = new SAXParserTestSupport().readFile( in test_parseLjava_lang_StringLorg_xml_sax_helpers_DefaultHandler() local
771 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/ojluni/src/test/java/util/Collections/
DCheckedMapBash.java75 HashMap hm = new HashMap(m); in testCheckedMap() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DProviderTest.java146 HashMap hm = new HashMap(); in testPutAllMap() local
211 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
DLinkedHashMapTest.java44 LinkedHashMap hm; field in LinkedHashMapTest
DIdentityHashMapTest.java57 IdentityHashMap hm; field in IdentityHashMapTest
DCollectionsTest.java72 private HashMap hm; field in CollectionsTest
/libcore/ojluni/src/main/java/jdk/internal/math/
DDoubleToDecimal.java410 long hm = multiplyHigh(f, 193_428_131_138_340_668L) >>> 20; in toChars() local
/libcore/ojluni/src/test/java/util/concurrent/tck/
DTreeSetTest.java877 NavigableSet<Integer> hm = set.headSet(midPoint, incl); in bashSubSet() local
DConcurrentSkipListSetTest.java882 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