Home
last modified time | relevance | path

Searched defs:filter (Results 1 – 13 of 13) sorted by relevance

/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/
DMSSIMMatcherTest.kt35 val filter = BooleanArray(first.width * first.height) { true } in performDiff_sameBitmaps() constant
55 val filter = BooleanArray(first.width * first.height) { false } in performDiff_noPixelsCompared() constant
74 val filter = BooleanArray(first.width * first.height) { false } in performDiff_sameRegion() constant
103 val filter = BooleanArray(first.width * first.height) { true } in performDiff_checkedAgainstUnchecked() constant
122 val filter = BooleanArray(first.width * first.height) { true } in performDiff_differentBorders() constant
141 val filter = BooleanArray(first.width * first.height) { true } in performDiff_fullscreen_differentBorders_dark() constant
160 val filter = BooleanArray(first.width * first.height) { true } in performDiff_differentBorders_dark() constant
179 val filter = BooleanArray(first.width * first.height) { true } in performDiff_fullscreen_movedToRight() constant
198 val filter = BooleanArray(first.width * first.height) { true } in performDiff_fullscreen_checkboxes_differentRadius() constant
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DBaseCollectionListener.java68 Function<String, Boolean> filter = getFilter(description); in onTestRunStart() local
90 Function<String, Boolean> filter = getFilter(description); in onTestStart() local
130 public void testStart(Function<String, Boolean> filter, Description description) { in testStart()
DHeapDumpListener.java113 public void testStart(Function<String, Boolean> filter, Description description) { in testStart()
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/
DPixelPerfectMatcher.kt37 val filter = getFilter(width, height, regions) in <lambda>() constant
DAlmostPerfectMatcher.kt47 val filter = getFilter(width, height, regions) in <lambda>() constant
DHumanEyeMatcher.kt37 val filter = getFilter(width, height, regions) in <lambda>() constant
DMSSIMMatcher.kt51 val filter = getFilter(width, height, regions) in compareBitmaps() constant
/platform_testing/libraries/sts-common-util/autorepro/example/submission/appTest/src/main/java/com/android/security/
DDeviceTest.java81 IntentFilter filter = new IntentFilter(); in testDeviceSideMethod() local
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DCompilationFilterRule.java73 String filter = getArguments().getString(COMPILE_FILTER_OPTION); in finished() local
DDex2oatPressureRule.java169 protected void runCompileCommand(String pkg, String filter) { in runCompileCommand()
/platform_testing/libraries/sts-common-util/autorepro/plugin/autorepro/src/main/kotlin/com/android/security/autorepro/
DJavaHostTestPlugin.kt35 project.zipTree(pluginJarUrl).matching { filter -> in <lambda>() method
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DFlickerServiceJUnit4ClassRunner.kt104 override fun filter(filter: Filter) { in <lambda>() method
DLegacyFlickerJUnit4ClassRunner.kt160 override fun filter(filter: Filter) { in <lambda>() method