Searched defs:filter (Results 1 – 10 of 10) 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/flicker/src/com/android/server/wm/traces/common/windowmanager/ |
D | WindowManagerTrace.kt | 60 fun filter(from: Long, to: Long): WindowManagerTrace { in <lambda>() method
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/ |
D | LayersTrace.kt | 61 fun filter(from: Long, to: Long): LayersTrace { in filter() method
|
/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 124 public void testStart(Function<String, Boolean> filter, Description description) { in testStart()
|
D | HeapDumpListener.java | 106 public void testStart(Function<String, Boolean> filter, Description description) { in testStart()
|
/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()
|