Searched defs:names (Results 1 – 11 of 11) sorted by relevance
41 List<String> names = errors.stream().map(e -> e.name()).collect(Collectors.toList()); in testUniqueErrors() local
37 val names = ArrayList<String>(typeParameters.size) in toString() constant
162 val names = methodInfo.throwsTypeNames() in resolveThrowsClasses() constant
54 List<String> names = new ArrayList<>(); in getAllProcessNames() local
261 def FilterInstancesByNames(instances, names): argument
213 private static void assertSize(String[] names, long size, Map<String, Integer> sizes) { in assertSize() argument
73 Set<String> names = new HashSet<String>(); in testparseTestMapping() local176 Set<String> names = new HashSet<String>(); in testGetTests() local
105 Set<String> names = new LinkedHashSet<>(); in getZipEntries() local
308 private void createEmptyFiles(File parent, String... names) throws IOException { in createEmptyFiles()
152 final Set<String> names = new TreeSet<>(); in getGroupNames() local
299 val names = constants ?: run { in <lambda>() constant