Searched refs:seeds (Results 1 – 2 of 2) sorted by relevance
277 List<Integer> seeds = new ArrayList<>(); in getSeedColors() local279 seeds.clear(); in getSeedColors()283 boolean existingSeedNearby = seeds.stream().anyMatch(seed -> { in getSeedColors()291 seeds.add(currentColor); in getSeedColors()292 if (seeds.size() >= 4) { in getSeedColors()296 if (!seeds.isEmpty()) { in getSeedColors()301 if (seeds.isEmpty()) { in getSeedColors()303 seeds.add(GOOGLE_BLUE); in getSeedColors()306 return seeds; in getSeedColors()
3 This tool converts recordings generated by record_binder tool to fuzzer seeds for fuzzService.