Home
last modified time | relevance | path

Searched defs:expectedIndex (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/
DBitmapMatcher.kt79 val expectedIndex = i * expectedWidth + j in <lambda>() constant
DAlmostPerfectMatcher.kt104 val expectedIndex = i * expectedWidth + j in <lambda>() constant
/platform_testing/libraries/motion/src/platform/test/motion/truth/
DTimeSeriesSubject.kt96 actualToExpectedDataPointIndices.filter { (actualIndex, expectedIndex) -> in <lambda>() method
104 mismatchingDataPointIndices.forEach { (actualIndex, expectedIndex) -> in <lambda>() method