Searched defs:exclude (Results 1 – 3 of 3) sorted by relevance
56 Set<String> exclude = new HashSet<>(); in testClearOptions() local
288 static void addExcludeToSubPlan(ISubPlan subPlan, TestFilter exclude) { in addExcludeToSubPlan()
386 MultiMap<String, String> include, MultiMap<String, String> exclude) { in filterByConfigMetadata() argument