Searched refs:allMatch (Results 1 – 5 of 5) sorted by relevance
269 Set<File> allMatch = FileUtil.findFilesObject(searchDir, fileName); in resolveRelativeFilePath() local270 if (allMatch.size() > 1) { in resolveRelativeFilePath()274 for (File f : allMatch) { in resolveRelativeFilePath()280 } else if (allMatch.size() == 1) { in resolveRelativeFilePath()281 return allMatch.iterator().next(); in resolveRelativeFilePath()
536 Set<File> allMatch = FileUtil.findFilesObject(searchDir, fileName); in resolveRelativeFilePath() local537 if (allMatch.size() > 1) { in resolveRelativeFilePath()541 for (File f : allMatch) { in resolveRelativeFilePath()546 } else if (allMatch.size() == 1) { in resolveRelativeFilePath()547 return allMatch.iterator().next(); in resolveRelativeFilePath()
467 keyComponents.stream().allMatch(c -> e.getKey().contains(c)) in assertMetricsContain()485 .noneMatch(k -> keyComponents.stream().allMatch(c -> k.contains(c)))); in assertMetricsDoNotContain()
425 if (!carrierAttribute.getAllFields().keySet().stream().allMatch(supportedFields::contains)) { in carrierAttributeToCarrierId()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...