Home
last modified time | relevance | path

Searched refs:range (Results 1 – 7 of 7) sorted by relevance

/platform_testing/libraries/health/composers/host/tests/src/android/host/test/composer/
DShuffleTestBase.java42 List<Integer> input = IntStream.range(1, 10).boxed().collect(Collectors.toList()); in testShuffleSeedRespected()
DIterateTestBase.java45 IntStream.range(0, NUM_TESTS).boxed().collect(Collectors.toList()));
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DMaterialYouColorsSimulationUtils.kt107 val stream = IntStream.range(0, originalBitmap.width * originalBitmap.height) in bitmapWithMaterialYouColorsSimulation()
122 val newStream = IntStream.range(0, originalBitmap.width * originalBitmap.height) in bitmapWithMaterialYouColorsSimulation()
/platform_testing/tests/automotive/mobly_tests/perfromance/
Dpairing_test.py42 for i in range(1, self.iterations + 1):
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DIChromeHelper.java187 public abstract void clearBrowsingData(IChromeHelper.ClearRange range); in clearBrowsingData() argument
/platform_testing/libraries/flicker/
DREADME.md62 The trace subjects expose methods to filter the range of entries and test for changing assertions.
71 // check a range of entries
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DCrashUtils.java187 if (!IntStream.range(0, backtrace.length()) in matchSecurityCrashes()
201 if (IntStream.range(0, backtrace.length()) in matchSecurityCrashes()