/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/result/ |
D | XmlResultReporterTest.java | 113 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
|
D | JUnitToInvocationResultForwarderTest.java | 96 HashMap<String, Metric> emptyMap = new HashMap<>(); in testEndTest() local
|
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/example/ |
D | RebootTest.java | 43 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 D | DefaultMapJsonSerializerTest.java | 38 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/ |
D | GTestListenerTest.java | 60 HashMap<String, Metric> emptyMap = new HashMap<>(); in testNoDuplicateTests() local 98 HashMap<String, Metric> emptyMap = new HashMap<>(); in testDuplicateTestsFailsWithOptionEnabled() local
|
D | GTestFuncTest.java | 83 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 D | DeqpTestRunner.java | 397 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 D | KhronosCTSRunner.java | 122 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 D | MultibindingComponent.kt | 52 fun emptyMap(): Map<String, Any> method
|
H A D | MultibindingTest.kt | 164 fun emptyMap() { in emptyMap() method
|
H A D | MultibindsModule.kt | 30 @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/ |
D | GTestResultParser.java | 739 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 D | MultibindsModule.java | 36 abstract Map<String, Object> emptyMap(); in emptyMap() method in MultibindsModule
|
H A D | MultibindingComponent.java | 56 Map<String, Object> emptyMap(); in emptyMap() method
|
H A D | MultibindingTest.java | 156 public void emptyMap() { in emptyMap() method in MultibindingTest
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | RawInputMethodMap.java | 51 static RawInputMethodMap emptyMap() { in emptyMap() method in RawInputMethodMap
|
H A D | InputMethodMap.java | 39 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 D | MapPutAllTester.java | 186 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 D | MapPutAllTester.java | 186 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 D | ModularRuntimeImage.java | 71 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 D | TestInheritance.java | 897 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 D | MultibindingTest.java | 183 public void emptyMap() throws Exception { in emptyMap() method in MultibindingTest
|
/aosp_15_r20/external/fbjni/test/jni/ |
H A D | iterator_tests.cpp | 100 auto emptyMap = TestMap::javaClassStatic()->newObject(testmapCtor); in nativeTestMapIterator() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | JUnitToInvocationResultForwarder.java | 81 HashMap<String, Metric> emptyMap = new HashMap<>(); in endTest() local
|
/aosp_15_r20/external/moshi/moshi/src/test/java/com/squareup/moshi/ |
H A D | MapJsonAdapterTest.java | 68 public void emptyMap() throws Exception { in emptyMap() method in MapJsonAdapterTest
|