Searched refs:duplicates (Results 1 – 9 of 9) sorted by relevance
27 duplicates = []30 duplicates += entries[:-1]33 duplicates = sorted(duplicates, key=lambda x: x.start)39 for definition in duplicates:74 if len(duplicates) > 0:
194 List<String> duplicates = new ArrayList<>(); in checkDuplicateNames() local198 duplicates.add(name); in checkDuplicateNames()202 if (!duplicates.isEmpty()) { in checkDuplicateNames()203 throw new RuntimeException("duplicate name(s): " + duplicates); in checkDuplicateNames()
197 List<String> duplicates = new ArrayList<>(); in checkDuplicateNames() local201 duplicates.add(name); in checkDuplicateNames()205 if (!duplicates.isEmpty()) { in checkDuplicateNames()206 throw new RuntimeException("duplicate name(s): " + duplicates); in checkDuplicateNames()
21 "$(location merge_zips) -ignore-duplicates $(out) $(genDir)/classes.dex.zip " +
13 from consumers.duplicates import DuplicateRemover
442 ArrayList<String> duplicates = new ArrayList<>(); in updateIconsForLayout() local446 duplicates.add(key); in updateIconsForLayout()449 replacingIcons.removeAll(duplicates); in updateIconsForLayout()
209 duplicates the file descriptor stored in the
1151 * @param devices The set of devices. Must not contain duplicates.1184 * @param devices The set of devices. Must not contain duplicates.