Searched defs:names (Results 1 – 12 of 12) sorted by relevance
42 List<String> names = errors.stream().map(e -> e.name()).collect(Collectors.toList()); in testUniqueErrors() local
288 def _FilterInstancesByNames(instances, names): argument336 def GetLocalInstancesByNames(names): argument
95 Set<String> names = new HashSet<String>(); in testparseTestMapping() local233 Set<String> names = new HashSet<String>(); in testGetTests() local760 Set<String> names = new HashSet<String>(); in testIncludeImports() local858 Set<String> names = new HashSet<String>(); in testExcludeImports() local1122 Set<String> names = new HashSet<String>(); in testGetTestsWithAdditionalTestMappingZips() local1181 Set<String> names = new HashSet<String>(); in testGetTestsWithAdditionalTestMappingDir() local1233 Set<String> names = new HashSet<String>(); in testparseTestMappingWithFilePatterns() local
63 List<String> names = new ArrayList<>(); in getAllProcessNames() local
95 JSONArray names = jsonObject.names(); in initializeDeviceBaselineSetters() local
210 val names = in verifyReturnedConstants() constant
213 private static void assertSize(String[] names, long size, Map<String, Integer> sizes) { in assertSize() argument
56 def _FindFileByNames(parent_dir, names): argument
105 Set<String> names = new LinkedHashSet<>(); in getZipEntries() local
547 val names = optionByName.keys.toTypedArray() in ParameterHolder() constant
161 final Set<String> names = new TreeSet<>(); in getGroupNames() local
370 List<String> names) { in flattenJson()