Home
last modified time | relevance | path

Searched refs:matchers (Results 1 – 19 of 19) sorted by relevance

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DBitmap.kt20 import platform.test.screenshot.matchers.MSSIMMatcher
21 import platform.test.screenshot.matchers.PixelPerfectMatcher
DScreenshotAsserter.kt22 import platform.test.screenshot.matchers.BitmapMatcher
23 import platform.test.screenshot.matchers.PixelPerfectMatcher
DBitmapDiffer.kt20 import platform.test.screenshot.matchers.BitmapMatcher
DDialogScreenshotTest.kt24 import platform.test.screenshot.matchers.BitmapMatcher in <lambda>()
DScreenshotTestRule.kt35 import platform.test.screenshot.matchers.BitmapMatcher in <lambda>()
36 import platform.test.screenshot.matchers.MSSIMMatcher in <lambda>()
37 import platform.test.screenshot.matchers.PixelPerfectMatcher in <lambda>()
DFragmentScreenshotTestRule.kt33 import platform.test.screenshot.matchers.BitmapMatcher in <lambda>()
DViewScreenshotTestRule.kt36 import platform.test.screenshot.matchers.BitmapMatcher in <lambda>()
/platform_testing/libraries/motion/src/platform/test/motion/truth/
DRecordedMotionSubject.kt30 import platform.test.screenshot.matchers.BitmapMatcher
31 import platform.test.screenshot.matchers.PixelPerfectMatcher
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/
DPixelPerfectMatcher.kt17 package platform.test.screenshot.matchers in <lambda>()
DBitmapMatcher.kt17 package platform.test.screenshot.matchers in <lambda>()
DAlmostPerfectMatcher.kt16 package platform.test.screenshot.matchers in <lambda>()
DHumanEyeMatcher.kt1 package platform.test.screenshot.matchers in <lambda>()
DMSSIMMatcher.kt17 package platform.test.screenshot.matchers
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DStatsdHelper.java108 List<StatsdConfigProto.AtomMatcher> matchers = new ArrayList<>(atomIdList.size()); in addGaugeConfig() local
111 matchers.add( in addGaugeConfig()
128 matchers.add(getSimpleAtomMatcher(atomUniqueId, atomId)); in addGaugeConfig()
131 config.atomMatcher = matchers.toArray(new StatsdConfigProto.AtomMatcher[0]); in addGaugeConfig()
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/matchers/
DAlmostPerfectMatcherTest.kt17 package platform.test.screenshot.matchers
DHumanEyeMatcherTest.kt1 package platform.test.screenshot.matchers in <lambda>()
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/
DScreenshotTestRuleTest.kt37 import platform.test.screenshot.matchers.MSSIMMatcher
38 import platform.test.screenshot.matchers.PixelPerfectMatcher
DMSSIMMatcherTest.kt24 import platform.test.screenshot.matchers.MSSIMMatcher
DPixelPerfectMatcherTest.kt25 import platform.test.screenshot.matchers.PixelPerfectMatcher