Searched refs:rootMap (Results 1 – 4 of 4) sorted by relevance
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue173/ |
D | RecursiveAnchorTest.java | 30 Map<String, Map<String, Object>> rootMap = new HashMap<String, Map<String, Object>>(); in testWithoutCustomStyle() local 33 rootMap.put("test", enclosedMap); in testWithoutCustomStyle() 35 String output = yaml.dump(rootMap); in testWithoutCustomStyle() 40 Map<String, Map<String, Object>> rootMap = new HashMap<String, Map<String, Object>>(); in testWithBlockStyle() local 43 rootMap.put("test", enclosedMap); in testWithBlockStyle() 51 String output = yaml.dump(rootMap); in testWithBlockStyle()
|
/external/cbor-java/src/test/java/co/nstant/in/cbor/builder/ |
D | MapBuilderTest.java | 72 Map rootMap = (Map)dataItems.get(0); in startMapInMap() local 74 rootMap.getKeys().toArray(keys); in startMapInMap() 79 assertTrue(rootMap.get(keys[0]) instanceof Map); in startMapInMap() 80 assertTrue(rootMap.get(keys[1]) instanceof Map); in startMapInMap() 81 assertTrue(rootMap.get(keys[2]) instanceof Map); in startMapInMap()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ListUnits.java | 52 Map<String, Data> rootMap = new HashMap<>(); in main() local 110 …Set<String> units = getUnits(cldrFile, TASK, type == Type.root ? rootMap : type == Type.en ? enMap… in main() 116 Data data = rootMap.get(unit); in main()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/ |
D | UntypedDeserializationTest.java | 146 Map<?,?> rootMap = (Map<?,?>) root; in testSampleDoc() local 147 assertEquals(1, rootMap.size()); in testSampleDoc() 148 Map.Entry<?,?> rootEntry = rootMap.entrySet().iterator().next(); in testSampleDoc()
|