Home
last modified time | relevance | path

Searched defs:emptyMap (Results 1 – 14 of 14) sorted by relevance

/external/dagger2/javatests/dagger/functional/
DMultibindsModule.java36 abstract Map<String, Object> emptyMap(); in emptyMap() method in MultibindsModule
DMultibindingComponent.java56 Map<String, Object> emptyMap(); in emptyMap() method
DMultibindingTest.java156 public void emptyMap() { in emptyMap() method in MultibindingTest
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DMapPutAllTester.java182 private Map<K, V> emptyMap() { in emptyMap() method in MapPutAllTester
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DMapPutAllTester.java182 private Map<K, V> emptyMap() { in emptyMap() method in MapPutAllTester
/external/dagger2/javatests/dagger/functional/producers/multibindings/
DMultibindingTest.java183 public void emptyMap() throws Exception { in emptyMap() method in MultibindingTest
/external/catch2/projects/SelfTest/UsageTests/
DToStringGeneral.tests.cpp61 std::map<std::string, int> emptyMap; variable
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java363 final HashMap<String, Metric> emptyMap = new HashMap<>(); in forwardFinalizedPendingResult() local
1625 HashMap<String, Metric> emptyMap = new HashMap<>(); in fakePassTests() local
2156 final HashMap<String, Metric> emptyMap = new HashMap<>(); in run() local
2197 listener.testRunEnded(System.currentTimeMillis() - startTime, emptyMap); in run() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestInheritance.java793 Map<String, String> emptyMap = Collections.emptyMap(); in minimize() local
816 Map<String, String> emptyMap = Collections.emptyMap(); in maximize() local
/external/guava/android/guava/src/com/google/common/collect/
DImmutableSortedMap.java68 static <K, V> ImmutableSortedMap<K, V> emptyMap(Comparator<? super K> comparator) { in emptyMap() method in ImmutableSortedMap
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DDerivedCollectionGenerators.java462 SortedMap<K, V> emptyMap = delegate.create(); in SortedMapSubmapTestMapGenerator() local
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DDerivedCollectionGenerators.java462 SortedMap<K, V> emptyMap = delegate.create(); in SortedMapSubmapTestMapGenerator() local
/external/guava/guava/src/com/google/common/collect/
DImmutableSortedMap.java119 static <K, V> ImmutableSortedMap<K, V> emptyMap(Comparator<? super K> comparator) { in emptyMap() method in ImmutableSortedMap
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java1719 TestMap emptyMap = TestMap.getDefaultInstance(); in testSortedMapKeys() local