Home
last modified time | relevance | path

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

12345678910>>...35

/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/result/
DXmlResultReporterTest.java113 HashMap<String, Metric> emptyMap = new HashMap<>(); in testSinglePass() local
137 HashMap<String, Metric> emptyMap = new HashMap<>(); in testSingleFail() local
165 HashMap<String, Metric> emptyMap = new HashMap<>(); in testSingleIgnored() local
195 HashMap<String, Metric> emptyMap = new HashMap<>(); in testSingleAssumptionFailure() local
DJUnitToInvocationResultForwarderTest.java96 HashMap<String, Metric> emptyMap = new HashMap<>(); in testEndTest() local
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/example/
DRebootTest.java43 HashMap<String, Metric> emptyMap = new HashMap<>(); in run() local
63 listener.testRunEnded(System.currentTimeMillis() - start, emptyMap); in run() local
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/
H A DDefaultMapJsonSerializerTest.java38 Map<String, String> emptyMap = new HashMap<>(); in testEmptyMapNoTypeSerialization() local
48 Map<String, String> emptyMap = new HashMap<>(); in testEmptyMapSerialization() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DGTestListenerTest.java60 HashMap<String, Metric> emptyMap = new HashMap<>(); in testNoDuplicateTests() local
98 HashMap<String, Metric> emptyMap = new HashMap<>(); in testDuplicateTestsFailsWithOptionEnabled() local
DGTestFuncTest.java83 HashMap<String, Metric> emptyMap = new HashMap<>(); in testRun() local
132 HashMap<String, Metric> emptyMap = new HashMap<>(); in verifyNativeTestAppRunSingleTestFailure() local
/aosp_15_r20/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java397 final HashMap<String, Metric> emptyMap = new HashMap<>(); in forwardFinalizedPendingResult() local
1785 HashMap<String, Metric> emptyMap = new HashMap<>(); in fakePassTests() local
1803 HashMap<String, Metric> emptyMap = new HashMap<>(); in markTestsAsAssumptionFailure() local
1822 HashMap<String, Metric> emptyMap = new HashMap<>(); in ignoreTests() local
2485 final HashMap<String, Metric> emptyMap = new HashMap<>(); in run() local
2536 emptyMap); in run() local
/aosp_15_r20/external/deqp/android/openglcts/runner/src/org/khronos/cts/runner/
H A DKhronosCTSRunner.java122 final HashMap<String, Metric> emptyMap = new HashMap<>(); in forwardFinalizedPendingResult() local
772 final HashMap<String, Metric> emptyMap = new HashMap<>(); in run() local
819 listener.testRunEnded(System.currentTimeMillis() - startTime, emptyMap); in run() local
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/multibindings/
H A DMultibindingComponent.kt52 fun emptyMap(): Map<String, Any> method
H A DMultibindingTest.kt164 fun emptyMap() { in emptyMap() method
H A DMultibindsModule.kt30 @Multibinds abstract fun emptyMap(): Map<String, Any> method in dagger.functional.kotlinsrc.multibindings.MultibindsModule
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTestResultParser.java739 HashMap<String, Metric> emptyMap = new HashMap<>(); in doTestEnded() local
816 HashMap<String, Metric> emptyMap = new HashMap<>(); in handleTestRunFailed() local
/aosp_15_r20/external/dagger2/javatests/dagger/functional/multibindings/
H A DMultibindsModule.java36 abstract Map<String, Object> emptyMap(); in emptyMap() method in MultibindsModule
H A DMultibindingComponent.java56 Map<String, Object> emptyMap(); in emptyMap() method
H A DMultibindingTest.java156 public void emptyMap() { in emptyMap() method in MultibindingTest
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DRawInputMethodMap.java51 static RawInputMethodMap emptyMap() { in emptyMap() method in RawInputMethodMap
H A DInputMethodMap.java39 static InputMethodMap emptyMap() { in emptyMap() method in InputMethodMap
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
H A DMapPutAllTester.java186 private Map<K, V> emptyMap() { in emptyMap() method in MapPutAllTester
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DMapPutAllTester.java186 private Map<K, V> emptyMap() { in emptyMap() method in MapPutAllTester
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
H A DModularRuntimeImage.java71 final Map<String, ?> emptyMap = Collections.emptyMap(); in ModularRuntimeImage() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestInheritance.java897 Map<String, String> emptyMap = Collections.emptyMap(); in minimize() local
919 Map<String, String> emptyMap = Collections.emptyMap(); in maximize() local
/aosp_15_r20/external/dagger2/javatests/dagger/functional/producers/multibindings/
H A DMultibindingTest.java183 public void emptyMap() throws Exception { in emptyMap() method in MultibindingTest
/aosp_15_r20/external/fbjni/test/jni/
H A Diterator_tests.cpp100 auto emptyMap = TestMap::javaClassStatic()->newObject(testmapCtor); in nativeTestMapIterator() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/
DJUnitToInvocationResultForwarder.java81 HashMap<String, Metric> emptyMap = new HashMap<>(); in endTest() local
/aosp_15_r20/external/moshi/moshi/src/test/java/com/squareup/moshi/
H A DMapJsonAdapterTest.java68 public void emptyMap() throws Exception { in emptyMap() method in MapJsonAdapterTest

12345678910>>...35