Searched refs:allMatch (Results 1 – 4 of 4) 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()
136 .allMatch( in isAllDoubleValues()