Lines Matching defs:set
213 Element set = (Element) types;
214 return new Element[] {set};
227 Element set = (Element) list.get(i);
228 if (set.getType() == type) {
229 found = set;
234 Element set = (Element) types;
235 if (set.getType() == type)
236 found = set;
270 list.set(i, element);
570 markAdditional(RRset rrset, Set names) {
703 /* Cache the NS set from a positive response. */