Searched refs:objMap (Results 1 – 5 of 5) sorted by relevance
/external/dagger2/javatests/dagger/functional/producers/multibindings/ |
D | MultibindingProducerModule.java | 129 abstract Map<Object, Object> objMap(); in objMap() method in MultibindingProducerModule 133 static int objCount(Set<Produced<Object>> objs, Map<Object, Produced<Object>> objMap) { in objCount() argument 134 return objs.size() + objMap.size(); in objCount()
|
D | MultibindingComponent.java | 65 ListenableFuture<Map<Object, Object>> objMap(); in objMap() method
|
D | MultibindingTest.java | 185 assertThat(multibindingComponent.objMap().get()).isEmpty(); in emptyMap()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 1297 HashMap objMap = new HashMap(); in testNestedFormatsInPluralFormat() local 1298 objMap.put("argument", objArray[0]); in testNestedFormatsInPluralFormat() 1322 HashMap objMap = new HashMap(); in testPluralFormat() local 1323 objMap.put("argument", objArray[0]); in testPluralFormat() 1325 if (!result.equals(mfAlpha.format(objMap))) { in testPluralFormat() 1345 HashMap objMap = new HashMap(); in testPluralFormat() local 1346 objMap.put("argument", objArray[0]); in testPluralFormat() 1348 if (!result.equals(mfAlpha.format(objMap))) { in testPluralFormat()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 1294 HashMap objMap = new HashMap(); in testNestedFormatsInPluralFormat() local 1295 objMap.put("argument", objArray[0]); in testNestedFormatsInPluralFormat() 1319 HashMap objMap = new HashMap(); in testPluralFormat() local 1320 objMap.put("argument", objArray[0]); in testPluralFormat() 1322 if (!result.equals(mfAlpha.format(objMap))) { in testPluralFormat() 1342 HashMap objMap = new HashMap(); in testPluralFormat() local 1343 objMap.put("argument", objArray[0]); in testPluralFormat() 1345 if (!result.equals(mfAlpha.format(objMap))) { in testPluralFormat()
|