Searched defs:filter (Results 1 – 11 of 11) sorted by relevance
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/ |
D | MSSIMMatcherTest.kt | 35 val filter = IntArray(first.width * first.height) { 1 } in performDiff_sameBitmaps() constant 51 val filter = IntArray(first.width * first.height) { 0 } in performDiff_noPixelsCompared() constant 66 val filter = IntArray(first.width * first.height) { 0 } in performDiff_sameRegion() constant 91 val filter = IntArray(first.width * first.height) { 1 } in performDiff_checkedAgainstUnchecked() constant 106 val filter = IntArray(first.width * first.height) { 1 } in performDiff_differentBorders() constant 121 val filter = IntArray(first.width * first.height) { 1 } in performDiff_fullscreen_differentBorders_dark() constant 136 val filter = IntArray(first.width * first.height) { 1 } in performDiff_differentBorders_dark() constant 151 val filter = IntArray(first.width * first.height) { 1 } in performDiff_fullscreen_movedToRight() constant 166 val filter = IntArray(first.width * first.height) { 1 } in performDiff_fullscreen_checkboxes_differentRadius() constant
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | BaseCollectionListener.java | 68 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()
|
D | HeapDumpListener.java | 113 public void testStart(Function<String, Boolean> filter, Description description) { in testStart()
|
/platform_testing/libraries/sts-common-util/sts-sdk/package/test-app/src/main/java/android/security/sts/sts_test_app_package/ |
D | DeviceTest.java | 80 IntentFilter filter = new IntentFilter(); // see if there's a shorthand in testDeviceSideMethod() local
|
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/ |
D | PixelPerfectMatcher.kt | 39 val filter = getFilter(width, height, regions) in compareBitmaps() constant
|
D | AlmostPerfectMatcher.kt | 42 val filter = getFilter(width, height, regions) in compareBitmaps() constant
|
D | MSSIMMatcher.kt | 52 val filter = getFilter(width, height, regions) in compareBitmaps() constant
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | CompilationFilterRule.java | 70 String filter = getArguments().getString(COMPILE_FILTER_OPTION); in finished() local
|
D | Dex2oatPressureRule.java | 169 protected void runCompileCommand(String pkg, String filter) { in runCompileCommand()
|
/platform_testing/libraries/flicker/src/android/tools/device/flicker/junit/ |
D | LegacyFlickerJUnit4ClassRunner.kt | 151 override fun filter(filter: Filter) { in <lambda>() method
|
D | FlickerServiceJUnit4ClassRunner.kt | 93 override fun filter(filter: Filter) { in <lambda>() method
|