/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/ |
D | PixelPerfectMatcherTest.kt | 37 val matcher = PixelPerfectMatcher() in performDiff_sameBitmaps() constant 54 val matcher = PixelPerfectMatcher() in performDiff_sameSize_partialCompare_topLeftOutOfBoundaries_diff() constant 72 val matcher = PixelPerfectMatcher() in performDiff_sameSize_partialCompare_topLeft_diffBoundaries() constant 90 val matcher = PixelPerfectMatcher() in performDiff_sameSize_partialCompare_bottomRight() constant 108 val matcher = PixelPerfectMatcher() in performDiff_sameSize_partialCompare_bottomRightOutOfBoundaries_diff() constant 129 val matcher = PixelPerfectMatcher() in performDiff_sameSize_differentBorders() constant 146 val matcher = PixelPerfectMatcher() in performDiff_sameSize_differentBorders_partialCompare() constant 163 val matcher = PixelPerfectMatcher() in performDiff_sameSize_partialCompare_checkDiffImage() constant
|
D | MSSIMMatcherTest.kt | 37 val matcher = MSSIMMatcher() in performDiff_sameBitmaps() constant 57 val matcher = MSSIMMatcher() in performDiff_noPixelsCompared() constant 85 val matcher = MSSIMMatcher() in performDiff_sameRegion() constant 105 val matcher = MSSIMMatcher() in performDiff_checkedAgainstUnchecked() constant 124 val matcher = MSSIMMatcher() in performDiff_differentBorders() constant 143 val matcher = MSSIMMatcher() in performDiff_fullscreen_differentBorders_dark() constant 162 val matcher = MSSIMMatcher() in performDiff_differentBorders_dark() constant 181 val matcher = MSSIMMatcher() in performDiff_fullscreen_movedToRight() constant 200 val matcher = MSSIMMatcher() in performDiff_fullscreen_checkboxes_differentRadius() constant
|
/platform_testing/libraries/collectors-helper/lyric/src/com/android/helpers/ |
D | LyricCpuUtilizationHelper.java | 94 Matcher matcher = CPU_USAGE_PATTERN.matcher(output); in processOutput() local 101 private static Map<String, Double> processMatch(Matcher matcher) { in processMatch() 124 Matcher matcher = METRIC_REGEX_PATTERN.matcher(timeString); in parseTime() local
|
D | LyricMemProfilerHelper.java | 273 Matcher matcher = in processMemInfo() local 290 Matcher matcher; in processDmabufDump() local
|
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/matchers/ |
D | AlmostPerfectMatcherTest.kt | 27 private val matcher = AlmostPerfectMatcher() constant 106 val matcher = PixelPerfectMatcher() in performDiff_sameBitmaps() constant 122 val matcher = PixelPerfectMatcher() in performDiff_sameSize_partialCompare_checkDiffImage() constant
|
/platform_testing/libraries/flicker/src/android/tools/flicker/assertors/assertions/ |
D | HasAtMostOneWindowMatching.kt | 33 val matcher = component.build(scenarioInstance) in <lambda>() constant
|
/platform_testing/libraries/system-helpers/user-helper/src/android/system/helpers/ |
D | UserHelper.java | 66 Matcher matcher = pattern.matcher(cmdOut); in createSecondaryUser() local 83 Matcher matcher = USERS_REGEX.matcher(cmdOut); in getSecondaryUserId() local
|
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ |
D | HostsideMainlineModuleDetector.java | 55 Matcher matcher = Pattern.compile("Play managed modules are: <(.*?)>").matcher(logcat); in getPlayManagedModules() local
|
D | RegexUtils.java | 53 Matcher matcher = null; in assertFind() local
|
/platform_testing/libraries/collectors-helper/adservices/src/com/android/helpers/ |
D | SelectAdsLatencyHelper.java | 63 Matcher matcher = latencyMetricPattern.matcher(line); in processInput() local
|
D | MeasurementLatencyHelper.java | 61 Matcher matcher = latencyMetricPattern.matcher(line); in processInput() local
|
D | TopicsLatencyHelper.java | 67 Matcher matcher = latencyMetricPattern.matcher(line); in processInput() local
|
D | JSScriptEngineLatencyHelper.java | 77 Matcher matcher = latencyMetricPattern.matcher(line); in processInput() local
|
/platform_testing/libraries/sts-common-util/util/src/com/android/sts/common/util/ |
D | KernelVersion.java | 43 Matcher matcher = kernelReleasePattern.matcher(versionString); in parse() local
|
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/ |
D | ExternalViewScreenshotTestRule.kt | 49 private val matcher = UnitTestBitmapMatcher in <lambda>() constant
|
D | ScreenshotAsserter.kt | 48 val matcher: BitmapMatcher = PixelPerfectMatcher(), constant in platform.test.screenshot.ScreenshotAsserterConfig
|
D | FragmentScreenshotTestRule.kt | 39 private val matcher: BitmapMatcher = UnitTestBitmapMatcher, in <lambda>() constant
|
/platform_testing/libraries/flicker/src/android/tools/flicker/config/appclose/ |
D | Components.kt | 54 return closingAppMatchers.reduce<IComponentMatcher, IComponentMatcher> { acc, matcher -> in <lambda>() method
|
/platform_testing/libraries/flicker/src/android/tools/flicker/config/applaunch/ |
D | Components.kt | 54 return openingAppMatchers.reduce<IComponentMatcher, IComponentMatcher> { acc, matcher -> in <lambda>() method
|
/platform_testing/libraries/screenshot/utils/compose/src/platform/test/screenshot/utils/compose/ |
D | ComposeScreenshotTestRule.kt | 77 private val matcher = UnitTestBitmapMatcher constant
|
/platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/ |
D | CrashCheckBase.java | 114 Matcher matcher = ANR_SUBJECT.matcher(line); in checkCrash() local
|
/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/ |
D | ActivityHelper.java | 78 Matcher matcher = TASK_REGEX.matcher(CommandsHelper.execute("am stack list")); in getTaskIdForActivity() local
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | ProcessStatusTracker.java | 194 Matcher matcher = PS_PATTERN_MATCH.matcher(line); in getRunningAppProcesses() local
|
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | BusinessLogicExecutor.java | 115 Matcher matcher = pattern.matcher(arg); in formatArg() local
|
D | BackupUtils.java | 289 Matcher matcher = BACKUP_MANAGER_CURRENTLY_ENABLE_STATUS_PATTERN.matcher(output.trim()); in enableBackup() local 433 Matcher matcher = pattern.matcher(output); in setBackupTransportForUser() local
|