Searched refs:range (Results 1 – 7 of 7) sorted by relevance
42 List<Integer> input = IntStream.range(1, 10).boxed().collect(Collectors.toList()); in testShuffleSeedRespected()
45 IntStream.range(0, NUM_TESTS).boxed().collect(Collectors.toList()));
107 val stream = IntStream.range(0, originalBitmap.width * originalBitmap.height) in bitmapWithMaterialYouColorsSimulation()122 val newStream = IntStream.range(0, originalBitmap.width * originalBitmap.height) in bitmapWithMaterialYouColorsSimulation()
42 for i in range(1, self.iterations + 1):
187 public abstract void clearBrowsingData(IChromeHelper.ClearRange range); in clearBrowsingData() argument
62 The trace subjects expose methods to filter the range of entries and test for changing assertions.71 // check a range of entries
187 if (!IntStream.range(0, backtrace.length()) in matchSecurityCrashes()201 if (IntStream.range(0, backtrace.length()) in matchSecurityCrashes()